X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-fx0-f178.google.com (mail-fx0-f178.google.com [209.85.220.178]) by lists.alpinelinux.org (Postfix) with ESMTP id 89D34170000BA for ; Thu, 26 Feb 2009 14:38:36 +0000 (UTC) Received: by fxm26 with SMTP id 26so551789fxm.25 for ; Thu, 26 Feb 2009 06:38:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=NzWvAbqszuV5o38v1vUhOShd46jg6SvfNOMGvqKF+Os=; b=d2VM6cdC7/AVOQayJdDKm3SKYRbwavM0zNtHi0yx8UmAY3tlgDhdFpO0mOQHxcj6Lo 4kSiU/ONymPAnOPinXF6XwQtfN5LCphY9TK/pOEBr/J1+Zq4skZnvz1tkbTa6PuO9HtH WrIFPYtg8WtWoXAbIJCAXfGN+o3mt1mluJBW4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=JxMwS25Fb7pMS+1tB8oSWyfNddCcafnjgw6QGto3bWbmJayvPQvFmUaP5e3Q21mBVD vxfPlAJl4ZciEjCEWJRtWtrgdd7ZO/EcCTVYQKNwU0niK/CvIktPW9ctnKxaSUzf26W0 BcGoAPjZndObL7SFguVe8yn9iMOz/Q/49MKq0= Received: by 10.86.95.20 with SMTP id s20mr2532880fgb.40.1235659115799; Thu, 26 Feb 2009 06:38:35 -0800 (PST) Received: from ?10.65.65.1? (149-182-13.oke2-bras2.adsl.tele2.no [90.149.182.13]) by mx.google.com with ESMTPS id 4sm3855260fgg.49.2009.02.26.06.38.30 (version=SSLv3 cipher=RC4-MD5); Thu, 26 Feb 2009 06:38:31 -0800 (PST) Subject: Re: [alpine-devel] [PATCH] testing/device-mapper: new aport From: Natanael Copa To: Leonardo Arena Cc: Alpine Development In-Reply-To: <9334be8a0902260632q4d394ca2qccffd66fe4643490@mail.gmail.com> References: <9334be8a0902260141i1d41833et8e79cf3060edb44a@mail.gmail.com> <1235642452.17189.48.camel@nc> <9334be8a0902260447g19668d44j3edc96b818e618b5@mail.gmail.com> <1235654199.17189.90.camel@nc> <9334be8a0902260632q4d394ca2qccffd66fe4643490@mail.gmail.com> Content-Type: text/plain Date: Thu, 26 Feb 2009 15:38:28 +0100 Message-Id: <1235659108.17189.96.camel@nc> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.24.4 Content-Transfer-Encoding: 7bit (i took the liberty to CC alpine-devel for the record) On Thu, 2009-02-26 at 15:32 +0100, Leonardo Arena wrote: > i've checked, it's included in lvm2, so you may discard the patch. > i've added makedepends=lvm2-dev to multipath-tools > sorry for double work :( No, i think this was good. I wondered this when i was working on lvm2. Can you verify that your packages needs is libdevmapper? for multipath-tools: scanelf -Rn pkg will probably show libdevmapper. Then you would technically need to add lvm2 as a depends as well, which we probably dont want (too much stuff there it does not need) I think we might want split out libdevmapper to a separate package. Thanks! > leo > > On Thu, Feb 26, 2009 at 2:16 PM, Natanael Copa > wrote: > On Thu, 2009-02-26 at 13:47 +0100, Leonardo Arena wrote: > > i need multipath-tools for my iSCSI storage. Need that as > dependency > > as well as libaio (currently working on). > > > wow cool... > I'll commit as is (need to clean up so i can pull cleanly > first). > > testing is a good place. We need to check so it does not > clloide with > lvm2. > > Thanks! > > -nc > > > > Thanks! > > > > On Thu, Feb 26, 2009 at 11:00 AM, Natanael Copa > > wrote: > > On Thu, 2009-02-26 at 10:41 +0100, Leonardo Arena > wrote: > > > please review attached patch > > > > thanks! > > > > Is this needed? Who/what needs it? > > > > Doesnt lvm2 provide same functionallity itself? > > > > (iirc arch linux build device-mapper from lvm2 > sources so i > > thought it > > was not needed with the separate device-mapper pkg) > > > > > leo > > > > > > > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---