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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/src 'make buildworld' problem

2005-08-17 Thread Shane James

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 now cvsuped to RELENG_5 and 
get this error.


So Essentially I'm trying to compile the kernel on a 5.3 kernel with 5.0 
compilers :/



- Original Message - 
From: Björn König [EMAIL PROTECTED]

To: Shane James [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, 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 the sources from? Are they from RELENG_5, RELENG_5_3 or
RELENG_5_4?

Björn

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 now cvsuped 
to RELENG_5 and get this error.


So Essentially I'm trying to compile the kernel on a 5.3 kernel with 5.0 
compilers :/


Consider a binary update. Throw in a CD-ROM, choose Upgrade and follow 
the instructions. I'm not sure whether sysinstall makes a backup of 
/etc, because this upgrade overwrites configuration files, passwd and so 
on. Pay attention ... well, too late. :-P


Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: /usr/src 'make buildworld' problem

2005-08-17 Thread Shane James
I'm going to backup all my configs and just reinstall... I've learn't an 
important lesson though! :P ALways make sure your RELENGS are 100% correct


We can confirm this at http://www.freebsd.org/releng

ta :)

- Original Message - 
From: Björn König [EMAIL PROTECTED]

To: Shane James [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
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 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 now cvsuped to RELENG_5 
and get this error.


So Essentially I'm trying to compile the kernel on a 5.3 kernel with 5.0 
compilers :/


Consider a binary update. Throw in a CD-ROM, choose Upgrade and follow
the instructions. I'm not sure whether sysinstall makes a backup of
/etc, because this upgrade overwrites configuration files, passwd and so
on. Pay attention ... well, too late. :-P

Björn

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/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: legacy release compatibility shims
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  INSTALL=sh 
/usr/src/tools/install.sh  
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
  WORLDTMP=/usr/obj/usr/src/i386  MAKEFLAGS=-m /usr/src/tools/build/mk  -m 
/usr/src/share/mk make -f Makefile.inc1  DESTDIR=  BOOTSTRAPPING=500043  
-DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC -DNOPROFILE  -DNOSHARED 
-DNO_CPU_CFLAGS -DNO_WARNS legacy
=== tools/build
/usr/obj/usr/src/i386/usr/src/tools/build created for /usr/src/tools/build
cd /usr/src/tools/build; make buildincludes; make installincludes
sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  
/usr/src/tools/build/../../include/getopt.h 
/usr/obj/usr/src/i386/legacy/usr/include
*** Signal 11

Stop in /usr/src/tools/build.
*** Error code 1

Stop in /usr/src/tools/build.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Kind Regards,
Shane James
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]