From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23881: System building failure Date: Fri, 15 Jul 2016 18:29:06 +0200 Message-ID: <878tx2zwz1.fsf@gnu.org> References: <87r3bdbtq6.wl-kooda@upyum.com> 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]:56078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO606-0002PM-8Q for bug-guix@gnu.org; Fri, 15 Jul 2016 12:30:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bO602-0004TY-US for bug-guix@gnu.org; Fri, 15 Jul 2016 12:30:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bO602-0004TT-Qu for bug-guix@gnu.org; Fri, 15 Jul 2016 12:30:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bO602-0001tn-Ja for bug-guix@gnu.org; Fri, 15 Jul 2016 12:30:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r3bdbtq6.wl-kooda@upyum.com> (kooda@upyum.com's message of "Fri, 01 Jul 2016 11:20:01 +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: Kooda Cc: 23881@debbugs.gnu.org Hello, Kooda skribis: > I installed GuixSD yesterday and found a bug this morning when trying > to build a new system generation. [...] > (file-systems (cons (file-system > (title 'uuid) > (device (uuid "a08e57ba-6275-4e22-90e5-1d9b34ae36= 3d")) > (mount-point "/") > (type "ext4")) > %base-file-systems)) [...] > Running `guix system build /etc/config.scm` fails with the following erro= r: > > Backtrace: > In unknown file: > ?: 19 [apply-smob/1 #] > In ice-9/boot-9.scm: > 63: 18 [call-with-prompt prompt0 ...] > In ice-9/eval.scm: > 432: 17 [eval # #] > In ice-9/boot-9.scm: > 2401: 16 [save-module-excursion #] > 4050: 15 [#] > 1724: 14 [%start-stack load-stack ...] > 1729: 13 [#] > In unknown file: > ?: 12 [primitive-load "/gnu/store/vw26xsn24jmrijn939fjjk50m5i4hfq3-gui= x-0.10.0-0.e901/bin/.guix-real"] > In guix/ui.scm: > 1209: 11 [run-guix-command system "build" "/etc/config.scm"] > In ice-9/boot-9.scm: > 157: 10 [catch srfi-34 # ...] > 157: 9 [catch system-error ...] > In guix/scripts/system.scm: > 882: 8 [#] > 788: 7 [process-action build ("/etc/config.scm") ...] > In guix/store.scm: > 1182: 6 [run-with-store # ...] > In guix/scripts/system.scm: > 564: 5 [# #] > 575: 4 [# #] > In srfi/srfi-1.scm: > 672: 3 [filter-map #grub-entry (system number time)> = # # ...] > In ice-9/boot-9.scm: > 157: 2 [catch system-error ...] > In guix/scripts/system.scm: > 404: 1 [#] > In unknown file: > ?: 0 [string-append "--root=3D" ...] > > ERROR: In procedure string-append: > ERROR: In procedure string-append: Wrong type (expecting string): #vu8(16= 0 142 87 186 98 117 78 34 144 229 29 155 52 174 54 61) I cannot reproduce it with current master. > The odd bytevector from the error seems to be the partition=E2=80=99s UUI= D, > but I get the exact same error when trying to use a label instead of > the UUID. Yes. Unless I=E2=80=99m mistaken, the problem you report was fixed in f453f637d5410f4d1e0b3787caa8d34b9b72d7d8 in January. Could it be that you run =E2=80=98guix pull=E2=80=99 as a user but not as r= oot? Remember that =E2=80=98guix pull=E2=80=99 is per-user. Thanks, Ludo=E2=80=99.