From unknown Fri Aug 15 15:33:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#68094 <68094@debbugs.gnu.org> To: bug#68094 <68094@debbugs.gnu.org> Subject: Status: Test "terminal-string-width Japanese" has environmental dependency Reply-To: bug#68094 <68094@debbugs.gnu.org> Date: Fri, 15 Aug 2025 22:33:30 +0000 retitle 68094 Test "terminal-string-width Japanese" has environmental depen= dency reassign 68094 guix submitter 68094 Skyler Ferris severity 68094 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 28 19:52:22 2023 Received: (at submit) by debbugs.gnu.org; 29 Dec 2023 00:52:22 +0000 Received: from localhost ([127.0.0.1]:40511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rJ16r-0003rR-RI for submit@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 ) id 1rJ16n-0003rC-2Q for submit@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 ) id 1rJ16h-0002d0-Gy for bug-guix@gnu.org; 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 ) id 1rJ16f-0004pj-5u for bug-guix@gnu.org; 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@gnu.org From: Skyler Ferris Subject: Test "terminal-string-width Japanese" has environmental dependency Message-ID: <88171357-d5d7-4275-be95-e312a8319d55@protonmail.com> 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@protonmail.com; 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@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 (/) 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