From owner-freebsd-current@FreeBSD.ORG Thu Nov 29 13:40:53 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 278B416A417 for ; Thu, 29 Nov 2007 13:40:53 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.freebsd.org (Postfix) with ESMTP id D4C0313C442 for ; Thu, 29 Nov 2007 13:40:52 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so1457512wra for ; Thu, 29 Nov 2007 05:40:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; bh=yFmFApZarfA6u4Bv6JyK5JQZBlmFBqMItXtHpWux0nU=; b=KL/qy7Duo0AfBPM7SfypLVujhUdc93+noBQ+mExHcNm8E5N7fVhRNOH14q3Gy6b9EX9XwVWGumF6qxMyPjM/8c6MQeSc0hUNsyM6vLRIKvrWQN9+PRdzVN1vb94+1+N8hryqbFAFIY3L/ClWzMmxdB4IhGm8ZcsXTvj/6mzOTJM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=LLsOVfzM0+FuMUe+1Zc0k+0swTFH9gbB1J1eWnIdbpRG7MZ8ydQiVWlfEZR/sc61yjiAmV8TePV5I8BI0MYXGKqZ65ny3mqdaAwp+ms59OY4YBwFWMMSIYamRoKp+35jlijHCSL7m2OLPw56RyA01LpNyNSmyuT+FuP167Zlnds= Received: by 10.142.89.9 with SMTP id m9mr105694wfb.1196343650771; Thu, 29 Nov 2007 05:40:50 -0800 (PST) Received: from kan.dnsalias.net ( [24.218.183.247]) by mx.google.com with ESMTPS id 7sm749663wrh.2007.11.29.05.40.49 (version=SSLv3 cipher=OTHER); Thu, 29 Nov 2007 05:40:49 -0800 (PST) Date: Thu, 29 Nov 2007 08:40:42 -0500 From: Alexander Kabaev To: Uwe Grohnwaldt Message-ID: <20071129084042.45130c14@kan.dnsalias.net> In-Reply-To: <20071129140140.1f6bb021@Winter> References: <20071129140140.1f6bb021@Winter> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/JP=cAU=2WTQm4XqwpBOu+HL"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: current@freebsd.org Subject: Re: -CURRENT buildkernel failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2007 13:40:53 -0000 --Sig_/JP=cAU=2WTQm4XqwpBOu+HL Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 29 Nov 2007 14:01:40 +0100 Uwe Grohnwaldt wrote: > hi, > i tried to build current this morning on my i386-system and it fails > with the following error: >=20 > # > =3D=3D=3D> zyd (all) > # > cc -O2 -fno-strict-aliasing -pipe -march=3Dprescott -Werror -D_KERNEL > -DKLD_MODULE -std=3Dc99 -nostdinc -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 > -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings > -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions > -c /usr/src/sys/modules/zyd/../../dev/usb/if_zyd.c # ld -d > -warn-common -r -d -o if_zyd.kld if_zyd.o # :> export_syms # awk > -f /usr/src/sys/modules/zyd/../../conf/kmod_syms.awk if_zyd.kld > export_syms | xargs -J% objcopy % if_zyd.kld # ld -Bshareable -d > -warn-common -o if_zyd.ko if_zyd.kld # objcopy --strip-debug if_zyd.ko > # 1 error # *** Error code 2 # > 1 error > # > *** Error code 2 > # > 1 error >=20 Above snipped is largely useless since you are running make -j and the real cause for the failure is probably way above this place in the log file. Retry without -j and if it still fails you will have useful log to post. --=20 Alexander Kabaev --Sig_/JP=cAU=2WTQm4XqwpBOu+HL Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFHTsFaQ6z1jMm+XZYRAlS8AKCpbI5frKNPf44I8MsZuMcH016BfQCffZ4f vHAkRbpMUW+YbwXgX8jj+qc= =+li5 -----END PGP SIGNATURE----- --Sig_/JP=cAU=2WTQm4XqwpBOu+HL--