Received: (at 33238) by debbugs.gnu.org; 17 Dec 2018 11:04:10 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Mon Dec 17 06:04:10 2018 Received: from localhost ([127.0.0.1]:50917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1gYqgz-0006ZF-Os for submit <at> debbugs.gnu.org; Mon, 17 Dec 2018 06:04:10 -0500 Received: from mx1.riseup.net ([198.252.153.129]:52294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <swedebugia@HIDDEN>) id 1gYqgw-0006Z5-H7 for 33238 <at> debbugs.gnu.org; Mon, 17 Dec 2018 06:04:08 -0500 Received: from cotinga.riseup.net (cotinga-pn.riseup.net [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 6FE531A0204; Mon, 17 Dec 2018 03:04:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1545044645; bh=/4G+N14o/Qn23Gu2sfqWOCKoM6zS/syZk+qlmn1wuZQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=YLNmzioCTArrZsrUVAjhaUGieS9ffOq3K8pXfxZGL2wN7YhU1M2xU0qZi2Jrdtsim vpvET2494jOj58+H99Y6x+fdSitFO5/Al71U43OPQ/Np8LHRCv1OnQpz8tBHiTo3AR nxfjFarNsN+dGDTIa/earqrHo04MPe1GPtEl6r6A= X-Riseup-User-ID: 2AB0DED7EAE64C538BA13F603607B689FEB828638F29E873FEE6788FBD41C8FA Received: from [127.0.0.1] (localhost [127.0.0.1]) by cotinga.riseup.net with ESMTPSA id E5324C0384; Mon, 17 Dec 2018 03:04:04 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: Mon, 17 Dec 2018 03:04:04 -0800 From: swedebugia@HIDDEN To: 33238 <at> debbugs.gnu.org Subject: Re: bug#33238: Fail nicely when profile is not found In-Reply-To: <3c9c7b9e-90ce-a70e-2850-b4e32d719f04@HIDDEN> References: <3c9c7b9e-90ce-a70e-2850-b4e32d719f04@HIDDEN> Message-ID: <8eb75951106df8ab37ad625d05dfc365@HIDDEN> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 33238 Cc: bug-Guix <bug-guix-bounces+swedebugia=riseup.net@HIDDEN> X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -1.7 (-) On 2018-11-02 09:00, swedebugia wrote: > Hi > > I installed guix from AUR and ran into this: > > $ guix pull -l > Backtrace: > 8 (apply-smob/1 #<catch-closure 55dd9a29b6e0>) > In ice-9/boot-9.scm: > 705:2 7 (call-with-prompt _ _ #<procedure default-prompt-handle…>) > In ice-9/eval.scm: > 619:8 6 (_ #(#(#<directory (guile-user) 55dd9a356140>))) > In guix/ui.scm: > 1578:12 5 (run-guix-command _ . _) > In ice-9/boot-9.scm: > 829:9 4 (catch srfi-34 #<procedure 55dd9b57f7e0 at guix/ui.scm…> …) > 829:9 3 (catch system-error #<procedure 55dd9b57f880 at guix/s…> …) > 829:9 2 (catch git-error #<procedure 55dd9b57f640 at guix/scri…> …) > 829:9 1 (catch system-error #<procedure 55dd9acab900 at guix/s…> …) > In unknown file: > 0 (raise #<condition &profile-not-found-error [profile: "…>) > > ERROR: In procedure raise: > Wrong type (expecting exact integer): #<condition > &profile-not-found-error [profile: "/home/egil/.config/guix/current"] > 55dd9ac9a240> > > The install went fine but guix is not working :/ so I will do a manual > binary install instead. > > I could try crafting a patch testing if the directory exist if > somebody is willing to point me to the right file (and perhaps an > example of a procedure that can check this) > > Cheers > Swedebugia > > $ guix --version > guix (GNU Guix) 0.15.0 > Copyright (C) 2018 the Guix authors > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. This is still present: sdb@antelope ~/src/guix$ ./pre-inst-env guix describe Git checkout: repository: /home/sdb/src/guix branch: HEAD commit: c4cc1b9d20212369d485a7b3788160117926ea3b sdb@antelope ~/src/guix$ ./pre-inst-env guix pull -l Backtrace: 8 (apply-smob/1 #<catch-closure 9e6d4c0>) In ice-9/boot-9.scm: 705:2 7 (call-with-prompt _ _ #<procedure default-prompt-handle…>) In ice-9/eval.scm: 619:8 6 (_ #(#(#<directory (guile-user) 9e5e910>))) In guix/ui.scm: 1603:12 5 (run-guix-command _ . _) In ice-9/boot-9.scm: 829:9 4 (catch srfi-34 #<procedure aa39860 at guix/ui.scm:615:…> …) 829:9 3 (catch system-error #<procedure aa398b0 at guix/script…> …) 829:9 2 (catch git-error #<procedure aa39810 at guix/scripts/p…> …) 829:9 1 (catch system-error #<procedure aa39030 at guix/script…> …) In unknown file: 0 (raise #<condition &profile-not-found-error [profile: "…>) ERROR: In procedure raise: Wrong type (expecting exact integer): #<condition &profile-not-found-error [profile: "/var/guix/profiles/per-user/sdb/current-guix"] aa10550> The relevant code from pull.scm is this: (define (process-query opts profile) "Process any query on PROFILE specified by OPTS." (match (assoc-ref opts 'query) (('list-generations pattern) (define (list-generations profile numbers) (match numbers ((first rest ...) (display-profile-content profile first) (let loop ((numbers numbers)) (match numbers ((first second rest ...) (display-profile-content-diff profile first second) (loop (cons second rest))) ((_) #t) (() #t)))))) (leave-on-EPIPE (cond ((not (file-exists? profile)) ; XXX: race condition (raise (condition (&profile-not-found-error (profile profile))))) ((string-null? pattern) (list-generations profile (profile-generations profile))) ((matching-generations pattern profile) => (match-lambda (() (exit 1)) ((numbers ...) (list-generations profile numbers))))))))) -- Cheers Swedebugia
bug-guix@HIDDEN
:bug#33238
; Package guix
.
Full text available.Received: (at submit) by debbugs.gnu.org; 2 Nov 2018 07:55:02 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Fri Nov 02 03:55:02 2018 Received: from localhost ([127.0.0.1]:59217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1gIUIG-00055v-5M for submit <at> debbugs.gnu.org; Fri, 02 Nov 2018 03:55:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58677) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <swedebugia@HIDDEN>) id 1gIUIE-00055i-Fw for submit <at> debbugs.gnu.org; Fri, 02 Nov 2018 03:54:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <swedebugia@HIDDEN>) id 1gIUI8-00070x-63 for submit <at> debbugs.gnu.org; Fri, 02 Nov 2018 03:54:53 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34716) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <swedebugia@HIDDEN>) id 1gIUI8-00070t-2a for submit <at> debbugs.gnu.org; Fri, 02 Nov 2018 03:54:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <swedebugia@HIDDEN>) id 1gIUI7-0006PS-4I for bug-guix@HIDDEN; Fri, 02 Nov 2018 03:54:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <swedebugia@HIDDEN>) id 1gIUI3-0006zP-Ur for bug-guix@HIDDEN; Fri, 02 Nov 2018 03:54:51 -0400 Received: from mx1.riseup.net ([198.252.153.129]:55329) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <swedebugia@HIDDEN>) id 1gIUI3-0006z0-OL for bug-guix@HIDDEN; Fri, 02 Nov 2018 03:54:47 -0400 Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 847991A0209 for <bug-guix@HIDDEN>; Fri, 2 Nov 2018 00:54:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1541145286; bh=Gad+1MI9mVuOldQCPIsab/nDNsdu23RTOXTXcfP7Ttg=; h=From:Subject:To:Date:From; b=sN25GNOAHAGKnqe1F2cmsq7eY/XKs3RzDhwJ8yOyPj77s+UhJ58KD9xBLcgU4XEmR dk0I5Cn9KRz8/r9gG3K3pz7CXSYGEAn/AcYOyF/bdzbavL3erWS0lnIQq0q4gizilz h5Wtw9SmKJIr+OU7HUMPZUUVADXUsObrCCC5xA0E= X-Riseup-User-ID: 2D8AC91086420E0CC258A3A10593B5209580C86534EE7CBEE1D2E750B363CFBA Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id DFC4763FBE for <bug-guix@HIDDEN>; Fri, 2 Nov 2018 00:54:45 -0700 (PDT) From: swedebugia <swedebugia@HIDDEN> Subject: Fail nicely when profile is not found To: bug-guix@HIDDEN Message-ID: <3c9c7b9e-90ce-a70e-2850-b4e32d719f04@HIDDEN> Date: Fri, 2 Nov 2018 09:00:17 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: sv-FI Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -5.1 (-----) Hi I installed guix from AUR and ran into this: $ guix pull -l Backtrace: =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 8 (apply-sm= ob/1 #<catch-closure 55dd9a29b6e0>) In ice-9/boot-9.scm: =C2=A0=C2=A0=C2=A0 705:2=C2=A0 7 (call-with-prompt _ _ #<procedure defau= lt-prompt-handle=E2=80=A6>) In ice-9/eval.scm: =C2=A0=C2=A0=C2=A0 619:8=C2=A0 6 (_ #(#(#<directory (guile-user) 55dd9a3= 56140>))) In guix/ui.scm: =C2=A0 1578:12=C2=A0 5 (run-guix-command _ . _) In ice-9/boot-9.scm: =C2=A0=C2=A0=C2=A0 829:9=C2=A0 4 (catch srfi-34 #<procedure 55dd9b57f7e0= at guix/ui.scm=E2=80=A6> =E2=80=A6) =C2=A0=C2=A0=C2=A0 829:9=C2=A0 3 (catch system-error #<procedure 55dd9b5= 7f880 at guix/s=E2=80=A6> =E2=80=A6) =C2=A0=C2=A0=C2=A0 829:9=C2=A0 2 (catch git-error #<procedure 55dd9b57f6= 40 at guix/scri=E2=80=A6> =E2=80=A6) =C2=A0=C2=A0=C2=A0 829:9=C2=A0 1 (catch system-error #<procedure 55dd9ac= ab900 at guix/s=E2=80=A6> =E2=80=A6) In unknown file: =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 0 (raise #<= condition &profile-not-found-error [profile: "=E2=80=A6>) ERROR: In procedure raise: Wrong type (expecting exact integer): #<condition=20 &profile-not-found-error [profile: "/home/egil/.config/guix/current"]=20 55dd9ac9a240> The install went fine but guix is not working :/ so I will do a manual=20 binary install instead. I could try crafting a patch testing if the directory exist if somebody=20 is willing to point me to the right file (and perhaps an example of a=20 procedure that can check this) Cheers Swedebugia $ guix --version guix (GNU Guix) 0.15.0 Copyright (C) 2018 the Guix authors License GPLv3+: GNU GPL version 3 or later=20 <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
swedebugia <swedebugia@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#33238
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.