X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mx1.ophane.net (vnr.ophane.net [78.244.206.64]) by mail.alpinelinux.org (Postfix) with ESMTP id 8B9BEB6A4B for ; Mon, 15 Aug 2011 03:48:15 +0000 (UTC) Received: from localhost (unknown [192.168.1.43]) by mx1.ophane.net (Postfix) with ESMTP id 41DF535F02A; Mon, 15 Aug 2011 05:48:13 +0200 (CEST) From: Guillaume To: alpine-devel@lists.alpinelinux.org Cc: Guillaume Sellier Subject: [alpine-devel] [PATCH 2/2] add bridge-utils, dmidecode and iptable to depends because they are needed by libvirtd when running: Date: Mon, 15 Aug 2011 05:48:10 +0200 Message-Id: <1313380090-7820-2-git-send-email-guillaume@ophane.net> X-Mailer: git-send-email 1.7.6 In-Reply-To: <1313380090-7820-1-git-send-email-guillaume@ophane.net> References: <1313380090-7820-1-git-send-email-guillaume@ophane.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: From: Guillaume Sellier 12:29:15.568: 3277: error : virCommandWait:2172 : internal error Child process (/sbin/brctl setfd virbr0 0) status unexpected: exit status 1 12:29:15.577: 3277: error : networkStartNetworkVirtual:1774 : internal error cannot set forward delay on bridge 'virbr0' 12:29:15.577: 3277: warning : networkStartNetworkVirtual:1883 : Failed to delete dummy tap device '(null)' on bridge 'virbr0' : Invalid argument 12:29:15.613: 3277: error : ebiptablesDriverInit:3779 : internal error firewall tools were not found or cannot be used 12:29:15.641: 3277: error : virSysinfoRead:465 : internal error Failed to find path for dmidecode binary --- main/libvirt/APKBUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main/libvirt/APKBUILD b/main/libvirt/APKBUILD index 04ffef1..f25400b 100644 --- a/main/libvirt/APKBUILD +++ b/main/libvirt/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="A virtualization API for several hypervisor and container systems" url="http://libvirt.org/" arch="all" license="LGPL" -depends="netcat-openbsd python" +depends="bridge-utils dmidecode iptable netcat-openbsd python" makedepends="augeas-dev bridge-utils-dev cyrus-sasl-dev device-mapper e2fsprogs-dev gnutls-dev libcap-ng-dev libgpg-error-dev libnetcf-dev libnl-dev libxml2-dev libxslt-dev libtasn1-dev -- 1.7.6 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---