Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-25 Thread Dimitry Andric
On 25 Nov 2013, at 08:51, Konstantin Belousov kostik...@gmail.com wrote: On Sun, Nov 24, 2013 at 11:48:54PM -0500, Glen Barber wrote: ... Index: Makefile === --- Makefile (revision 258538) +++ Makefile (working copy)

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-25 Thread Konstantin Belousov
On Mon, Nov 25, 2013 at 01:36:15PM +0100, Dimitry Andric wrote: On 25 Nov 2013, at 08:51, Konstantin Belousov kostik...@gmail.com wrote: On Sun, Nov 24, 2013 at 11:48:54PM -0500, Glen Barber wrote: ... Index: Makefile ===

Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Manfred Antar
Since the changes to libc in the last few weeks. building world fails in /bin/csh cc -O2 -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='/bin/csh' -DHAVE_ICONV -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Wno-pointer-sign -Wno-empty-body

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Glen Barber
On Sun, Nov 24, 2013 at 05:11:51PM -0800, Manfred Antar wrote: Since the changes to libc in the last few weeks. building world fails in /bin/csh cc -O2 -pipe -I. -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='/bin/csh' -DHAVE_ICONV -std=gnu99 -Qunused-arguments

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Glen Barber
On Sun, Nov 24, 2013 at 08:19:49PM -0500, Glen Barber wrote: I think WITHOUT_DYNAMICROOT=1 has nothing to do with this. I worked around it by setting WITHOUT_NLS_CATALOGS=1 (see src.conf(5)). I'm sorry, I misread a part of your email. I'll rebuild without WITHOUT_NLS_CATALOGS=1 and your

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Manfred Antar
At 05:23 PM 11/24/2013, Glen Barber wrote: On Sun, Nov 24, 2013 at 08:19:49PM -0500, Glen Barber wrote: I think WITHOUT_DYNAMICROOT=1 has nothing to do with this. I worked around it by setting WITHOUT_NLS_CATALOGS=1 (see src.conf(5)). I'm sorry, I misread a part of your email. I'll rebuild

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Glen Barber
On Sun, Nov 24, 2013 at 05:29:14PM -0800, Manfred Antar wrote: adding -lc_nonshared to LAAD enables me to build /bin and /sbin statically /bin/csh/Makefile was the only one I had to change all the rest of /bin and /sbin built fine Hmm, I'm not sure if bin/csh/ should require -c_nonshared

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Manfred Antar
At 08:17 PM 11/24/2013, Glen Barber wrote: On Sun, Nov 24, 2013 at 05:29:14PM -0800, Manfred Antar wrote: adding -lc_nonshared to LAAD enables me to build /bin and /sbin statically /bin/csh/Makefile was the only one I had to change all the rest of /bin and /sbin built fine Hmm, I'm not sure

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Glen Barber
On Sun, Nov 24, 2013 at 08:41:48PM -0800, Manfred Antar wrote: At 08:17 PM 11/24/2013, Glen Barber wrote: On Sun, Nov 24, 2013 at 05:29:14PM -0800, Manfred Antar wrote: adding -lc_nonshared to LAAD enables me to build /bin and /sbin statically /bin/csh/Makefile was the only one I had to

Re: Buildworld broken with WITHOUT_DYNAMICROOT=yes in src.conf

2013-11-24 Thread Konstantin Belousov
On Sun, Nov 24, 2013 at 11:48:54PM -0500, Glen Barber wrote: On Sun, Nov 24, 2013 at 08:41:48PM -0800, Manfred Antar wrote: At 08:17 PM 11/24/2013, Glen Barber wrote: On Sun, Nov 24, 2013 at 05:29:14PM -0800, Manfred Antar wrote: adding -lc_nonshared to LAAD enables me to build /bin and