From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Updating udisks: New dependencies (libblockdev, volume-key, dmraid, libbytesize, ndctl...) Date: Tue, 29 May 2018 19:16:22 +0200 Message-ID: <87k1rmwffd.fsf@gnu.org> References: <87in7c51q1.fsf@gmail.com> <20180524192251.kf3vbag7xk65fa54@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNiET-0003HV-EX for guix-devel@gnu.org; Tue, 29 May 2018 13:16:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNiES-0004sR-6v for guix-devel@gnu.org; Tue, 29 May 2018 13:16:25 -0400 In-Reply-To: <20180524192251.kf3vbag7xk65fa54@abyayala> (Nils Gillmann's message of "Thu, 24 May 2018 19:22:51 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: "guix-devel@gnu.org" Howdy! Nils Gillmann skribis: > Pierre Neidhardt transcribed 1.3K bytes: >>=20 >> I'm working on updating udisks from the "old legacy" version (which is >> currently packaged in Guix) to version 2.7.6. >>=20 >> https://github.com/storaged-project/udisks >>=20 >> It turns out to be much harder than expected! Recent versions of udisks >> depend on libblockdev, which in turn depends on the=20 >> volume_key, dmraid, libbytesize, ndctl and possibly more, all of which >> are not packaged in Guix yet. >>=20 >> What do you think? Is it worth it? Any alternative to udisks? > > Possibly there are alternatives, but it is required by some parts in > Guix. So, > >> Otherwise I'll go ahead and send a big fat patch set. > > as Invader Zim would say: "More patches means more Guix!" (go for it :)). Agreed. :-) I guess we can=E2=80=99t really avoid udisks and it does the job well anywa= y, so let=E2=80=99s go for the big patch set! Maybe in 2020 we=E2=80=99ll have a= bunch of Scheme modules doing that job? :-) BTW, regarding patch sets, please make sure to send the first message to guix-patches@gnu.org (the cover letter), and then to send the other patches of that series to NNN@debbugs.gnu.org, where NNN is the number assigned as a result of sending your first message. TIA! Ludo=E2=80=99.