Michał "phoe" Herda
Michał "phoe" Herda
The four repeating backtrace lines are: ```lisp (HANDER-PROGN LOCALLY (DECLARE (NOTINLINE INTERN)) (INTERN LISP-NAME :VARI.GLSL)) (E-LIST ((CCL::PACKAGE-%LOCAL-NICKNAMES *PACKAGE*) (LOCALLY # #) (CCL::%PKG-REF-INTERN LISP-NAME #))) (DEFAULT-FORM-HANDLER IF (CCL::PACKAGE-%LOCAL-NICKNAMES *PACKAGE*) (LOCALLY (DECLARE...
I recognize the following form. ```lisp (IF (CCL::PACKAGE-%LOCAL-NICKNAMES *PACKAGE*) (LOCALLY (DECLARE #) (INTERN LISP-NAME :VARI.GLSL)) (CCL::%PKG-REF-INTERN LISP-NAME (LOAD-TIME-VALUE #))) ``` It is this part of my commit: https://github.com/Clozure/ccl/pull/188/files#diff-7dbee25941139b1e1582d8f0c87f1b23R2430-R2432 This code...
I say that this is not a CCL issue. [CLHS NOTINLINE](http://clhs.lisp.se/Body/d_inline.htm) says, > In the presence of a compiler macro definition for `function-name`, a `notinline` declaration prevents that compiler macro...
I have noticed that `ros install sbcl` pulled and unpacked MinGW, but the log does not mention downloading any kind of C toolchain before it starts building SBCL. Could that...
``` C:\Users\Raptor>C:\\Users\\Raptor\\.roswell\\impls\\x86-64\\windows\\msys2\\2018 0531\\usr\\bin\\bash -lc cd "/c/Users/Raptor/.roswell/src/sbcl-1.5.7"; ./make.sh '--xc- host=ros -L sbcl-bin without-roswell=t run -- --no-userinit --no-sysinit ' '--prefix=/c/Users/Raptor/.roswell/impls/x86-64/windows/sbcl/1.5.7'" tzset: can't find matching POSIX timezone for Windows timezone "" ``` Turns...
Okay, I need to reopen. Re-running `ros install sbcl` gives me: ``` Processing archive: C:\Users\Raptor\.roswell\archives\msys2-20180531.tar.xz Extracting msys2-20180531.tar Everything is Ok Size: 249579520 Compressed: 53376740 extraction done. Unhandled SB-INT:SIMPLE-FILE-ERROR in thread...
Additionally, roswell told me that ``` sbcl/1.5.7 is already installed. add 'install.force=t' option for the forced re- installation. ``` Even though the previous installation failed and the implementation directory at...
Additionally, running the command: ``` C:\Users\Raptor\roswell>ros install sbcl install.force=t ``` still causes the above message to appear. Am I invoking the command incorrectly?
I don't know how to produce any better logs. Issuing the following command in CMD ``` C:\Users\Raptor\.roswell\impls\x86-64\windows\msys2\20180531\usr\bin\bash -lc "cd /c/Users/Raptor/.roswell/src/sbcl-1.5.7; ./make.sh --xc-host='ros -L sbcl-bin without-roswell=t run -- --no-userinit --no-sysinit --prefix=/c/Users/Raptor/.roswell/impls/x86-64/windows/sbcl/1.5.7'"...
Attaching the full roswell log. [log.txt](https://github.com/roswell/roswell/files/3766891/log.txt)