From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39443) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1ho6kR-0001eJ-04 for guix-patches@gnu.org; Thu, 18 Jul 2019 09:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ho6kQ-0002jN-29 for guix-patches@gnu.org; Thu, 18 Jul 2019 09:47:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44817) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ho6kP-0002jI-V9 for guix-patches@gnu.org; Thu, 18 Jul 2019 09:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ho6kP-00011n-SB for guix-patches@gnu.org; Thu, 18 Jul 2019 09:47:01 -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> <875znzhg91.fsf@gnu.org> <87k1cfpq0k.fsf@web.de> Date: Thu, 18 Jul 2019 15:46:18 +0200 In-Reply-To: <87k1cfpq0k.fsf@web.de> (Arne Babenhauserheide's message of "Thu, 18 Jul 2019 12:59:23 +0200") Message-ID: <87zhlbe9qt.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 Arne Babenhauserheide skribis: > Ludovic Court=C3=A8s writes: > >> Did you try the =E2=80=98guix environment -n=E2=80=99 command above? Do= esn=E2=80=99t it show >> the manual-database.drv? > > It does show the manual database, but then running guix build > /gnu/....drv --check does not run my changed code. > > I=E2=80=99m doing > > time ./pre-inst-env guix build /gnu/store/jnkxwwxk71n07fs6naa11fxmg3vpnnb= 3-manual-database.drv --check > > But it runs the installed guix, not the local changes to profile.scm. Right, sorry for being unclear: you need to run ./pre-inst-env guix environment -n =E2=80=A6 That will run you modified code and thus create a manual-database.drv that uses your code; it=E2=80=99s this manual-database.drv that you should = pass to =E2=80=98guix build=E2=80=99. HTH, Ludo=E2=80=99.