From owner-freebsd-emulation@freebsd.org Mon Sep 21 17:37:53 2015 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C756CA05470 for ; Mon, 21 Sep 2015 17:37:53 +0000 (UTC) (envelope-from jeremy.m.cox@gmail.com) Received: from mail-qk0-x233.google.com (mail-qk0-x233.google.com [IPv6:2607:f8b0:400d:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8340C135F for ; Mon, 21 Sep 2015 17:37:53 +0000 (UTC) (envelope-from jeremy.m.cox@gmail.com) Received: by qkcf65 with SMTP id f65so47960371qkc.3 for ; Mon, 21 Sep 2015 10:37:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=uSe19YsmoNoGiOVE1//zJVtrUW9VZpk1RJDSfnJD258=; b=rNgwF9AuKxsJnFQZsFKfzkzH27678ViIMPJCZlYzqotSF93FP5pTcetUiBVzVUrQmJ FeLmTCsco3HZR8T/O2gYjwxJmHAEe1DupmtYSpf92r+LjD+jKco3/WsPN7UFLv7WtbD8 j4CAHsGbMr+SCe5f5Ql376n6Hwzjrj6r4vTsRw+qeB1wtLS2IP/VB72TcPCPpgvV9TbY ZU225f5mEuINnScQE8OoGAp0rsqk78kYNLtEWKDYlYwCWyCWuaroQcwFZJHu9UuAd5KU PGX36ZEjpz9aTVA2qgLAq9mAa7qDqFsaJkkbFAAmUCJuiw+09Msit/Ys+S3mkGPJstTl osVg== X-Received: by 10.55.33.222 with SMTP id f91mr23957723qki.64.1442857072497; Mon, 21 Sep 2015 10:37:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.195.220 with HTTP; Mon, 21 Sep 2015 10:37:33 -0700 (PDT) From: JEREMY COX Date: Mon, 21 Sep 2015 12:37:33 -0500 Message-ID: Subject: Re: Virtualbox 5.0.4 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 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, 21 Sep 2015 17:37:53 -0000 I got virtualbox-ose and virtualbox-ose-kmod to compile and run on FreeBSD 10.2 stable (r287007), using clang 3.5 and (when I upgraded to clang 3.6) clang 3.6 to build its prerequisite ports. It compiles and runs with no issues. I'm using it to run BOINC project vLHC@home, the large hadron collider simulation. Thanks for all the hard work! Regards Jeremy Cox