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: Sat, 12 Nov 2016 23:55:13 +0100 Message-ID: <874m3cjoku.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> 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]:44933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5hCi-0007vF-5U for guix-devel@gnu.org; Sat, 12 Nov 2016 17:55:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5hCf-0001f7-1v for guix-devel@gnu.org; Sat, 12 Nov 2016 17:55:20 -0500 In-Reply-To: <20161112170948.GA23070@jocasta.intra> (John Darrington's message of "Sat, 12 Nov 2016 18:09:48 +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 John Darrington skribis: > On Sat, Nov 12, 2016 at 04:28:08PM +0100, John Darrington wrote: >=20=20=20=20=20=20=20=20=20=20=20 > If so, would it work to just do: >=20=20=20=20=20=20=20=20=20=20=20 > "--enable-fs-paths-default=3D/run/current-system/profile/sbin" >=20=20=20=20=20=20=20=20=20=20=20 > ? >=20=20=20=20=20=20=20=20=20=20=20 > That would only work on GuixSD, but Guix???s ???mount??? is cer= tainly not very > useful on foreign distros. >=20=20=20=20=20=20 > That would certainly be a solution easier to do.=20=20=20 > But doesn't it mean that we have a "functionally impure" system? >=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. That =E2=80=98mount=E2=80=99 can invoke =E2=80=98mount.nfs=E2=80=99 looks l= ike a convenience to me, not something highly critical. I would say that dynamic composition (=E2=80=98mount=E2=80=99 looking up = =E2=80=98mount.nfs=E2=80=99 & co. in $PATH) is OK in this case. The NFS service in GuixSD could extend =E2=80=98profile-service-type=E2=80=99 such that =E2=80=98nfs-utils= =E2=80=99 is indeed in the system profile. WDYT? Thanks, Ludo=E2=80=99.