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 GEuPIcyE1F8PYAAA0tVLHw (envelope-from ) for ; Sat, 12 Dec 2020 08:52:28 +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 kI9FHcyE1F/9eQAAbx9fmQ (envelope-from ) for ; Sat, 12 Dec 2020 08:52:28 +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 D38749402B0 for ; Sat, 12 Dec 2020 08:52:27 +0000 (UTC) Received: from localhost ([::1]:47954 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ko0de-0003Gb-RT for larch@yhetil.org; Sat, 12 Dec 2020 03:52:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34470) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ko0dM-0003GP-I0 for help-guix@gnu.org; Sat, 12 Dec 2020 03:52:09 -0500 Received: from mail1.g12.pair.com ([66.39.4.99]:35501) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ko0dK-0001s6-4K for help-guix@gnu.org; Sat, 12 Dec 2020 03:52:08 -0500 Received: from mail1.g12.pair.com (localhost [127.0.0.1]) by mail1.g12.pair.com (Postfix) with ESMTP id 34B6573083; Sat, 12 Dec 2020 03:52:05 -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 7746873048; Sat, 12 Dec 2020 03:52:04 -0500 (EST) Message-ID: <93b54a78bcdf382d85d785dc8afc79a29ef968dc.camel@yasuaki.com> Subject: Re: Racket (require gregor) From: yasu To: Tobias Geerinckx-Rice Date: Sat, 12 Dec 2020 17:52:02 +0900 In-Reply-To: <87czzgl8t2.fsf@nckx> References: <4125FC39-CC92-4B18-B689-50FD1A7ABF88@yasuaki.com> <87czzgl8t2.fsf@nckx> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Cc: help-guix@gnu.org 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: D38749402B0 X-Spam-Score: -2.30 X-Migadu-Scanner: scn1.migadu.com X-TUID: 7MW1peFSd+BH Thank you Tobias, it worked! I ended up modifying below section as shown: ~/.racket/7.9/pkgs/tzinfo/tzinfo/private$ nvim zoneinfo.rkt (define default-zoneinfo-search-path (list (path->string (build-path (string-replace (with-output-to-string (lambda () (system "guix build tzdata"))) "\n" "" ) "share" "zoneinfo")) "/usr/share/zoneinfo" "/usr/share/lib/zoneinfo" "/etc/zoneinfo")) But surely this is not the way to do it in Guix... I wonder if there is a proper Guix integration for Racket's raco package manager? -Yasu On Fri, 2020-12-11 at 15:24 +0100, Tobias Geerinckx-Rice wrote: > Hi Yasu, > > Yasuaki Kudo 写道: > > Damn HTML doesn't work😅 > > Yes. Please don't send HTML e-mail to mailing lists: most people > don't like receiving it (e.g., sending me HTML mail is guaranteed > to land you in my Spam bin) & you never know how your mail will > appear to others. > > > (Resending, my html email keeps failing... Is this mailing list > > automatically converting HTML messages to Plain Text or > > something??) > > Yes. We have enabled both ‘convert text/html parts to plain text’ > and ‘collapse multipart/alternative to its first part content’. > > > If there are users of > > Racket..., would you please try the same and see if it works for > > you? > > I get the same error, with the tzdata Racket (and Guix, just in > case) package install. > > If I manually add $(guix build tzdata)/share/zoneinfo to > pkgs/tzinfo/tzinfo/private/zoneinfo.rkt's > default-zoneinfo-search-path, it works. > > However, I didn't notice a $TZDIR-like mechanism to do so > ‘properly’. > > Kind regards, > > T G-R