-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't open /etc/ARRAY(0x....) #2
Comments
This was a problem for me on a 32-bit Debian 7 system. |
Also getting this problem on $ uname -a with $ perl -v Looking at the test results matrix, this seems to be a very widespread problem, with the current release showing failures for over 2/3 of test systems. (99 PASS / 273 FAIL at the time of this posting) |
Any update? I'm wondering if this module is still supported. |
FWIW, it works on this: Linux pi2 4.19.42-v7+ #1219 SMP Tue May 14 21:20:58 BST 2019 armv7l GNU/Linux |
I have the same issue under Debian/unstable, x86_64, before and after the upgrade to perl 5.30. |
The error comes from |
The problem is with
as under Debian at least, |
And this broken code has been introduced by changeset edc04a1 ("New centos workaround"). |
@vinc17fr - could you put in a pull request pls? |
OK, I see where the real problem is: the Debian configuration information is obsolete. I'll update it. The consequence is that Debian versions earlier than Debian 6.8 will no longer be supported without a |
I can see that some other distributions have a similar issue: several "release" files. But either they now provide a For Debian, |
Also removed the obsolete debian_version and debian_release lines, as Distribution.pm no longer supports multiple release files and they made the tests fail (fixes issue burak#2 for Debian).
Note: This pull request fixes the test failure for Debian. The example in the Sys::Info::Driver::Linux::OS::Distribution man page does not work, but that's a separate issue, and I could check that there was the same issue even with an older version of the module. |
Hi. So it's failing, still (or maybe it's a new thing) on new debian:
|
This pr: #7 should be the minimal fix for this crash, but not sure if the author is following, as this seems like a longtime issue? |
On some linux systems the test suite fails:
The text was updated successfully, but these errors were encountered: