From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: disable substitutes for grub config and bootloader installation script Date: Fri, 03 Jan 2020 16:14:03 +0100 Message-ID: <87h81cpo78.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38904) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1inOeM-0004Wx-8Y for guix-devel@gnu.org; Fri, 03 Jan 2020 10:14:07 -0500 In-Reply-To: (pkill9@runbox.com's message of "Wed, 01 Jan 2020 11:52:37 +0000 (GMT)") 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: pkill9@runbox.com Cc: guix-devel Hi, skribis: > rolling back the system shows it's trying to get substitutes for grub.cfg= .drv and install-bootloader.scm.drv: > ``` > itsme@antelope ~> sudo guix system roll-back > Password:=20 > substitute: updating substitutes from 'https://berlin.guixsd.org'... 100.= 0% > substitute: updating substitutes from 'https://mirror.hydra.gnu.org'... 1= 00.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > The following derivation will be built: > /gnu/store/b90j6p6qpzvs5x884hhy9dc3zvv6jhcs-grub.cfg.drv > building /gnu/store/b90j6p6qpzvs5x884hhy9dc3zvv6jhcs-grub.cfg.drv... > substitute: updating substitutes from 'https://berlin.guixsd.org'... 100.= 0% > substitute: updating substitutes from 'https://mirror.hydra.gnu.org'... 1= 00.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > building /gnu/store/m7lcl11s38ks2hapm1j7s2z9szig3zhs-install-bootloader.s= cm.drv... > switched from generation 46 to 45 > ``` > > This is not needed, unless I am missing something? Correct. Fixed in commits 9512ba6b09b55c1551933c1885aa1ca39457aea8 and 52207b3938d3ccbeb661ba8d0af563cf1e0e3333. Thanks! Ludo=E2=80=99.