From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 11 19:20:03 2014 Return-Path: Delivered-To: vbox@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F612900 for ; Tue, 11 Mar 2014 19:20:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C091247 for ; Tue, 11 Mar 2014 19:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2BJK30X080363 for ; Tue, 11 Mar 2014 19:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2BJK35Q080362; Tue, 11 Mar 2014 19:20:03 GMT (envelope-from gnats) Date: Tue, 11 Mar 2014 19:20:03 GMT Message-Id: <201403111920.s2BJK35Q080362@freefall.freebsd.org> To: vbox@FreeBSD.org From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Subject: Re: ports/187444: emulators/virtualbox-ose-kmod does not build (multiple definition of some macros) X-Mailman-Approved-At: Tue, 11 Mar 2014 19:48:09 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2014 19:20:03 -0000 The following reply was made to PR ports/187444; it has been noted by GNATS. From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: bug-followup@freebsd.org, ardovm@yahoo.it Cc: Subject: Re: ports/187444: emulators/virtualbox-ose-kmod does not build (multiple definition of some macros) Date: Tue, 11 Mar 2014 20:13:02 +0100 --e89a8ff1c01c4e102c04f4598254 Content-Type: text/plain; charset=ISO-8859-1 I remember a similar bugreport for 10.0-BETA1 on i386 but apparently the bug in the kernel headers that caused that pollution got fixed before 10.0-RELEASE. But since you are running a recent 9.2-stable it seems someone has merged that stuff to 9 now and reintroduced the bug again. I still think this is a FreeBSD bug in the kernel headers that pollute the modules with MSR defines because it only happens on i386. Yes, a proper fix would also be to add #ifndefs to the vbox defines. --e89a8ff1c01c4e102c04f4598254 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

I remember a similar bugreport for 10.0-BETA1 on i386 but ap= parently the bug in the kernel headers that caused that pollution got fixed= before 10.0-RELEASE. But since you are running a recent 9.2-stable it seem= s someone has merged that stuff to 9 now and reintroduced the bug again.

I still think this is a FreeBSD bug in the kernel headers th= at pollute the modules with MSR defines because it only happens on i386. Ye= s, a proper fix would also be to add #ifndefs to the vbox defines.

--e89a8ff1c01c4e102c04f4598254--