Re: stdin/out/err changes kill world

2001-09-24 Thread Peter Jeremy
On Mon, Sep 24, 2001 at 01:26:37PM +1000, I wrote: > I have an old -CURRENT system[1] that can't do a buildworld any more, > even with the latest bsd.{prog,lib}.mk changes (1.101 and 1.98). I > delete /usr/obj before the buildworld, which writes off the above > scenarios. Is anyone else seeing p

Re: stdin/out/err changes kill world

2001-09-24 Thread Steve Kargl
On Mon, Sep 24, 2001 at 01:26:37PM +1000, Peter Jeremy wrote: > On 2001-Sep-21 10:45:42 +0300, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > >Also, this error may only be caused if: > > > >1. The previous ``buildworld'' installed new headers in > >${WORLDTMP}/usr/include. > > > >2. The next ``

Re: stdin/out/err changes kill world

2001-09-24 Thread Ruslan Ermilov
Yes I know. I have just committed the actual fix: : ru 2001/09/24 02:25:05 PDT : : Modified files: : gnu/usr.bin/binutils/ld Makefile : Log: : Fixed the buildworld breakage in cross-tools caused by : misuse of /usr/src/include headers. This REALLY fixes : the 20010919 sr

Re: stdin/out/err changes kill world

2001-09-23 Thread Warner Losh
In message <[EMAIL PROTECTED]> Peter Jeremy writes: : I have an old -CURRENT system[1] that can't do a buildworld any more, : even with the latest bsd.{prog,lib}.mk changes (1.101 and 1.98). I : delete /usr/obj before the buildworld, which writes off the above : scenarios. Is anyone else seeing

Re: stdin/out/err changes kill world

2001-09-23 Thread Peter Jeremy
On 2001-Sep-21 10:45:42 +0300, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: >Also, this error may only be caused if: > >1. The previous ``buildworld'' installed new headers in >${WORLDTMP}/usr/include. > >2. The next ``buildworld'' was run with -DNOCLEAN. >(Only in this case ${WORLDTMP}/usr

Re: stdin/out/err changes kill world

2001-09-21 Thread Bruce Evans
On Fri, 21 Sep 2001, Ruslan Ermilov wrote: > This is because BMAKEENV has DESTDIR=${WORLDTMP}, and > bsd.{prog,lib}.mk have the magic of adding the > -I${DESTDIR}/usr/include to CFLAGS if DESTDIR is set. > > I'm currently testing the following patch with the > -CURRENT build on a -STABLE box. > >

Re: stdin/out/err changes kill world

2001-09-21 Thread Ruslan Ermilov
Also, this error may only be caused if: 1. The previous ``buildworld'' installed new headers in ${WORLDTMP}/usr/include. 2. The next ``buildworld'' was run with -DNOCLEAN. (Only in this case ${WORLDTMP}/usr/include will be non-empty.) On Fri, Sep 21, 2001 at 10:22:07AM +0300, Rusl

Re: stdin/out/err changes kill world

2001-09-20 Thread Ruslan Ermilov
This is because BMAKEENV has DESTDIR=${WORLDTMP}, and bsd.{prog,lib}.mk have the magic of adding the -I${DESTDIR}/usr/include to CFLAGS if DESTDIR is set. I'm currently testing the following patch with the -CURRENT build on a -STABLE box. Index: bsd.prog.mk ==

Re: stdin/out/err changes kill world

2001-09-20 Thread Peter Wemm
Steve Kargl wrote: > Note, I'm updating a 3 week old current to today's sources. > I've fallen way behind in the mailing lists (due to living > out of a suitcase for week longer then intended), so if > this is a known problem please ignore. > > > cc -O -pipe -march=k6 -D_GNU_SOURCE -I- -I. -I/us

stdin/out/err changes kill world

2001-09-20 Thread Steve Kargl
Note, I'm updating a 3 week old current to today's sources. I've fallen way behind in the mailing lists (due to living out of a suitcase for week longer then intended), so if this is a known problem please ignore. cc -O -pipe -march=k6 -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld -I