make buildworld error

2008-04-24 Thread meka
Basicly, I'm having problem with this: http://www.freebsd.org/cgi/query-pr.cgi?pr=123052. It's csup'ed few seconds before make buildworld was issued. Any suggestion? ___ freebsd-questions@freebsd.org mailing list

make buildworld error

2007-03-20 Thread Dino Vliet
Hi folks, on my pc , CPU: VIA C3 Samuel 2 (796.10-MHz 686-class CPU) Origin = CentaurHauls Id = 0x673 Stepping = 3 Features=0x803035FPU,DE,TSC,MSR,MTRR,PGE,MMX real memory = 503250944 (479 MB) avail memory = 483028992 (460 MB) I get the following error after I issue a make buildworld:

Re: make buildworld error

2007-03-20 Thread Giorgos Keramidas
On 2007-03-20 00:21, Dino Vliet [EMAIL PROTECTED] wrote: Hi folks, on my pc , CPU: VIA C3 Samuel 2 (796.10-MHz 686-class CPU) Origin = CentaurHauls Id = 0x673 Stepping = 3 Features=0x803035FPU,DE,TSC,MSR,MTRR,PGE,MMX real memory = 503250944 (479 MB) avail memory = 483028992 (460

make buildworld: error code 2 when installing /usr/src/gnu/lib/libg2c/g2c.h

2005-09-23 Thread James Long
Is anyone else seeing something similar to this buildworld error? I've re-cvsupped, and blown away my src tree and re-cvsupped again, and it still fails in just the same spot. Running 5.3 on a dual PIII-1 GHz SMP system (Compaq DL380 G1) with 1.25 Gigs RAM. 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri

make buildworld error

2005-07-28 Thread Jason Morgan
I keep getting the following on a 4.9 system when trying to move to 4.11. rm -f sa main.o pdb.o usrdb.o sa.8.gz sa.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS === usr.sbin/setkey .depend, line 1: Need an operator .depend, line 2: Need an operator .depend, line 3: Need an operator .depend,

RE: make buildworld error

2005-07-28 Thread Norbert Koch
I keep getting the following on a 4.9 system when trying to move to 4.11. rm -f sa main.o pdb.o usrdb.o sa.8.gz sa.8.cat.gz rm -f .depend GPATH GRTAGS GSYMS GTAGS === usr.sbin/setkey .depend, line 1: Need an operator .depend, line 2: Need an operator .depend, line 3: Need an operator

make buildworld error

2005-01-29 Thread Gert Cuykens
... cd /usr/src/etc; make buildincludes; make installincludes === etc/sendmail === etc/sendmail -- stage 4.2: building libraries -- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj

Re: make buildworld error

2005-01-29 Thread Donald J. O'Neill
On Saturday 29 January 2005 02:56 am, Gert Cuykens wrote: ... cd /usr/src/etc; make buildincludes; make installincludes === etc/sendmail === etc/sendmail -- stage 4.2: building libraries

Re: make buildworld error

2005-01-29 Thread Gert Cuykens
On Sat, 29 Jan 2005 05:40:25 -0600, Donald J. O'Neill [EMAIL PROTECTED] wrote: What do you have in your /usr/src/sys/amd64/conf/config file, show me about the first 30 lines of it. config is the kernel config right ? i only did make cleanworld and make buildworld wasnt compiling the kernel

Re: make buildworld error

2005-01-29 Thread Gert Cuykens
On Sat, 29 Jan 2005 11:17:59 +0100, Peter Harmsen [EMAIL PROTECTED] wrote: Seems to me you specified amd64 in /etc/makeconf. If i remember correctly from some posts ago this is obsolete. You can however switch to 32-bit mode by specifying athlon-xp. Otherwise everything should be auto

Re: make buildworld error

2005-01-29 Thread Donald J. O'Neill
On Saturday 29 January 2005 07:55 am, Gert Cuykens wrote: On Sat, 29 Jan 2005 11:17:59 +0100, Peter Harmsen [EMAIL PROTECTED] wrote: Seems to me you specified amd64 in /etc/makeconf. If i remember correctly from some posts ago this is obsolete. You can however switch to 32-bit mode by

Re: make buildworld error

2005-01-29 Thread Gert Cuykens
On Sat, 29 Jan 2005 13:27:15 -0600, Donald J. O'Neill [EMAIL PROTECTED] wrote: On Saturday 29 January 2005 07:55 am, Gert Cuykens wrote: On Sat, 29 Jan 2005 11:17:59 +0100, Peter Harmsen [EMAIL PROTECTED] wrote: Seems to me you specified amd64 in /etc/makeconf. If i remember correctly

Re: make buildworld error

2005-01-29 Thread Gert Cuykens
On Sat, 29 Jan 2005 20:33:12 +0100, Gert Cuykens [EMAIL PROTECTED] wrote: On Sat, 29 Jan 2005 13:27:15 -0600, Donald J. O'Neill [EMAIL PROTECTED] wrote: On Saturday 29 January 2005 07:55 am, Gert Cuykens wrote: On Sat, 29 Jan 2005 11:17:59 +0100, Peter Harmsen [EMAIL PROTECTED] wrote:

Re: make buildworld error

2005-01-29 Thread Gert Cuykens
On Sat, 29 Jan 2005 20:37:59 +0100, Gert Cuykens [EMAIL PROTECTED] wrote: On Sat, 29 Jan 2005 20:33:12 +0100, Gert Cuykens [EMAIL PROTECTED] wrote: On Sat, 29 Jan 2005 13:27:15 -0600, Donald J. O'Neill [EMAIL PROTECTED] wrote: On Saturday 29 January 2005 07:55 am, Gert Cuykens wrote:

RE: make buildworld error

2005-01-29 Thread Subhro
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Donald J. O'Neill Sent: Sunday, January 30, 2005 0:57 To: Gert Cuykens Cc: freebsd-questions@freebsd.org Subject: Re: make buildworld error snip You see the bottom 4 lines? I see

Re: make buildworld error

2005-01-29 Thread Gert Cuykens
On Sun, 30 Jan 2005 01:11:32 +0530, Subhro [EMAIL PROTECTED] wrote: The correct way would be CPUTYPE=k8 as all Hammers are basically having K8 cores. This is also revealed in dmesg. my dmesg CPU: AMD Athlon(tm) 64 FX-53 Processor (2400.01-MHz K8-class CPU) Origin = AuthenticAMD Id = 0xf5a

Re: make buildworld error

2005-01-29 Thread Donald J. O'Neill
On Saturday 29 January 2005 01:49 pm, Gert Cuykens wrote: On Sun, 30 Jan 2005 01:11:32 +0530, Subhro [EMAIL PROTECTED] wrote: The correct way would be CPUTYPE=k8 as all Hammers are basically having K8 cores. This is also revealed in dmesg. my dmesg CPU: AMD Athlon(tm) 64 FX-53 Processor

Re: make buildworld error

2005-01-29 Thread Gert Cuykens
On Sat, 29 Jan 2005 14:45:52 -0600, Donald J. O'Neill [EMAIL PROTECTED] wrote: On Saturday 29 January 2005 01:49 pm, Gert Cuykens wrote: On Sun, 30 Jan 2005 01:11:32 +0530, Subhro [EMAIL PROTECTED] wrote: The correct way would be CPUTYPE=k8 as all Hammers are basically having K8 cores.

5.2 cvsup make buildworld error

2004-01-23 Thread Michael Clark
This is the second computer I have had problems upgrade from 5.1 to 5.2 on. The first computer I had to format as it died during installworld and I was unable to boot it. This computer died on make installworld as well. After that I was unable to use any basic commands, ls, ext. Rebooted and

5.2 cvsup make buildworld error

2004-01-23 Thread Michael Clark
Sry if this double post I used the wrong address the first time. This is the second computer I have had problems upgrade from 5.1 to 5.2 on. The first computer I had to format as it died during installworld and I was unable to boot it. This computer died on make installworld as well. After

Re: 5.2 cvsup make buildworld error

2004-01-23 Thread Kent Stewart
On Friday 23 January 2004 12:26 pm, Michael Clark wrote: Sry if this double post I used the wrong address the first time. This is the second computer I have had problems upgrade from 5.1 to 5.2 on. The first computer I had to format as it died during installworld and I was unable to boot it.

Re: make buildworld error

2003-10-22 Thread Gregory Neil Shapiro
=== etc/sendmail make: don't know how to make freebsd.cf. Stop *** Error code 2 Does /usr/src/etc/sendmail/freebsd.mc exist? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

make buildworld error

2003-10-21 Thread Grzegorz Neon
Hello, I installed 4.8 yesterday and i need to upgrade it but I'm getting this error when i try to do make buildworld: === usr.sbin/boot0cfg cc -O -pipe -march=k6 -W -Wall -Wstrict-prototypes -Wmissing- prototypes -W pointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual -Wwrite- strings -

make buildworld error

2003-09-09 Thread Dennis M. Yocum
HELP.. can anyone please tell me where to look for the answer to the following error that happens during the make buildworld process? make: don't know how to make assert.cpp Stop^M *** Error code 2^M ^M Stop in /usr/src/gnu/usr.bin/groff/src/libs.^M *** Error code 1^M and it goes on

Re: make buildworld error upgrading to 4.8R

2003-04-06 Thread Kris Kennaway
buildworld error upgrading to 4.8R On Sat, Apr 05, 2003 at 11:01:52PM -0400, Nicholas Fitzgerald wrote: No, I do not have either one of these set in my environment or in my make.conf. How did you install gcc 3? Kris I downloaded the tar file from the gcc web site and compiled

Re: make buildworld error upgrading to 4.8R

2003-04-05 Thread Kris Kennaway
On Sat, Apr 05, 2003 at 02:19:15AM -0400, Nicholas Fitzgerald wrote: - Original Message - From: Kris Kennaway [EMAIL PROTECTED] To: Nicholas Fitzgerald [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, April 05, 2003 1:54 AM Subject: Re: make buildworld error upgrading to 4.8R

Re: make buildworld error upgrading to 4.8R

2003-04-05 Thread Nicholas Fitzgerald
- Original Message - From: Kris Kennaway [EMAIL PROTECTED] To: Nicholas Fitzgerald [EMAIL PROTECTED] Cc: Kris Kennaway [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, April 05, 2003 6:47 PM Subject: Re: make buildworld error upgrading to 4.8R On Sat, Apr 05, 2003 at 02:19:15AM -0400

Re: make buildworld error upgrading to 4.8R

2003-04-05 Thread Nicholas Fitzgerald
- Original Message - From: Kris Kennaway [EMAIL PROTECTED] To: Nicholas Fitzgerald [EMAIL PROTECTED] Cc: Kris Kennaway [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, April 05, 2003 11:02 PM Subject: Re: make buildworld error upgrading to 4.8R On Sat, Apr 05, 2003 at 11:01:52PM -0400

make buildworld error upgrading to 4.8R

2003-04-04 Thread Nicholas Fitzgerald
Hello, I have CVSup'd the latest source for 4.8-RELEASE to upgrade from 4.7-RELEASE but when I go to make buildworld I get the following error: === gnu/usr.bin/gperf/doc c++ -O -pipe -D__FBSDID=__RCSID -I/usr/src/gnu/usr.bin/gperf/../../../c ontrib/gperf/lib -I/usr/src/gnu/usr.bin/gperf -c

Re: make buildworld error upgrading to 4.8R

2003-04-04 Thread Kris Kennaway
On Fri, Apr 04, 2003 at 11:15:02PM -0400, Nicholas Fitzgerald wrote: Hello, I have CVSup'd the latest source for 4.8-RELEASE to upgrade from 4.7-RELEASE but when I go to make buildworld I get the following error: It looks like you're trying to compile FreeBSD with gcc 3.x. You can't do

Re: make buildworld error upgrading to 4.8R

2003-04-04 Thread Nicholas Fitzgerald
- Original Message - From: Kris Kennaway [EMAIL PROTECTED] To: Nicholas Fitzgerald [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, April 05, 2003 1:54 AM Subject: Re: make buildworld error upgrading to 4.8R It looks like you're trying to compile FreeBSD with gcc 3.x. You can't

Re: make buildworld -- ERROR

2002-10-01 Thread Kris Kennaway
On Mon, Sep 30, 2002 at 10:48:56AM -0500, MET wrote: # make buildworld After about 5 minutes it fails horribly. Does it always fail in the same place? You may have failing hardware. Kris msg03539/pgp0.pgp Description: PGP signature

make buildworld -- ERROR

2002-09-30 Thread MET
I've cvsuped to -STABLE. So now following a tutorial in the FreeBSD Unleashed book I'ved simply entered one command. # make buildworld After about 5 minutes it fails horribly. cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\/usr\

Re: make buildworld error after cvsup

2002-07-24 Thread Michael Sharp
re-cvsup, its likely you cvsupped and got 1/2 a commit. Milon PapezĂ­k wrote: the same here :-( Milon -Original Message- From: Jamie Heckford [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 4:56 PM To: [EMAIL PROTECTED] Subject: make buildworld error after cvsup

RE: make buildworld error

2002-07-21 Thread Balaji, Pavan
, Intel Corporation Only the Paranoid Survive -- Andy Grove -Original Message- From: Jesse Geddis [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 20, 2002 10:05 PM To: [EMAIL PROTECTED] Subject: make buildworld error This is what i get during a make build world