From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 21 17:22:27 2010 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 E72EF1065672 for ; Thu, 21 Jan 2010 17:22:27 +0000 (UTC) (envelope-from gfritz@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 6157D8FC0C for ; Thu, 21 Jan 2010 17:22:26 +0000 (UTC) Received: by fxm10 with SMTP id 10so231325fxm.34 for ; Thu, 21 Jan 2010 09:22:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=UBrWKqtkfRvhLZE5gx/GGiTp8/IbwhKy17M35B76gtY=; b=vGyZ35qZ22dEb/NNlZsKf29M4oyclL7Q+m8h1a3s+2BSskE/3qo/qow0Hco+By9+Ax eflIFZx2zdepik00u9mCOC0p1JdEWAWpkY4p0cR4x3WnUM6Ru/mbJzntmCdiNZyJAMCM daXG8h0XLbVqe0CwVpXwjzKO7kHgh8yFtTMuE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=w11PJltv4Dw4UlDy0FlYUqaEOTuXib5UMBrfs6JI0G3baUmYy4FPPmnDoxL4dA1ENO guNg7LcK8TTI/K1qUfTXhTjCICBjdg2uvd4j0SzBRxe1Q/m33aCFnjT+krabFb3cTDbs TYLr9LAlSK2gyToxvipagyNHtEN2FIDyv1J5c= Received: by 10.223.16.86 with SMTP id n22mr1733174faa.41.1264094544969; Thu, 21 Jan 2010 09:22:24 -0800 (PST) Received: from dev.null (175-12-66-208.dsl.cust.wirelessbeehive.com [208.66.12.175]) by mx.google.com with ESMTPS id 14sm740825fxm.3.2010.01.21.09.22.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 21 Jan 2010 09:22:23 -0800 (PST) Received: by dev.null (Postfix, from userid 1001) id AAE3ECA12; Thu, 21 Jan 2010 10:22:19 -0700 (MST) Date: Thu, 21 Jan 2010 10:22:19 -0700 From: Geoff Fritz To: Andriy Gapon Message-ID: <20100121172219.GA58294@dev.null> References: <20100119164117.GA80662@dev.null> <4B55FC15.6080402@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B55FC15.6080402@icyb.net.ua> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-emulation@freebsd.org Subject: Re: Problems building emulators/virtualbox-ose on amd64 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: Thu, 21 Jan 2010 17:22:28 -0000 On Tue, Jan 19, 2010 at 08:38:13PM +0200, Andriy Gapon wrote: > on 19/01/2010 18:41 Geoff Fritz said the following: > > I've been trying to build the virtualbox-ose port and amd64 for about a > > week now. > > > > It keeps failing with: > > > > kmk[2]: Leaving directory `/tmp/workdir/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.2_OSE' > > kmk[1]: *** [pass_dlls_this] Error 2 > > kmk[1]: Leaving directory `/tmp/workdir/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.2_OSE' > > kmk: *** [pass_dlls_order] Error 2 > > *** Error code 2 > > You do realize that these are not error messages, do you? Well, I've managed to get the build to work. Turns out my python port config deviated from the standard options, and enabling those options and rebuilding resulted in a successful vbox build. -- Geoff