From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37662: substitution failure of nss-certs Date: Thu, 10 Oct 2019 16:31:06 +0200 Message-ID: <877e5cy8np.fsf@gnu.org> References: <87a7abwcav.fsf@inv.alid.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52052) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIZU3-0007pz-D4 for bug-guix@gnu.org; Thu, 10 Oct 2019 10:32:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIZU2-0000FQ-6p for bug-guix@gnu.org; Thu, 10 Oct 2019 10:32:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48118) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iIZU1-0000F5-UA for bug-guix@gnu.org; Thu, 10 Oct 2019 10:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iIZU1-0001gZ-Nf for bug-guix@gnu.org; Thu, 10 Oct 2019 10:32:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a7abwcav.fsf@inv.alid.pw> (Josh Holland's message of "Tue, 08 Oct 2019 15:18:32 +0100") 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: Josh Holland Cc: 37662@debbugs.gnu.org Hi Josh, Josh Holland skribis: > After the core-updates merge today, I did the following, and it gave an > error message (I tried a couple of times, with the same result): > > $ guix pull && guix package -m ~/guix-packages.scm -u . > # ... snip ... > downloading from https://ci.guix.gnu.org/nar/gzip/532l4zja85y9c69i0l0bwns= xx98gpzdw-nss-certs-3.45... > nss-certs-3.45 148KiB = = 937KiB/s 00:00 [# ] 10.8%Backtrace: > > gzip: stdout: Broken pipe > 3 (apply-smob/1 #) > In ice-9/boot-9.scm: > 705:2 2 (call-with-prompt _ _ #) > In ice-9/eval.scm: > 619:8 1 (_ #(#(#))) > In guix/ui.scm: > 1734:12 0 (run-guix-command _ . _) > > guix/ui.scm:1734:12: In procedure run-guix-command: > Throw to key `encoding-error' with args `("scm_to_stringn" "cannot conver= t wide string to output locale" 84 #f #f)'. This package contains non-ASCII UTF-8-encoded file names. I suppose the error here is because you=E2=80=99re daemon is missing its UT= F-8 locales. This could be because you upgraded the daemon but did not upgrade the =E2=80=98glibc-utf8-locales=E2=80=99 or =E2=80=98glibc-locales=E2=80=99 you= installed as root, no? HTH, Ludo=E2=80=99.