From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 26 22:18:06 2010 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9D23106566C for ; Mon, 26 Apr 2010 22:18:06 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 82B648FC1F for ; Mon, 26 Apr 2010 22:18:06 +0000 (UTC) Received: by pwi9 with SMTP id 9so9052831pwi.13 for ; Mon, 26 Apr 2010 15:18:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=ecdp1uRhPEItCpg1QPcFjRbPzwa43yh2fzxoioY2+xE=; b=oMSzBhE3MJ+FG2kuqIMNcpMoFZCa0Hn5n5SMJuFMAEItz9bVVP+B49kHBZ1HklmDyM 2YQLjGLC63spCVCtaQI8cbe0kOCz5SChR0h+s0zmgwPcdrTcK0cfIRN8zRxITZPntnbk +E8EQyJHQL9XPW+2PZKTu3HaRpLghlZZuDTeA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=La0hpcnUJuI1jW1GdFCCSndKrBhlx9FQxT05UM9fN6brG2buEREUOiBQ1c7abWcqDa pgoRH0Lpbd3/0o6XTtMHWbKfy8Xdp9+9+Bv9vbnWweGr2hpNoyTjCYZEeWQWGfHrvwlj jmNUVvkH5m5+a5Od/MV17Rw5UmPjszbpn184M= MIME-Version: 1.0 Received: by 10.141.90.1 with SMTP id s1mr4653745rvl.57.1272318880890; Mon, 26 Apr 2010 14:54:40 -0700 (PDT) Received: by 10.140.127.6 with HTTP; Mon, 26 Apr 2010 14:54:40 -0700 (PDT) Date: Tue, 27 Apr 2010 07:54:40 +1000 Message-ID: From: Stephen Hocking To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Building kernels broken under AMD64 Releng 8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 22:18:06 -0000 Hi all, Am noticing the following when attempting to build a kernel: [root@blurfl /usr/src]# make buildkernel -------------------------------------------------------------- >>> Kernel build for GENERIC started on Tue Apr 27 07:53:29 EST 2010 -------------------------------------------------------------- =3D=3D=3D> GENERIC mkdir -p /usr/obj/src/FreeBSD/STABLE/src/sys -------------------------------------------------------------- >>> stage 1: configuring the kernel -------------------------------------------------------------- cd /src/FreeBSD/STABLE/src/sys/amd64/conf; PATH=3D/usr/obj/src/FreeBSD/STABLE/sr/tmp/legacy/usr/sbin:/usr/obj/src/Free= BSD/STABLE/src/tmp/legacy/usr/bin:/usr/ob/src/FreeBSD/STABLE/src/tmp/legacy= /usr/games:/usr/obj/src/FreeBSD/STABLE/src/tm/usr/sbin:/usr/obj/src/FreeBSD= /STABLE/src/tmp/usr/bin:/usr/obj/src/FreeBSD/STABE/src/tmp/usr/games:/sbin:= /bin:/usr/sbin:/usr/bin config -d /usr/obj/src/FreeSD/STABLE/src/sys/GENERIC /src/FreeBSD/STABLE/src/sys/amd64/conf/GENERIC ../../conf/options.amd64: Duplicate option COMPAT_FREEBSD32. *** Error code 1 Stop in /src/FreeBSD/STABLE/src. *** Error code 1 Stop in /src/FreeBSD/STABLE/src. Any clues? I believe it's related to the COMPAT_IA32 option being replaced (I haven't built a kernel since the beginning of the month). Stephen