From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/4] gnu: Separate util-linux into three packages. Date: Mon, 14 Nov 2016 10:48:18 +0100 Message-ID: <87h97abdel.fsf@gnu.org> References: <1478812461-18483-1-git-send-email-jmd@gnu.org> <87wpg8lpfc.fsf@gnu.org> <20161112152808.GA21994@jocasta.intra> <20161112170948.GA23070@jocasta.intra> <874m3cjoku.fsf@gnu.org> <20161113082110.GA6656@jocasta.intra> <877f87io95.fsf@gnu.org> <20161113140647.GA10548@jocasta.intra> 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]:32847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c6DsF-00025R-Ro for guix-devel@gnu.org; Mon, 14 Nov 2016 04:48:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c6DsC-0007Ih-Pm for guix-devel@gnu.org; Mon, 14 Nov 2016 04:48:23 -0500 In-Reply-To: <20161113140647.GA10548@jocasta.intra> (John Darrington's message of "Sun, 13 Nov 2016 15:06:47 +0100") 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: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > On Sun, Nov 13, 2016 at 12:59:50PM +0100, Ludovic Court??s wrote: > John Darrington skribis: >=20=20=20=20=20=20 > > On Sat, Nov 12, 2016 at 11:55:13PM +0100, Ludovic Court??s wrote: >=20=20=20=20=20=20 > [...] >=20=20=20=20=20=20 > > > Also, it would only work if nfs-utils was installed in the = current system profile, > > > which need not be the case. It might be installed only in = root's profile or I might=20 > > > want to see what happens if I use an alternative version of= nfs-utils. > >=20=20=20=20=20=20 > > That ???mount??? can invoke ???mount.nfs??? looks like a conv= enience to me, not > > something highly critical. > > > > Well it's critical if "mount -a" is going to work, and thus if NFS= filesystems (such as /home in > > many networks) can be automatically mounted at boot time. >=20=20=20=20=20=20 > GuixSD doesn???t use the ???mount??? command to mount file systems s= o that > shouldn???t have any influence. > > What does it use instead? The =E2=80=98mount=E2=80=99 system call; see (gnu build file-systems). > 1,093 packages depend on util-linux. Per the strategy outlined at > > this could go to ???staging??? but I think this should go to ???core= -updates??? > which we???ll reopen to fix . > > I'm irritated that util-linux has so many, completely unrelated things in= it. For example > it contains the "mount", "cal" and "col" commands. Regardless of the N= FS issues, I=20 > suggest we consider separating it anyway, into several packages all deriv= ing from the common > source. The strategy is to stick to what upstream does, in general, and I=E2=80=99m= not convinced splitting would buy us much (in terms of disk usage, for instance.) Ludo=E2=80=99.