Bug 1292207

Summary: 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.
Product: [Fedora] Fedora Reporter: Richard W.M. Jones <rjones>
Component: perlAssignee: Jitka Plesnikova <jplesnik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: cweyl, iarnell, jplesnik, kasal, perl-devel, ppisar, psabata, rc040203, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-16 18:06:15 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.