X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-ww0-f44.google.com (mail-ww0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 319CA151734 for ; Tue, 16 Aug 2011 11:42:51 +0000 (UTC) Received: by wwf5 with SMTP id 5so4656283wwf.25 for ; Tue, 16 Aug 2011 04:42:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:cc:date:in-reply-to:references:content-type :x-mailer:content-transfer-encoding:message-id:mime-version; bh=175Ag9OQZZEFmaXmFzn/TTieTKytIaJ8semnKbthc/w=; b=C5T3HwNv3qBklva2uzDu4++dPecEKWRuKd1Aqfdb5NL9cF4vjkuPUVioC8sYHZelVK Lq/8cL2mlvCeFzXseHb0DEG0QvmbKq0x7Uz7Ko4dJr+PAj2tBi5wkUrIkPhB1oFZhScp u1o1gCASR4j+V2RmiZUsnHiw/11nGPlor2OeQ= Received: by 10.216.37.130 with SMTP id y2mr3036656wea.79.1313494969215; Tue, 16 Aug 2011 04:42:49 -0700 (PDT) Received: from [10.44.65.254] (93-57-120-162.ip164.fastwebnet.it [93.57.120.162]) by mx.google.com with ESMTPS id ew4sm5319250wbb.59.2011.08.16.04.42.47 (version=SSLv3 cipher=OTHER); Tue, 16 Aug 2011 04:42:48 -0700 (PDT) Subject: Re: [alpine-devel] [PATCH 2/2] add bridge-utils, dmidecode and iptable to depends because they are needed by libvirtd when running: From: Leonardo To: Guillaume Cc: alpine-devel@lists.alpinelinux.org Date: Tue, 16 Aug 2011 13:42:46 +0200 In-Reply-To: <1313380090-7820-2-git-send-email-guillaume@ophane.net> References: <1313380090-7820-1-git-send-email-guillaume@ophane.net> <1313380090-7820-2-git-send-email-guillaume@ophane.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.1.4- Content-Transfer-Encoding: 7bit Message-ID: <1313494967.23365.36.camel@df1844j> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 On Mon, 2011-08-15 at 05:48 +0200, Guillaume wrote: > 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 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 ---