From owner-freebsd-stable@FreeBSD.ORG Mon Dec 17 20:11:22 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F4B46F9 for ; Mon, 17 Dec 2012 20:11:22 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id DD5EB8FC14 for ; Mon, 17 Dec 2012 20:11:21 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:8d40:6f90:726d:a241] (unknown [IPv6:2001:7b8:3a7:0:8d40:6f90:726d:a241]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 498125C5A; Mon, 17 Dec 2012 21:11:20 +0100 (CET) Message-ID: <50CF7C65.6060303@FreeBSD.org> Date: Mon, 17 Dec 2012 21:11:17 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20121128 Thunderbird/18.0 MIME-Version: 1.0 To: Zeus Panchenko Subject: Re: buildkernel error ... References: <20121217090849.21666@relay.ibs.dn.ua> In-Reply-To: <20121217090849.21666@relay.ibs.dn.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 20:11:22 -0000 On 2012-12-17 07:08, Zeus Panchenko wrote: > I run FreeBSD 9.0-STABLE #1: Sun Apr 15 21:08:51 UTC 2012 amd64 > > yesterday I have cvsup-ed src and was trying to buildkernel > bellow is error I receive: ... > cc -c -x assembler-with-cpp -DLOCORE -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/src/sys -I/usr/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 -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/amd64/acpica/acpi_switch.S > /usr/src/sys/amd64/acpica/acpi_switch.S: Assembler messages: > /usr/src/sys/amd64/acpica/acpi_switch.S:146: Error: no such instruction: `xsetbv' > /usr/src/sys/amd64/acpica/acpi_switch.S:147: Error: no such instruction: `xrstor (%rbx)' > *** Error code 1 This looks like a problem with your assembler; did you run "make buildworld" before "make buildkernel"?