From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26271: 'guix system' does not support common build option '--root' Date: Mon, 27 Mar 2017 10:58:09 +0200 Message-ID: <87y3vrm6zi.fsf@gnu.org> References: <871stjfhfk.fsf@gmail.com> 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]:43679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csQUV-00022P-Fm for bug-guix@gnu.org; Mon, 27 Mar 2017 04:59:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csQUQ-0007VK-Iu for bug-guix@gnu.org; Mon, 27 Mar 2017 04:59:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48584) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1csQUQ-0007VG-FQ for bug-guix@gnu.org; Mon, 27 Mar 2017 04:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1csQUQ-0000Xl-7o for bug-guix@gnu.org; Mon, 27 Mar 2017 04:59:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871stjfhfk.fsf@gmail.com> (Chris Marusich's message of "Sun, 26 Mar 2017 21:54:23 -0700") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Chris Marusich Cc: 26271@debbugs.gnu.org Hi Chris, Chris Marusich skribis: > The manual says ((guix) Invoking guix system) that the options to 'guix > system' "can contain any of the common build options". Although some > common build options (e.g. '--fallback') do seem to work, I have noticed > that the '--root' option does not. Consider the following: That=E2=80=99s because =E2=80=98--root=E2=80=99 is not a =E2=80=9Ccommon bu= ild option=E2=80=9D in the sense of "(guix) Common Build Options". :-) That said, I agree we should either make it a common option (i.e., add it to =E2=80=98%standard-build-options=E2=80=99 in (guix scripts build)) or= add it explicitly to =E2=80=98guix system=E2=80=99. The latter may be simpler. Thoughts? Ludo=E2=80=99.