Bug 1292207 - Errno architecture (x86_64-linux-thread-multi-4.1.8-100.fc21.x86_64) does not match executable architecture (x86_64-linux-thread-multi-4.3.0-1.fc24.x86_64) at /usr/lib64/perl5/Errno.pm line 11.
Summary: Errno architecture (x86_64-linux-thread-multi-4.1.8-100.fc21.x86_64) does not...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-16 18:05 UTC by Richard W.M. Jones
Modified: 2016-01-04 08:47 UTC (History)
9 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-12-16 18:06:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Richard W.M. Jones 2015-12-16 18:05:22 UTC
Description of problem:

Very simply, any program using perl's Errno module (even indirectly)
has this error:

$ perl -MErrno -e 1
Errno architecture (x86_64-linux-thread-multi-4.1.8-100.fc21.x86_64) does not match executable architecture (x86_64-linux-thread-multi-4.3.0-1.fc24.x86_64) at /usr/lib64/perl5/Errno.pm line 11.

I'm not totally sure what the error means.

Version-Release number of selected component (if applicable):

perl-5.22.1-355.fc24.x86_64
perl-Errno-1.23-353.fc24.x86_64

How reproducible:

100%

Steps to Reproduce:
1. See above.

Comment 1 Richard W.M. Jones 2015-12-16 18:06:15 UTC
Oh I see .. as soon as I hit "Submit" I realized what the bug was.

Updating the perl-Errno package to the -355 version (to match
the perl release) fixes it.

Comment 2 Petr Pisar 2016-01-04 08:47:14 UTC
The Errno Perl module is a Perl wrapper for errno.h kernel header file, thus the module ensures the module was built with the same kernel headers as perl interpreter to match each other.


Note You need to log in before you can comment on or make changes to this bug.