From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 10 15:05:27 2014 Return-Path: Delivered-To: vbox@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 ESMTPS id A530FF73 for ; Mon, 10 Mar 2014 15:05:27 +0000 (UTC) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6710E379 for ; Mon, 10 Mar 2014 15:05:27 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id uz6so7013643obc.15 for ; Mon, 10 Mar 2014 08:05:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=RCL9KAZXDH2ImBwtcmBot09dSzBVcGddjx7t8QcMcYc=; b=HAxNux8jMWsWTxy3mV8/20u7H7gaBbfBd16c4iqWl3MKnLUwmaWvLJXKBqlMiz9BUW wSCSPgpmYWrzk6sOnREYt8A7+JDNlThgevoR2ErZC2reAummq6eFlmweBPUUENQzxqUY rWEemYhkkeQaHsMQYX8oZCH9jq0chr4A/8gG0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=RCL9KAZXDH2ImBwtcmBot09dSzBVcGddjx7t8QcMcYc=; b=mIPVwqYis66UOmz8q0i0e563GCHU5r12Mo/sLMa1Xc6VAy4txvzPzeNdkaLeexQPBh MeGwxq5pGU22xEnMhE/tTyoUIZjce8EssXzaMNghUbzRt4jGucXGf7yBb/I+az+T3u6T jHbAuYz8rt9vp/BlrH7aWJjUOS4zp15gKEK7gMrk7RF7i6FsxetdmGVYY4Bblie+h0ZK z/OUA9ScdY4YCPI/n/NWnTJHTFcWxIo5+Kp0rBMww/l9kBxKP887lUcDuJZL82ixnSZs O4EQjVkzJD0TfxS2tqR4rAr2oq3QCrceHxTADYV6eu++4BBR+ei6sHGS9wVvnDjtqlsw 8XCQ== X-Gm-Message-State: ALoCoQn6lPQESo3maXcSXDoUxqW+34VmoTu3ANKPBzh1o0BO+EXfSlBazwzNiA9I37wKKwg9VyCd MIME-Version: 1.0 X-Received: by 10.182.88.69 with SMTP id be5mr1872192obb.55.1394463926824; Mon, 10 Mar 2014 08:05:26 -0700 (PDT) Received: by 10.76.144.71 with HTTP; Mon, 10 Mar 2014 08:05:26 -0700 (PDT) X-Originating-IP: [80.123.233.199] In-Reply-To: References: Date: Mon, 10 Mar 2014 16:05:26 +0100 Message-ID: Subject: Re: Build Headless on 10-RELEASE? From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Evan Rowley Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Mon, 10 Mar 2014 15:33:49 +0000 Cc: vbox@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 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, 10 Mar 2014 15:05:27 -0000 The build problems of virtualbox-ose are independent from the other stuff. It seems that for this option combination misses a few dependencies. I will have a look at that and it should be trivial to fix. The kernel panic is a different story and has nothing to do with virtualbox-ose and it's options. Could you please check the options of virtualbox-ose-kmod and rebuild the kernel modules with DEBUG enabled and manually load them on the console so that you are able to see the kernel debugger? Then please send me the ou= tput of "bt" (backtrace). On Mon, Mar 10, 2014 at 3:40 PM, Evan Rowley wrote: > Running "kldload vboxdrv" causes a panic. > > This is the main branch of virtualbox-ose 4.3.8 for amd64 available in > ports, SVN commit 347141. It was compiled on FreeBSD 10-RELEASE. > Options for X11, NLS, and QT were disabled. I also think an OpenGL > option was disabled in either virtualbox-ose or one of it's > dependencies, but I cant remember for certain. > > The original system install had the kernel, doc, and base sets. No lib32. > > Earlier compiles were failing because (I think) lib32 was missing. > This was fixed by running "cd /usr/src; make toolchain" > > During the compilation of virtualbox-ose I recieved another compile > error about missing libffi. I thought it was odd that the ports / make > process did not take care of this dependency automatically. I > mitigated that compile-time error by issuing a "pkg install libffi" - > there was another dependency like this but I cannot recall what it > was. > > After adding the two dependencies I was finally able to get a full > compile. The end-product unforunatley doesn't work. > > Can I give any more details? > > On Sat, Mar 8, 2014 at 3:43 PM, Bernhard Fr=F6hlich w= rote: >> >> Am 08.03.2014 20:45 schrieb "Evan Rowley" : >> >> >>> >>> Has this been successfully done with working kernel module on 10-RELEAS= E? >>> I >>> can't seem to get this working for myself. Is it only me? Has anyone el= se? >>> By headless I mean without X11, without NLS, and without QT. >>> >>> Thanks, >> >> What problem are you seeing and which vbox version did you try? > > > > -- > - EJR --=20 Bernhard Fr=F6hlich http://www.bluelife.at/