From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 30 15:00:59 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A215C16A4CE for ; Tue, 30 Nov 2004 15:00:59 +0000 (GMT) Received: from ims-2.prv.ampira.com (ims-2.ampira.com [66.179.231.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA02D43D45 for ; Tue, 30 Nov 2004 15:00:58 +0000 (GMT) (envelope-from kamalp@kprasad.org) Received: from [202.142.94.194] (helo=kprasad.org) by ims-2.prv.ampira.com with asmtp (Exim 4.24) id 1CZ9Ut-00008b-SF for freebsd-hackers@freebsd.org; Tue, 30 Nov 2004 10:00:57 -0500 Message-ID: <41AC8B1E.1000302@kprasad.org> Date: Tue, 30 Nov 2004 20:30:46 +0530 From: "Kamal R. Prasad" Organization: Prasad Software Consultants Inc. User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org References: <200411292254.32943.doconnor@gsoft.com.au> <200411301456.19900.doconnor@gsoft.com.au> <20041129.222825.16682069.imp@bsdimp.com> <200411301621.31973.doconnor@gsoft.com.au> In-Reply-To: <200411301621.31973.doconnor@gsoft.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: need help in rebuilding to Freebsd 5.3 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kamalp@acm.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 15:00:59 -0000 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