From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas Schmitt" Subject: bug#33639: ISO installer image is broken on i686 Date: Sun, 16 Dec 2018 17:52:43 +0100 Message-ID: <2198768286307958861@scdbackup.webframe.org> References: <87ftuxtqn9.fsf@gnu.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYZtp-0006wP-2O for bug-guix@gnu.org; Sun, 16 Dec 2018 12:08:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYZg2-0001sU-9K for bug-guix@gnu.org; Sun, 16 Dec 2018 11:54:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46276) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYZg2-0001sN-5D for bug-guix@gnu.org; Sun, 16 Dec 2018 11:54:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87ftuxtqn9.fsf@gnu.org> 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: bug-xorriso@gnu.org Cc: 33639@debbugs.gnu.org Hi, Ludovic Courtès wrote: > If you’re testing in a VM you might just as well download the GuixSD VM > image from . There i only see only "x86_64" for QEMU, not "i686" like with ISO or Binary. > Did you actually run “guix archive --authorize < …/ci.guix.info.pub”? I did step 7 of Binary-Installation.html: guix archive --authorize < \ ~root/.config/guix/current/share/guix/hydra.gnu.org.pub The text "ci.guix.info.pub" does not appear in https://www.gnu.org/software/guix/manual/en/html_node/Binary-Installation.html Looking at the existing state: # ls -l ~root/.config/guix/current/share/guix/ total 12 -r--r--r-- 1 root root 118 Jan 1 1970 berlin.guixsd.org.pub -r--r--r-- 1 root root 118 Jan 1 1970 ci.guix.info.pub -r--r--r-- 1 root root 1083 Jan 1 1970 hydra.gnu.org.pub Shall i authorize the others too ? If so: Is there need for clean-up actions after the aborted build runs ? (If you find a bit of time, please run grub-mkrescue with some arbitrary input tree of about the size of the Guix ISO and check whether it gets truncated. If so, the messages from xorriso would be very interesting.) Have a nice day :) Thomas