From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 06 08:27:42 2020 Received: (at 43739-done) by debbugs.gnu.org; 6 Oct 2020 12:27:42 +0000 Received: from localhost ([127.0.0.1]:51886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPm4D-0007Ls-Oe for submit@debbugs.gnu.org; Tue, 06 Oct 2020 08:27:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46296) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPm4B-0007Ld-Kz for 43739-done@debbugs.gnu.org; Tue, 06 Oct 2020 08:27:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50390) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPm46-0006fJ-C3; Tue, 06 Oct 2020 08:27:34 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=45240 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kPm44-0006yO-AM; Tue, 06 Oct 2020 08:27:32 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Lars-Dominik Braun Subject: Re: bug#43739: guix archive --export broken on foreign distro References: <20201001112245.GA3101@zpidnp36> <87lfgqq6rf.fsf@gnu.org> Date: Tue, 06 Oct 2020 14:27:30 +0200 In-Reply-To: <87lfgqq6rf.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Thu, 01 Oct 2020 17:56:52 +0200") Message-ID: <87ft6rv8st.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43739-done Cc: 43739-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: -3.3 (---) Hi, Ludovic Court=C3=A8s skribis: > Lars-Dominik Braun skribis: > >> as discussed on IRC [1][2] `guix archive --export` is currently broken on >> foreign distributions. It fails with the error message: >> >> guix archive: error: corrupt input while restoring archive from # >> >> strace reveals `guix authenticate` prints a message to stderr, which the >> guix-daemon does not expect: >> >> guile: warning: failed to install locale > > Specifically, the problem occurs after the change in > 64cf660f872fb7aaf0d2b463e45b4c756297f743: on the first call to > =E2=80=98readAuthenticateReply=E2=80=99, the daemon gets a =E2=80=9Cg=E2= =80=9D (from the warning above) > instead of a digit as the protocol expects. This is fixed by 880fe019ae64df37815bbdb1a22305f99dae759d from . Closing. Thanks, Ludo=E2=80=99.