From owner-freebsd-emulation@freebsd.org Sun Jul 8 04:39:36 2018 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90CF8FE85FB for ; Sun, 8 Jul 2018 04:39:36 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 227377FFC9 for ; Sun, 8 Jul 2018 04:39:36 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: by mailman.ysv.freebsd.org (Postfix) id CC53BFE85F6; Sun, 8 Jul 2018 04:39:35 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A75E2FE85F5 for ; Sun, 8 Jul 2018 04:39:35 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 500137FFC5 for ; Sun, 8 Jul 2018 04:39:35 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: by freefall.freebsd.org (Postfix) id 4735A3423; Sun, 8 Jul 2018 04:39:35 +0000 (UTC) Delivered-To: vbox@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 42C123422 for ; Sun, 8 Jul 2018 04:39:35 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 11D097FFC4 for ; Sun, 8 Jul 2018 04:39:35 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject; s=201508; t= 1531024772; bh=nClzhwn5Ok2LGlwiW7NESE9KuUHbxJ1nCo91fwv8b5s=; b=a Ed5CNJiTc3ULSKYV/FQNTcFByxuOrS6Ahi64ZkOwzCa/fqalG7c1ydIbOPlAB3BR VtT3zQ2zFEPKwFg6w/fTk6V3FayR4sZx0y5Na281IV3DNk3WXRi2CeDgpaHnPBCN 1lGiLMW17RM5KDT4med0oSx0/SmfeNXxDl4ERt9LWg= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 49105F966; Sun, 8 Jul 2018 00:39:32 -0400 (EDT) Subject: Re: Virtualbox build fails To: "Sam Fourman Jr." , AN Cc: vbox@freebsd.org References: From: Michael Butler Openpgp: preference=signencrypt Message-ID: <742bbbfc-e698-2190-f482-cf7e977bcc91@protected-networks.net> Date: Sun, 8 Jul 2018 00:39:31 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.9.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Mailman-Approved-At: Sun, 08 Jul 2018 10:31:50 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 08 Jul 2018 04:39:36 -0000 On 07/06/18 15:36, Sam Fourman Jr. wrote: > I can also confirm virtualbox will not build on FreeBSD 12.0-CURRENT r336020 It may not be strictly correct but this patch will allow it to compile and run on -current .. As I'm not sure if the attachment will make it on the list, it reads .. *** src/VBox/HostDrivers/Support/SUPDrvInternal.h.orig Fri Jun 29 09:15:51 2018 --- src/VBox/HostDrivers/Support/SUPDrvInternal.h Sun Jul 8 00:26:54 2018 *************** *** 115,120 **** --- 115,122 ---- # error "unsupported OS." #endif + #undef PVM + #include "SUPDrvIOC.h" #include "SUPDrvIDC.h"