Everyone,
I read the GitHub activity as well as julia-dev and build Julia on a
daily basis, but I have not seen any mention of this error. Since it
dodged the standard `make cleanall`, I thought I should share the
simple, rather obvious, fix just in case someone tries to search for
the issue. Apparently there are some shared library symlink leftovers
that are not desirable, possibly due to a version bump. Just clean
them out with `rm deps/openspecfun/libopenspecfun.*`, run the standard
`make testall` and you should be good to go again.
Regards,
Pontus Stenetorp