From owner-freebsd-emulation@FreeBSD.ORG Thu Aug 25 05:07:19 2011 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9886E106564A for ; Thu, 25 Aug 2011 05:07:19 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from groupware.itac.at (groupware.itac.at [91.205.172.99]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1ED8FC1F for ; Thu, 25 Aug 2011 05:07:18 +0000 (UTC) Received: from [10.9.2.15] (188.20.160.66) by groupware.itac.at (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 19E071; Thu, 25 Aug 2011 07:07:38 +0200 From: Bernhard =?ISO-8859-1?Q?Fr=F6hlich?= To: wynkoop@wynn.com X-Mailer: Modest 3.90.7 References: <201108242057.p7OKvsct085044@mail.wynn.com> In-Reply-To: <201108242057.p7OKvsct085044@mail.wynn.com> Content-Type: text/plain; charset=utf-8 Content-ID: <1314248865.3239.7.camel@Nokia-N900-42-11> Date: Thu, 25 Aug 2011 07:07:45 +0200 Message-Id: <1314248865.3239.8.camel@Nokia-N900-42-11> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-AxigenSpam-Level: 1 X-CTCH-RefID: str=0001.0A0B020A.4E55D885.00C7,ss=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Cc: emulation@freebsd.org Subject: Re: virtualbox on FreeBSD 8.2 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bernhard =?ISO-8859-1?Q?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: Thu, 25 Aug 2011 05:07:19 -0000 On Mi., 24. Aug. 2011 22:57:54 CEST, wynkoop@wynn.com wrote: > Here it is: > > > ===> The following configuration options are available for > python27-2.7.2_1:        THREADS=off "Enable thread support" >          HUGE_STACK_SIZE=off "Use a larger thread stack" >          SEM=off "Use POSIX semaphores (experimental)" >          PTH=off "Use GNU Pth for threading/multiprocessing" >          UCS4=on "Use UCS4 for unicode support" >          PYMALLOC=on "Use python's internal malloc" >          IPV6=on "Enable IPv6 support" >          FPECTL=off "Enable floating point exception handling" > ===> Use 'make config' to modify these settings > > -Brett Thats it! Virtualbox needs python threads which is enabled per default for python 2.6 and 2.7 but you have disabled it for some reason. So recompile python 2.7 with the threads option enabled and then compiling vbox should work just fine.