From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20497: GuixSD installation - Build of system.drv failed Date: Mon, 04 May 2015 23:48:32 +0200 Message-ID: <87a8xk3tfz.fsf@gnu.org> References: <20150503133937.GA7670@localhost.localdomain> 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]:58003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpOEZ-0006VS-TH for bug-guix@gnu.org; Mon, 04 May 2015 17:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpOEY-0001eM-Ol for bug-guix@gnu.org; Mon, 04 May 2015 17:49:03 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:52342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpOEY-0001eI-M4 for bug-guix@gnu.org; Mon, 04 May 2015 17:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YpOEY-0007X6-Ed for bug-guix@gnu.org; Mon, 04 May 2015 17:49:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20150503133937.GA7670@localhost.localdomain> (Jeffrey Serio's message of "Sun, 3 May 2015 08:39:37 -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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Jeffrey Serio Cc: 20497@debbugs.gnu.org Hi, Jeffrey Serio skribis: > "I've attempted installing GuixSD a few times on the same PC (Different = USBs, re-downloaded the image, etc.)=20 > and always get the same error-- that the build of system.drv failed. I'm= not exactly sure where to go from=20 > this error message, though, and I was wondering if someone did... http:/= /pastebin.com/3vG5GE4f" The log at pastebin.com reads: 55. builder for 'gnu/store/[... long string of characters ...]-libarchive= -3.1.2.drv' failed with exit code 1 [...] 62. cannot build derivation '/gnu/store/[... long string ...]-system.drv'= : 1 dependencies couldn't be built This means that, to build the system configuration, Guix tried to build libarchive, which failed. It also means that somehow hydra.gnu.org was not providing pre-built binaries for libarchive & co., perhaps because they have been GC=E2=80=99d. What GuixSD version is it? Thanks for your report! Ludo=E2=80=99.