Sod-Almighty
Sod-Almighty
Any movement on this?
Same
No movement on this?
SBCL 1.3.8
Curl is working fine for me when I run it by hand. It had a cert problem a couple years ago when the root certificate went down; but I fixed...
I don't know how I'm expected to help with debugging in a language that - clearly - I have not used before... Line 356 looks like it's supposed to print...
Okay, I've done that; and also modified the shell script to print the lines before it executes them (`set -x`). It doesn't seem to have helped. We don't have any...
Well, I can download that URL (`http://nim-lang.org/channels/stable`) at the commandline without a problem. So it has to be something to do with your use of the library. There's not really...
Here is the end of the `strace` output: ``` socket(AF_INET, SOCK_STREAM, IPPROTO_IP) = 5 fcntl(5, F_GETFL) = 0x2 (flags O_RDWR) fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0 getpeername(5, 0x7ffc9a6c1b60, [112]) = -1...
Sure: ``` + strace /tmp/choosenim-0.8.4_linux_amd64 stable --firstInstall --debug execve("/tmp/choosenim-0.8.4_linux_amd64", ["/tmp/choosenim-0.8.4_linux_amd64", "stable", "--firstInstall", "--debug"], [/* 18 vars */]) = 0 brk(NULL) = 0x1bd5000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file...