From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Subject: bug#39665: r-readr in a container has got no timezone data Date: Tue, 18 Feb 2020 16:19:26 +0100 Message-ID: <20200218151926.2yhah6zc7pym2fiu@wzguix> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5gdwgr47rl55ekmk" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36313) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j44gJ-0001WR-A5 for bug-guix@gnu.org; Tue, 18 Feb 2020 10:21:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j44gI-0007s7-5B for bug-guix@gnu.org; Tue, 18 Feb 2020 10:21:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35155) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j44gI-0007s0-1k for bug-guix@gnu.org; Tue, 18 Feb 2020 10:21:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j44gH-0002P5-Ug for bug-guix@gnu.org; Tue, 18 Feb 2020 10:21:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:36125) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j44fG-0007pW-Te for bug-guix@gnu.org; Tue, 18 Feb 2020 10:19:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j44fE-0007DM-VX for bug-guix@gnu.org; Tue, 18 Feb 2020 10:19:58 -0500 Received: from freeshell.de ([2a01:360:106::2]:54470) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j44fE-0007B9-PH for bug-guix@gnu.org; Tue, 18 Feb 2020 10:19:56 -0500 Content-Disposition: inline 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-mx.org@gnu.org Sender: "bug-Guix" To: 39665@debbugs.gnu.org --5gdwgr47rl55ekmk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Related to [1]. Reproducing: guix environment -C --pure --ad-hoc r r-readr Rscript -e 'library(readr); default_locale()' A hack that fixes this issue is to include tzdata among the environment inputs, and to set TZDIR=3D/gnu/store/$(ls -F /gnu/store | grep tzdata.*/ | head -n 1)share= /zoneinfo (actually, one needs also coreutils and grep to do that, but that=E2=80=99s beyond the point). I haven=E2=80=99t tried it (yet?), but maybe it suffices= to add tzdata to r-readr inputs in the package definition to fix this issue. W=C5=BB [1]: https://github.com/tidyverse/readr/issues/952 --5gdwgr47rl55ekmk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEvcl0zdnJun12Glc9xzWoxqtgedUFAl5MAH5fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEJE Qzk3NENERDlDOUJBN0Q3NjFBNTczREM3MzVBOEM2QUI2MDc5RDUACgkQxzWoxqtg edUA6BAAr45lHVnAQBdOyJhWL+l0kZaBZaPDNzu9Ao/to86XcFePdW0a54Eux/QN KigSOEPyuLtKTo68x4XPl4NVHJ/VxVD0C4HoBOIg05+GtkUS6OoWWrTbpy7WoBVN epa5WmyvEW1Kc294xtOJGIiyYI9IYibhD3fVQnDEk4Lc0meUqJyJIP1kLI2dGEn7 x5LGmTD99RSLCGQMQCVQ5e3g1tB3Pbzczyy5eCFY+h2N/hczmT1uiryAlGodsrfd EVkj/f8VW/xu0ZpvNjWav11pPDM7CFpD8Xx4sp7dZ38ktWipG2xpt5Cr8MvH1b/V GbwN5zJP6Hiht9I3vWuhb222E5TfCBEVYyhccxd2Zi3KWUHLddCwue0sPm+uQwdU fYZrZnAFpQ8wBxzQgzHeU7u7JoFsQiHdDtocdYP9Wmy9HbbfrJS6RKGaNFkgZ4I6 QWtP6e9B+fsGHahUEKRedAdyRIJFvcaskGCqOzZAZ0u6wG0dUoyw74jn7qgw/edo 2P2655guZLyjfefo3TVnmvGsEw7BrSUyEH+f+cx8cKJgXe/JXVTyutNSvxN74NHo kKUoIbJc53IsKll87fInvPq5vFxjd03DPMmAJdlp+GbWUz4oLNpsdwydYFR6MHHr RClAZ0PBdu8Qdx1F1tiZJp64LctBONuOyD31r+4lKpkjt7vXZwA= =1QZ9 -----END PGP SIGNATURE----- --5gdwgr47rl55ekmk--