Date: Thu, 29 Nov 2007 08:40:42 -0500 From: Alexander Kabaev <kabaev@gmail.com> To: Uwe Grohnwaldt <Uwe@Grohnwaldt.eu> Cc: current@freebsd.org Subject: Re: -CURRENT buildkernel failure Message-ID: <20071129084042.45130c14@kan.dnsalias.net> In-Reply-To: <20071129140140.1f6bb021@Winter> References: <20071129140140.1f6bb021@Winter>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <Uwe@Grohnwaldt.eu> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071129084042.45130c14>