https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291093
Oleg Streejak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Oleg Streejak <[email protected]> --- I can surely pass MAKE_JOBS_UNSAFE=yes var, but it dpesn't help and also ends up with something like this: > ld: error: relocation R_X86_64_32S cannot be used against local symbol; > recompile with -fPIC > >>> defined in /usr/lib/libcrypt_real.a(misc.o) > >>> referenced by misc.c:56 (/usr/src/lib/libcrypt/misc.c:56) > >>> misc.o:(b64_from_24bit) in archive > >>> /usr/lib/libcrypt_real.a> > ld: error: relocation R_X86_64_32 cannot be used against local symbol; > recompile with -fPIC > >>> defined in /usr/lib/libcrypt_real.a(crypt.o) > >>> referenced by crypt.c:91 (/usr/src/lib/libcrypt/crypt.c:91) > >>> crypt.o:(crypt_set_format) in archive > >>> /usr/lib/libcrypt_real.a> > ld: error: too many errors emitted, stopping now (use --error-limit=0 to see > all errors) > c++: error: linker command failed with exit code 1 (use -v to see invocation) > [ 97% 2139/2194] : && /usr/bin/c++ -fPIC -O2 -pipe -fstack-protector-strong > -fno-strict-aliasing -fno-operator-names -fno-exceptions > -Wno-gnu-zero-variadic-macro-arguments -Wall -Wextra -W > [ 97% 2139/2194] : && /usr/bin/c++ -fPIC -O2 -pipe -fstack-protector-strong > -fno-strict-aliasing -fno-operator-names -fno-exceptions > -Wno-gnu-zero-variadic-macro-arguments -Wall -Wextra -W -- You are receiving this mail because: You are the assignee for the bug.
