bug-guile
[Top][All Lists]
Advanced

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

Re: warnings during compilation of guile-1.8.2 and "FAIL: check-guile"


From: Kevin Ryde
Subject: Re: warnings during compilation of guile-1.8.2 and "FAIL: check-guile"
Date: Fri, 17 Aug 2007 09:56:06 +1000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

"Storbeck, Frank" <address@hidden> writes:
>
> 3.
> FAIL: posix.test: putenv: removing
> FAIL: posix.test: setenv: removing
> FAIL: posix.test: unsetenv: something
> FAIL: posix.test: unsetenv: empty

Sounds like a bug.  I guess each one is about not being able to remove a
variable from the environment.  I think they all end up going down
scm_putenv() in libguile/posix.c, and it ought to be using unsetenv() to
remove.  Is unsetenv() available on solaris?  The fallback code if it's
not is most likely wrong (it's some DOS nonsense).




reply via email to

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