I started with a simple invocation of
as suggested by the following diagnostic.
Honestly, I don't know how
portmaster apache24
. After much rattling around, the system is now halting at this point. How do you tell portmaster to recompile the damn thing with
Code:
-fPIC
/usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC' can not be used when making a shared object; recompile with -fPIC
/usr/lib/crt1.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:401: recipe for target 'tcsd' failed
gmake[4]: *** [tcsd] Error 1
gmake[4]: Leaving directory '/usr/ports/security/trousers/work/trousers-0.3.10/src/tcsd'
Makefile:360: recipe for target 'all-recursive' failed
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory '/usr/ports/security/trousers/work/trousers-0.3.10/src'
Makefile:398: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory '/usr/ports/security/trousers/work/trousers-0.3.10'
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/security/trousers
*** Error code 1
Honestly, I don't know how
portmaster
uses compiler arguments, etc. Where does it gather them up . . .from /etc/make.conf?