Re: buildworld broken due to INET6 not being set

2023-07-05 Thread Gary Jennejohn
On Tue, 4 Jul 2023 16:48:10 + Gary Jennejohn wrote: > buildworld breaks because I do not have INET6 defined: > > /usr/src/sbin/ping/main.c:76:7: error: variable 'ipv4' set but not used > [-Werror,-Wunused-but-set-variable] > bool ipv4 = false; > ^ > 1 error generated. >

Re: buildworld broken

2015-11-13 Thread Bryan Drewery
On 11/9/2015 10:31 PM, Konstantin Belousov wrote: >> In 19 years of using freebsd, I have never once needed to chflags on an >> obj directory. Nothing in the build process sets any non-standard >> flags in the obj dirs, and a simple rm -rf will remove everything just >> fine (you would need to

Re: buildworld broken

2015-11-09 Thread Chris H
On Sun, 8 Nov 2015 10:28:17 -0800 Steve Kargl wrote > On Sun, Nov 01, 2015 at 11:19:09PM -0800, NGie Cooper wrote: > > > > > /usr/obj/usr/src/tmp/usr/lib/libcrypto.so: undefined reference to > > > 'PKCS7_dataInit' /usr/obj/usr/src/tmp/usr/lib/libcrypto.so:

Re: buildworld broken

2015-11-09 Thread Garrett Cooper
> On Nov 9, 2015, at 09:56, Ian Lepore wrote: ... >> I must perform a >> chflags -R noschg >> on /usr/obj prior to blowing it away. Is it different for you, >> or did you just omit that step? > > In 19 years of using freebsd, I have never once needed to chflags on an > obj

Re: buildworld broken

2015-11-09 Thread Ian Lepore
On Mon, 2015-11-09 at 06:09 -0800, Chris H wrote: > On Sun, 8 Nov 2015 10:28:17 -0800 Steve Kargl > wrote > > > On Sun, Nov 01, 2015 at 11:19:09PM -0800, NGie Cooper wrote: > > > > > > > /usr/obj/usr/src/tmp/usr/lib/libcrypto.so: undefined reference > > > > to

Re: buildworld broken

2015-11-09 Thread Chris H
On Mon, 09 Nov 2015 10:56:12 -0700 Ian Lepore wrote > On Mon, 2015-11-09 at 06:09 -0800, Chris H wrote: > > On Sun, 8 Nov 2015 10:28:17 -0800 Steve Kargl > > wrote > > > > > On Sun, Nov 01, 2015 at 11:19:09PM -0800, NGie Cooper wrote: > > >

Re: buildworld broken

2015-11-09 Thread Konstantin Belousov
On Mon, Nov 09, 2015 at 10:56:12AM -0700, Ian Lepore wrote: > On Mon, 2015-11-09 at 06:09 -0800, Chris H wrote: > > On Sun, 8 Nov 2015 10:28:17 -0800 Steve Kargl > > wrote > > > > > On Sun, Nov 01, 2015 at 11:19:09PM -0800, NGie Cooper wrote: > > > > > > > > >

Re: buildworld broken

2015-11-08 Thread Steve Kargl
On Sun, Nov 01, 2015 at 11:19:09PM -0800, NGie Cooper wrote: > > > /usr/obj/usr/src/tmp/usr/lib/libcrypto.so: undefined reference to > > `PKCS7_dataInit' > > /usr/obj/usr/src/tmp/usr/lib/libcrypto.so: undefined reference to > > `PKCS7_dataDecode' > > /usr/obj/usr/src/tmp/usr/lib/libcrypto.so:

Re: buildworld broken

2015-11-08 Thread David Wolfskill
On Sun, Nov 08, 2015 at 10:28:17AM -0800, Steve Kargl wrote: > ... > Back to trying to build freebsd. I have discovered that > 'make buildworld' is simply broken if one attempts to use > a symlink for /usr/obj. At least doing doing > > % rm -rf /usr/obj > % ln -s /mnt/obj /usr/obj > % cd

Re: buildworld broken

2015-11-08 Thread Steve Kargl
On Sun, Nov 08, 2015 at 11:43:16AM -0800, David Wolfskill wrote: > On Sun, Nov 08, 2015 at 10:28:17AM -0800, Steve Kargl wrote: > > ... > > Back to trying to build freebsd. I have discovered that > > 'make buildworld' is simply broken if one attempts to use > > a symlink for /usr/obj. At least

Re: buildworld broken

2015-11-03 Thread Steve Kargl
On Sun, Nov 01, 2015 at 11:19:09PM -0800, NGie Cooper wrote: > > > On Nov 1, 2015, at 08:47, Steve Kargl > > wrote: > > > > ===> libexec/dma/dmagent (all) > > cc -I/usr/src/libexec/dma/dmagent/../../../contrib/dma -DHAVE_REALLOCF > > -DHAVE_STRLCPY

Re: buildworld broken

2015-11-01 Thread NGie Cooper
> On Nov 1, 2015, at 08:47, Steve Kargl > wrote: > > ===> libexec/dma/dmagent (all) > cc -I/usr/src/libexec/dma/dmagent/../../../contrib/dma -DHAVE_REALLOCF > -DHAVE_STRLCPY -DHAVE_GETPROGNAME -DCONF_PATH='"/etc/dma"' > -DLIBEXEC_PATH='"/usr/libexec"'

Re: buildworld broken

2015-10-14 Thread Garrett Cooper
> On Oct 14, 2015, at 07:20, Shawn Webb wrote: > > I've now reproduced this same error on two boxes: > > gencat: Unable to create a new zh_CN.GB2312: Permission denied > --- zh_CN.GB2312 --- > *** [zh_CN.GB2312] Error code 1 > > make[5]: stopped in

Re: buildworld broken

2015-10-14 Thread NGie Cooper
On Wed, Oct 14, 2015 at 11:17 AM, Bryan Drewery wrote: ... > I'm looking at it now. Probably related to r289282. Thanks, -NGie ___ freebsd-current@freebsd.org mailing list

Re: buildworld broken

2015-10-14 Thread Bryan Drewery
On 10/14/2015 12:03 PM, Bryan Drewery wrote: > On 10/14/2015 11:17 AM, Bryan Drewery wrote: >> On 10/14/2015 11:08 AM, Peter Wemm wrote: >>> On Wednesday, October 14, 2015 10:20:11 AM Shawn Webb wrote: I've now reproduced this same error on two boxes: gencat: Unable to create a new

Re: buildworld broken

2015-10-14 Thread Bryan Drewery
On 10/14/2015 11:17 AM, Bryan Drewery wrote: > On 10/14/2015 11:08 AM, Peter Wemm wrote: >> On Wednesday, October 14, 2015 10:20:11 AM Shawn Webb wrote: >>> I've now reproduced this same error on two boxes: >>> >>> gencat: Unable to create a new zh_CN.GB2312: Permission denied >>> --- zh_CN.GB2312

Re: buildworld broken

2015-10-14 Thread Bryan Drewery
On 10/14/2015 11:46 AM, NGie Cooper wrote: > On Wed, Oct 14, 2015 at 11:17 AM, Bryan Drewery wrote: > > ... > >> I'm looking at it now. > > Probably related to r289282. That's the common theory. It seems to have actually revealed a different issue since reverting it

Re: buildworld broken

2015-10-14 Thread Peter Wemm
On Wednesday, October 14, 2015 10:20:11 AM Shawn Webb wrote: > I've now reproduced this same error on two boxes: > > gencat: Unable to create a new zh_CN.GB2312: Permission denied > --- zh_CN.GB2312 --- > *** [zh_CN.GB2312] Error code 1 > > make[5]: stopped in /usr/src/usr.bin/vi/catalog > 1

Re: buildworld broken

2015-10-14 Thread Bryan Drewery
On 10/14/2015 11:08 AM, Peter Wemm wrote: > On Wednesday, October 14, 2015 10:20:11 AM Shawn Webb wrote: >> I've now reproduced this same error on two boxes: >> >> gencat: Unable to create a new zh_CN.GB2312: Permission denied >> --- zh_CN.GB2312 --- >> *** [zh_CN.GB2312] Error code 1 >> >>

Re: buildworld broken on current with WITHOUT_CAPSICUM

2015-01-10 Thread Andrey Chernov
It is broken exact at the same place even without WITHOUT_CAPSICUM. On 09.01.2015 5:23, Manfred Antar wrote: On amd64 current build world is broken if defined WITHOUT_CAPSICUM svn revision 276867 here is the error: /usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/tcpdump.c:80:10:

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 ===

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

Re: buildworld broken, r250848

2013-05-21 Thread Brooks Davis
On Tue, May 21, 2013 at 11:44:03AM +0300, Sergey V. Dyatko wrote: Hi, When I try update my desktop from r249607 to r250848 I got following error: http://svn.freebsd.by/files/r250848-buildworld-failed.txt /etc/src.conf: LOADER_ZFS_SUPPORT=YES WITHOUT_CLANG=YES WITHOUT_IPFILTER=YES

Re: buildworld broken, r250848

2013-05-21 Thread Sergey V. Dyatko
On Tue, 21 May 2013 12:01:26 -0500 Brooks Davis bro...@freebsd.org wrote: On Tue, May 21, 2013 at 11:44:03AM +0300, Sergey V. Dyatko wrote: Hi, When I try update my desktop from r249607 to r250848 I got following error: http://svn.freebsd.by/files/r250848-buildworld-failed.txt

Re: Buildworld broken with clang on current

2011-11-21 Thread Roman Divacky
this was broken by the xlocale import, David, can you fix this please? I guess that just removing the typedef from strcasecmp.c should do it On Mon, Nov 21, 2011 at 12:59:38PM -0800, Manfred Antar wrote: make buildworld is broken iif using clang on current i386 (libc)5027}make clang -O2

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
On Mon, Aug 04, 2003 at 07:51:35PM +0900, Shin-ichi YOSHIMOTO wrote: I tried to buildworld and installworld in this morning. After that, buildworld broken like this: [snip] === lib/libedit cc -O -pipe -march=pentium4 -I. -I/usr/src/lib/libedit -c editline.c In file included from

Re: buildworld broken after installworld

2003-08-04 Thread Shin-ichi YOSHIMOTO
Subject: Re: buildworld broken after installworld, On Mon, 4 Aug 2003 14:47:23 +0300, Ruslan Ermilov wrote: Too bad. I think this may be related to a recent work of Andrey on tr(1), as fcns.h is generated using src/lib/libedit/makelist. Perhaps, just enforcing the C locale will fix it. Yes. I

Re: buildworld broken after installworld

2003-08-04 Thread Andrey Chernov
On Mon, Aug 04, 2003 at 22:38:33 +0900, Shin-ichi YOSHIMOTO wrote: Subject: Re: buildworld broken after installworld, On Mon, 4 Aug 2003 14:47:23 +0300, Ruslan Ermilov wrote: Too bad. I think this may be related to a recent work of Andrey on tr(1), as fcns.h is generated using src/lib

Re: buildworld broken after installworld

2003-08-04 Thread Andrey Chernov
On Mon, Aug 04, 2003 at 17:46:37 +0400, Andrey Chernov wrote: On Mon, Aug 04, 2003 at 22:38:33 +0900, Shin-ichi YOSHIMOTO wrote: Subject: Re: buildworld broken after installworld, On Mon, 4 Aug 2003 14:47:23 +0300, Ruslan Ermilov wrote: Too bad. I think this may be related to a recent

Re: buildworld broken after installworld

2003-08-04 Thread Andrey Chernov
On Mon, Aug 04, 2003 at 17:57:13 +0400, Andrey Chernov wrote: There is tr '[a-z]' '[A-Z]' which can be different for different locales since use collate now as required by POSIX. Please tell which exact non-C locale you use and what happens? I miss start of this discussion.

Re: buildworld broken after installworld

2003-08-04 Thread Shin-ichi YOSHIMOTO
Subject: Re: buildworld broken after installworld, On Mon, 4 Aug 2003 17:57:13 +0400, Andrey Chernov wrote: Well, I found error in the archives, so the question remains, what locale you use? LANG=en_US.ISO8859-1 -- Shin-ichi YOSHIMOTO [EMAIL PROTECTED] http://diary.waishi.jp/~yosimoto/diary

Re: buildworld broken after installworld

2003-08-04 Thread Andrey Chernov
On Mon, Aug 04, 2003 at 23:05:16 +0900, Shin-ichi YOSHIMOTO wrote: Subject: Re: buildworld broken after installworld, On Mon, 4 Aug 2003 17:57:13 +0400, Andrey Chernov wrote: Well, I found error in the archives, so the question remains, what locale you use? LANG=en_US.ISO8859-1 I just

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
[ standards@ Cc:ed ] On Mon, Aug 04, 2003 at 06:03:32PM +0400, Andrey Chernov wrote: On Mon, Aug 04, 2003 at 17:57:13 +0400, Andrey Chernov wrote: There is tr '[a-z]' '[A-Z]' which can be different for different locales since use collate now as required by POSIX. Please

Re: buildworld broken after installworld

2003-08-04 Thread Shin-ichi YOSHIMOTO
Subject: Re: buildworld broken after installworld, On Mon, 4 Aug 2003 18:14:04 +0400, Andrey Chernov wrote: I just commit the fix to makelist, see explanation in the commit message. Just fine for LANG=en_US.ISO8859-1. Thank you. -- Shin-ichi YOSHIMOTO [EMAIL PROTECTED] http://diary.waishi.jp

Re: buildworld broken after installworld

2003-08-04 Thread Andrey Chernov
On Mon, Aug 04, 2003 at 17:18:58 +0300, Ruslan Ermilov wrote: : The characters or collating elements in the : range shall be placed in the array in ascending : collation sequence. If the second endpoint : precedes the starting endpoint in the collation :

Re: buildworld broken after installworld

2003-08-04 Thread Dag-Erling Smørgrav
Ruslan Ermilov [EMAIL PROTECTED] writes: For example, this result is right and not the bug (but wrong tr usage): env LANG=de_DE.ISO8859-1 tr '[a-z]' '[A-Z]' vi_zero WI_]ERO Clearly this is a useless construct then. The correct construct is tr '[:lower:]' '[:upper:]' DES --

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
On Mon, Aug 04, 2003 at 08:58:00PM +0200, Dag-Erling Sm?rgrav wrote: Ruslan Ermilov [EMAIL PROTECTED] writes: For example, this result is right and not the bug (but wrong tr usage): env LANG=de_DE.ISO8859-1 tr '[a-z]' '[A-Z]' vi_zero WI_]ERO Clearly this is a useless construct

Re: buildworld broken after installworld

2003-08-04 Thread Andrey Chernov
On Mon, Aug 04, 2003 at 23:32:19 +0300, Ruslan Ermilov wrote: I think we've now reached the agreement with Andrey that a more correct, safe, and portable [sic] construct would be LC_ALL=C tr [:lower:] [:upper:]. It works the same in any non-broken operating system and with any locale. We

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
On Tue, Aug 05, 2003 at 01:44:44AM +0400, Andrey Chernov wrote: On Mon, Aug 04, 2003 at 23:32:19 +0300, Ruslan Ermilov wrote: I think we've now reached the agreement with Andrey that a more correct, safe, and portable [sic] construct would be LC_ALL=C tr [:lower:] [:upper:]. It works the

Re: Buildworld broken at lib/msun

2003-06-06 Thread Steve Kargl
On Fri, Jun 06, 2003 at 09:20:16PM -0700, walt wrote: cc -O -pipe -mcpu=pentiumpro -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_ -std=gnu99 -c i387_e_acos.S -o i387_e_acos.o {standard input}: Assembler messages: {standard input}:19: Error: junk `(__ieee754_acos)' after expression {standard input}:19:

Re: buildworld broken

2002-06-26 Thread David Wolfskill
Date: Wed, 26 Jun 2002 19:16:03 +0200 From: Christopher Sharp [EMAIL PROTECTED] buildworld breaks with cc -O -pipe -DLIBC_MAJOR=5 -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSI usr/src/lib/libc/../libc/locale

Re: buildworld broken

2002-05-22 Thread David W. Chapman Jr.
On Wed, May 22, 2002 at 05:21:59PM +0200, Martin Kacerovsky wrote: Hi, I've got this error during buildworld: Have you read UPDATING and put what it told you to in make.conf? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED]

Re: buildworld broken

2002-05-22 Thread Martin Faxér
On Wed, 22 May 2002 10:23:31 -0500 David W. Chapman Jr. [EMAIL PROTECTED] wrote: On Wed, May 22, 2002 at 05:21:59PM +0200, Martin Kacerovsky wrote: Hi, I've got this error during buildworld: Have you read UPDATING and put what it told you to in make.conf? This is a genuine error, since

Re: buildworld broken

2002-05-22 Thread Martin Kacerovsky
On Wed, May 22, 2002 at 10:23:31AM -0500, David W. Chapman Jr. wrote: On Wed, May 22, 2002 at 05:21:59PM +0200, Martin Kacerovsky wrote: Hi, I've got this error during buildworld: Have you read UPDATING and put what it told you to in make.conf? Yes, I've put NO_WERROR=yes into

Re: buildworld broken at libvgl [May 22]

2002-05-22 Thread Trish Lynch
Yes, femme:/usr/src/include87 grep pause unistd.h int pause(void); femme:/usr/src/sys/i386/include93 grep pause cpufunc.h pause(void) __asm __volatile(pause); voidpause(void); femme:/usr/src/lib/libvgl99 grep include vgl.h #include stdlib.h #include unistd.h #include string.h

Re: Buildworld broken [May 21]

2002-05-21 Thread David Wolfskill
Date: Tue, 21 May 2002 20:04:02 + From: walt [EMAIL PROTECTED] Buildworld stops in stage 2: cleaning up the object tree while trying to cd to a missing directory :-/ Each time I try another buildworld it gets thru an additional directory--as if each time thru it's creating the directories

Re: Buildworld broken [May 21]

2002-05-21 Thread Tim J. Robbins
On Tue, May 21, 2002 at 08:04:02PM +, walt wrote: Anyone else seeing this? I'm afraid this is my fault; the `cd' builtin of /bin/sh did not handle the case where the current directory did not exist without the -P option. I've temporarily backed out the change for the moment, update your

Re: buildworld broken in gcc

2002-05-12 Thread David O'Brien
On Sun, May 12, 2002 at 10:32:33AM -0700, Steve Kargl wrote: cc -O -pipe -march=athlon -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\/usr/obj/usr/src/i386/usr\ -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools

Re: buildworld broken in usr.sbin/rpc.yppasswdd

2002-05-09 Thread Dag-Erling Smorgrav
Pawel Worach [EMAIL PROTECTED] writes: Any idea? rpcgen needs to be a bootstrap tool, but isn't. This has been broken for a long time, just not visibly. Try the attached patch. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] Index: Makefile.inc1

Re: buildworld broken

2002-02-04 Thread David Wolfskill
From: [EMAIL PROTECTED] Date: Tue, 5 Feb 2002 11:45:32 +1100 Hi All, I've been battling with building current for a few days now, I've noticed that some of the errors I've been seeing have been fixed, but today in desperation I deleted my /usr/src tree and cvs'd it up again from

Re: buildworld broken

2002-02-04 Thread Mark Murray
Hi All, I've been battling with building current for a few days now, I've noticed that some of the errors I've been seeing have been fixed, but today in desperation I deleted my /usr/src tree and cvs'd it up again from the cvsup.au.freebsd.org server. Please turn off HTML in

RE: buildworld broken

2002-02-04 Thread Anthony . Wyatt
Hi David, I've cvsupd again using src-all and it seems to be working again now. Thanks, Anthony -Original Message- From: David Wolfskill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 5 February 2002 12:48 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: buildworld

Re: Buildworld broken on _FBSDID in xinstall.c ??

2001-12-20 Thread Glenn Gombert
Thats what I did yesterday, and buildworld/installworld worked fine after that :)) Warner Losh [EMAIL PROTECTED] wrote: In message [EMAIL PROTECTED] Mike Barcroft writes: : Any suggestions? : : I would recommend removing the __FBSD() line locally until this has : been resolved.

Re: Buildworld broken on _FBSDID in xinstall.c ??

2001-12-18 Thread Mike Barcroft
Michel Oosterhof [EMAIL PROTECTED] writes: I might be doing something wrong here, this is my first try at -CURRENT. Anyway, buildworld fails right at the start after yacc: It looks like Mark Murray broke xinstall.c in revision 1.45 by adding __FBSDID() to a build tool. FreeBSD localisms

Re: Buildworld broken on _FBSDID in xinstall.c ??

2001-12-18 Thread Warner Losh
In message 9voh4s$q07$[EMAIL PROTECTED] Michel Oosterhof writes: : I might be doing something wrong here, this is my first try at : -CURRENT. Anyway, buildworld fails right at the start after yacc: You are the third person to notice this. I just committed a fix. Warner To Unsubscribe: send

Re: Buildworld broken on _FBSDID in xinstall.c ??

2001-12-18 Thread Warner Losh
In message [EMAIL PROTECTED] Mike Barcroft writes: : Any suggestions? : : I would recommend removing the __FBSD() line locally until this has : been resolved. cvsup might be better :-) Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the

RE: buildworld broken on globaldata.h

2001-12-12 Thread Alan Edmonds
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Poul-Henning Kamp Sent: 12 December 2001 11:43 To: [EMAIL PROTECTED] Subject: buildworld broken on globaldata.h My buildworld breaks: [...]

Re: buildworld broken on globaldata.h

2001-12-12 Thread Harti Brandt
On Wed, 12 Dec 2001, Poul-Henning Kamp wrote: PK PKMy buildworld breaks: PK PK[...] PK/flat/src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c:52: machine/globaldata.h: No PKsuch file or directory PK PKAny workarounds/fixes ? This was broken by jhb's large commit yesterday to break globaldata in MI

Re: buildworld broken on globaldata.h

2001-12-12 Thread David Wolfskill
Date: Wed, 12 Dec 2001 13:50:48 +0100 (CET) From: Harti Brandt [EMAIL PROTECTED] PKMy buildworld breaks: PK[...] This was broken by jhb's large commit yesterday to break globaldata in MI and MD parts. The following patch to gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c let's you compile gdb. Don't

Re: buildworld broken on globaldata.h

2001-12-12 Thread John Baldwin
On 12-Dec-01 Harti Brandt wrote: On Wed, 12 Dec 2001, Poul-Henning Kamp wrote: PK PKMy buildworld breaks: PK PK[...] PK/flat/src/gnu/usr.bin/binutils/gdb/i386/kvm-fbsd.c:52: machine/globaldata.h: No PKsuch file or directory PK PKAny workarounds/fixes ? This was broken by jhb's

Re: buildworld broken

2000-12-29 Thread Will Andrews
On Fri, Dec 29, 2000 at 02:42:18PM +0100, German Tischler wrote: cc -fpic -DPIC -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D_ _DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/ src/lib/libc/../libc/locale -DBROKEN_DES -DYP -DHESIOD

Re: buildworld broken

2000-12-29 Thread Sheldon Hearn
On Fri, 29 Dec 2000 14:42:18 +0100, German Tischler wrote: Anyone else seeing this ? Yet another avoidable break caused by inadequate pre-commit testing. Watch your cvs-all mail for commits to either the btree code or (more likely) queue.h . Ciao, Sheldon. To Unsubscribe: send mail to

Re: buildworld broken

2000-12-29 Thread Eric Dannewitz
I just did a make world from sources updated less than 12 hours ago, and I did not have ANY problems.. Sheldon Hearn wrote: On Fri, 29 Dec 2000 14:42:18 +0100, German Tischler wrote: Anyone else seeing this ? Yet another avoidable break caused by inadequate pre-commit testing.

Re: buildworld broken

2000-12-29 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Sheldon Hearn writes: On Fri, 29 Dec 2000 14:42:18 +0100, German Tischler wrote: Anyone else seeing this ? Yet another avoidable break caused by inadequate pre-commit testing. Watch your cvs-all mail for commits to either the btree code or (more likely) queue.h

RE: buildworld broken in sys/boot/i386/btx/btx

2000-05-22 Thread Stephane E. Potvin
Try applying the patches in the following PR. I'm not sure they will still apply cleanly but it should fix your problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=15841 -- Stephane E. Potvin InnoMediaLogic Inc. -- http://www.multichassis.com/ To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: buildworld broken in sys/boot/i386/btx/btx

2000-05-22 Thread Samuel Tardieu
On 22/05, Stephane E. Potvin wrote: | Try applying the patches in the following PR. I'm not sure they will still | apply cleanly but it should fix your problem. They don't apply cleanly, and I have to leave. But I would rather understand why there is a failure in the first place, and why other

RE: buildworld broken in sys/boot/i386/btx/btx

2000-05-22 Thread Stephane E. Potvin
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Samuel Tardieu Sent: Monday, May 22, 2000 4:02 PM To: Stephane E. Potvin Cc: [EMAIL PROTECTED] Subject: Re: buildworld broken in sys/boot/i386/btx/btx On 22/05, Stephane E. Potvin wrote: | Try

RE: buildworld broken in sys/boot/i386/btx/btx

2000-05-22 Thread John Baldwin
On 22-May-00 Stephane E. Potvin wrote: Try applying the patches in the following PR. I'm not sure they will still apply cleanly but it should fix your problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=15841 I'll look at this in a bit. I'm about ready to rewrite BTX all in .code16

Re: buildworld broken

2000-04-24 Thread Boris Popov
On Tue, 25 Apr 2000, Alexander Matey wrote: Cvsupped 2 hours ago: ... === sys/modules/syscons/fire @ - /usr/src/sys machine - /usr/src/sys/i386/include rm -f .depend mkdep -f .depend -a -nostdinc -I/usr/src/sys/modules/syscons/fire/.. -D_KERNEL -DKLD_MODULE -I-

Re: buildworld broken

2000-04-24 Thread Alexander Matey
Hello, On Tue, Apr 25, 2000 at 12:11:58PM +0700, Boris Popov wrote: mkdep -f .depend -a -nostdinc -I/usr/src/sys/modules/syscons/fire/.. -D_KERNEL -DKLD_MODULE -I- -I/usr/src/sys/modules/syscons/fire/.. -I. -I@ -I@/../include -I/usr/obj/usr/src/i386/usr/include