Re: buildworld problem

2012-05-20 Thread freebsdathome
On Sat, 19 May 2012 11:18:37 -0500 CyberLeo Kitsana wrote: > On 05/19/2012 03:29 AM, Andriy Babiy wrote: > >>> "Makefile.inc1", line 160: CPUTYPE global should be set with ?=. > ... > > In make.conf I have CPUTYPE=nocona > > As it says, you need CPUTYPE?=nocona instead of CPUTYPE=nocona in > /et

Re: buildworld problem

2012-05-19 Thread Edward M
On 05/19/2012 09:18 AM, CyberLeo Kitsana wrote: As it says, you need CPUTYPE?=nocona instead of CPUTYPE=nocona in /etc/make.conf or /etc/src.conf; otherwise the build process chokes while building the 32-bit compatibility stuff, since it cannot override your 64-bit CPU selection with a 32-bit one

Re: buildworld problem

2012-05-19 Thread CyberLeo Kitsana
On 05/19/2012 03:29 AM, Andriy Babiy wrote: >>> "Makefile.inc1", line 160: CPUTYPE global should be set with ?=. ... > In make.conf I have CPUTYPE=nocona As it says, you need CPUTYPE?=nocona instead of CPUTYPE=nocona in /etc/make.conf or /etc/src.conf; otherwise the build process chokes while buil

Re: buildworld problem

2012-05-19 Thread tomdean
On 5/19/2012 3:11 AM, Edward M wrote: Try 'env -i make buildworld' after cleaning obj. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubsc

Re: buildworld problem

2012-05-19 Thread Edward M
On 05/18/2012 09:17 PM, Andriy Babiy wrote: Makefile.inc1", line 160: CPUTYPE global should be set with ?= I think the problem is the wrong cpu type define. . I took a glance at the code in the makefile.inc1 to see what would set that error off and i found this in the makefile.inc1

Re: buildworld problem

2012-05-19 Thread Andriy Babiy
> > FreeBSD myhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Mar 23 > > 20:00:59 PDT 2012 root@myhost:/usr/obj/usr/src/sys/GENERIC > > amd64 > > > > root#cd /usr/obj > > root#chflags -R noschg * > > root#rm -rf * > > root#make buildworld > > ... > > cd /usr/src; MACHINE=i386 MACHINE_ARCH=i386 MA

Re: buildworld problem

2012-05-18 Thread Edward M
On 05/18/2012 09:17 PM, Andriy Babiy wrote: FreeBSD myhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Mar 23 20:00:59 PDT 2012 root@myhost:/usr/obj/usr/src/sys/GENERIC amd64 root#cd /usr/obj root#chflags -R noschg * root#rm -rf * root#make buildworld ... cd /usr/src; MACHINE=i386 MACHINE_ARCH=

buildworld problem

2012-05-18 Thread Andriy Babiy
Hi list: root#uname -a FreeBSD myhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Mar 23 20:00:59 PDT 2012 root@myhost:/usr/obj/usr/src/sys/GENERIC amd64 root#cd /usr/obj root#chflags -R noschg * root#rm -rf * root#make buildworld ... cd /usr/src; MACHINE=i386 MACHINE_ARCH=i386 MACHINE_CPU="i68

Fwd: Buildworld problem

2007-12-04 Thread Venkatesh K
Thanks for the reply. What do you suggest? Shall I turn off the build of gdbserver? Thanks, Venkatesh K On Dec 4, 2007 5:45 PM, Philip M. Gollucci <[EMAIL PROTECTED]> wrote: > Venkatesh K wrote: > >> make: don't know how to make bsd.README. Stop > obrien 2007-12-03 21:05:20 UTC > > FreeB

Re: Buildworld problem

2007-12-04 Thread Philip M. Gollucci
Venkatesh K wrote: >> make: don't know how to make bsd.README. Stop obrien 2007-12-03 21:05:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_3) gnu/usr.bin/gdb/arch/amd64 Makefile gnu/usr.bin/gdb/arch/i386 Makefile gnu/usr.bin/gdb/kgdb kgdb.h Log: MF

Re: Buildworld problem

2007-12-04 Thread Philip M. Gollucci
Venkatesh K wrote: > ===> gnu/usr.bin/gdb/gdbserver (all) > make: don't know how to make bsd.README. Stop >>FreeBSD 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Thu Nov 29 04:07:33 >>UTC 2007 >>[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC >> i386 What code version are you trying to compile? The sa

Buildworld problem

2007-12-04 Thread Venkatesh K
Hi, "make buildworld" failed for me. Here is the error log. --- cc -O2 -fno-strict-aliasing -pipe -DHAVE_CONFIG_H -DRL_NO_COMPAT -DMI_OUT=1 -DTUI=1 -I. -I/usr/src/gnu/usr.bin/gdb/kgdb/../arch/i386

Re: Buildworld problem

2007-12-04 Thread Venkatesh K
I am so sorry. forgot to add details about my system. I am running FreeBSD 6.2. Here is uname output. FreeBSD 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Thu Nov 29 04:07:33 UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 Thanks, Venkatesh K On Dec 4, 2007 2:32 PM, Venkatesh K

make buildworld problem

2006-10-05 Thread Nick Browning
Hello All, I am trying to update my sources and I get the following error. I have included the results of 'uname -a'. Any help would be greatly appreciated. btw: i have done the following # chflags -R noschg /usr/obj/usr # rm -rf /usr/obj/usr # cd /usr/src # make cleandir # make cleandir and

Re: /usr/src 'make buildworld' problem

2005-08-17 Thread Shane James
ot; <[EMAIL PROTECTED]> To: "Shane James" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, August 17, 2005 12:49 PM Subject: Re: /usr/src 'make buildworld' problem Shane James wrote: Well, I did something quite stupid... I cvsuped to RELENG_5_0 Accidently... managed

Re: /usr/src 'make buildworld' problem

2005-08-17 Thread Björn König
Shane James wrote: Well, I did something quite stupid... I cvsuped to RELENG_5_0 Accidently... managed to get all the way to 'make installworld' but when I rebooted from single user mode it wouldn't boot my new kernel... so I booted kernel.old (5.3-RELEASE) that's working fine... so... I've n

Re: /usr/src 'make buildworld' problem

2005-08-17 Thread Shane James
ednesday, August 17, 2005 10:58 AM Subject: Re: /usr/src 'make buildworld' problem Hello, Tell a bit more about your hardware, e.g. show the content of the file /var/run/dmesg.boot. Does this error occur always at the same point? Where do you get th

Re: /usr/src 'make buildworld' problem

2005-08-17 Thread Björn König
Hello, Tell a bit more about your hardware, e.g. show the content of the file /var/run/dmesg.boot. Does this error occur always at the same point? Where do you get the sources from? Are they from RELENG_5, RELENG_5_3 or RELENG_5_4? Björn ___ freebs

/usr/src 'make buildworld' problem

2005-08-16 Thread Shane James
#uname -a FreeBSD uplink-rtr-pta.virtek.co.za 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 When I run a 'make buildworld' I get this error... -- >>> stage 1.1:

Re: buildworld problem

2005-06-27 Thread Giorgos Keramidas
On Mon, 27 Jun 2005, ANdrei wrote: > i have a problem, that I think is probably just a mistake in the way I do > things... am trying to buildworld on a 5.2.1-release (have done build > world several times with success on 4.x) the system is a fresh > install. i go to single user, and I get > >

buildworld problem

2005-06-27 Thread ANdrei
hi. i have a problem, that I think is probably just a mistake in the way I do things... am trying to buildworld on a 5.2.1-release (have done build world several times with success on 4.x) the system is a fresh install. i go to single user, and I get rm: ipf: is a directory as an error.

RE: Buildworld problem? -Solved

2005-06-15 Thread Java Weenie
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Java Weenie > Sent: Tuesday, June 14, 2005 11:38 AM > To: [EMAIL PROTECTED] > Subject: Buildworld problem? > > > I had a 4gig drive laying around that I wanted to use for a r

RE: Buildworld problem?

2005-06-15 Thread Java Weenie
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Java Weenie > Sent: Tuesday, June 14, 2005 11:38 AM > To: [EMAIL PROTECTED] > Subject: Buildworld problem? > > > I had a 4gig drive laying around that I wanted to use for

RE: Buildworld problem?

2005-06-14 Thread John Brooks
age- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Java Weenie > Sent: Tuesday, June 14, 2005 11:38 AM > To: [EMAIL PROTECTED] > Subject: Buildworld problem? > > > I had a 4gig drive laying around that I wanted to use for a router, so I > installed the la

Buildworld problem?

2005-06-14 Thread Java Weenie
I had a 4gig drive laying around that I wanted to use for a router, so I installed the latest (from about 1.5 weeks ago) from the 5.x distrubutions. I added ipfw/natd/dummynet to the kernel file and did a full buildworld, buildkernel. I rebooted after install kernel, everything seemed normal,

Re: make buildworld problem [lib/libedit]

2004-06-08 Thread Christian Hiris
On Tuesday 08 June 2004 17:41, Mantas Audickas wrote: > Hello there, > i don't know where to ask.. i have tried in many irc channels, but no > one could help me.. > so i'm trying to make buildworld, but there i get an error, always the > same.. i have tried in fresh installed os, with GENERIC kerne

Re: make buildworld problem

2004-06-08 Thread Giorgos Keramidas
On 2004-06-08 18:41, Mantas Audickas <[EMAIL PROTECTED]> wrote: > Hello there, > i don't know where to ask.. i have tried in many irc channels, but no > one could help me.. > so i'm trying to make buildworld, but there i get an error, always the > same.. i have tried in fresh installed os, with GE

make buildworld problem

2004-06-08 Thread Mantas Audickas
Hello there, i don't know where to ask.. i have tried in many irc channels, but no one could help me.. so i'm trying to make buildworld, but there i get an error, always the same.. i have tried in fresh installed os, with GENERIC kernel and with my own, cvsup source and so on.. but nothing goes be

Re: make buildworld problem

2003-07-18 Thread Shantanu Mahajan
+-- Robert Chalmers [18-07-03 16:32 +1000]: | Shantanu Mahajan wrote: | | > i am having problem build world. after abt. | > compiling for abt. 1.5 hrs. i get Signal - 1. so is | > it possible to resume the make from the previous | > state instead of rebuilding from scratch? | > | >

Re: make buildworld problem

2003-07-17 Thread Kris Kennaway
On Fri, Jul 18, 2003 at 12:35:44AM +0530, Shantanu Mahajan wrote: > i am having problem build world. after abt. > compiling for abt. 1.5 hrs. i get Signal - 1. so is > it possible to resume the make from the previous > state instead of rebuilding from scratch? You should pr

make buildworld problem

2003-07-17 Thread Shantanu Mahajan
i am having problem build world. after abt. compiling for abt. 1.5 hrs. i get Signal - 1. so is it possible to resume the make from the previous state instead of rebuilding from scratch? Regrads, Shantanu _

Re: [Re: Buildworld problem]

2003-02-28 Thread HiTech Creations Support
My apologies. I had responded to the wrong address. - Original Message - From: "Jacques A. Vidrine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "HiTech Creations Support" <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003 10:26 AM Subject:

Fwd: [Re: Buildworld problem]

2003-02-28 Thread Jacques A. Vidrine
This belongs on freebsd-questions. - Forwarded message from HiTech Creations Support <[EMAIL PROTECTED]> - Date: Fri, 28 Feb 2003 10:24:36 -0600 From: "HiTech Creations Support" <[EMAIL PROTECTED]> To: "Jacques A. Vidrine" <[EMAIL PROTECTED]> Subj

Re: 5.0-DP2 sparc64 buildworld problem

2003-01-09 Thread Kris Kennaway
On Wed, Jan 08, 2003 at 11:27:21AM +0100, Julien Bournelle wrote: > Hi all, > > I try to compile a kernel for a sparc64 on my FreeBSD 4.5 box. This should have been sent to [EMAIL PROTECTED] Anyway, it may be already fixed, so please try again before re-sending. Also, you are cvsupping 5.0-CUR

5.0-DP2 sparc64 buildworld problem

2003-01-08 Thread Julien Bournelle
Hi all, I try to compile a kernel for a sparc64 on my FreeBSD 4.5 box. So I cvsup with: " *default host=ftp.fr.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix # If your network link is a T1 or faster, comment out the following line.

Re: buildworld problem on cyrix 166

2002-12-18 Thread Giorgos Keramidas
On 2002-12-18 10:27, John Mills <[EMAIL PROTECTED]> wrote: > On Wed, 18 Dec 2002, JacobRhoden wrote: > > On Wed, 18 Dec 2002 13:23, Ken Kroel wrote: > > > i am trying to update an old pc and have run into a problem with the "make > > > > > CPU: Cyrix 6x86 (486-class CPU) > > > Origin = "CyrixInst

Re: buildworld problem on cyrix 166

2002-12-18 Thread John Mills
Freebies - In re: the 'ncurses' buildworld failures while upgrading, which I've also experienced: On Wed, 18 Dec 2002, JacobRhoden wrote: > On Wed, 18 Dec 2002 13:23, Ken Kroel wrote: > > i am trying to update an old pc and have run into a problem with the "make > > > CPU: Cyrix 6x86 (486-class

Re: buildworld problem on cyrix 166

2002-12-17 Thread JacobRhoden
On Wed, 18 Dec 2002 13:23, Ken Kroel wrote: > i am trying to update an old pc and have run into a problem with the "make > CPU: Cyrix 6x86 (486-class CPU) > Origin = "CyrixInstead" DIR=0x2231 Stepping=2 Revision=2 I had the exact same problem with the exact same machine you appear to have.

Re: buildworld problem on cyrix 166

2002-12-17 Thread Giorgos Keramidas
On 2002-12-17 21:23, Ken Kroel <[EMAIL PROTECTED]> wrote: > greetings, > > i am trying to update an old pc and have run into a problem with the "make > buildworld" step. the box is 4.7 release, using a network install. > [...] > *default release=cvs tag=RELENG_4_7. > > next, i made /root/kernel and

buildworld problem on cyrix 166

2002-12-17 Thread Ken Kroel
greetings, i am trying to update an old pc and have run into a problem with the "make buildworld" step. the box is 4.7 release, using a network install. i installed the base system, cvsup and all the source. i then ran cvsup with the standard supfile changing only the server name and the tag line