From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23828: unsupported sexp item type #f ``` Date: Wed, 22 Jun 2016 23:28:08 +0200 Message-ID: <87mvmclxqv.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:4830:134:3::10]:50034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFphr-0000N0-Fm for bug-guix@gnu.org; Wed, 22 Jun 2016 17:29:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFphm-0003io-Vp for bug-guix@gnu.org; Wed, 22 Jun 2016 17:29:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39233) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFphm-0003iN-Ru for bug-guix@gnu.org; Wed, 22 Jun 2016 17:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bFphm-0007cB-4W for bug-guix@gnu.org; Wed, 22 Jun 2016 17:29:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (David Craven's message of "Wed, 22 Jun 2016 18:44:55 +0200") 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: David Craven Cc: 23828@debbugs.gnu.org Hi, David Craven skribis: > Maybe not a bug, but I'm getting the same backtrace when trying to run > ./guix archive or ./guix package -i guix or ./guix pull. Do you really type =E2=80=9C./guix=E2=80=9D? From which directory? > bin sudo ./guix archive --authorize < ../share/guix/hydra.gnu.org.pub > > /gnu/store/3g6zn8y5sfwywr4pqiwqrab735a0x4zl-guix-0.10.0/bin > warning: failed to install locale: Invalid argument > Backtrace: > In ice-9/boot-9.scm: > 157: 17 [catch #t # ...] > In unknown file: > ?: 16 [apply-smob/1 #] > In ice-9/boot-9.scm: > 63: 15 [call-with-prompt prompt0 ...] > In ice-9/eval.scm: > 432: 14 [eval # #] > In ice-9/boot-9.scm: > 2401: 13 [save-module-excursion # ice-9/boot-9.scm:4045:3 ()>] > 4050: 12 [#] > 1724: 11 [%start-stack load-stack ...] > 1729: 10 [#] > In unknown file: > ?: 9 [primitive-load > "/gnu/store/3g6zn8y5sfwywr4pqiwqrab735a0x4zl-guix-0.10.0/bin/.guix-real"] > In guix/ui.scm: > 1188: 8 [run-guix-command archive "--authorize"] > In ice-9/boot-9.scm: > 157: 7 [catch srfi-34 # ...] > 157: 6 [catch system-error ...] > In guix/scripts/archive.scm: > 328: 5 [#] > 303: 4 [authorize-key] > In ice-9/boot-9.scm: > 702: 3 [map #canonical-sexp (sexp)> (#f)] > In guix/pk-crypto.scm: > 375: 2 [sexp->canonical-sexp #f] > In unknown file: > ?: 1 [call-with-output-string # guix/pk-crypto.scm:376:5 (port)>] > ?: 0 [scm-error misc-error #f "~A ~S" ("unsupported sexp item type" #f= ) #f] > > ERROR: In procedure scm-error: > ERROR: unsupported sexp item type #f Could it be that /etc/guix/acl contains bogus data? Could you try, as root: rm -f /etc/guix/acl guix archive --authorize < /path/to/hydra.gnu.org.pub ? Thanks for the report, Ludo=E2=80=99.