Re: Today's make world breakage

1999-12-15 Thread David O'Brien
On Wed, Dec 15, 1999 at 02:10:43PM -0500, Forrest Aldrich wrote: > cpp: }: No such file or directory > cpp: }: No such file or directory > mkdep: compile failed > *** Error code 1 Fixed. Thanks for the report. -- -- David([EMAIL PROTECTED]) To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: Today's make world breakage

1999-12-15 Thread Tom Bartol
Ditto here. Tom On Wed, 15 Dec 1999, Forrest Aldrich wrote: > FYI just CVSup'd and got this: > > > > X-UIDL: 495287ccf607850cc65e4c59c7b49751 > > cd /usr/src/lib/librpcsvc; make beforeinstall > cd /usr/src/lib/libskey;make beforeinstall > sh /usr/src/tools

Today's make world breakage

1999-12-15 Thread Forrest Aldrich
FYI just CVSup'd and got this: X-UIDL: 495287ccf607850cc65e4c59c7b49751 cd /usr/src/lib/librpcsvc; make beforeinstall cd /usr/src/lib/libskey;make beforeinstall sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libskey/skey.h /usr/obj/usr/s

Re: Today's Make World

1999-01-17 Thread Daniel O'Connor
On 17-Jan-99 Mark Murray wrote: > > Every -current release I try and build falls over with this one. > > Tried making a release lately? :) > Aaaah! _Releases_ are broken? For how long? Hmm.. I did make release on the 12th (or so :) and it generates broken boot disks/cdroms :( (ie it doesn't put

Re: Today's Make World

1999-01-17 Thread Bill Fenner
The one that failed: cc -c -nostdinc -O -pipe -DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -DPIC - fpic -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -DPERL_CORE -DLIBC="" DynaLoader.c The one that succeeded: cc -c-DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -DPIC -fpic -I/usr/obj/us r/src/gn

Re: Today's Make World

1999-01-17 Thread Mark Murray
Bill Fenner wrote: > In message <199901171000.maa16...@greenpeace.grondar.za> Mark Murray wrote: > >OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone > >been screwing with build tools? > > Uh, the failing command in my log file included "-nostdinc"; that > does a good job of h

Re: Today's Make World

1999-01-17 Thread Bill Fenner
In message <199901171000.maa16...@greenpeace.grondar.za> Mark Murray wrote: >OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone >been screwing with build tools? Uh, the failing command in my log file included "-nostdinc"; that does a good job of hiding friends like stdio.h...

Re: Today's Make World

1999-01-17 Thread Mark Murray
"Jordan K. Hubbard" wrote: > > Aaaah! _Releases_ are broken? For how long? > > Since the 12th, but don't worry - it was only your problem for the > last couple of days. :) OK - but losing stdio.h?? :-) That confuses the crap out of me. Anyone been screwing with build tools? M -- Mark Murray Join

Re: Today's Make World

1999-01-17 Thread Jordan K. Hubbard
> Aaaah! _Releases_ are broken? For how long? Since the 12th, but don't worry - it was only your problem for the last couple of days. :) - Jordan To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: Today's Make World

1999-01-17 Thread Mark Murray
"Jordan K. Hubbard" wrote: > Every -current release I try and build falls over with this one. > Tried making a release lately? :) OK - I got it! I backed out a commit and things are rosy. Have I mentioned before that I hate the Perl5 build? M -- Mark Murray Join the anti-SPAM movement: http://www

Re: Today's Make World

1999-01-17 Thread Mark Murray
"Jordan K. Hubbard" wrote: > Every -current release I try and build falls over with this one. > Tried making a release lately? :) Aaaah! _Releases_ are broken? For how long? M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with

Re: Today's Make World

1999-01-17 Thread Greg Lehey
On Sunday, 17 January 1999 at 9:47:40 +0200, Mark Murray wrote: > "Jordan K. Hubbard" wrote: >> We're all seeing this error, not to worry. Happily, it's clearly >> Mark's baby since he both imported the new texinfo *and* does the >> perl5 stuff. :-) > > ... and he is not getting the errors! It o

Re: Today's Make World

1999-01-16 Thread Jordan K. Hubbard
Every -current release I try and build falls over with this one. Tried making a release lately? :) - Jordan > "Jordan K. Hubbard" wrote: > > We're all seeing this error, not to worry. Happily, it's clearly > > Mark's baby since he both imported the new texinfo *and* does the > > perl5 stuff. :-)

Re: Today's Make World

1999-01-16 Thread Mark Murray
"Jordan K. Hubbard" wrote: > We're all seeing this error, not to worry. Happily, it's clearly > Mark's baby since he both imported the new texinfo *and* does the > perl5 stuff. :-) ... and he is not getting the errors! I have done N make worlds in the last 48 hours; clean as a whistle. (I do blo

Re: Today's Make World

1999-01-16 Thread Andrew Gordon
On Sat, 16 Jan 1999, Jordan K. Hubbard wrote: > We're all seeing this error, not to worry. Happily, it's clearly > Mark's baby since he both imported the new texinfo *and* does the > perl5 stuff. :-) Backing out /usr/src/gnu/usr.bin/perl/libperl/config.SH* to 14jan allowed "make world" to compl

Re: Today's Make World

1999-01-16 Thread Jordan K. Hubbard
We're all seeing this error, not to worry. Happily, it's clearly Mark's baby since he both imported the new texinfo *and* does the perl5 stuff. :-) - Jordan To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message

Re: Today's Make World

1999-01-16 Thread Matthew Jacob
Huh? Isn't a 'make world' or 'make buildworld' supposed to just do the right thing? I mean, I *have* converted to elf... On Sat, 16 Jan 1999, David A. Gobeille wrote: > Edwin Culp wrote: > > > > I haven't been able to make world since the texinfo problem. I don't > > see anyone else on the

Re: Today's Make World

1999-01-16 Thread David A. Gobeille
Edwin Culp wrote: > > I haven't been able to make world since the texinfo problem. I don't > see anyone else on the list with problems. Did I miss another change? > Am I doing something wrong? > > Thanks, > > ed > > P.S. This is where I stopped this time. cvsup finished about 9:25 CST. > >

Re: Today's Make World

1999-01-16 Thread Edwin Culp
Carroll Kong wrote: > > I have been getting that error all day yesterday. Remade world 2-3 > times... after cvsupping... none of the changes fixed it, and I still > 'perished' at the same spot you did. I figured... I might as well wait a > few more days before the next cvsup so they can fix what

Re: Today's Make World

1999-01-16 Thread Carroll Kong
At 10:23 AM 1/16/99 -0600, Edwin Culp wrote: >I haven't been able to make world since the texinfo problem. I don't >see anyone else on the list with problems. Did I miss another change? >Am I doing something wrong? > >Thanks, > >ed > >P.S. This is where I stopped this time. cvsup finished about

Today's Make World

1999-01-16 Thread Edwin Culp
I haven't been able to make world since the texinfo problem. I don't see anyone else on the list with problems. Did I miss another change? Am I doing something wrong? Thanks, ed P.S. This is where I stopped this time. cvsup finished about 9:25 CST. DynaLoader.c:282: `NULL' undeclared (first