From owner-freebsd-stable@FreeBSD.ORG Tue May 16 15:03:49 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A20216A403 for ; Tue, 16 May 2006 15:03:49 +0000 (UTC) (envelope-from ru@ip.net.ua) Received: from cielago.ip.net.ua (cielago.ip.net.ua [82.193.96.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44B4143D49 for ; Tue, 16 May 2006 15:03:48 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by cielago.ip.net.ua (8.13.6/8.13.6) with ESMTP id k4GF38Bd048322 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 16 May 2006 18:03:08 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.6/8.13.6) id k4GF3cek004885; Tue, 16 May 2006 18:03:38 +0300 (EEST) (envelope-from ru) Date: Tue, 16 May 2006 18:03:38 +0300 From: Ruslan Ermilov To: Yousef Raffah Message-ID: <20060516150338.GD4154@ip.net.ua> References: <1147788904.834.7.camel@localhost.savola.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qGV0fN9tzfkG3CxV" Content-Disposition: inline In-Reply-To: <1147788904.834.7.camel@localhost.savola.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-stable@freebsd.org Subject: Re: Upgrading to 6.1-RELEASE problems with make buildkernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:03:50 -0000 --qGV0fN9tzfkG3CxV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 16, 2006 at 05:15:04PM +0300, Yousef Raffah wrote: > Hi, >=20 > I'm trying to upgrade from 6.1-RC to 6.1-RELEASE >=20 > my cvssup file is: > *default host=3Dcvsup3.de.FreeBSD.org > *default base=3D/var/db > *default prefix=3D/usr/ > *default tag=3DRELENG_6_1_0_RELEASE > *default release=3Dcvs delete use-rel-suffix compress > src-all >=20 [...] > # cd /usr/src > # make buildkernel >=20 > Unfortunately, it keeps on failing with the following: >=20 > MAKE=3D/usr/obj/usr/src/make.i386/make sh /usr/src/sys/conf/newvers.sh > GENERIC > cc -c -O -pipe -march=3Dpentium3 -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=3Dc99 -g -nostdinc -I- -I. > -I/usr/src/sys -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 -I/usr/src/sys/dev/twa -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common > -finline-limit=3D8000 --param inline-unit-growth=3D100 --param > large-function-growth=3D1000 -mno-align-long-strings > -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror vers.c > linking kernel.debug > text data bss dec hex filename > 5951318 622880 323724 6897922 694102 kernel.debug > objcopy --strip-debug kernel.debug kernel > cd /usr/src/sys/modules; > MAKEOBJDIRPREFIX=3D/usr/obj/usr/src/sys/GENERIC/modules > KMODDIR=3D/boot/kernel DEBUG_FLAGS=3D"-g" MACHINE=3Di386 > KERNBUILDDIR=3D"/usr/obj/usr/src/sys/GENERIC" /usr/obj/usr/src/make.i386/= make all > =3D=3D=3D> 3dfx (all) > cc -O2 -fno-strict-aliasing -pipe -march=3Dpentium3 -Werror -D_KERNEL > -DKLD_MODULE -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS > -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ > -I@/contrib/altq -I@/../include -finline-limit=3D8000 -fno-common -g > -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings > -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=3Dc99 > -c /usr/src/sys/modules/3dfx/../../dev/tdfx/tdfx_pci.c > ld -d -warn-common -r -d -o 3dfx.kld tdfx_pci.o > touch export_syms > awk -f /usr/src/sys/modules/3dfx/../../conf/kmod_syms.awk 3dfx.kld > export_syms | xargs -J% objcopy % 3dfx.kld > *** Error code 1 >=20 > Stop in /usr/src/sys/modules/3dfx. > *** Error code 1 >=20 > Stop in /usr/src/sys/modules. > *** Error code 1 >=20 > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. >=20 > Any suggestions? :'( >=20 The above output doesn't have any provisions as to what the actual error was, so it's really hard to help you. Please try to catch the actual error message. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --qGV0fN9tzfkG3CxV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEaenKqRfpzJluFF4RAqSrAJ0dROoz1OXeCkgBpZVVe0r+NPV+fwCeK4cI unuXwexUvypkCDAyDAYLmao= =4dOf -----END PGP SIGNATURE----- --qGV0fN9tzfkG3CxV--