From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33542: Strange tarball download error on Hydra Date: Wed, 28 Nov 2018 22:28:25 +0100 Message-ID: <8736rkzybq.fsf@gnu.org> References: <87efb5vz0g.fsf@netris.org> <877egxvyp9.fsf@netris.org> 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]:36841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS7OJ-0007q8-TK for bug-guix@gnu.org; Wed, 28 Nov 2018 16:29:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS7OI-0006B9-6G for bug-guix@gnu.org; Wed, 28 Nov 2018 16:29:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49597) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gS7OH-0006Aj-UQ for bug-guix@gnu.org; Wed, 28 Nov 2018 16:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gS7OH-0005Bt-RO for bug-guix@gnu.org; Wed, 28 Nov 2018 16:29:01 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <877egxvyp9.fsf@netris.org> (Mark H. Weaver's message of "Wed, 28 Nov 2018 13:33:27 -0500") 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: Mark H Weaver Cc: 33542-done@debbugs.gnu.org Mark H Weaver skribis: > Mark H Weaver writes: > >> On Hydra, the armhf builds for al variants of 'linux-libre-4.14.84' >> failed because the tarball download failed. See below for the build >> log. Strangely, it was unable to find the (guix base16) module. > > I now see that 89f1fee8e788fc32d08583b4207c1ecb91d50f28 added a new use > of (guix base16) during downloads, and that the copies of Guix currently > running on the armhf build slaves is too old to include (guix base16). Oops indeed. Commit a52ae1b6620fcef28e668047a51a6b2a9fb89e35 addresses it by autoloading (guix base16), such that old installations will still work but won=E2=80=99t be able to download from Software Heritage. Thanks, Ludo=E2=80=99.