From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 22 02:40:10 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 D7D3F106567E for ; Thu, 22 Apr 2010 02:40:10 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 943318FC08 for ; Thu, 22 Apr 2010 02:40:10 +0000 (UTC) Received: by gyh20 with SMTP id 20so4219442gyh.13 for ; Wed, 21 Apr 2010 19:40:09 -0700 (PDT) Received: by 10.101.27.3 with SMTP id e3mr22464064anj.123.1271904007191; Wed, 21 Apr 2010 19:40:07 -0700 (PDT) Received: from papi.localnet ([189.70.173.169]) by mx.google.com with ESMTPS id y2sm73519058ani.14.2010.04.21.19.40.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 21 Apr 2010 19:40:06 -0700 (PDT) From: Mario Lobo To: Bernhard Froehlich Date: Wed, 21 Apr 2010 23:39:34 +0000 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; amd64; ; ) References: <201004201742.01578.lobo@bsd.com.br> <2648ad86a213021a12aaa2ffcab2c9bc@bluelife.at> In-Reply-To: <2648ad86a213021a12aaa2ffcab2c9bc@bluelife.at> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201004212339.34501.lobo@bsd.com.br> Cc: freebsd-emulation@freebsd.org Subject: VDE Support in devel port [WAS: Call for testers: VirtualBox 3.1.4 update] 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, 22 Apr 2010 02:40:10 -0000 Bernhard; I see that VDE support was added with svn r28542, which I have not tested yet but can only see thrilled reports about it. The line: [ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo " --enable-vde enable VDE networking" in "work/VirtualBox-3.1.51.r28542_OSE/configure" is not "TRUEing" "$OS" = "freebsd", and thus, VDE support was not compiled in. I manually added "--enable-vde" to following line in the port's Makefile: CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --enable-vde This corrected the problem. Now the VDE Adapter appears in the "Attached to" listBox. Could the configure script be patched to set the condition to TRUE, or maybe the port Makefile could have --enable-vde added, on the next port revision? Thanks, -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since version 2.2.8 [not Pro-Audio.... YET!!] (99,7% winfoes FREE)