From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:32772) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1ho2Fj-0005mM-VA for guix-patches@gnu.org; Thu, 18 Jul 2019 04:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ho2Fi-0000uK-MP for guix-patches@gnu.org; Thu, 18 Jul 2019 04:59:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44559) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ho2Fi-0000uB-JX for guix-patches@gnu.org; Thu, 18 Jul 2019 04:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ho2Fi-0004LA-Hq for guix-patches@gnu.org; Thu, 18 Jul 2019 04:59:02 -0400 Subject: [bug#36630] [PATCH] guix: parallelize building the manual-database Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190712214245.23857-1-arne_bab@web.de> <878sszl1jo.fsf@gnu.org> <877e8ig9gh.fsf@web.de> <87zhldel6f.fsf@gnu.org> <878ssw8ger.fsf@web.de> Date: Thu, 18 Jul 2019 10:55:19 +0200 In-Reply-To: <878ssw8ger.fsf@web.de> (Arne Babenhauserheide's message of "Thu, 18 Jul 2019 00:06:36 +0200") Message-ID: <877e8fhgco.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arne Babenhauserheide Cc: 36630@debbugs.gnu.org Hello, Arne Babenhauserheide skribis: > Ludovic Court=C3=A8s skribis: >> Arne Babenhauserheide skribis: > Offtopic: I love reading Esperanto here! >>> Ludovic Court=C3=A8s writes: > >>>> guix environment --ad-hoc jupyter python-ipython python-ipykernel -n > >>> How exactly did you run the derivation? > >> If you run the command above, it=E2=80=99ll list >> /gnu/store/=E2=80=A6-manual-database.drv. So you can just run: >> >> guix build /gnu/store/=E2=80=A6-manual-database.drv >> >> or: >> >> guix build /gnu/store/=E2=80=A6-manual-database.drv --check >> >> if it had already been built before. > > Somehow I can=E2=80=99t get guix to actually run my changed code with this > command, so I=E2=80=99m not sure I tested the right thing. Did you try the =E2=80=98guix environment -n=E2=80=99 command above? Doesn= =E2=80=99t it show the manual-database.drv? Alternately, you can also do something like: guix install -p /tmp/foo jupyter python-ipython python-ipykernel -n HTH, Ludo=E2=80=99.