Buildworld error: use of undeclared identifier '__fnclex'

2019-04-29 Thread Jim Long
I'm upgrading from source from 11.1-STABLE r321596 to 11-STABLE #346941. Nothing in make.conf or src.conf. I believe I am following the procedure at https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html but I keep hitting an error: --snip c++ -O2 -pipe -I/usr/obj/usr/src/tm

Re: AMD64 Buildworld error in i386-elf

2010-09-02 Thread Dimitry Andric
On 2010-09-02 14:50, Rob Byrnes wrote: > Source is current as at 0030 on 2nd Sept. and I'm seeing this buildworld > error: > > ===> gnu/lib/csu (obj,depend,all,install) > sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.o > /usr/obj/usr/src/lib32/usr/lib3

AMD64 Buildworld error in i386-elf

2010-09-02 Thread Rob Byrnes
Source is current as at 0030 on 2nd Sept. and I'm seeing this buildworld error: ===> gnu/lib/csu (obj,depend,all,install) sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.o /usr/obj/usr/src/lib32/usr/lib32/crtbegin.o sh /usr/src/tools/install.sh -o root -g wheel -m 444

Re: Strange buildworld error (uuid_*)

2010-08-23 Thread Mikhail T.
23.08.2010 08:17, John Baldwin написав(ла): With some trickery (had to define: WITHOUT_CDDL, WITHOUT_SSP, WITH_GCC3, > NO_WERROR) I upgraded my laptop directly from 6.3 to 8.1-STABLE. It now > boots nicely. > > I'd like to make another round of buildworld/buildkernel -- using the > existing t

Re: Strange buildworld error (uuid_*)

2010-08-23 Thread John Baldwin
On Friday, August 20, 2010 8:46:04 am Mikhail T. wrote: > Hello! > > With some trickery (had to define: WITHOUT_CDDL, WITHOUT_SSP, WITH_GCC3, > NO_WERROR) I upgraded my laptop directly from 6.3 to 8.1-STABLE. It now > boots nicely. > > I'd like to make another round of buildworld/buildkernel --

Strange buildworld error (uuid_*)

2010-08-20 Thread Mikhail T.
Hello! With some trickery (had to define: WITHOUT_CDDL, WITHOUT_SSP, WITH_GCC3, NO_WERROR) I upgraded my laptop directly from 6.3 to 8.1-STABLE. It now boots nicely. I'd like to make another round of buildworld/buildkernel -- using the existing tools... That, however, breaks in the most unexpect

Re: FreeBSD 7 buildworld error

2008-03-12 Thread Joshua Coombs
Joshua Coombs wrote: As a follow up: I setup a fresh 7.0 install in a VM and played with it. Using my make.conf, I showed cc1 using 130MB when compiling insn-attrtab.c. I tweaked the VM conf down to 32MB of RAM and redid the compile, and other than taking forever due to swapping, it again c

Re: FreeBSD 7 buildworld error

2008-03-10 Thread Joshua Coombs
As a follow up: I setup a fresh 7.0 install in a VM and played with it. Using my make.conf, I showed cc1 using 130MB when compiling insn-attrtab.c. I tweaked the VM conf down to 32MB of RAM and redid the compile, and other than taking forever due to swapping, it again churned past insn-attr

Re: FreeBSD 7 buildworld error

2008-03-07 Thread Erik Trulsson
On Fri, Mar 07, 2008 at 08:54:53AM -0800, Jason Evans wrote: > Joshua Coombs wrote: >> Derek Taylor wrote: >>> On Fri, Feb 29, 2008 09:50 PM Sean <[EMAIL PROTECTED]> wrote: Check /etc/make.conf for CFLAGS, and if present remove it. >>> >>> This fixed the problem. >>> >>> Thank you. >>> >>>

Re: FreeBSD 7 buildworld error

2008-03-07 Thread Joshua Coombs
Jason Evans wrote: cc1 was only trying to request 130MB, my datasize is 512MB, why did it fail? It looks to me like gcc is trying to allocate a single 130MiB object, but you don't say anything about how much memory is already in use. It may well be that there are no remaining places in the m

Re: FreeBSD 7 buildworld error

2008-03-07 Thread Jason Evans
Joshua Coombs wrote: Derek Taylor wrote: On Fri, Feb 29, 2008 09:50 PM Sean <[EMAIL PROTECTED]> wrote: Check /etc/make.conf for CFLAGS, and if present remove it. This fixed the problem. Thank you. -Derek. I can confirm a failure in the same spot. What concerns me is in both my failure,

Re: FreeBSD 7 buildworld error

2008-03-07 Thread Joshua Coombs
Derek Taylor wrote: On Fri, Feb 29, 2008 09:50 PM Sean <[EMAIL PROTECTED]> wrote: Check /etc/make.conf for CFLAGS, and if present remove it. This fixed the problem. Thank you. -Derek. I can confirm a failure in the same spot. What concerns me is in both my failure, and Derek's, the mallo

Re: FreeBSD 7 buildworld error

2008-03-03 Thread Derek Taylor
On Fri, Feb 29, 2008 09:50 PM Sean <[EMAIL PROTECTED]> wrote: > >Check /etc/make.conf for CFLAGS, and if present remove it. This fixed the problem. Thank you. -Derek. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Re: FreeBSD 7 buildworld error

2008-02-29 Thread Alfred Perlstein
* Derek Taylor <[EMAIL PROTECTED]> [080229 18:33] wrote: > I csup'ed to RELENG_7_0 (from RELENG_6_3) yesterday and have been > having problems building world. After about 10 minutes of building, > I get the error: cc1: out of memory allocating 97582896 bytes > > I have put the full out

FreeBSD 7 buildworld error

2008-02-29 Thread Derek Taylor
I csup'ed to RELENG_7_0 (from RELENG_6_3) yesterday and have been having problems building world. After about 10 minutes of building, I get the error: cc1: out of memory allocating 97582896 bytes I have put the full output at

7.0-BETA1 AMD64 buildworld error

2007-10-25 Thread Indigo 23
I have updated sources as of Oct 25 and I tried building world (7.0-BETA1 AMD64), but I keep receiving the same error (see below) and I'm not sure how to fix it. I tried removing my sources completely and getting a fresh copy as well as running make clean in /usr/src, but to no avail. Anyone have

Re: make buildworld error

2007-10-04 Thread Miguel Lopes Santos Ramos
> Anyone else seeing make buildworld stop at usr.bin/netstat/ ? I didn't compile. That file was changed yesterday. But by the looks of it, everybody will be seeing it. The compiler is right because u_quad_t is not unsigned long long on the amd64, but only unsigned long, which although being the s

make buildworld error

2007-10-04 Thread Adam Ma'anit
Anyone else seeing make buildworld stop at usr.bin/netstat/ ? cc -O2 -fno-strict-aliasing -pipe -DIPSEC -DINET6 -DFAST_IPSEC - Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused- parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith - Wno-uninitialized -c /usr/src/usr.b

Re: make buildworld error on am64

2007-04-04 Thread Ruslan Ermilov
On Wed, Apr 04, 2007 at 05:00:09PM +0700, zen wrote: > Niclas Zeising wrote: > > >On 4/4/07, zen <[EMAIL PROTECTED]> wrote: > > > >>hi , > >>sorry to bother you again, > >>i'm trying updating my machine to 6.2STABLE, > > > > > >[snip error log] > > > >> > >>the box was fresh install from 6.2RELEAS

Re: make buildworld error on am64

2007-04-04 Thread zen
Ruslan Ermilov wrote: On Wed, Apr 04, 2007 at 05:00:09PM +0700, zen wrote: Niclas Zeising wrote: On 4/4/07, zen <[EMAIL PROTECTED]> wrote: hi , sorry to bother you again, i'm trying updating my machine to 6.2STABLE, [snip error log] the box was fresh instal

Re: make buildworld error on am64

2007-04-04 Thread Niclas Zeising
On 4/4/07, zen <[EMAIL PROTECTED]> wrote: hi , sorry to bother you again, i'm trying updating my machine to 6.2STABLE, [snip error log] the box was fresh install from 6.2RELEASE, and was build on am64 arch. it has 4Gigs RAM and amd64 X2 AM2 socket. could you tell me how to resolve this pro

Re: make buildworld error on am64

2007-04-04 Thread Niclas Zeising
On 4/4/07, zen <[EMAIL PROTECTED]> wrote: Niclas Zeising wrote: > On 4/4/07, zen <[EMAIL PROTECTED]> wrote: > >> hi , >> sorry to bother you again, >> i'm trying updating my machine to 6.2STABLE, > > > [snip error log] > >> >> the box was fresh install from 6.2RELEASE, and was build on am64 arch

Re: make buildworld error on am64

2007-04-04 Thread zen
Niclas Zeising wrote: On 4/4/07, zen <[EMAIL PROTECTED]> wrote: hi , sorry to bother you again, i'm trying updating my machine to 6.2STABLE, [snip error log] the box was fresh install from 6.2RELEASE, and was build on am64 arch. it has 4Gigs RAM and amd64 X2 AM2 socket. could you tell

make buildworld error on am64

2007-04-04 Thread zen
hi , sorry to bother you again, i'm trying updating my machine to 6.2STABLE, but during make buildworld the process stop with these error messages: -- >>> stage 4.2: building libraries

Re: make buildworld error on recent sources

2006-12-08 Thread JoaoBR
On Wednesday 06 December 2006 15:20, Ruslan Ermilov wrote: > On Wed, Dec 06, 2006 at 03:43:32PM -0200, JoaoBR wrote: > > On Wednesday 06 December 2006 15:07, Ruslan Ermilov wrote: > > >  /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/ti > > >nfo/make_keys.c > > > > > > > /usr/obj/usr/src/tmp

Re: make buildworld error on recent sources

2006-12-06 Thread Ruslan Ermilov
On Wed, Dec 06, 2006 at 03:43:32PM -0200, JoaoBR wrote: > On Wednesday 06 December 2006 15:07, Ruslan Ermilov wrote: > >  /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/ti > >nfo/make_keys.c > > > > > /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc > > > *** Error code 1 > > > > > > Stop in

Re: make buildworld error on recent sources

2006-12-06 Thread JoaoBR
On Wednesday 06 December 2006 15:07, Ruslan Ermilov wrote: >  /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/ti >nfo/make_keys.c > > > /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc > > *** Error code 1 > > > > Stop in /usr/src/lib/libncurses. > > *** Error code 1 > > I bet the date/time o

Re: make buildworld error on recent sources

2006-12-06 Thread Ruslan Ermilov
On Wed, Dec 06, 2006 at 03:02:31PM -0200, JoaoBR wrote: > > i get an error on recent sources releng_6 when doing make > buildworld from clean 6.1-STABLE install > > I compile the same sources from a already releng_6 and it > compiles fine > > sed > >unctrl.h -e "/@NCURSES_MAJOR@/s%%5%" -e

make buildworld error on recent sources

2006-12-06 Thread JoaoBR
i get an error on recent sources releng_6 when doing make buildworld from clean 6.1-STABLE install I compile the same sources from a already releng_6 and it compiles fine sed unctrl.h -e "/@NCURSES_MAJOR@/s%%5%" -e "/@NCURSES_MINOR@/s%%2%" cc -o make_keys -O2 -fno-strict-aliasing -pipe -I

Re: RELENG_6/amd64 buildworld error

2006-10-05 Thread Ruslan Ermilov
On Fri, Oct 06, 2006 at 09:24:39AM +0400, Ruslan Ermilov wrote: > On Fri, Oct 06, 2006 at 02:02:27AM +0400, Dmitry Morozovsky wrote: > > > > Hi there colleagues > > > > am I the only one who got the following error? > > > > ===> sbin/geom/class/mirror (all) > > cc -fpic -DPIC -O2 -fno-strict-al

Re: RELENG_6/amd64 buildworld error

2006-10-05 Thread Ruslan Ermilov
On Fri, Oct 06, 2006 at 02:02:27AM +0400, Dmitry Morozovsky wrote: > > Hi there colleagues > > am I the only one who got the following error? > > ===> sbin/geom/class/mirror (all) > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=opteron > -I/usr/src/sbin/geom/class/mirror/../.. > -I/usr

RELENG_6/amd64 buildworld error

2006-10-05 Thread Dmitry Morozovsky
Hi there colleagues am I the only one who got the following error? ===> sbin/geom/class/mirror (all) cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/sbin/geom/class/mirror/../.. -I/usr/src/sbin/geom/class/mirror/../../../../sys -Wsystem-headers -Werror -Wall -Wno-form

Re: buildworld error (texinfo)

2006-04-01 Thread Fernan Aguero
+[ To Kent Stewart <[EMAIL PROTECTED]> (31.Mar.2006 21:42): | | | This looks like you were running with a -j? set and you aren't seeing | | the real error. It was hidden somewhere. | | Yes I was running with -j | | | I have only found setting -j to be of value on smp systems. You may have

Re: buildworld error (texinfo)

2006-03-31 Thread Ruslan Ermilov
On Fri, Mar 31, 2006 at 04:25:19PM -0800, Kent Stewart wrote: > On Friday 31 March 2006 15:28, Fernan Aguero wrote: > > Hi! > > > > I've just cvsuped to the latest RELENG_6_0 (p6) and I can't > > get buildworld to finish ... this is the second time I got > > stopped at the same place: > > > > ===>

Re: buildworld error (texinfo)

2006-03-31 Thread Fernan Aguero
+[ Kent Stewart <[EMAIL PROTECTED]> (31.Mar.2006 21:29): | | On Friday 31 March 2006 15:28, Fernan Aguero wrote: | > Hi! | > | > I've just cvsuped to the latest RELENG_6_0 (p6) and I can't | > get buildworld to finish ... this is the second time I got | > stopped at the same place: [snipped]

Re: buildworld error (texinfo)

2006-03-31 Thread Kent Stewart
On Friday 31 March 2006 15:28, Fernan Aguero wrote: > Hi! > > I've just cvsuped to the latest RELENG_6_0 (p6) and I can't > get buildworld to finish ... this is the second time I got > stopped at the same place: > > ===> gnu/usr.bin/texinfo/doc (all) > makeinfo --no-split -I /usr/src/gnu/usr.bin/te

buildworld error (texinfo)

2006-03-31 Thread Fernan Aguero
Hi! I've just cvsuped to the latest RELENG_6_0 (p6) and I can't get buildworld to finish ... this is the second time I got stopped at the same place: ===> gnu/usr.bin/texinfo/doc (all) makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib

Re: 6.0-STABLE buildworld error

2006-01-31 Thread Bjoern A. Zeeb
On Tue, 31 Jan 2006, Holtor wrote: Just cvsup'd from cvsup18.freebsd.org seconds ago and: ===> usr.bin/gencat (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/usr.bin/gencat created for /usr/src/usr.bin/gencat rm -f .depend mkdep -f .depend -a-I/usr/obj/usr/src/tmp/legacy/usr/include /

6.0-STABLE buildworld error

2006-01-31 Thread Holtor
Just cvsup'd from cvsup18.freebsd.org seconds ago and: ===> usr.bin/gencat (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/usr.bin/gencat created for /usr/src/usr.bin/gencat rm -f .depend mkdep -f .depend -a-I/usr/obj/usr/src/tmp/legacy/usr/include /usr/src/usr.bin/gencat/gencat.c echo g

Buildworld Error, 5.3-RC1

2004-10-30 Thread Bill Blum
Hi there, ran into the following problem after typing 'make buildworld' on a freshly installed, freshly cvsup'ed system. No changes were made to the default installation-- code was cvsup'ed to RELENG_5_3 before the buildworld. Hardware: Gigabyte GA7N400 Pro2, Athlon XP2800+, 2 Gig Memory. (dmesg

Re: buildworld error (CVS july 4)

2004-07-04 Thread jl
I cleaned my src tree and checked out a fresh src, same results. Buildworld goes fine. Buildkernel fails in contrib/ipfilter/netinet/ip_fil.c Output follows. Jeff Love Burgh Gaming cc -O -pipe -DIPFILTER_LKM -DIPFILTER_LOG -I/usr/src/sys/modules/ipfilter/../../contrib/ipfilter -include /usr/obj

Re: buildworld error (CVS july 4)

2004-07-04 Thread Holger Kipp
On Sun, Jul 04, 2004 at 09:46:18PM +0200, regis rampnoux wrote: > When I do a "make buildworld" I obtain the following message: > /usr/src/usr.sbin/ipftest/../../contrib/ipfilter/fil.c:196: conflicting > types for `fr_makefrip' > /usr/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet/ip_fil.h

Re: buildworld error (CVS july 4)

2004-07-04 Thread jl
I am seeing a kernel build error in ipfw. There was code added 07/04/04 in ipfw, correct? Logic points us to this update. I'll update with logs if needed, but this should be easily repeated. Jeff Love Burgh Gaming > When I do a "make buildworld" I obtain the following message: > > cc -O -pipe -D

buildworld error (CVS july 4)

2004-07-04 Thread regis rampnoux
When I do a "make buildworld" I obtain the following message: cc -O -pipe -DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DIPFILTER_LOG -I- -I/usr/obj/usr/src/usr.sbin/ipftest -I/usr/src/usr.sbin/ipftest/../../sys/contrib/ipfilter -I/usr/src/usr.sbin/ipftest/../../sys -I/usr/src/usr.sbin/ipftest/../../contr

Re: buildworld error updating 4.6 --> stable

2003-03-16 Thread doug
Well $%^& - I spoke too soon. I thought I had past the problem area. It seems ncurses is used in lots of places. I am out of ideas. Same error same place different ../share/mk - sigh I am gonna read a good book for the rest of the evening. On Sun, 16 Mar 2003 [EMAIL PROTECTED] wrote: > The error

Re: buildworld error updating 4.6 --> stable

2003-03-16 Thread doug
The answer was: cd /usr/share mv mk mk.old ln -s /usr/src/share/mk/ mk It would seem to me that this is either a build problem or might at least rate a line in UPDATING. Or perhaps buildworld use /usr/src/share/mk rather than the one that won't work?. A diff showed major work on mk. I assume th

Re: Buildworld error

2003-02-16 Thread Kris Kennaway
On Sat, Feb 15, 2003 at 08:23:02PM -0800, Glendon M. Gross wrote: > ===> gnu/usr.bin/tar > rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o > exclude.o full-write.o getdate.o getline.o getopt.o getopt1.o getstr.o > hash.o human.o mktime.o modechange.o prepargs.o print-copyr.

Re: Buildworld error

2003-02-16 Thread Dag-Erling Smorgrav
"Glendon M. Gross" <[EMAIL PROTECTED]> writes: > uname -absd# uname -a > ===> gnu/usr.bin/tar > rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o > exclude.o full-write.o getdate.o getline.o getopt.o getopt1.o getstr.o > hash.o human.o mktime.o modechange.o prepargs.o print-co

Re: Buildworld Error building libpam.a

2003-01-22 Thread Glendon M. Gross
m.a. Stop *** Error code 2 Stop in /usr/src/lib/libpam/modules. *** Error code 1 I was getting a specific buildworld error yesterday also, although not in the same spot you are. Re-cvsupping fixed mine. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-s

Re: Buildworld Error building libpam.a

2003-01-22 Thread James Long
bj/usr/src/i386/usr/lib/libpam.a. > Stop > *** Error code 2 > > > > Stop in /usr/src/lib/libpam/modules. > > *** Error code 1 I was getting a specific buildworld error yesterday also, although not in the same spot you are. Re-cvsupping fixed mine. To Unsubscribe:

Buildworld Error building libpam.a

2003-01-22 Thread Glendon M. Gross
I am getting the following when attempting "make buildworld". Is there a known fix for this error? Please reply to me directly, as I am not currently subscribed to the list. Regards, Glendon Gross Stop in /usr/src/lib/libpam/modules/pam_deny. *** Error code 1 Stop in /usr/src/lib/lib

cvsup buildworld error 23/02

2001-02-23 Thread Roderick van Domburg
cvsupping a 4.2-R box to 4.2-S: cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc -

re: lc_time=c, buildworld error

2001-02-08 Thread Chris Byrnes
My bad. "Duh". chmod +x /bin/sh -Chris To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

buildworld error, LC_TIME=c date

2001-02-08 Thread Chris Byrnes
[root@ns1] [/usr/src]# cd /usr/src [root@ns1] [/usr/src]# make buildworld "/usr/src/Makefile", line 106: warning: "LC_TIME=C date" returned non-zero status /bin/sh:Permission denied *** Error code 1 Stop in /usr/src. wtf? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: 3.5->4.2: perl buildworld error

2000-11-22 Thread Hajimu UMEMOTO
>>> Wed, 22 Nov 2000 22:33:10 +0900, Hiroki Sato <[EMAIL PROTECTED]> said: hrs> Thorsten Kuehnemann <[EMAIL PROTECTED]> wrote hrs>in <[EMAIL PROTECTED]>: > pp_hot.o(.text+0x16a1): undefined reference to `setresuid' > pp_hot.o(.text+0x16d4): undefined reference to `setresgid' hrs> I think t

Re: buildworld error

2000-06-11 Thread Szilveszter Adam
On Sun, Jun 11, 2000 at 10:33:22PM +0900, Barry Mishler wrote: > I had the same original problem. Used cvsup to get the latest -- > including the Makefile (version "1.5.2.2 2000/06/11 05:32:11") which > corresponds to the above patch. Now it now fails for me just a few > commands later with: >

Buildworld Error in termcap - 3.4-STABLE

2000-06-11 Thread Greg Work
Hi guys...seems im getting a problem compiling 3.4-STABLE branch CVSup'ed as at approx 10pm Australian CST ive attempted to compile termcap by hand - no good though Unfortunately - im a little new at this game..so i dont know where is the best place to head to try and hack this out - any RTFM p

Re: buildworld error

2000-06-11 Thread Barry Mishler
Kris Kennaway wrote: > > On Sat, 10 Jun 2000, Scott Michel wrote: > > > /usr/obj/usr/src/secure/usr.sbin/sshd/../../lib/libssh/libssh.a(auth-skey.o): In >function `skey_fake_keyinfo': > > auth-skey.o(.text+0x2ae): undefined reference to `SHA1_Data' > > auth-skey.o(.text+0x438): undefined refere