From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WIXhHVhi018WCgAA0tVLHw (envelope-from ) for ; Fri, 11 Dec 2020 12:13:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id EGPXGVhi018eZAAA1q6Kng (envelope-from ) for ; Fri, 11 Dec 2020 12:13:12 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1374694042C for ; Fri, 11 Dec 2020 12:13:12 +0000 (UTC) Received: from localhost ([::1]:42240 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knhIM-00087v-2R for larch@yhetil.org; Fri, 11 Dec 2020 07:13:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40772) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knhI3-00087a-4X for help-guix@gnu.org; Fri, 11 Dec 2020 07:12:51 -0500 Received: from mail1.g12.pair.com ([66.39.4.99]:27249) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knhI1-0004Gv-IK for help-guix@gnu.org; Fri, 11 Dec 2020 07:12:50 -0500 Received: from mail1.g12.pair.com (localhost [127.0.0.1]) by mail1.g12.pair.com (Postfix) with ESMTP id 0873F730B3 for ; Fri, 11 Dec 2020 07:12:48 -0500 (EST) Received: from guix.local (w135107.ppp.asahi-net.or.jp [121.1.135.107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail1.g12.pair.com (Postfix) with ESMTPSA id 5F54A730AD for ; Fri, 11 Dec 2020 07:12:47 -0500 (EST) Message-ID: Subject: Racket (require gregor) From: yasu To: help-guix@gnu.org Date: Fri, 11 Dec 2020 21:12:44 +0900 User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Received-SPF: none client-ip=66.39.4.99; envelope-from=yasu@yasuaki.com; helo=mail1.g12.pair.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.30 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 1374694042C X-Spam-Score: -2.30 X-Migadu-Scanner: scn1.migadu.com X-TUID: 197wdwcdA5LS Hi! I am tring to use the gregor package using my Racket program: #lang racket(require gregor) But it fails with fthe ollowing error: Unable to locate the zoneinfo database on this computer. We searched for it in the following places: - /usr/share/zoneinfo - /usr/share/lib/zoneinfo - /etc/zoneinfo There is a suggestion at: https://lists.gnu.org/archive/html/help-guix/2018-08/msg00073.html of installing tzdata After installig it with: raco pkg install tzdata, It did not help (I still get exact same error). If there are users of Racket..., would you please try the same and see if it works for you? Cheers, Yasu