The project has its CI actions set up and running all fine for a long time now, e.g: https://github.com/arturo-lang/arturo/runs/7325263683
Given that I received an issue report stating that there are libcrypto/ssl-related issues on Ubuntu 22.04, I decided to create a couple of VMs (one with 20.04 and another one with 22.04) to try the whole thing out myself.
Now... here comes the weird part:
Although my Ubuntu CI builds have run consistently for months, when I'm trying to build the exact same thing via any of the two VMs, I keep getting an error:
fatal.nim(53) sysFatal
Error: unhandled exception: value out of range: 137 notin -128 .. 127 [RangeDefect]
I have absolutely no idea where this is coming from or how to track it down - sure thing is: it's not something that happens in Github's CI builds.
Any ideas?
i was able to get it to build on ubuntu 20.04, after installing: libgmp-dev webkit2gtk-4.0-dev and gtk+-3.0-dev
with 1.6.6
Hmm... Thanks for letting me know!
Did you manage to get the same error I've mentioned before installing the aforementioned dependencies?
I'm asking because, on one hand, in my CI builds - as I've already said - there is no error whatsoever (as a matter of fact, I only need to install libwebkit, as the rest of the libs seems already available), and on a totally-vanilla Ubuntu, I'm having all sorts of weird issues...
Hmm... Even weirder!
Thanks for letting me know!
P.S. Perhaps I have to wonder why, by setting up a couple of fresh Ubuntu instances (@ DigitalOcean), I ended up with compilation errors that only I get... lol