Re: Kernel compilation failed in 5.3-RELEASE
From: John Murphy (sub01_at_freeode.co.uk)
Date: 11/14/04
- Previous message: Donald J. O'Neill: "Re: Kernel compilation failed in 5.3-RELEASE"
- Maybe in reply to: Robert Kot: "Kernel compilation failed in 5.3-RELEASE"
- Next in thread: Subhro: "RE: Kernel compilation failed in 5.3-RELEASE"
- Reply: Subhro: "RE: Kernel compilation failed in 5.3-RELEASE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: questions@FreeBSD.ORG Date: Sun, 14 Nov 2004 15:14:01 +0000
Robert Kot wrote (quoting Subhro):
>> Recvsup and rebuild. Did you change anything in /etc/make.conf?
>>
>
>No, absolutely not. This is my /etc/make.conf:
>
># -- use.perl generated deltas -- #
># Created: Wed Nov 10 22:37:45 2004
># Setting to use base perl from ports:
>PERL_VER=5.8.5
>PERL_VERSION=5.8.5
>PERL_ARCH=mach
>NOPERL=yo
>NO_PERL=yo
>NO_PERL_WRAPPER=yo
>
>Isn't it supposed to work out of the box ?
It does! I've just compiled a kernel based on GENERIC with these
changes and it compiles without problem:
#cpu I486_CPU
#cpu I586_CPU
cpu I686_CPU
options EXT2FS
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_DEFAULT_TO_ACCEPT
options MAC
options GEOM_BDE
device sound
One of the error messages you saw said:
/usr/src/sys/modules/splash/bmp/splash_bmp.c:60:
error: syntax error before "mod"
Perhaps that file got corrupted somehow. You could delete the
/usr/src/sys directory (after backing up your config file) and
re-install the sys source from CD. You could compare it with
its CVS Log entries if you can find them, it has moved but there
are traces at:
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/modules/splash/bmp/Attic/splash_bmp.c
Or you could simply manage without splash screens for now by
commenting out the device splash line in your kernel config.
>How can I do recvsup ? Sorry for the stupid question,
>I'm still a beginner.
There should be no need unless you want to track STABLE.
-- John. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Donald J. O'Neill: "Re: Kernel compilation failed in 5.3-RELEASE"
- Maybe in reply to: Robert Kot: "Kernel compilation failed in 5.3-RELEASE"
- Next in thread: Subhro: "RE: Kernel compilation failed in 5.3-RELEASE"
- Reply: Subhro: "RE: Kernel compilation failed in 5.3-RELEASE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|