From owner-freebsd-stable@FreeBSD.ORG Thu Nov 11 14:49:00 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D34DA106564A for ; Thu, 11 Nov 2010 14:49:00 +0000 (UTC) (envelope-from bryce@bryce.net) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 738868FC16 for ; Thu, 11 Nov 2010 14:49:00 +0000 (UTC) Received: by wwi18 with SMTP id 18so1166107wwi.31 for ; Thu, 11 Nov 2010 06:48:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.255.148 with SMTP id j20mr829771wes.11.1289486938522; Thu, 11 Nov 2010 06:48:58 -0800 (PST) Received: by 10.216.172.209 with HTTP; Thu, 11 Nov 2010 06:48:58 -0800 (PST) In-Reply-To: <20101110054850.GA49976@icarus.home.lan> References: <20101110054850.GA49976@icarus.home.lan> Date: Thu, 11 Nov 2010 08:48:58 -0600 Message-ID: From: Bryce Edwards To: Jeremy Chadwick Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: 8-STABLE buildworld failure 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: Thu, 11 Nov 2010 14:49:01 -0000 On Tue, Nov 9, 2010 at 11:48 PM, Jeremy Chadwick wrote: > On Tue, Nov 09, 2010 at 06:09:08PM -0600, Bryce Edwards wrote: >> After updating source today, I am receiving the following error when >> running make NOCCACHE=3DYES -j16 buildkernel > > Please re-run the buildkernel without any -j or -jXX flags to see where > the actual error happened. =A0The below doesn't show the actual error due > to the nature of the parallel build. > > I doubt this has anything to do with ccache. > Thanks Jeremy, I forgot to disable paralllel builds. It is very clear now that it is related to the following in make.conf: PORTS_MODULES=3Demulators/virtualbox-ose-kmod Looks like the path of the make environment for the port doesn't find yasm (which is indeed installed and located in /usr/local/bin/yasm). cd ${PORTSDIR:-/usr/ports}/emulators/virtualbox-ose-kmod; SYSDIR=3D/usr/src/sys /usr/obj/usr/src/make.amd64/make -B all =3D=3D=3D> virtualbox-ose-kmod-3.2.10 depends on executable: yasm - not f= ound =3D=3D=3D> Verifying install for yasm in /usr/ports/devel/yasm =3D=3D=3D> Installing for yasm-1.1.0 =3D=3D=3D> yasm-1.1.0 depends on shared library: iconv.3 - found =3D=3D=3D> yasm-1.1.0 depends on shared library: intl - found =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if devel/yasm already installed =3D=3D=3D> yasm-1.1.0 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/yasm without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop in /usr/ports/devel/yasm. *** Error code 1 Stop in /usr/ports/emulators/virtualbox-ose-kmod. *** Error code 1 Stop in /usr/ports/emulators/virtualbox-ose-kmod. *** 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. >> =3D=3D=3D> zlib (all) >> cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE >> -nostdinc =A0 -DHAVE_KERNEL_OPTION_HEADERS -include >> /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I@ -I@/contrib/altq >> -finline-limit=3D8000 --param inline-unit-growth=3D100 --param >> large-function-growth=3D1000 -fno-common -g -fno-omit-frame-pointer >> -I/usr/obj/usr/src/sys/GENERIC -mcmodel=3Dkernel -mno-red-zone >> -mfpmath=3D387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow >> -msoft-float -fno-asynchronous-unwind-tables -ffreestanding >> -fstack-protector -std=3Diso9899:1999 -fstack-protector -Wall >> -Wredundant-decls -Wnested-externs -Wstrict-prototypes >> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual =A0-Wundef >> -Wno-pointer-sign -fformat-extensions -c >> /usr/src/sys/modules/zlib/../../net/zlib.c >> ld =A0-d -warn-common -r -d -o zlib.ko.debug zlib.o >> :> export_syms >> awk -f /usr/src/sys/conf/kmod_syms.awk zlib.ko.debug =A0export_syms | >> xargs -J% objcopy % zlib.ko.debug >> objcopy --only-keep-debug zlib.ko.debug zlib.ko.symbols >> objcopy --strip-debug --add-gnu-debuglink=3Dzlib.ko.symbols zlib.ko.debu= g zlib.ko >> 1 error >> *** Error code 2 >> 1 error >> *** Error code 2 > > -- > | Jeremy Chadwick =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 jdc@parodius.com | > | Parodius Networking =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 http://= www.parodius.com/ | > | UNIX Systems Administrator =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Mountain = View, CA, USA | > | Making life hard for others since 1977. =A0 =A0 =A0 =A0 =A0 =A0 =A0PGP:= 4BD6C0CB | > >