From owner-freebsd-stable@FreeBSD.ORG Tue Nov 15 20:12:58 2011 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 BFB7710656A5 for ; Tue, 15 Nov 2011 20:12:58 +0000 (UTC) (envelope-from ctuffli@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 5F01E8FC17 for ; Tue, 15 Nov 2011 20:12:58 +0000 (UTC) Received: by wwg14 with SMTP id 14so8639855wwg.31 for ; Tue, 15 Nov 2011 12:12:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=OQGB4wRWKlS/TChO4SQuEej3AWm5jjGue2B7+lkekWw=; b=veD5U0JIgb9G0L0jqx0vwX7PKVAWtj2UXS/5BFNrUdlqP/W3cuCFC0LjJ0beBR/2sX vbgSnNZY2du/iDCbm13QQtcgEA54dGfNXlWY4UZur1kacJMDya0fhFO5kK6EKaF0yNR6 KTmGb7pZcxWjcCmgfatwt9twxyZ+FiZscQKU8= MIME-Version: 1.0 Received: by 10.182.108.100 with SMTP id hj4mr6389760obb.34.1321386302374; Tue, 15 Nov 2011 11:45:02 -0800 (PST) Received: by 10.182.53.9 with HTTP; Tue, 15 Nov 2011 11:45:02 -0800 (PST) Date: Tue, 15 Nov 2011 11:45:02 -0800 Message-ID: From: Chuck Tuffli To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Possible to build 9-stable kernel on 8.2? 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: Tue, 15 Nov 2011 20:12:58 -0000 Is it possible to do a buildkernel of 9-stable (r227536) on a stock 8.2 system? Most of it seems to work, but the linker fails towards the end with ... MAKE=make sh /usr/home/ctuffli/dev/releng_9/src/sys/conf/newvers.sh GENERIC /usr/local/bin/svnversion cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/home/ctuffli/dev/releng_9/src/sys -I/usr/home/ctuffli/dev/releng_9/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror vers.c linking kernel.debug ld:/usr/home/ctuffli/dev/releng_9/src/sys/conf/ldscript.amd64:9: syntax error *** Error code 1 Stop in /usr/home/ctuffli/dev/releng_9/obj/usr/home/ctuffli/dev/releng_9/src/sys/GENERIC. *** Error code 1 Stop in /usr/home/ctuffli/dev/releng_9/src. *** Error code 1 Stop in /usr/home/ctuffli/dev/releng_9/src.