-
Notifications
You must be signed in to change notification settings - Fork 69
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
DBD::SQLite Fails Tests on Perl 5.8 #66
Comments
TBH I doubt we'll ever build for 5.8 again. We have what we have today. Any forward development can ignore it if needed. I doubt there's still any reasonable system out there using it. In fact I doubt we'll ever run the full build for any of the existing platforms any more. |
So - go with option 2 listed above? Is it worthwhile to display a banner to the user that build support for 5.8 (and maybe some other versions) is slated for deprecation, and will be completely removed in Mar 2020 or something? That might trigger any users out there that need support for 5.8 to come forward. Are your statistics/metrics able to let you know how many users are running LMS using the various Perl versions? |
I don't think it's worthwile, no. 5.8 had its share of known issues with LMS (or the other way around). Feel free to drop 5.8 support if you feel like it. |
Also - can you help me understand the genesis of the "Perl hunt" section of the script? Why are specific files and locations checked? Is it reasonable that if people are using perlbrew, they would issue the appropriate |
TBH: no idea. I can only assume that whoever started this did indeed not |
OpenSuse Tumbleweed, Perl 5.38.2, buildme.sh aborts |
Another Problem when compiling Version 8.3, buildme.sh stops with: In Datei, eingebunden von SQLiteXS.h:17: |
Wouldn't 8.4 work out of the box? At least on x86_64? |
Commit f236c5c updated DBD::SQLite to 1.58. However, this caused tests to fail on Perl 5.8, because DBD::SQlite 1.58 uses the functions note() and explain(). These functions first appeared in Test::More 0.82, and shipped with Perl 5.10. The fact that DBD:SQLite misstates its prerequisite version of Test::More is a separate known bug.
This leaves several options:
What is the requested course of action I should implement and submit a PR for?
The text was updated successfully, but these errors were encountered: