"Fare" == Far <Far> writes:
>> The other changes to cmucl include: >> >> o The UNIX package has been changed; it now only contains just >> enough >> to compile all of cmucl. If you want the rest of old UNIX >> package, use (require :unix) to get that. >> Fare> 1- This breaks ASDF, which assumed it could use unix-getenv Fare> and some such. 2- (require :unix) doesn't work in the Fare> snapshot. Fare> a- the module is named unix, but the fasl file is called Fare> unix-glibc2.sse2f, Fare> whether that's the reason or not, I get: Fare> 0] (require :unix) Fare> File-error in function LISP::INTERNAL-LOAD: Fare> "modules:load-unix" does not exist. Error flushed ... Can you tell me how you did this? I just grabbed the tarballs and tried it out on a linux box. (require :unix) works for me. -- Ray