Jaime Fournier
Jaime Fournier
https://github.com/ober/gerbil/tree/add-multi-distro-docker-support has a new combined dockerfile. It emits both a gerbil/ubuntu docker image, and ubuntu packages.
https://github.com/openbsd/ports/tree/master/lang/gerbil/patches Assuming it's a libressl issue, and these patches appear to address these. Let me know if it does not fix the issue.
Can you look to see if the file exists in your checkout? Are you using a newer version of Gambit? What are your build and configure flags to Gambit/Gerbil? This...
It builds for me on Openbsd using gcc and gmake. My build script https://gist.github.com/ober/69f258935010f961fbb3a98fe273fa05 The build log https://gist.github.com/ober/5251268cd081acdf55746dca99eeb7e4
What happens if you use --with-openssl=/usr/local on gambit, then see if Gerbil builds. Does the provided build script work for you at all?
Now if you can just please test the --with-openssl=/usr/local That helps isolate it to an issue using libressl in gerbil. Also does the error happen when GERBIL_BUILD_CORES= is set? The...
See https://gist.github.com/ober/69f258935010f961fbb3a98fe273fa05#file-gistfile1-txt-L34 Correction it is --enable-openssl, but it does take a path as well. as seen in the line above.
like a doctor script
Looks like the problem is you have openssl installed in addition to [email protected] `brew remove openssl` should avoid this problem. If this does not work, we'll need to patch the...