From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 2 20:10:02 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 877B6106566B for ; Sun, 2 Mar 2008 20:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 631F28FC1C for ; Sun, 2 Mar 2008 20:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m22KA2Fc042680 for ; Sun, 2 Mar 2008 20:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m22KA21P042679; Sun, 2 Mar 2008 20:10:02 GMT (envelope-from gnats) Date: Sun, 2 Mar 2008 20:10:02 GMT Message-Id: <200803022010.m22KA21P042679@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/121292: FreeBSD-7.0 kernel build fails on FreeBSD-6.3 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2008 20:10:02 -0000 The following reply was made to PR kern/121292; it has been noted by GNATS. From: Kris Kennaway To: "Jukka A. Ukkonen" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/121292: FreeBSD-7.0 kernel build fails on FreeBSD-6.3 Date: Sun, 02 Mar 2008 21:08:46 +0100 Jukka A. Ukkonen wrote: > ===> zyd (all) > cc -O2 -pipe -march=athlon-xp -fno-strict-aliasing -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/Mimir/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -I/usr/obj/usr/src/sys/Mimir -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 -W missing-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 > >> How-To-Repeat: > Try building 7.0 system on a 6.3 platform. > Use e.g. "make -j5 buildkernel" to build kernel using parallel processes. You didn't paste the part of the log showing the error. Kris