-
Notifications
You must be signed in to change notification settings - Fork 46
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
2.094 fails to build on non-x86 architectures due to test failure (not ok 22 - rcols: types option) #502
Comments
Thanks for the report! I've made my usual fatal mistake: adding a test. Here, the data includes -5, and the code wants to turn that into a |
That last commit made the test go from failing to passing on my @sebastic If you agree this has fixed things, could you in due course close this? Thank you again! |
If it's necessary, a micro-patch that should make 2.094 stop failing would be to patch ($x,$y) = rcols $file, { TYPES => [ short ] };
is_pdl $x, short(1,3,-5,7), "rcols: types option"; which would mask the problem of negative numbers by using a signed type. Obviously I believe 2.095 is a better solution, which I have just released. |
2.095 builds are looking good: https://buildd.debian.org/status/package.php?p=pdl |
The Debian package build for 2.094 failed on various non-x86 architectures due to test failures:
Full buildlogs: arm64, armel, armhf, ppc64el, riscv64, s390x
The text was updated successfully, but these errors were encountered: