~alpine/devel

1

[alpine-devel] [PATCH 2/2] add bridge-utils, dmidecode and iptable to depends because they are needed by libvirtd when running:

Details
Message ID
<1313380090-7820-2-git-send-email-guillaume@ophane.net>
Sender timestamp
1313380090
DKIM signature
missing
Download raw message
Patch: +1 -1
From: Guillaume Sellier <guillaume@ophane.net>

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
---
Details
Message ID
<1313494967.23365.36.camel@df1844j>
In-Reply-To
<1313380090-7820-2-git-send-email-guillaume@ophane.net> (view parent)
Sender timestamp
1313494966
DKIM signature
missing
Download raw message
On Mon, 2011-08-15 at 05:48 +0200, Guillaume wrote:
> From: Guillaume Sellier <guillaume@ophane.net>
> 
> 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 

I had to apply it manually. It seems the patch was generated against
current APKBULD and not against the previous patch.

Thanks!

- leonardo



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)