Re: Can't upgrade from 5.2.1-p9 to 5.3-BETA1, wrong config version! what to do?

2004-08-26 Thread Joel [Alikzus] Nilsson
Kevin D. Kinsey, DaleCo, S.P. wrote:
But you need to _start_ with the world, so the kernel can be built,
methinks.  What is the "other error message"?
Oups, yes, that's right. It's the way I've done it the other 
times (I mean buildworld then buildkernel).

However, I still can't build the world. As the error message 
below tells it has something to do with _init_tls (what that is 
you have to tell me), I also get this error while compiling some 
ports (the nvidia drivers for e.g). I think I have broken 
something when playing around, but how to fix it?

=
ERROR MESSAGE NO. 2:
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR= 
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" 
/usr/obj/usr/src/make.i386/make -f Makefile.inc1 
BOOTSTRAPPING=502128  -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC 
-DNOPROFILE  -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS bootstrap-tools
===> games/fortune/strfile
/usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for 
/usr/src/games/fortune/strfile
rm -f .depend
mkdep -f .depend -a-I/usr/obj/usr/src/i386/legacy/usr/include 
/usr/src/games/fortune/strfile/strfile.c
echo strfile: /usr/lib/libc.a 
/usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a >> .depend
cc -O -pipe  -I/usr/obj/usr/src/i386/legacy/usr/include -c 
/usr/src/games/fortune/strfile/strfile.c
cc -O -pipe  -I/usr/obj/usr/src/i386/legacy/usr/include  -static 
-L/usr/obj/usr/src/i386/legacy/usr/lib -o strfile strfile.o -legacy
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x5b): undefined reference to `_init_tls'
*** Error code 1
...

--
\\Joel [Alikzus] Nilsson
E-mail: [EMAIL PROTECTED]
ICQ:16724249
MSN:[EMAIL PROTECTED]
IRC:Alikzus @ EFNet & DALnet
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Can't upgrade from 5.2.1-p9 to 5.3-BETA1, wrong config version!what to do?

2004-08-26 Thread Joel [Alikzus] Nilsson
Hi!
As my long subject says I can't upgrade from 5.2.1-p9 to 5.3-BETA1 
(Source CVSuped with RELENG_5 tag). When I tries to build the kernel I 
got the error message beneth, telling me I got the wrong version of 
config. How can I upgrade just config?

I have tested both with my own kernel who I changed a bit for fitting 
5.3 and GENERIC. Both gives the same error!

I can neither build the world, but it gives an other error message, so 
let's start out with the kernel ;)

I will be very happy for a solution!
=
THE ERROR MESSAGE:
...
ERROR: version of config(8) does not match kernel!
config version = 500012, version required = 500013
Make sure that /usr/src/usr.sbin/config is in sync
with your /usr/src/sys and install a new config binary
before trying this again.
If running the new config fails check your config
file against the GENERIC or LINT config files for
changes in config syntax, or option/device naming
conventions
...
--
\\Joel [Alikzus] Nilsson
E-mail: [EMAIL PROTECTED]
ICQ:16724249
MSN:[EMAIL PROTECTED]
IRC:Alikzus @ EFNet & DALnet
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"