On Thu, 29 Nov 2007 14:01:40 +0100 Uwe Grohnwaldt <Uwe_at_Grohnwaldt.eu> wrote: > hi, > i tried to build current this morning on my i386-system and it fails > with the following error: > > # > ===> zyd (all) > # > cc -O2 -fno-strict-aliasing -pipe -march=prescott -Werror -D_KERNEL > -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS > -include /usr/obj/usr/src/sys/GENERIC/opt_global.h -I. -I_at_ > -I_at_/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 > --param large-function-growth=1000 -fno-common > -I/usr/obj/usr/src/sys/GENERIC -mno-align-long-strings > -mpreferred-stack-boundary=2 -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 > 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. -- Alexander Kabaev
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:23 UTC