From owner-freebsd-emulation@FreeBSD.ORG Sat Aug 8 20:18:52 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24D2E1065670; Sat, 8 Aug 2009 20:18:52 +0000 (UTC) (envelope-from beat.gaetzi@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 7285A8FC19; Sat, 8 Aug 2009 20:18:51 +0000 (UTC) Received: by bwz2 with SMTP id 2so1422494bwz.43 for ; Sat, 08 Aug 2009 13:18:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=Djnc1hN9B608j6bAXCUqBZwarK0K+6hSCC4Ldx7EvgE=; b=xhz07mGCFxy8nO3rr2pNoMDiwzWxiwzuVl3UUhu9kikM4qgP3ipbitxk51/Svfw8d/ 6efnIWyX1ba8IKTubfUB7K5FE80JbCH95qRE55tmctmbhEDvBfd0zCGQ0hv1x2xD0IN1 t4lCYypQ/MmUa8bM3cSND4ULOsEucKVLYUxSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=TbKrRhLOMxXAzy7aJL9lJOsGQW630di5r7Izt8nOvE9Upu5tKoDTeKyU/Q15kOUmi4 2gUXXG/Z2up0elcIE/dciV0jTWCBpHkmol3HixUm31X+ke78jGErXFKFpIMs/mEsjb3W 3V9cm5MNtH14dzKh5miO+yarmhgTdE9k1LXBo= MIME-Version: 1.0 Sender: beat.gaetzi@gmail.com Received: by 10.103.214.18 with SMTP id r18mr1118347muq.105.1249762730374; Sat, 08 Aug 2009 13:18:50 -0700 (PDT) In-Reply-To: <4A7DD9E4.3000900@FreeBSD.org> References: <200908081617.n78GHUOW003735@triton8.kn-bremen.de> <4A7DC528.4070306@FreeBSD.org> <26f6c7210908081217u6935fedeobd936ccdfed63697@mail.gmail.com> <4A7DD9E4.3000900@FreeBSD.org> Date: Sat, 8 Aug 2009 22:18:50 +0200 X-Google-Sender-Auth: a9f8ebe439da0ae6 Message-ID: <26f6c7210908081318p7b29d299yb27c826fba1438ff@mail.gmail.com> From: Beat Gaetzi To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: virtualbox not building on -current X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Aug 2009 20:18:52 -0000 2009/8/8 Doug Barton : > Beat Gaetzi wrote: > >> The current svn port fixes a lot of known problems (also for HEAD) so >> I hope we could update the port before the port freeze. > > Can you post a patch to the existing port so that I can give it a try? Please try this patch: http://people.freebsd.org/~beat/vbox/virtualbox-cvs-3.0.51r22072.patch >> - Some users reported problems updating virtualbox with portmaster >> (same problem with devel/kBuild). Unfortunately I hadn't time to >> verify this yet. > > Yes, this is a known issue, and the problem is in kBuild. Portmaster > uses a number of environment variables to do its work and they seem to > be overflowing kBuild's stack. I see. Thanks for the information. Beat