From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] configure check for crypt() Date: Sun, 22 Feb 2004 07:00:35 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87wu6gkv0s.fsf@zip.com.au> References: <87eksw6s4d.fsf@ID-28718.user.uni-berlin.de> <871xor4b51.fsf@ID-28718.user.uni-berlin.de> <87k72hjq7r.fsf@zip.com.au> <87ad3czy6q.fsf@ID-28718.user.uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077397800 19067 80.91.224.253 (21 Feb 2004 21:10:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Feb 2004 21:10:00 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Feb 21 22:09:53 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AueNk-00069o-00 for ; Sat, 21 Feb 2004 22:09:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AueNf-0003kI-9D for guile-devel@m.gmane.org; Sat, 21 Feb 2004 16:09:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AueMe-0003WX-Ak for guile-devel@gnu.org; Sat, 21 Feb 2004 16:08:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AueM3-00027C-KB for guile-devel@gnu.org; Sat, 21 Feb 2004 16:08:39 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1AueM2-000222-Nc for guile-devel@gnu.org; Sat, 21 Feb 2004 16:08:06 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by mx20.gnu.org with esmtp (Exim 4.30) id 1AueEx-0000Nj-S2 for guile-devel@gnu.org; Sat, 21 Feb 2004 16:00:48 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1LL0gLE027516; Sun, 22 Feb 2004 08:00:42 +1100 Original-Received: from localhost (ppp198.dyn10.pacific.net.au [61.8.10.198]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1LL0f0H018425; Sun, 22 Feb 2004 08:00:41 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1AueEm-0000IZ-00; Sun, 22 Feb 2004 07:00:36 +1000 Original-To: Andreas Voegele Mail-Copies-To: never In-Reply-To: <87ad3czy6q.fsf@ID-28718.user.uni-berlin.de> (Andreas Voegele's message of "Sat, 21 Feb 2004 08:30:53 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3423 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3423 Andreas Voegele writes: > > The following expression could be used to get the home directory, but > it requires the procedures getpwuid und cuserid which might not be > available on all systems supported by Guile. load-user-init in boot-9.scm has it with false-if-exception. > I'd probably rather tell > the super user to set HOME or GUILE_HISTORY before using readline :-) It shouldn't bomb. I see slib.scm home-vicinity could probably be helped with passwd too. > FAIL: srfi-19.test: SRFI date/time library: #date (time . tz-offset)> respects local DST if no TZ-OFFSET given You might have to trace through that to see where it goes wrong. The test looks like it relies on the system understanding TZ=CET. Or maybe LOCALTIME_CACHE should be set, if the configure test didn't recognise that. Or something. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel