Solved [Solved] Samba36 install fails on FreeBSD 10

I have tried with
Code:
MAKE_JOBS_UNSAFE=yes
as well, same issue:

Code:
Compiling smbd/build_options.c
Linking bin/testparm
lib/util_str.o: In function `string_append':
/usr/ports/net/samba36/work/samba-3.6.22/source3/lib/util_str.c:2101: undefined reference to `__unsafe_string_function_usage_here__'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [bin/testparm] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory `/usr/ports/net/samba36/work/samba-3.6.22/source3'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/net/samba36
*** Error code 1

Stop.
make: stopped in /usr/ports/net/samba36

I emailed the maintainer (is that the correct method?) but perhaps someone knows a solution.
 
Re: Samba36 install fails on FreeBSD 10

Anything in /etc/make.conf? It builds and works just fine here.
 
Re: Samba36 install fails on FreeBSD 10

I did have a few flags in make.conf I got out of some guide, removing the make.conf indeed made this compile finish correctly, thanks!
 
Back
Top