Re: Building of libc in /usr/src/lib/libc results in error

2013-05-27 Thread dt71

On 05/27/2013 02:28, Super Bisquit wrote:

building shared library libc.so.7
/usr/bin/ld: warning: creating a DT_TEXTREL in a shared object.


I have run into this issue multiple times in the past -- its occurrence seems to be 
correlated with header updates. As an instant workaround, you can add 
ALLOW_SHARED_TEXTREL=1 to /etc/make.conf for one buildworldinstallworld run, 
and then do another run, for which ALLOW_SHARED_TEXTREL=1 will empirically not be 
required.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Building of libc in /usr/src/lib/libc results in error

2013-05-27 Thread Dimitry Andric
On May 27, 2013, at 19:21, d...@gmx.com wrote:
 On 05/27/2013 02:28, Super Bisquit wrote:
 building shared library libc.so.7
 /usr/bin/ld: warning: creating a DT_TEXTREL in a shared object.
 
 I have run into this issue multiple times in the past -- its occurrence seems 
 to be correlated with header updates. As an instant workaround, you can add 
 ALLOW_SHARED_TEXTREL=1 to /etc/make.conf for one buildworldinstallworld run, 
 and then do another run, for which ALLOW_SHARED_TEXTREL=1 will empirically 
 not be required.

This may work around the issue, but it will not solve the root cause.
Normally, you should never get these warnings, so there must be
something special about your environment.  Can you post your make.conf,
src.conf and any other relevant settings?

-Dimitry

___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Building of libc in /usr/src/lib/libc results in error

2013-05-26 Thread Super Bisquit
Because the last message was over the limit, I will only post the end of
file error here.

building shared library libc.so.7
/usr/bin/ld: warning: creating a DT_TEXTREL in a shared object.
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [libc.so.7] Error code 1

Stop in /usr/src/lib/libc.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org