edicl/hunchentoot

Error running tests with ECL: "Socket error in "socket": EINVAL (Invalid argument)."

Closed this issue · 4 comments

;; Starting web server on localhost:4241.An error occurred during initialization:
Socket error in "socket": EINVAL (Invalid argument).

v1.3.0 built using Guix.

Works here. You probably don't have /etc/protocols

This works on SBCL under the same build environment. The build chroot-jail would prevent the build reaching out to /etc/protocols, but why would it be different between SBCL and ECL?

It works on SBCL because of sbcl/sbcl@34eab16

Ah! Thank you very much for linking that patch.