Timo Myyrä
Timo Myyrä
The git checkout of gerbil fails to build on OpenBSD. The build crashes on crypto compilation: ``` ... compile os/socket ... compile os/kqueue ... compile os/signal ... compile os/signal-handler ......
Hi, Just did a test on gauche master branch and the SRFI test has started to fail. ``` ... Testing load ... passed. Testing SRFIs ... Abort trap (core dumped)...
Making issue out of this so its easier to track progress. This was reported on the [mailing list](https://sourceforge.net/p/gauche/mailman/gauche-devel/thread/8737rdhvgi.fsf%40phobos.wickedbsd.net/#msg34969290) a while back. Gauche 0.9.5 doesn't currently work on OpenBSD, it compiles...
I get following warning with ABCL 1.9.0 compiled on OpenBSD: ``` CL-USER(2): (require 'abcl-contrib) WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.armedbear.lisp.Java (file:/usr/local/abcl/abcl.jar) to...
``` ; ; _,'| _.-''``-...___..--';) ; /_ \'. __..-' , ,--...--''' ;
Loading the cl-async-ssl works after merging the my pull request but I noticed it causes following memory fault when I try to load the cl-async-ssl again in same image. ```lisp...
Needed to add this option on few of our servers and noticed this role was missing support for it.
I have API end point which expects POST requests in multipart/form-data containing input as application/json and file upload. AFAIK drakma does not allow such combination and only supports sending text/plain...
OpenBSD ports use its own versioning for shared objects. Each ported software with shared objects use internal OpenBSD version. For example if program compile "libfoo.so.4" normally, once the first version...