guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] configure check for crypt()


From: Kevin Ryde
Subject: Re: [PATCH] configure check for crypt()
Date: Sun, 22 Feb 2004 07:00:35 +1000
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux)

Andreas Voegele <address@hidden> 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: #<procedure time-utc->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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]