need help in rebuilding to Freebsd 5.3
Kamal R. Prasad
kamalp at kprasad.org
Tue Nov 30 07:00:59 PST 2004
Hello,
I am not aware whether this is the right mailing list -so pl. advise
where to send in my request if it isn't. I am running Freebsd 5.2.1
I have sources from CD on my /usr/src -and want to upgrade to Stable 5.3.
I downloaded CVSup and the supfile to get RELENG_5_3. I found that it
does not download files in the attic [and there is no attic directory at
my end]. The 'make buildworld' fails without the file
/usr/src/contrib/gperf/lib/getopt.h.
I notice Cvsup hasn't downloaded the file getopt.c either or any other
files in attic. I tried changing tag to '.' and it doesn't help either.
I have a low bandwidth connection, so pl. give me a clue on how to sync
up everything.
The 'make buildkernel' also fails with the following error:-
------------------------------
--------------------------------------------------------------
>>> stage 3.1: making dependencies
--------------------------------------------------------------
cd /usr/obj/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=/usr/obj
MACHINE_ARCH=i386 MACHINE=i386 CPUTYPE=
GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
DESTDIR=/usr/obj/usr/src/i386 _SHLIBDIRPREFIX=/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:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
/usr/obj/usr/src/make.i386/make KERNEL=kernel depend -DNO_MODULES_OBJ
rm -f .olddep
if [ -f .depend ]; then mv .depend .olddep; fi
/usr/obj/usr/src/make.i386/make _kernel-depend
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I.
-I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica
-I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter
-I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath
-I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm
-D_KERNEL -include opt_global.h -finline-limit=8000 --param
inline-unit-growth=100 --param large-function-growth=1000
-mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding
/usr/src/sys/i386/i386/genassym.c
cc1: error: invalid parameter `inline-unit-growth'
cc1: error: invalid parameter `large-function-growth'
*** Error code 1
Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1
Stop in /usr/obj/usr/src/sys/GENERIC.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
-------------------------------------
Appreciate any help on this.
thanks
-kamal
More information about the freebsd-hackers
mailing list