[cl-debian] [resent] Re: a few bugs

Hello Faré, On Tuesday 20 September 2005 13:46, Faré wrote:
your fix for Bug#328633 breaks clisp on debian ppc testing.
This is not good. After searching a little I find that posix:umask is only included from version 2.34 onwards. I will change the dependency of the package. If the problem also appears in stable I should create a new version and inform the security team :-(. Does anybody else have other problems with the new version?
PPS: unrelatedly, did you get asdf to work with gclcvs? I get a weird error from format when I try to load anything.
This could be the run-shell-command to check the cache directory. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson|

Dear Peter, My fix to run asdf on gclcvs was to replace the unique instance of #'equalp by #'equal, in the internal temporary hash-table used to ensure name unicity. Names in asdf definitions are strings and symbols, aren't they? So there's no reason to use equalp, when equal works just as good as is more widely supported in hash-tables. Maybe you should do automated testing of c-l-c with all those many implementations. cl-launch is your friend in making shell script invocations that work uniformly on all c-l-c supported implementations :-) Automated testing helped me debug cl-launch. [ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ] The college idealists who fill the ranks of the environmental movement seem willing to do absolutely anything to save the biosphere, except take science courses and learn something about it. -- P.J. O'Rourke
participants (2)
-
Faré
-
Peter Van Eynde