Received: (at submit) by debbugs.gnu.org; 29 Dec 2023 00:52:22 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Dec 28 19:52:22 2023 Received: from localhost ([127.0.0.1]:40511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1rJ16r-0003rR-RI for submit <at> debbugs.gnu.org; Thu, 28 Dec 2023 19:52:22 -0500 Received: from lists.gnu.org ([2001:470:142::17]:44392) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <skyvine@HIDDEN>) id 1rJ16n-0003rC-2Q for submit <at> debbugs.gnu.org; Thu, 28 Dec 2023 19:52:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <skyvine@HIDDEN>) id 1rJ16h-0002d0-Gy for bug-guix@HIDDEN; Thu, 28 Dec 2023 19:52:11 -0500 Received: from mail-40133.protonmail.ch ([185.70.40.133]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <skyvine@HIDDEN>) id 1rJ16f-0004pj-5u for bug-guix@HIDDEN; Thu, 28 Dec 2023 19:52:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1703811126; x=1704070326; bh=QPLeekpy6VZLSJMKJugTdaM7A+ayRktOaMGgFYE9iMQ=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=YTUzfnIzJdrKUfBz1Ae1TKIFudmBOrDweEl2jf6cjQPUjN2xHML3cmH33gIlPhplw migMztU6cs6A9w/iOD9o4KAn3AmHj5V9FlhLwZsyN9HTMmQR0gTjg0DLkz3AyCxvbv 4AdsW7vZIGU7Bn3by5udWZ1gzbbMy6n4/5CfGpzDyIG7iqpeDGqdNs+JyhjYvcDBI1 mI0yoNvuQF+qYkjD2PN8WoUjafMhUNU6GWbxxUQpzFqiyMv+nyr7Es+Yefgm9efsFL 2xkIBt+w/IzvBIKAXs79rRKrLEAprhOf4LPkhD5E81HxnAzoQjFUvjYzNCnrhlD2p7 NJjwZ3yAw8ZbQ== Date: Fri, 29 Dec 2023 00:51:51 +0000 To: bug-guix@HIDDEN From: Skyler Ferris <skyvine@HIDDEN> Subject: Test "terminal-string-width Japanese" has environmental dependency Message-ID: <88171357-d5d7-4275-be95-e312a8319d55@HIDDEN> Feedback-ID: 40635331:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.133; envelope-from=skyvine@HIDDEN; helo=mail-40133.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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: -0.0 (/) Hello, The test "terminal-string-width Japanese" in the file=20 "tests/syscalls.scm" has an environmental dependency which causes it to=20 fail when I run `guix shell --pure -D guix -- make check=20 TESTS=3Dtests/syscalls.scm`. I can resolve this by instead running `guix=20 shell --pure -D guix -- env LANG=3Den_US.utf-8 make check=20 TESTS=3Dtests/syscalls.scm`. I do not know enough about locales to know if= =20 it makes sense for the test to set the environment variable, to make a=20 recommendation in the manual, or to do something else. For=20 bootstrapping, which requires some programs not included in the package=20 dependencies, the manual specifically states the additional packages=20 which are required (the problem here is not an additional package, but=20 seems similar). Regards, Skyler
Skyler Ferris <skyvine@HIDDEN>
:bug-guix@HIDDEN
.
Full text available.bug-guix@HIDDEN
:bug#68094
; Package guix
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.