Manfred Bergmann

Results 102 comments of Manfred Bergmann

``` % ls lib/systems.lisp lib/systems.lisp ```

I'm not sure what's wrong. See attached procedure. I've removed also ~/.ccl-init.lisp in case this interferes somehow. [ccl-build-error.txt](https://github.com/Clozure/ccl/files/4416100/ccl-build-error.txt)

Good point. I didn't have full disk access for Terminal. So I added that plus the dx86cl64 file. But it doesn't help. I'm wondering, this 'systems.lisp.newest', should this file really...

Yep, that's it. ``` ? (probe-file "ccl:lib;systems.lisp") NIL ``` vs. (with sudo) ``` ? (probe-file "ccl:lib;systems.lisp") #P"/Users/mbergmann/Development/MySources/ccl/lib/systems.lisp" ```

But I'm not sure what to conclude. Should I build with sudo? But I think that shouldn't be necessary.

I'm the owner of the 'ccl' folder including the parent folder. All folders inside 'ccl' have execute permission. See screenshots, also for `stat` of lib/systems.lisp.

Just a part: ``` -rw-r--r-- 1 mbergmann staff 68K 1 Apr 20:18 misc.lisp -rw-r--r-- 1 mbergmann staff 95K 1 Apr 20:18 nfcomp.lisp -rw-r--r-- 1 mbergmann staff 6,5K 1 Apr 20:18...

> Note that, as a library author, if ccl on roswell breaks, then all of the Travis-CI builds breaks. The entire quicklisp repos may collapse. That sounds like there is...

There are more and more M1/M2 Macs. A port for Apple Silicon would be awesome.