Re: continuing 14-CURRENT buildworld error...

2023-03-02 Thread Jeffrey Bouquet
On Tue, 28 Feb 2023 00:23:59 -0800 (PST), "Jeffrey Bouquet" wrote: > in src.conf: > > WITHOUT_TFTP= > > nevertheless, the buildworld halts in building tftp-proxy... > > .. > OR it halts with too may of the below errors: the buildworld doesn't inform > which process stopped it. > >

continuing 14-CURRENT buildworld error...

2023-02-28 Thread Jeffrey Bouquet
in src.conf: WITHOUT_TFTP= nevertheless, the buildworld halts in building tftp-proxy... .. OR it halts with too may of the below errors: the buildworld doesn't inform which process stopped it. ld.lld error: undefined symbol FreeBSD_nvlist_* [ many undefined symbols each starting with

Re: buildworld error

2017-03-12 Thread Ngie Cooper (yaneurabeya)
> On Mar 11, 2017, at 18:24, Ngie Cooper (yaneurabeya) > wrote: Hi Roberto, The sbin/setkey issue should be resolved by r315181. Thank you for the report! Cheers, -Ngie signature.asc Description: Message signed with OpenPGP using GPGMail

Re: buildworld error

2017-03-12 Thread Cy Schubert
In message , Roberto Rodriguez Jr writes: > Hey, > > Even with a fresh checkout of sources ( today 935am EST). Buildworld/kernel > fail 10 seconds into build. Can you post output, please? -- Cheers, Cy Schubert

Re: buildworld error

2017-03-12 Thread Cy Schubert
In message <1c4e6a09-86ad-4dc7-aa65-336a1643e...@freebsd.org>, Dimitry Andric w rites: > > > --Apple-Mail=_41B95E0F-96E1-4E0A-A996-DE3C34E4B13B > Content-Transfer-Encoding: 7bit > Content-Type: text/plain; > charset=us-ascii > > On 12 Mar 2017, at 02:46, Cy Schubert

Re: buildworld error

2017-03-12 Thread Roberto Rodriguez Jr
Hey, Even with a fresh checkout of sources ( today 935am EST). Buildworld/kernel fail 10 seconds into build. Thanks ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-12 Thread O. Hartmann
Am Sat, 11 Mar 2017 19:37:32 -0700 Ian Lepore schrieb: > On Sun, 2017-03-12 at 13:27 +1100, Lawrence Stewart wrote: > > Hi Ian, > > > > On 12/03/2017 10:29, Ian Lepore wrote: > > > > > > On Sun, 2017-03-12 at 10:22 +1100, Lawrence Stewart wrote: > > > > > > > > Hi all, >

Re: buildworld error

2017-03-12 Thread Dimitry Andric
On 12 Mar 2017, at 02:46, Cy Schubert wrote: > > In message <5cb065b0-5a7d-4a50-a722-8ea579a67...@freebsd.org>, Dimitry > Andric w > rites: >> >> >> --Apple-Mail=_A0AD1F4B-1279-4DA7-85F9-FB9846A878D7 >> Content-Transfer-Encoding: quoted-printable >> Content-Type:

[SOLVED] Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Lawrence Stewart
On 12/03/2017 13:37, Ian Lepore wrote: > On Sun, 2017-03-12 at 13:27 +1100, Lawrence Stewart wrote: >> Hi Ian, >> >> On 12/03/2017 10:29, Ian Lepore wrote: >>> >>> On Sun, 2017-03-12 at 10:22 +1100, Lawrence Stewart wrote: Hi all, I'm unable to complete buildworld with 2 recent

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Ian Lepore
On Sun, 2017-03-12 at 13:27 +1100, Lawrence Stewart wrote: > Hi Ian, > > On 12/03/2017 10:29, Ian Lepore wrote: > > > > On Sun, 2017-03-12 at 10:22 +1100, Lawrence Stewart wrote: > > > > > > Hi all, > > > > > > I'm unable to complete buildworld with 2 recent svn revs I've > > > tried > > >

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Ngie Cooper (yaneurabeya)
> On Mar 11, 2017, at 18:27, Lawrence Stewart wrote: > > Hi Ian, … >> The MAKEOBJDIRPREFIX variable must be set in the environment, not in >> make.conf or on the make command line (documented in build(7)). > > Your assertion seems at odds with my past experience and my

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Lawrence Stewart
Hi Ian, On 12/03/2017 10:29, Ian Lepore wrote: > On Sun, 2017-03-12 at 10:22 +1100, Lawrence Stewart wrote: >> Hi all, >> >> I'm unable to complete buildworld with 2 recent svn revs I've tried >> (r314838 and r315059). I'm building for a slightly resource >> constrained >> production system so am

Re: buildworld error

2017-03-11 Thread Ngie Cooper (yaneurabeya)
> On Mar 11, 2017, at 15:51, Roberto Rodriguez Jr > wrote: > > I figured the script command... here is the new error r315090 > > --- .depend --- > echo setkey.full: /usr/obj/usr/src/tmp/usr/lib/libc.a > /usr/obj/usr/src/tmp/usr/lib/libl.a >

Re: buildworld error

2017-03-11 Thread Cy Schubert
In message <5cb065b0-5a7d-4a50-a722-8ea579a67...@freebsd.org>, Dimitry Andric w rites: > > > --Apple-Mail=_A0AD1F4B-1279-4DA7-85F9-FB9846A878D7 > Content-Transfer-Encoding: quoted-printable > Content-Type: text/plain; > charset=us-ascii > > On 12 Mar 2017, at 01:55, Roberto Rodriguez Jr

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
Thanks! Rechecking out src tree. It seems my errors are like u said about 'make delete-old' ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: buildworld error

2017-03-11 Thread Dimitry Andric
On 12 Mar 2017, at 01:55, Roberto Rodriguez Jr wrote: > > Now... > make buildworld ... > In file included from /usr/src/contrib/llvm/lib/Support/APInt.cpp:15: > In file included from /usr/src/contrib/llvm/include/llvm/ADT/APInt.h:20: > In file included from >

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
Now... make buildworld root@krsna:/usr/src # time make buildworld -- >>> World build started on Sun Mar 12 00:52:52 UTC 2017 --

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
--- _bootstrap-tools-lib/clang/libllvmminimal --- --- Support/APInt.o --- 1 error generated. *** [Support/APInt.o] Error code 1 make[3]: stopped in /usr/src/lib/clang/libllvmminimal --- Support/CommandLine.o --- 1 error generated. *** [Support/CommandLine.o] Error code 1 make[3]: stopped in /usr

Re: buildworld error

2017-03-11 Thread Cy Schubert
crypto > *** [all_subdir_secure/lib/libcrypto] Error code 2 > > make[4]: stopped in /usr/src/secure/lib > 1 error > > make[4]: stopped in /usr/src/secure/lib > *** [all_subdir_secure/lib] Error code 2 > > make[3]: stopped in /usr/src/secure > 1 error > > make[3]: st

Re: buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src 1551.754u 434.064s 17:54.86 184.7% 12598+328k 113045+55926io 25455pf+14w ___ freebsd-current@freebsd.org mailing list

Re: Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Ian Lepore
On Sun, 2017-03-12 at 10:22 +1100, Lawrence Stewart wrote: > Hi all, > > I'm unable to complete buildworld with 2 recent svn revs I've tried > (r314838 and r315059). I'm building for a slightly resource > constrained > production system so am specifying custom settings and a different > obj >

Deterministic rescue buildworld error with custom make.conf/src.conf/MAKEOBJDIRPREFIX

2017-03-11 Thread Lawrence Stewart
Hi all, I'm unable to complete buildworld with 2 recent svn revs I've tried (r314838 and r315059). I'm building for a slightly resource constrained production system so am specifying custom settings and a different obj tree location so I can copy it to the target system. The error persists after

buildworld error

2017-03-11 Thread Roberto Rodriguez Jr
hello, buildworld currently breaks while building kerberos5. Sorry i cant post the error still managing to learn how script works. ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: Buildworld error with read-only source tree

2016-11-07 Thread Justin Hibbits
On Mon, 7 Nov 2016 20:53:46 -0500 Ryan Stone wrote: > I just got the following error attempting to build r308430 with my > source tree on a read-only NFS mount. I can work around it for now, > but shouldn't the source tree be untouched during a buildworld? > > $ make -j4

Buildworld error with read-only source tree

2016-11-07 Thread Ryan Stone
I just got the following error attempting to build r308430 with my source tree on a read-only NFS mount. I can work around it for now, but shouldn't the source tree be untouched during a buildworld? $ make -j4 buildworld buildkernel --- buildworld --- make[1]:

Re: buildworld error (tcpdump and Capsicum)

2013-12-20 Thread dt71
ping ! ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: buildworld error (tcpdump and Capsicum)

2013-12-20 Thread dt71
Index: addrtoname.c === --- addrtoname.c (revision 259658) +++ addrtoname.c (working copy) @@ -33,9 +33,11 @@ #endif #ifdef __FreeBSD__ +#ifdef HAVE_LIBCAPSICUM #include libcapsicum.h #include libcapsicum_dns.h #endif +#endif

buildworld error (tcpdump and Capsicum)

2013-12-16 Thread dt71
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/addrtoname.c:36:10: fatal error: 'libcapsicum.h' file not found #include libcapsicum.h I have, notably, WITHOUT_CAPSICUM=1 in /etc/src.conf. ___ freebsd-current@freebsd.org mailing list

Re: buildworld error on -current

2013-11-14 Thread Dimitry Andric
On 14 Nov 2013, at 00:23, Nilton Jose Rizzo ri...@i805.com.br wrote: ... === lib/libc++ (all) c++ -O2 -pipe -I/usr/src/lib/libc++/../../contrib/libc++/include -I/usr/src/li b/libc++/../../contrib/libcxxrt -nostdlib -DLIBCXXRT -Qunused-arguments -fstack- protector -Wno-empty-body

Re: buildworld error on -current

2013-11-14 Thread Nilton Jose Rizzo
Em Thu, 14 Nov 2013 13:51:59 +0100, Dimitry Andric escreveu On 14 Nov 2013, at 00:23, Nilton Jose Rizzo ri...@i805.com.br wrote: ... === lib/libc++ (all) c++ -O2 -pipe -I/usr/src/lib/libc++/../../contrib/libc++/include - I/usr/src/li b/libc++/../../contrib/libcxxrt -nostdlib -DLIBCXXRT

buildworld error on -current

2013-11-13 Thread Nilton Jose Rizzo
Hi all, I have some problens with -current: building shared library librpcsvc.so.5 === lib/libsbuf (all) === lib/libtacplus (all) === lib/libutil (all) === lib/libypclnt (all) === lib/libcxxrt (all) === lib/libc++ (all) c++ -O2 -pipe -I/usr/src/lib/libc++/../../contrib/libc++/include

While make buildworld: error: _libiconv_compat.h: No such file or directory

2013-09-27 Thread Гуляев Гоша
Hi all! I have a error when try to update my system to latest -HEAD, getting through svnup. uname -a: FreeBSD MYBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Mon Aug 12 22:31:24 MSK 2013 xmy@MYBSD:/usr/obj/usr/src/sys/MYBSD amd64 /etc/src.conf WITHOUT_ACCT=YES

Re: buildworld error

2013-01-31 Thread O. Hartmann
/libllvmmcdisassembler (all) === lib/clang/libllvmmcjit (all) === lib/clang/libllvmruntimedyld (all) === lib/clang/include (all) 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 1 error Because you are making buildworld with -j, the actual error message is not visible. Try

Re: buildworld error

2013-01-31 Thread Jesse
) === lib/clang/libllvmmcjit (all) === lib/clang/libllvmruntimedyld (all) === lib/clang/include (all) 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 1 error Because you are making buildworld with -j, the actual error message is not visible. Try searching

Re: buildworld error

2013-01-30 Thread Dimitry Andric
/libllvmmcjit (all) === lib/clang/libllvmruntimedyld (all) === lib/clang/include (all) 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 1 error Because you are making buildworld with -j, the actual error message is not visible. Try searching back in the log to find

Re: buildworld error

2013-01-30 Thread Jesse
error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 1 error Because you are making buildworld with -j, the actual error message is not visible. Try searching back in the log to find the actual error, and post that. Alternatively, make buildworld without -j

Re: buildworld error

2013-01-30 Thread Jesse
/libllvmruntimedyld (all) === lib/clang/include (all) 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 1 error Because you are making buildworld with -j, the actual error message is not visible. Try searching back in the log to find the actual error, and post

Re: buildworld error

2013-01-30 Thread O. Hartmann
/libllvmmcjit (all) === lib/clang/libllvmruntimedyld (all) === lib/clang/include (all) 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 1 error Because you are making buildworld with -j, the actual error message is not visible. Try searching back in the log to find

[clang] r234928 amd64 buildworld error

2012-05-14 Thread Anton Shterenlikht
clang -O2 -pipe -DSORT_THREADS -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict -prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwri te-strings -Wswitch -Wshadow -Wunused-parameter

RE: [clang] r234928 amd64 buildworld error

2012-05-14 Thread Oleg Moskalenko
...@freebsd.org] On Behalf Of Anton Shterenlikht Sent: Sunday, May 13, 2012 11:54 PM To: freebsd-current@freebsd.org Subject: [clang] r234928 amd64 buildworld error clang -O2 -pipe -DSORT_THREADS -std=gnu99 -Qunused-arguments -fstack- protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno

make -j4 buildworld error

2012-04-24 Thread r...@9du.org
make -j4 buildworld error -- World build started on Tue Apr 24 21:32:26 CST 2012 -- -- Rebuilding the temporary

Re: make buildworld error on 9.0B2

2011-10-01 Thread Greg Miller
On 9/30/11, Conrad J. Sabatier conr...@cox.net wrote: On Wed, 28 Sep 2011 19:57:55 -0500 Greg Miller greglmil...@gmail.com wrote: On a fresh install of 9.0B2, I've updated my source to RELENG_9 with csup, and I get the following when I try to make buildworld:

Re: make buildworld error on 9.0B2

2011-10-01 Thread Conrad J. Sabatier
On Sat, 1 Oct 2011 07:55:34 -0500 Greg Miller greglmil...@gmail.com wrote: On 9/30/11, Conrad J. Sabatier conr...@cox.net wrote: On Wed, 28 Sep 2011 19:57:55 -0500 Greg Miller greglmil...@gmail.com wrote: On a fresh install of 9.0B2, I've updated my source to RELENG_9 with csup, and I

Re: make buildworld error on 9.0B2

2011-09-30 Thread Conrad J. Sabatier
On Wed, 28 Sep 2011 19:57:55 -0500 Greg Miller greglmil...@gmail.com wrote: On a fresh install of 9.0B2, I've updated my source to RELENG_9 with csup, and I get the following when I try to make buildworld: * [0] /usr/src # make clean buildworld find:

Re: make buildworld error on 9.0B2

2011-09-29 Thread Greg Miller
On 9/28/11, Adrian Chadd adr...@freebsd.org wrote: On 29 September 2011 08:57, Greg Miller greglmil...@gmail.com wrote: On a fresh install of 9.0B2, I've updated my source to RELENG_9 with csup, and I get the following when I try to make buildworld: Good, is this reproducable? There's a patch

Re: make buildworld error on 9.0B2

2011-09-29 Thread Greg Miller
On 9/29/11, Greg Miller greglmil...@gmail.com wrote: On 9/28/11, Adrian Chadd adr...@freebsd.org wrote: On 29 September 2011 08:57, Greg Miller greglmil...@gmail.com wrote: On a fresh install of 9.0B2, I've updated my source to RELENG_9 with csup, and I get the following when I try to make

make buildworld error on 9.0B2

2011-09-28 Thread Greg Miller
On a fresh install of 9.0B2, I've updated my source to RELENG_9 with csup, and I get the following when I try to make buildworld: * [0] /usr/src # make clean buildworld find: /usr/src/sys/sys/param.h: No such file or directory /usr/src/Makefile, line 217:

Re: make buildworld error on 9.0B2

2011-09-28 Thread Garrett Cooper
On Wed, Sep 28, 2011 at 5:57 PM, Greg Miller greglmil...@gmail.com wrote: On a fresh install of 9.0B2, I've updated my source to RELENG_9 with csup, and I get the following when I try to make buildworld: * [0] /usr/src # make clean buildworld find:

Re: make buildworld error on 9.0B2

2011-09-28 Thread Greg Miller
On 9/28/11, Garrett Cooper yaneg...@gmail.com wrote: On Wed, Sep 28, 2011 at 5:57 PM, Greg Miller greglmil...@gmail.com wrote: On a fresh install of 9.0B2, I've updated my source to RELENG_9 with csup, and I get the following when I try to make buildworld: [snip] If you do ls /usr/src/sys ,

Re: make buildworld error on 9.0B2

2011-09-28 Thread Garrett Cooper
On Wed, Sep 28, 2011 at 8:54 PM, Greg Miller greglmil...@gmail.com wrote: On 9/28/11, Garrett Cooper yaneg...@gmail.com wrote: On Wed, Sep 28, 2011 at 5:57 PM, Greg Miller greglmil...@gmail.com wrote: On a fresh install of 9.0B2, I've updated my source to RELENG_9 with csup, and I get the

Re: make buildworld error on 9.0B2

2011-09-28 Thread Greg Miller
On 9/28/11, Garrett Cooper yaneg...@gmail.com wrote: On Wed, Sep 28, 2011 at 8:54 PM, Greg Miller greglmil...@gmail.com wrote: On 9/28/11, Garrett Cooper yaneg...@gmail.com wrote: On Wed, Sep 28, 2011 at 5:57 PM, Greg Miller greglmil...@gmail.com wrote: On a fresh install of 9.0B2, I've

Re: make buildworld error on 9.0B2

2011-09-28 Thread Adrian Chadd
On 29 September 2011 08:57, Greg Miller greglmil...@gmail.com wrote: On a fresh install of 9.0B2, I've updated my source to RELENG_9 with csup, and I get the following when I try to make buildworld: Good, is this reproducable? There's a patch to csup that may help you out with this. Index:

buildworld error on 5.1-REL

2003-11-10 Thread Odhiambo Washington
I am seeing the following error and no amount of cvsup will help it. http://ns2.wananchi.com/~wash/5.1-REL/WORLD.txt Advise appreciated. -Wash -- |\ _,,,---,,_ | Odhiambo Washington[EMAIL PROTECTED] Zzz /,`.-'`'-. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com

Re: buildworld error

2003-11-09 Thread Jason
Ok, here is the last section of output and the error. After this if I do ethier gzip command I get an error, but if I enter the makeinfo commands first the gzip command then works. Could this be some kind of schedualling problem because I normally use the command $time make -j4 buildworld.

Re: buildworld error

2003-11-09 Thread Kris Kennaway
On Sun, Nov 09, 2003 at 07:32:57PM -0500, Jason wrote: Ok, here is the last section of output and the error. After this if I do ethier gzip command I get an error, but if I enter the makeinfo commands first the gzip command then works. Could this be some kind of schedualling problem

Re: buildworld error: rm: tar: is a directory

2003-11-02 Thread Andrew heimbuch
Date: Sat, 1 Nov 2003 12:23:37 -0800 (PST) From: Jean-Marc Zucconi [EMAIL PROTECTED] Subject: Re: buildworld error: rm: tar: is a directory To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] eculp writes: Mensaje citado por Ruslan Ermilov [EMAIL PROTECTED]: | On Sat

buildworld error: rm: tar: is a directory

2003-11-01 Thread eculp
I'm having problems with current buildworld in gnu now on two different machines in current(today). The latest is the following: rm: tar: is a directory *** Error code 1 Stop in /usr/src/gnu/usr.bin/tar. *** Error code 1 Stop in /usr/src/gnu/usr.bin/tar. *** Error code 1 Stop in

Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread Ruslan Ermilov
On Sat, Nov 01, 2003 at 04:48:42AM -0800, [EMAIL PROTECTED] wrote: I'm having problems with current buildworld in gnu now on two different machines in current(today). The latest is the following: rm: tar: is a directory *** Error code 1 Stop in /usr/src/gnu/usr.bin/tar. *** Error code 1

Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread eculp
Mensaje citado por Ruslan Ermilov [EMAIL PROTECTED]: | On Sat, Nov 01, 2003 at 04:48:42AM -0800, [EMAIL PROTECTED] wrote: | I'm having problems with current buildworld in gnu now on two different | machines in current(today). The latest is the following: | | rm: tar: is a directory | ***

Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread Jean-Marc Zucconi
eculp writes: Mensaje citado por Ruslan Ermilov [EMAIL PROTECTED]: | On Sat, Nov 01, 2003 at 04:48:42AM -0800, [EMAIL PROTECTED] wrote: | I'm having problems with current buildworld in gnu now on two different | machines in current(today). The latest is the following: | | rm:

Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread M. Warner Losh
cvs update -PAd Pruning is very important. Warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread eculp
Mensaje citado por Jean-Marc Zucconi [EMAIL PROTECTED]: | eculp writes: | | Mensaje citado por Ruslan Ermilov [EMAIL PROTECTED]: | | On Sat, Nov 01, 2003 at 04:48:42AM -0800, [EMAIL PROTECTED] wrote: | | I'm having problems with current buildworld in gnu now on two | different | |

Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread eculp
Mensaje citado por M. Warner Losh [EMAIL PROTECTED]: | cvs update -PAd | | Pruning is very important. Warner, It hadn't even dawned on me but, after several days of suffering with this problem, I couldn't agree more. I am converted, believe me. I will be doing that more often. I've become

Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread M. Warner Losh
In message: [EMAIL PROTECTED] [EMAIL PROTECTED] writes: : Mensaje citado por M. Warner Losh [EMAIL PROTECTED]: : : | cvs update -PAd : | : | Pruning is very important. : : Warner, : : It hadn't even dawned on me but, after several days of suffering with this : problem, I couldn't

Re: [solved] buildworld error

2003-06-11 Thread Gordon Bergling
Hi all, On Tue Jun 10, 2003 at 07:50PM -0400, Garance A Drosihn wrote: At 9:42 PM +0200 6/10/03, Gordon Bergling wrote: Since I disable BDECFLAGS in /etc/make.conf this problem goes away. I don't know if this effects the build process in any other way. I had enable them around 4.5-RELEASE or

BDECFLAGS being added to CFLAGS and CWARNFLAGS ( was Re: [solved]buildworld error)

2003-06-11 Thread Scot W. Hetzel
From: Munehiro Matsuda [EMAIL PROTECTED] I was having the same compile error, until I commeted out the BDECFLAGS definition from /etc/make.conf. Looking into the problematic Makefiles, I've found that following Makefiles do references BDECFLAGS, which matches errors I was getting:

Re: BDECFLAGS being added to CFLAGS and CWARNFLAGS ( was Re:[solved] buildworld error)

2003-06-11 Thread Garance A Drosihn
At 2:29 PM -0500 6/11/03, Scot W. Hetzel wrote: From: Munehiro Matsuda [EMAIL PROTECTED] I was having the same compile error, until I commeted out the BDECFLAGS definition from /etc/make.conf. Looking into the problematic Makefiles, I've found that following Makefiles do references

Re: [solved] buildworld error

2003-06-10 Thread Gordon Bergling
Hi all, On Mon Jun 09, 2003 at 11:09PM +0200, Gordon Bergling wrote: On Mon Jun 09, 2003 at 11:06PM +0300, Ruslan Ermilov wrote: On Mon, Jun 09, 2003 at 06:42:11PM +0200, Gordon Bergling wrote: since a few days I getting a curious error when I try to build the world. Iam using -CURRENT,

Re: [solved] buildworld error

2003-06-10 Thread Kris Kennaway
On Tue, Jun 10, 2003 at 09:42:08PM +0200, Gordon Bergling wrote: Hi all, On Mon Jun 09, 2003 at 11:09PM +0200, Gordon Bergling wrote: On Mon Jun 09, 2003 at 11:06PM +0300, Ruslan Ermilov wrote: On Mon, Jun 09, 2003 at 06:42:11PM +0200, Gordon Bergling wrote: since a few days I getting

Re: [solved] buildworld error

2003-06-10 Thread Gordon Bergling
On Tue Jun 10, 2003 at 01:17PM -0700, Kris Kennaway wrote: Since I disable BDECFLAGS in /etc/make.conf this problem goes away. I don't know if this effects the build process in any other way. I had enable them around 4.5-RELEASE or so. ;) That's entirely expected. Whatever gave you the

Re: [solved] buildworld error

2003-06-10 Thread Garance A Drosihn
At 9:42 PM +0200 6/10/03, Gordon Bergling wrote: Hi all, Since I disable BDECFLAGS in /etc/make.conf this problem goes away. I don't know if this effects the build process in any other way. I had enable them around 4.5-RELEASE or so. ;) I'm not sure what you mean by that. Did you remove a line

Re: [solved] buildworld error

2003-06-10 Thread Kris Kennaway
On Tue, Jun 10, 2003 at 10:57:19PM +0200, Gordon Bergling wrote: -From /etc/make.conf -- # BDECFLAGS are a set of gcc warning settings that Bruce Evans has # suggested # for use in developing FreeBSD and testing changes. They can be used # by

Re: [solved] buildworld error

2003-06-10 Thread Munehiro Matsuda
Hi all, From: Garance A Drosihn [EMAIL PROTECTED] Date: Tue, 10 Jun 2003 19:50:08 -0400 ::At 9:42 PM +0200 6/10/03, Gordon Bergling wrote: ::Hi all, :: ::Since I disable BDECFLAGS in /etc/make.conf this problem goes ::away. I don't know if this effects the build process in any ::other way. I had

buildworld error

2003-06-09 Thread Gordon Bergling
Hi folks, since a few days I getting a curious error when I try to build the world. Iam using -CURRENT, with sources from a few minutes ago. The first error with full error messages can be found on http://www.0xfce3.net/error.txt. It seems that src/usr.sbin/config was broken. After the commit of

Re: buildworld error

2003-06-09 Thread Ruslan Ermilov
On Mon, Jun 09, 2003 at 06:42:11PM +0200, Gordon Bergling wrote: Hi folks, since a few days I getting a curious error when I try to build the world. Iam using -CURRENT, with sources from a few minutes ago. The first error with full error messages can be found on

Re: buildworld error

2003-06-09 Thread Gordon Bergling
On Mon Jun 09, 2003 at 11:06PM +0300, Ruslan Ermilov wrote: On Mon, Jun 09, 2003 at 06:42:11PM +0200, Gordon Bergling wrote: since a few days I getting a curious error when I try to build the world. Iam using -CURRENT, with sources from a few minutes ago. The first error with full error

buildworld error

2002-06-26 Thread Michael Hostbaek
I have cvsup'ed a 4.6-RC with the current source tree, but when doing a buildworld I get the following error: snip cc -O -pipe -D_OLD_STDIO -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/li bc -DPOSIX_MISTAKE

Re: buildworld error

2002-06-26 Thread John Polstra
In article [EMAIL PROTECTED], Michael Hostbaek [EMAIL PROTECTED] wrote: I have cvsup'ed a 4.6-RC with the current source tree, but when doing a buildworld I get the following error: [...] /usr/src/lib/libc/net/gethostbydns.c: In function `gethostanswer':

Re: buildworld error

2002-06-26 Thread BOUWSMA Beery
[This is an IPv6-only e-mail address, if you have any need to respond to this and send me a copy but do not have IPv6- capability, strip out the obvious part of the address, but I follow the list archives so no need to mail me] /usr/src/lib/libc/net/gethostbydns.c: In function

Re: buildworld error in gnu/lib/libstdc++

2002-06-06 Thread Sheldon Hearn
On Wed, 05 Jun 2002 15:36:04 +0200, Andrea Campi wrote: I've been seeing a compile error in gnu/lib/libstdc++ for days now. Since no one else reported it (not even tinderbox) I can only wonder what's up, and expecially how to get out of this. Show the compile error. Ciao, Sheldon. To

Re: buildworld error in gnu/lib/libstdc++

2002-06-06 Thread Andrea Campi
On Thu, Jun 06, 2002 at 11:05:54AM +0200, Sheldon Hearn wrote: On Wed, 05 Jun 2002 15:36:04 +0200, Andrea Campi wrote: I've been seeing a compile error in gnu/lib/libstdc++ for days now. Since no one else reported it (not even tinderbox) I can only wonder what's up, and expecially how to

buildworld error in gnu/lib/libstdc++

2002-06-05 Thread Andrea Campi
Hi all, I've been seeing a compile error in gnu/lib/libstdc++ for days now. Since no one else reported it (not even tinderbox) I can only wonder what's up, and expecially how to get out of this. The only thing peculiar to this machine is that I've cleared up everything which predated GCC 3.1; so

buildworld error in pam-ssh

2002-03-26 Thread Luis Zuccolo
Hello: I'm using 4 stable and i'want to upgrade to current. When I do make buildworld, I get the next error: ... ...  libpam/modules/pam-ssh make: don't know how to make /usr/obj/usr/src/i386/usr/lib/libssh.a Stop Error code 2 1 error Erro code 2 1 error   What can I do to fix it. Thanks

Re: make buildworld error in libpam/modules/pam_ssh

2002-02-04 Thread Mark Murray
I'm experiencing the following error while bulding world: Fix committed. M -- o Mark Murray \_ FreeBSD Services Limited O.\_Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

make buildworld error in libpam/modules/pam_ssh

2002-02-03 Thread Peter Schultz
I'm experiencing the following error while bulding world: === libpam/modules/pam_ssh cc -nostdinc -O -pipe -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh -I/usr/src/lib/libpam/modules/pam_ssh/../../../../contrib/libpam/libpam/include

buildworld error

2000-07-22 Thread Tony Johnson
When I was doing a make world on my system for 5.0-current, I was getting this error: === sys/boot/i386/boot2as --defsym FLAGS=0x80 /usr/src/sys/boot/i386/boot2/boot1.s -o boot1.old -nostdlib -static -N -e start -Ttext 0x7c00 -o boot1.out boot1.oobjcopy -S -O binary boot1.out boot1dd

Re: buildworld error: now it's ngctl

2000-05-15 Thread Archie Cobbs
Kent Hauser writes: === usr.sbin/ngctl cc -O -pipe -Wall -c /usr/src/usr.sbin/ngctl/types.c /usr/src/usr.sbin/ngctl/types.c: In function `TypesCmd': /usr/src/usr.sbin/ngctl/types.c:86: structure has no member named `type_name' *** Error code 1 That commit was a couple of weeks ago.. you

Re: make buildworld error

2000-05-13 Thread Hasan Diwan
Mr Miller: Try obtaining a crypto distribution from internat or freefall. That should solve your problem. On Sat, May 13, 2000 at 08:11:25AM -0400, Donn Miller wrote: -I/usr/obj/usr/src/i386/usr/include/openssl -DCRYPTO -DHAVE_LIBCRYPTO -DHAVE_RC5_H -DHAVE_CAST_H

Re: make buildworld error

2000-05-13 Thread Donn Miller
Hasan Diwan wrote: Mr Miller: Try obtaining a crypto distribution from internat or freefall. That should solve your problem. Damn - I just forgot to uncomment the cvs-crypto line in my supfile. Thanks! - Donn To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

make buildworld error

2000-05-13 Thread Donn Miller
=== usr.sbin/tcpdump/tcpdump rm -f .depend mkdep -f .depend -a-DHAVE_CONFIG_H -I/usr/src/usr.sbin/tcpdump/tcpdump -I/usr/obj/usr/src/i386/usr/include/openssl -DCRYPTO -DHAVE_LIBCRYPTO -DHAVE_RC5_H -DHAVE_CAST_H -I/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/lbl

buildworld error: now it's ngctl

2000-05-13 Thread Kent Hauser
After cvsup'ing this afternoon, mtree compiles. But ngctl fails: === usr.sbin/ngctl cc -O -pipe -Wall -c /usr/src/usr.sbin/ngctl/types.c /usr/src/usr.sbin/ngctl/types.c: In function `TypesCmd': /usr/src/usr.sbin/ngctl/types.c:86: structure has no member named `type_name' *** Error code 1