parallel buildworld breakage

2015-03-30 Thread Don Lewis
I just got this failure during a make -j12 buildworld on head r280837. --- realinstall --- sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.o /usr/obj/usr/src/tmp/usr/lib/crtbegin.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtend.o /usr/obj/usr/src/tmp/usr/lib/crtend.o

'make buildworld' breakage in kdump

2003-01-08 Thread Thorsten Greiner
Hi, a recently cvsupped copy of the RELENG_5_0 branch breaks in usr.bin/kdump: ===> usr.bin/kdump sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/i386/usr/include > ioctl.c /usr/src/usr.bin/kdump/mkioctls: awk: Argument list too long /usr/src/usr.bin/kdump/mkioctls: awk: Argument list too lo

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-12-03 Thread Ruslan Ermilov
On Tue, Dec 03, 2002 at 11:09:20AM +0300, Andrey A. Chernov wrote: > On Wed, Nov 20, 2002 at 14:54:12 +0200, Ruslan Ermilov wrote: > > > Index: b.c > > === > > RCS file: /home/ncvs/src/contrib/one-true-awk/b.c,v > > retrieving revisio

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-12-03 Thread Andrey A. Chernov
On Wed, Nov 20, 2002 at 14:54:12 +0200, Ruslan Ermilov wrote: > Index: b.c > === > RCS file: /home/ncvs/src/contrib/one-true-awk/b.c,v > retrieving revision 1.1.1.2 > diff -u -p -r1.1.1.2 b.c David, this variant is nice enough. Pleas

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-11-20 Thread Ruslan Ermilov
On Wed, Nov 20, 2002 at 02:27:53PM +1100, Tim Robbins wrote: > On Wed, Nov 20, 2002 at 04:38:38AM +0300, Andrey A. Chernov wrote: > > > On Tue, Nov 19, 2002 at 14:52:02 +0200, Ruslan Ermilov wrote: > > > It seems that this patch has never been committed. This is a critical > > > bug that should b

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-11-19 Thread Andrey A. Chernov
On Wed, Nov 20, 2002 at 14:27:53 +1100, Tim Robbins wrote: > On Wed, Nov 20, 2002 at 04:38:38AM +0300, Andrey A. Chernov wrote: > > > On Tue, Nov 19, 2002 at 14:52:02 +0200, Ruslan Ermilov wrote: > > > It seems that this patch has never been committed. This is a critical > > > bug that should be

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-11-19 Thread Tim Robbins
On Wed, Nov 20, 2002 at 04:38:38AM +0300, Andrey A. Chernov wrote: > On Tue, Nov 19, 2002 at 14:52:02 +0200, Ruslan Ermilov wrote: > > It seems that this patch has never been committed. This is a critical > > bug that should be fixed before 5.0-RELEASE is out. > > I agree. There is no locale yet

Re: awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-11-19 Thread Andrey A. Chernov
On Tue, Nov 19, 2002 at 14:52:02 +0200, Ruslan Ermilov wrote: > It seems that this patch has never been committed. This is a critical > bug that should be fixed before 5.0-RELEASE is out. I agree. There is no locale yet and I never see that patch. -- Andrey A. Chernov http://ache.pp.ru/ msg4

awk(1) is locale unaware (was: Re: buildworld breakage during "make depend" at usr.bin/kdump)

2002-11-19 Thread Ruslan Ermilov
On Thu, Nov 01, 2001 at 05:58:08PM -0800, David O'Brien wrote: > On Fri, Nov 02, 2001 at 04:44:12AM +0300, Andrey A. Chernov wrote: > > Next bad thing discovered about new awk just looking at sourse code: it > > not support locale (collating in regexp ranges too, of course). We just > > make great

Re: -current buildworld breakage

2002-10-26 Thread Yamada Ken Takeshi
Thank you! From: Craig Rodrigues <[EMAIL PROTECTED]> > You don't have the latest sources. Did you use cvsup it > update your sources? If you used cvsup, then you > need to add src-sys-crypto to your cvsup file. It was my cvsup prroblem. Fixed!! msg45379/pgp0.pgp Description: PGP sig

Re: -current buildworld breakage

2002-10-26 Thread Craig Rodrigues
On Sat, Oct 26, 2002 at 10:13:02PM +0900, Yamada Ken Takeshi wrote: > # cat rijndael/rijndael-api-fst.c > > :::: > switch (cipher->mode) { > case MODE_ECB: > for (i = numBlocks; i > 0; i--) { > rijndaelEncrypt

Re: -current buildworld breakage

2002-10-26 Thread Yamada Ken Takeshi
Thank you for your prompt reply. From: walt <[EMAIL PROTECTED]> : :: > > I can't see how line 222 includes an implicit declaration of 'panic'. > > Is your file different? > I do not know why compiler says line 222, but it is below 222 and my latest source says; # cat rijnda

Re: -current buildworld breakage

2002-10-26 Thread walt
Yamada Ken Takeshi wrote: I have an error for a week and cannot make buildworld. Where can I find "panic" other than real panic? ===> sbin/gbde : : : : cc -O -pipe -mcpu=pentiumpro -I/usr/src/sbin/gbde/../../sys -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c template.c cc1: warning

-current buildworld breakage

2002-10-25 Thread Yamada Ken Takeshi
I have an error for a week and cannot make buildworld. Where can I find "panic" other than real panic? ===> sbin/gbde : : : : cc -O -pipe -mcpu=pentiumpro -I/usr/src/sbin/gbde/../../sys -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c template.c cc1: warnings being treated as errors /

Re: buildworld breakage

2002-08-16 Thread Robert Watson
I ran into this also, and a bit of fiddling with a debugger was un-enlightening -- it was segfaulting on a write to __collate_substitute_table in parse.y. The pointer to the table didn't appear to be corrupted, and it should have been in writable memory. It also appeared to be properly aligned.

Re: buildworld breakage

2002-08-15 Thread Maxim Konovalov
On 12:10-0700, Aug 15, 2002, Mike Makonnen wrote: > I don't know if I'm the only one having this problem, but I haven't > been able to make a complete buildworld for a couple of > days now. The last time I upgraded was arround August 5. > I have been getting a signal 11 consistently in the same

Re: buildworld breakage

2002-08-15 Thread Nate Lawson
I got that but a recent cvsup fixed it. Not sure what the problem was but there were a few patches to colldef on Wednesday. -Nate On Thu, 15 Aug 2002, Mike Makonnen wrote: > I don't know if I'm the only one having this problem, but I haven't > been able to make a complete buildworld for a coupl

buildworld breakage

2002-08-15 Thread Mike Makonnen
I don't know if I'm the only one having this problem, but I haven't been able to make a complete buildworld for a couple of days now. The last time I upgraded was arround August 5. I have been getting a signal 11 consistently in the same spot. ===> secure/usr.sbin/sshd ===> share ===> share/coll

Re: 5-current buildworld breakage?

2002-04-17 Thread Makoto Matsushita
dwcjr> Yeah, your make is broken, try rebuilding make by itself and dwcjr> install it then try the buildworld again Ah, sorry. I've missed what src/usr.bin/make/str.c rev 1.19 said. I just rebuilt make(1) and confirmed that it works again. Thanks. -- - Makoto `MAR' Matsushita To Unsubscribe

Re: 5-current buildworld breakage?

2002-04-17 Thread David W. Chapman Jr.
On Thu, Apr 18, 2002 at 10:29:23AM +0900, Makoto Matsushita wrote: > > Using 5-current code as of Apr/17/2002 15:00:00 GMT: > > # pwd > /usr/src/gnu/usr.bin/groff/src/preproc/eqn > # ident Makefile > Makefile: > $FreeBSD: src/gnu/usr.bin/groff/src/preproc/eqn/Makefile,v 1.3 > 2002/04/1

5-current buildworld breakage?

2002-04-17 Thread Makoto Matsushita
Using 5-current code as of Apr/17/2002 15:00:00 GMT: # pwd /usr/src/gnu/usr.bin/groff/src/preproc/eqn # ident Makefile Makefile: $FreeBSD: src/gnu/usr.bin/groff/src/preproc/eqn/Makefile,v 1.3 2002/04/11 11:06:03 ru Exp $ # make -n neqn make: don't know how to make neqn. Stop # Anybody

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-06 Thread Doug Barton
On Thu, 1 Nov 2001, Alfred Perlstein wrote: > Although I admit the fallout has been somewhat painful, let's > try to make do with it, if we disconnect the new awk I feel > that we will keep repeating this cycle, basically each activation > will see new problems requiring another disconnect. Let'

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-02 Thread Riccardo Torrini
On 02-Nov-2001 (12:58:55/GMT) Cyrille Lefevre wrote: >>> because `echo' nicely removes \n's from env vars when it prints them. >> des@des ~% foo='bar >> quote> baz' >> des@des ~% echo $foo >> bar >> baz >> des@des ~% /bin/echo $foo >> bar >> baz > humm! what shell ($SHELL) are you using ? Here

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-02 Thread Cyrille Lefevre
Dag-Erling Smorgrav wrote: > "David O'Brien" <[EMAIL PROTECTED]> writes: > > because `echo' nicely removes \n's from env vars when it prints them. > > des@des ~% foo='bar > quote> baz' > des@des ~% echo $foo > bar > baz > des@des ~% /bin/echo $foo > bar > baz > > DES > -- > Dag-Erling Smorgrav

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread David O'Brien
On Fri, Nov 02, 2001 at 04:44:12AM +0300, Andrey A. Chernov wrote: > Next bad thing discovered about new awk just looking at sourse code: it > not support locale (collating in regexp ranges too, of course). We just > make great backward step switching to it. I have a patch for that. -- -- David

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread Andrey A. Chernov
On Thu, Nov 01, 2001 at 11:42:13 -0800, David O'Brien wrote: > Mostly agreed. This has not been at all as smooth as I thought it would > be. Before going down this path, I would like to see if the current > state of the world isn't usable. I think (hope) all the nits are out > now. #6 is def

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread David O'Brien
On Thu, Nov 01, 2001 at 09:42:18PM +0200, Sheldon Hearn wrote: > > Although I admit the fallout has been somewhat painful, let's > > try to make do with it, if we disconnect the new awk I feel > > that we will keep repeating this cycle, basically each activation > > will see new problems requiring

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread Sheldon Hearn
On Thu, 01 Nov 2001 13:31:04 CST, Alfred Perlstein wrote: > Although I admit the fallout has been somewhat painful, let's > try to make do with it, if we disconnect the new awk I feel > that we will keep repeating this cycle, basically each activation > will see new problems requiring another d

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread David O'Brien
On Thu, Nov 01, 2001 at 09:23:12PM +0200, Sheldon Hearn wrote: > > No, awk should be fixed instead to conform POSIX specs, or switched back > > to gawk. > > It's not a binary decision. What we should probably do is: > > 1) Disconnect bwk-awk from the build. > 2) Connect gawk to the build. > 3)

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread Alfred Perlstein
* Sheldon Hearn <[EMAIL PROTECTED]> [011101 13:27] wrote: > > > On Thu, 01 Nov 2001 22:08:36 +0300, "Andrey A. Chernov" wrote: > > > No, awk should be fixed instead to conform POSIX specs, or switched back > > to gawk. > > It's not a binary decision. What we should probably do is: > > 1) Dis

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread Andrey A. Chernov
On Thu, Nov 01, 2001 at 11:04:13 -0800, David Wolfskill wrote: > > Circumvention is to use /boot/loader.old, if it was built with gawk, or > somehow build a new "loader" after applying a patch that accomplishes > what this one does: > # > -# Note! This script uses strftime() which is a gawk-ism,

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread David Wolfskill
This is a quick heads-up. If you have built -CURRENT within the last couple of days, and if you try to use that (recently-built -CURRENT) as the host system for building -CURRENT, the 3 patches I posted last night do appear to get through the build process, but the result is a system that does no

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-11-01 Thread Dag-Erling Smorgrav
"David O'Brien" <[EMAIL PROTECTED]> writes: > because `echo' nicely removes \n's from env vars when it prints them. des@des ~% foo='bar quote> baz' des@des ~% echo $foo bar baz des@des ~% /bin/echo $foo bar baz DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: buildworld breakage during "make depend" at usr.bin/kdump

2001-10-31 Thread David Wolfskill
>Date: Wed, 31 Oct 2001 08:34:16 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include /usr/src/usr.bin/jot/jot.c >cd /usr/src/usr.bin/jot; make _EXTRADEPEND >echo jot: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend >===> usr.bin/kdu

buildworld breakage during "make depend" at usr.bin/kdump

2001-10-31 Thread David Wolfskill
===> usr.bin/jot rm -f .depend mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include /usr/src/usr.bin/jot/jot.c cd /usr/src/usr.bin/jot; make _EXTRADEPEND echo jot: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend ===> usr.bin/kdump sh /usr/src/usr.bin/kdump/mkioctls /usr/obj/usr/src/i386/us

Re: buildworld breakage in pim6sd

2000-07-06 Thread Hajimu UMEMOTO
> On Thu, 6 Jul 2000 15:49:27 +0200 > Ollivier Robert <[EMAIL PROTECTED]> said: roberto> /src/src/usr.sbin/pim6sd/cftoken.l:47: y.tab.h: No such file or directory roberto> mkdep: compile failed roberto> *** Error code 1 Thank you for reporting. I just fixed. Index: Makefile

buildworld breakage in pim6sd

2000-07-06 Thread Ollivier Robert
CVSup-ed one hour ago. mkdep -f .depend -a-DINET6 -DPIM -DIOCTL_OK_ON_RAW_SOCKET -DHAVE_GETIFADDRS -DHAVE_STDARG_H -I/usr/obj/src/src/i386/usr/include /src/src/usr.sbin/pim6sd/mld6.c /src/src/usr.sbin/pim6sd/mld6_proto.c /src/src/usr.sbin/pim6sd/inet6.c /src/src/usr.sbin/pim6sd/kern.c /sr

Re: -current buildworld breakage

2000-05-18 Thread Shigeyuki Fukushima
> > Is my system environment broken? > I think so. Thank you. /usr/src tree on my system seemd to be broken. I removed entire src tree and re-cvsuped it, then I got no compile error at that point. Thanks. --- shige <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "uns

Re: -current buildworld breakage

2000-05-17 Thread David O'Brien
On Thu, May 18, 2000 at 12:51:42AM +0900, Shigeyuki Fukushima wrote: > My system is 4.0-CURRENT at Jan 31. > I try to upgrade it to -current (5-current), > but I get the following breakage. > > Is my system environment broken? I think so. -- -- David ([EMAIL PROTECTED]) Disclaimer:

-current buildworld breakage

2000-05-17 Thread Shigeyuki Fukushima
My system is 4.0-CURRENT at Jan 31. I try to upgrade it to -current (5-current), but I get the following breakage. Is my system environment broken? Thanks! -- >>> stage 2: build tools ---

Re: make buildworld breakage

2000-05-05 Thread Poul-Henning Kamp
Already fixed. In message <[EMAIL PROTECTED]>, Michael Lucas writes: >Anyone else, or am I special? > >===> usr.bin/systat >cc -O -pipe -I/usr/src/usr.bin/systat/../../sys -I/usr/obj/usr/src/i386/usr/include >-c /usr/src/usr.bin/systat/iostat.c >In file included from /usr/src/usr.bin/systat/i

make buildworld breakage

2000-05-05 Thread Michael Lucas
Anyone else, or am I special? ==ml ===> usr.bin/systat cc -O -pipe -I/usr/src/usr.bin/systat/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/systat/cmds.c cc -O -pipe -I/usr/src/usr.bin/systat/../../sys -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/systat/cmdtab

Re: buildworld breakage in getconf

2000-04-27 Thread Garrett Wollman
< said: > Was this not ``make buildworld'' tested, or is there a change to > gnu/usr.bin/gperf/Makefile you forgot to commit? I am obviously *way* out of date with the state of the build system I was trying to quickly get things back working again for upgrade builds, and ended up breaking e

Re: buildworld breakage in getconf

2000-04-27 Thread David O'Brien
On Thu, Apr 27, 2000 at 12:46:43PM -0400, Garrett Wollman wrote: > I got caught out by gperf version skew. gperf is now a build-tool (as > it should always have been) so this problem should be fixed in your > next update. cc -pipe -O -DSHELL -I. -I/FBSD/src/bin/sh -Wall -Wformat-static mksy

Re: buildworld breakage in getconf

2000-04-27 Thread David O'Brien
On Thu, Apr 27, 2000 at 12:46:43PM -0400, Garrett Wollman wrote: > I got caught out by gperf version skew. gperf is now a build-tool (as > it should always have been) so this problem should be fixed in your > next update. Was this not ``make buildworld'' tested, or is there a change to gnu/usr.b

buildworld breakage in getconf

2000-04-27 Thread Garrett Wollman
< said: > Compiling 5.0-CURRENT on 4.0-STABLE generates problems in getconf: I got caught out by gperf version skew. gperf is now a build-tool (as it should always have been) so this problem should be fixed in your next update. -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with

buildworld breakage in getconf

2000-04-27 Thread Peter Edwards (local)
Compiling 5.0-CURRENT on 4.0-STABLE generates problems in getconf: ===> usr.bin/getconf gperf -t -L ANSI-C -C -k 1,2,7-10,21,'$' /usr/current/src/usr.bin/getconf/confstr.gperf >confstr.c /* starting time is 11:48:16 */ gperf: unrecognized option `-L' usage: gperf [-acCdDef[num]gGhHijkKlnNoprsStTv

Re: buildworld breakage (netstat/route.c rev 1.43)

2000-04-23 Thread Will Andrews
On Sun, Apr 23, 2000 at 06:44:51PM -0400, Will Andrews wrote: > If Mark or Garrett could fix this ASAP that would be nice. :) Never mind, this was an oversight on my part. -- Will Andrews <[EMAIL PROTECTED]> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE

buildworld breakage (netstat/route.c rev 1.43)

2000-04-23 Thread Will Andrews
Buildworld on 5.0-CURRENT is breaking here: ===> usr.bin/netstat cc -O -pipe -Wall -DINET6 -DIPSEC -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/netstat/if.c cc -O -pipe -Wall -DINET6 -DIPSEC -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.bin/netstat/inet.c cc -O -pipe -Wall -D

Re: -CURRENT buildworld breakage in openssl

2000-04-20 Thread Kris Kennaway
On Thu, 20 Apr 2000, Alexander N. Kabaev wrote: > make -j8 buildworld fails with these messages for a second day in a row: > > cd /usr/src/secure/lib/libssl; make _EXTRADEPEND > ===> librsausa > mkdir: openssl: File exists There is a dependency problem which is only biting some people here..for

Re: -CURRENT buildworld breakage in openssl

2000-04-20 Thread Hasan Diwan
rm -f /usr/include/openssl* and rebuild. * Alexander N. Kabaev ([EMAIL PROTECTED]) [000420 09:59]: > make -j8 buildworld fails with these messages for a second day in a row: > > cd /usr/src/secure/lib/libssl; make _EXTRADEPEND > ===> librsausa > mkdir: openssl: File exists > *** Error code 1 > c

-CURRENT buildworld breakage in openssl

2000-04-20 Thread Alexander N. Kabaev
make -j8 buildworld fails with these messages for a second day in a row: cd /usr/src/secure/lib/libssl; make _EXTRADEPEND ===> librsausa mkdir: openssl: File exists *** Error code 1 cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h \ openssl/opensslconf.h 1 error *** Error code 2 1

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-19 Thread Daniel Eischen
> What we had before the _libc_XXX name additions would have worked > as long as all internal uses of XXX inside libc were changed to > _XXX, and, when building for libc_r, all renamed (hidden) system > calls need _XXX defined as weak symbols to _thread_sys_XXX. Actually, you don't even need to d

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-19 Thread Daniel Eischen
Jason Evans wrote: > Doen't that method still have the problem of propagating cancellation > points within the libc code? In another email I argued for the need for > three names, and your response was that three names aren't needed in the > context of the next-generation threads library, but it

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-19 Thread Daniel Eischen
On Wed, 19 Jan 2000, Jason Evans wrote: > On Wed, Jan 19, 2000 at 12:21:50PM -0500, Daniel Eischen wrote: > > I guess I'm confused as to why you can't do what you need with > > _XXX (internally used, non-cancellable function) and XXX (weak > > reference to _XXX) within libc. libc_r would provide

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-19 Thread Jason Evans
On Wed, Jan 19, 2000 at 12:21:50PM -0500, Daniel Eischen wrote: > > No, I was just busy doing other things. > > > > There is potentially one good reason to leave these changes in place for > > now: they allow proper thread cancellation in libc_r as it stands right > > now. This seems to me like

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-19 Thread Daniel Eischen
> No, I was just busy doing other things. > > There is potentially one good reason to leave these changes in place for > now: they allow proper thread cancellation in libc_r as it stands right > now. This seems to me like a good enough reason to leave the changes as is > until our grand new thre

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-19 Thread Jason Evans
On Wed, Jan 19, 2000 at 01:36:43AM -0800, David O'Brien wrote: > On Thu, Jan 13, 2000 at 06:53:25AM -0500, Daniel Eischen wrote: > > On Wed, 12 Jan 2000, David O'Brien wrote: > > > I don't see why a plain function like mkstemp() should be written so > > > specially. Couldn't all the hiding/changi

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-19 Thread David O'Brien
On Thu, Jan 13, 2000 at 06:53:25AM -0500, Daniel Eischen wrote: > On Wed, 12 Jan 2000, David O'Brien wrote: > > I don't see why a plain function like mkstemp() should be written so > > specially. Couldn't all the hiding/changing done for threads be done > > w/in open() itself? Neither HP-UX 10.3

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-14 Thread Bruce Evans
On Wed, 12 Jan 2000, John Polstra wrote: > Jason Evans <[EMAIL PROTECTED]> wrote: > > > 2) Make a separate copy of mktemp.c to remove the internal dependency. > > I think this is the best approach -- likewise for getobjformat.c, I agree. egcs provided "mkstemp.c" to handle the problem, but t

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-13 Thread John Polstra
In article <[EMAIL PROTECTED]>, David O'Brien <[EMAIL PROTECTED]> wrote: > On Wed, Jan 12, 2000 at 07:00:01PM -0800, John Polstra wrote: > > > I _really_ don't like it when a program reaches waaay over into an > > unrelated directory for its sources. > > We already do that all over the place

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-13 Thread Daniel Eischen
On Wed, 12 Jan 2000, David O'Brien wrote: > On Wed, Jan 12, 2000 at 07:00:01PM -0800, John Polstra wrote: > > > The buildworld problem that I introduced is due to cc_fbsd directly > > > compiling and linking in src/lib/libc/stdio/mktemp.c. This is in my > > > opinion a questionable practice, sin

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-12 Thread David O'Brien
On Wed, Jan 12, 2000 at 07:00:01PM -0800, John Polstra wrote: > > The buildworld problem that I introduced is due to cc_fbsd directly > > compiling and linking in src/lib/libc/stdio/mktemp.c. This is in my > > opinion a questionable practice, since it adds dependencies to the > > internals of the

Re: RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-12 Thread John Polstra
In article <[EMAIL PROTECTED]>, Jason Evans <[EMAIL PROTECTED]> wrote: > The buildworld problem that I introduced is due to cc_fbsd directly > compiling and linking in src/lib/libc/stdio/mktemp.c. This is in my > opinion a questionable practice, since it adds dependencies to the > internals of t

RFC: buildworld breakage due to cross-tools/libc/mktemp.

2000-01-12 Thread Jason Evans
The buildworld problem that I introduced is due to cc_fbsd directly compiling and linking in src/lib/libc/stdio/mktemp.c. This is in my opinion a questionable practice, since it adds dependencies to the internals of the libc code, which has just been proven to bite. =) Aesthetics aside, I'm not

Re: Buildworld Breakage

2000-01-12 Thread Jason Evans
On Wed, Jan 12, 2000 at 11:16:38AM -0800, Jason Evans wrote: > On Wed, Jan 12, 2000 at 02:57:41PM +0100, Pascal Hofstee wrote: > > With my CURRENT-tre updated within an hour ago ... Buildworld is broken. > > > > cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H > > -DDEFAULT_TARGET_VERSION=\

Re: Buildworld Breakage

2000-01-12 Thread Pascal Hofstee
On Wed, Jan 12, 2000 at 11:16:38AM -0800, Jason Evans wrote: > On Wed, Jan 12, 2000 at 02:57:41PM +0100, Pascal Hofstee wrote: > > With my CURRENT-tre updated within an hour ago ... Buildworld is broken. > > > > cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H > > -DDEFAULT_TARGET_VERSION=\

Re: Buildworld Breakage

2000-01-12 Thread Jason Evans
On Wed, Jan 12, 2000 at 02:57:41PM +0100, Pascal Hofstee wrote: > With my CURRENT-tre updated within an hour ago ... Buildworld is broken. > > cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H > -DDEFAULT_TARGET_VERSION=\ "2.95.2\" > -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" > -DPREFI

Re: Buildworld Breakage

2000-01-12 Thread Donn Miller
On Wed, 12 Jan 2000, Pascal Hofstee wrote: > With my CURRENT-tre updated within an hour ago ... Buildworld is broken. [snip] > /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cpp/../cc_fbsd/libcc_fbsd.a(mktemp. > o): In function `mktemp': > mktemp.o(.text+0x1e1): undefined reference to `_libc_open

Buildworld Breakage

2000-01-12 Thread Pascal Hofstee
With my CURRENT-tre updated within an hour ago ... Buildworld is broken. cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\ "2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/