From owner-freebsd-emulation@FreeBSD.ORG Sun Dec 22 02:00:01 2013 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 8962BDC2 for ; Sun, 22 Dec 2013 02:00:01 +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 5D4D81382 for ; Sun, 22 Dec 2013 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBM201rM065158 for ; Sun, 22 Dec 2013 02:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBM201Cw065157; Sun, 22 Dec 2013 02:00:01 GMT (envelope-from gnats) Date: Sun, 22 Dec 2013 02:00:01 GMT Message-Id: <201312220200.rBM201Cw065157@freefall.freebsd.org> To: vbox@FreeBSD.org From: Alex Subject: Re: ports/184977: emulators/virtualbox-ose fails to compile on 10.0 r259488 X-Mailman-Approved-At: Sun, 22 Dec 2013 02:13:24 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Alex List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Dec 2013 02:00:01 -0000 The following reply was made to PR ports/184977; it has been noted by GNATS. From: Alex To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184977: emulators/virtualbox-ose fails to compile on 10.0 r259488 Date: Sat, 21 Dec 2013 20:51:26 -0500 This problem was caused by not having COMPAT_FREEBSD32 enabled in the kernel. The problem is now fixed.