From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 2 15:08:40 2013 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CC137F6; Mon, 2 Sep 2013 15:08:40 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [202.12.127.65]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D50C2A45; Mon, 2 Sep 2013 15:08:40 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id 2BAE16103; Mon, 2 Sep 2013 11:08:37 -0400 (EDT) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=G8DkNtV7gIQeaVdBud28JTorkA6K+v56rL9ibdHUWO3SkeInd9qyq1wa93peinHGf 0rodqQP08KgpmoXRoiF4bBSyMAyaLU6K4zLEQMl+ohvyNDMw3e9yXjZkt9L7NIX Message-ID: <5224A9F2.6050502@protected-networks.net> Date: Mon, 02 Sep 2013 11:08:34 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130808 Thunderbird/17.0.8 MIME-Version: 1.0 To: emulation@FreeBSD.org, Bernhard Froehlich Subject: vboxdrv et al on -current X-Enigmail-Version: 1.5.1 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Sep 2013 15:08:41 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 With recent header file changes in -current, the virtualbox modules have ceased to compile :-( Has anyone looked at this yet? imb cd /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.2.16/out/freebsd.x86/release/bin/src && make SYSDIR=/usr/src/sys *** Building 'vboxdrv' module *** Warning: Object directory not changed from original /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.2.16/out/freebsd.x86/release/bin/src/vboxdrv @ -> /usr/src/sys machine -> /usr/src/sys/i386/include x86 -> /usr/src/sys/x86/include awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h cc -O2 -pipe -march=prescott -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 - -DIN_SUP_R0 -DSUPDRV_WITH_RELEASE_LOGGER -DVBOX -DRT_WITH_VBOX -w - -DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS -DRT_ARCH_X86 - -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -Iinclude - -I. -Ir0drv -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common - -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-sse - -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 - -fstack-protector -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 -c SUPDrv.c In file included from SUPDrv.c:57: include/iprt/x86.h:862:1: error: "MSR_IA32_PLATFORM_ID" redefined In file included from ./machine/specialreg.h:6, from ./machine/atomic.h:37, from @/sys/systm.h:41, from @/sys/libkern.h:39, from include/iprt/string.h:67, from SUPDrvInternal.h:43, from SUPDrv.c:32: ./x86/specialreg.h:344:1: error: this is the location of the previous definition In file included from SUPDrv.c:57: include/iprt/x86.h:869:1: error: "MSR_IA32_FEATURE_CONTROL" redefined In file included from ./machine/specialreg.h:6, from ./machine/atomic.h:37, from @/sys/systm.h:41, from @/sys/libkern.h:39, from include/iprt/string.h:67, from SUPDrvInternal.h:43, from SUPDrv.c:32: ./x86/specialreg.h:348:1: error: this is the location of the previous definition In file included from SUPDrv.c:57: include/iprt/x86.h:933:1: error: "MSR_IA32_MISC_ENABLE" redefined In file included from ./machine/specialreg.h:6, from ./machine/atomic.h:37, from @/sys/systm.h:41, from @/sys/libkern.h:39, from include/iprt/string.h:67, from SUPDrvInternal.h:43, from SUPDrv.c:32: ./x86/specialreg.h:377:1: error: this is the location of the previous definition *** Error code 1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (FreeBSD) iEYEARECAAYFAlIkqfIACgkQQv9rrgRC1JKAdQCfS6EiyRU9QOo1obJw8N4S19kj rNkAoMS0kakgqtYTQNT62gseBTm6QaDE =sCuP -----END PGP SIGNATURE-----