From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 13 17:15:57 2022 Received: (at 53230-done) by debbugs.gnu.org; 13 Jan 2022 22:15:57 +0000 Received: from localhost ([127.0.0.1]:34811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n88Nw-0004tn-Uu for submit@debbugs.gnu.org; Thu, 13 Jan 2022 17:15:57 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:43166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n88Nv-0004tV-Lw for 53230-done@debbugs.gnu.org; Thu, 13 Jan 2022 17:15:56 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 44CB0229; Thu, 13 Jan 2022 23:15:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m-pKL0LHzq5y; Thu, 13 Jan 2022 23:15:49 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id EA9F222E; Thu, 13 Jan 2022 23:15:47 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Andrew Tropin Subject: Re: bug#53230: Disable authentication seems broken References: <87wnj3ybx8.fsf@trop.in> Date: Thu, 13 Jan 2022 23:15:47 +0100 In-Reply-To: <87wnj3ybx8.fsf@trop.in> (Andrew Tropin's message of "Thu, 13 Jan 2022 16:58:59 +0300") Message-ID: <87o84f5lkc.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 44CB0229 X-Spamd-Result: default: False [0.46 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_MIXED_CHARSET(0.56)[subject]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 53230-done Cc: 53230-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Andrew Tropin skribis: > A day ago I found out that I can't pull/time-machine from my local guix > repo with patches. After running guix time-machine -C ./channels ..., > guix reported the following: > > Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.= org/git/guix.git'... > guix time-machine: warning: channel authentication disabled > Computing Guix derivation for 'x86_64-linux'... - > Backtrace: > 18 (primitive-load "/home/bob/.config/guix/current/bin/guix") > In guix/ui.scm: > 2206:7 17 (run-guix . _) > 2169:10 16 (run-guix-command _ . _) > In ice-9/boot-9.scm: > 1752:10 15 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _) > 1747:15 14 (with-exception-handler # =E2=80=A6) > In guix/store.scm: > 671:3 13 (_) > In ice-9/boot-9.scm: > 1752:10 12 (with-exception-handler _ _ #:unwind? _ #:unwind-for-type _) > In guix/store.scm: > 658:37 11 (thunk) > In guix/status.scm: > 802:4 10 (call-with-status-report _ _) > In guix/store.scm: > 1320:8 9 (call-with-build-handler _ _) > 1320:8 8 (call-with-build-handler # =E2=80=A6) > 2123:24 7 (run-with-store # _ # = _ # _ # =E2=80=A6) > In guix/inferior.scm: > 817:16 6 (_ _) > In guix/store.scm: > 1995:38 5 (_ #) > 1468:0 4 (add-temp-root # #) > In guix/serialization.scm: > 130:20 3 (write-store-path # =E2=80=A6) > In unknown file: > 2 (string->utf8 #) > In ice-9/boot-9.scm: > 1685:16 1 (raise-exception _ #:continuable? _) > 1685:16 0 (raise-exception _ #:continuable? _) > > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > In procedure string->utf8: Wrong type argument in position 1 (expecting > string): # > /gnu/store/3hc33q0xlajd75l52grsg8dg1ais2hss-profile 7f66cb7eaeb0> Fixed in b1fc98d6b063a117fe2bcc19a60c8b9a48301593, thanks! Ludo=E2=80=99.