From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id kBQuBe5j018+HQAA0tVLHw (envelope-from ) for ; Fri, 11 Dec 2020 12:19:58 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 4FjzAO5j019nKQAAbx9fmQ (envelope-from ) for ; Fri, 11 Dec 2020 12:19:58 +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 8DDB99404FE for ; Fri, 11 Dec 2020 12:19:55 +0000 (UTC) Received: from localhost ([::1]:43722 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1knhOs-0000oe-5g for larch@yhetil.org; Fri, 11 Dec 2020 07:19:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41772) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knhOS-0000oU-Uy for help-guix@gnu.org; Fri, 11 Dec 2020 07:19:29 -0500 Received: from mail1.g12.pair.com ([66.39.4.99]:27780) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knhOR-0006cz-Cc for help-guix@gnu.org; Fri, 11 Dec 2020 07:19:28 -0500 Received: from mail1.g12.pair.com (localhost [127.0.0.1]) by mail1.g12.pair.com (Postfix) with ESMTP id 81067730CD for ; Fri, 11 Dec 2020 07:19:26 -0500 (EST) Received: from [10.11.12.15] (w135107.ppp.asahi-net.or.jp [121.1.135.107]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail1.g12.pair.com (Postfix) with ESMTPSA id 503D8730C5 for ; Fri, 11 Dec 2020 07:19:26 -0500 (EST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Yasuaki Kudo Mime-Version: 1.0 (1.0) Subject: Re: Racket (require gregor) Date: Fri, 11 Dec 2020 21:19:24 +0900 Message-Id: <4125FC39-CC92-4B18-B689-50FD1A7ABF88@yasuaki.com> References: In-Reply-To: To: help-guix@gnu.org X-Mailer: iPhone Mail (18B92) 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, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: -1.80 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: 8DDB99404FE X-Spam-Score: -1.80 X-Migadu-Scanner: scn1.migadu.com X-TUID: Q4st11zp86Gm Damn HTML doesn't work=F0=9F=98=85 My program is: #lang racket (require gregor) > On Dec 11, 2020, at 21:16, yasu wrote: >=20 > =EF=BB=BF(Resending, my html email keeps failing... Is this mailing list > automatically converting HTML messages to Plain Text or something??) >=20 >=20 > Hi! >=20 > I am tring to use the gregor package using my Racket program: >=20 > #lang racket(require gregor) >=20 >=20 > But it fails with fthe ollowing error: >=20 > 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 >=20 > There is a suggestion at:=20 > https://lists.gnu.org/archive/html/help-guix/2018-08/msg00073.html > of installing tzdata. >=20 > After installig it with: raco pkg install tzdata, >=20 > It did not help (I still get exact same error). >=20 > If there are users of > Racket..., would you please try the same and see if it works for you? >=20 > Cheers, > Yasu >=20 >=20