-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failure: unable to find Add #17
Comments
On cpantesters, FreeBSD has no case of passing the tests, so I think this may be FreeBSD specific. Unfortunately, cpantesters has a bug that pervents me from seeing test reports, so I can only guess. I can paste more outputs if you need, just give me the commands to run. Edit: On the other hand, FFI::Platypus::Lang::C installed without any problems for me, if that helps |
I'm trying to dig into this locally. The shared object library does not seem to load correctly in FFI::Platypus::DL::dlopen with error:
|
This is most likely a FPC bug: zamronypj/mod_pascal#1 |
@bbrtj I am going to close assuming this is an issue with FPC. If it turns out to be something that we can do I am happy to re-open. |
The module does not test correctly for me. I did some digging but wasn't able to make it work.
I'm on FreeBSD 13.0-RELEASE with fpc 3.20. I digged into FFI to see the
nm
command that it uses:So there seems to be the correct symbol in the package, but I still get this error (with
Carp::Always
):The text was updated successfully, but these errors were encountered: