From owner-freebsd-stable@FreeBSD.ORG Sun Apr 25 09:06:56 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 CF44D106566B for ; Sun, 25 Apr 2010 09:06:56 +0000 (UTC) (envelope-from s.kachelmann@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 620DC8FC17 for ; Sun, 25 Apr 2010 09:06:56 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so80279fgb.13 for ; Sun, 25 Apr 2010 02:06:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=Lex2gcDJW69nnsaaxo5FfKB0ota3L8R/zzZXDo2KNeU=; b=kJOAmkOQ3ySJjLmFB9tLKdTdEb/h3k6901hPXDq9jPriQlInmCKN+xMjyqiNQqyfgK ByhP/N9enGYtBvv05AyJq7Z9fc7Gk6nhv8S4RvcZ34cKZ3RSUc3F7ET5Io9WrjhAg7gI OZQ4aGjrm+mDtJyWDR5iT838qLR+VcHlP32Gk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=h5rc5GvSTZTmmowCopodazVjgDzOBpGV4U8IQ2sx0Cod34V7BJlQBcs4eAhrsQkjZA NP5wqoOcKvUqlwNcHfodt+C6Pl9DNZ501N329l6kB+xrF6joab/3MTMbsxphZ0QnRwc1 RYz86MmKhi5lRVcHQUQ/M6lJpCp/uj7kkpv7I= MIME-Version: 1.0 Received: by 10.239.188.201 with SMTP id q9mr222480hbh.131.1272184651392; Sun, 25 Apr 2010 01:37:31 -0700 (PDT) Received: by 10.239.174.6 with HTTP; Sun, 25 Apr 2010 01:37:31 -0700 (PDT) Date: Sun, 25 Apr 2010 10:37:31 +0200 Message-ID: From: Sandra Kachelmann To: freebsd-stable@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: can't compile kernel on STABLE 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: Sun, 25 Apr 2010 09:06:57 -0000 I _just_ checked out the source tree for RELENG_6 and tried to build an image for my ALIX board: $ NOCCACHE=3Dyes KERNCONF=3DGENERIC TARGET_ARCH=3Di386 CPUTYPE=3Di586 make = buildkernel ... cc -O2 -pipe -nostdinc -I/usr/include -I. -I/usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -o aicasm aicasm.o aicasm_symbol.o aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -ll -------------------------------------------------------------- >>> stage 3.1: making dependencies -------------------------------------------------------------- cd /usr/obj/i386/usr/src/sys/GENERIC; MAKEOBJDIRPREFIX=3D/usr/obj/i386 MACHINE_ARCH=3Di386 MACHINE=3Di386 CPUTYPE=3D GROFF_BIN_PATH=3D/usr/obj/i386/usr/src/tmp/legacy/usr/bin GROFF_FONT_PATH=3D/usr/obj/i386/usr/src/tmp/legacy/usr/share/groff_font GROFF_TMAC_PATH=3D/usr/obj/i386/usr/src/tmp/legacy/usr/share/tmac _SHLIBDIRPREFIX=3D/usr/obj/i386/usr/src/tmp VERSION=3D"FreeBSD 8.0-STABLE amd64 800504" INSTALL=3D"sh /usr/src/tools/install.sh" PATH=3D/usr/obj/i386/usr/src/tmp/legacy/usr/sbin:/usr/obj/i386/usr/src/tmp/= legacy/usr/bin:/usr/obj/i386/usr/src/tmp/legacy/usr/games:/usr/obj/i386/usr= /src/tmp/usr/sbin:/usr/obj/i386/usr/src/tmp/usr/bin:/usr/obj/i386/usr/src/t= mp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin NO_CTF=3D1 make KERNEL=3Dkernel depend -DNO_MODULES_OBJ machine -> /usr/src/sys/i386/include cc -c -O -pipe -std=3Dc99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/dev/ath -I/usr/src/sys/dev/ath/ath_hal -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -I/usr/src/sys/gnu/fs/xfs/FreeBSD -I/usr/src/sys/gnu/fs/xfs/FreeBSD/support -I/usr/src/sys/gnu/fs/xfs -I/usr/src/sys/contrib/opensolaris/compat -I/usr/src/sys/dev/cxgb -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -mno-align-long-strings -mpreferred-stack-boundary=3D2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector /usr/src/sys/i386/i386/genassym.c /usr/src/sys/i386/i386/genassym.c:1: error: -mpreferred-stack-boundary=3D2 is not between 4 and 12 *** Error code 1 Stop in /usr/obj/i386/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. This is on: # uname -a FreeBSD sandy.local 8.0-STABLE FreeBSD 8.0-STABLE #0: Sat Apr 24 02:19:49 CEST 2010 root@sandy.local:/usr/obj/usr/src/sys/GENERIC amd64 I've always built my ALIX images that way. Any idea? Sandra