[Bug 1183106] New: perl-JSON-XS compiled against wrong version of perl

bugzilla at redhat.com bugzilla at redhat.com
Fri Jan 16 17:19:10 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1183106

            Bug ID: 1183106
           Summary: perl-JSON-XS compiled against wrong version of perl
           Product: Fedora
           Version: 20
         Component: perl-JSON-XS
          Severity: medium
          Assignee: emmanuel at seyman.fr
          Reporter: iglesias at uci.edu
        QA Contact: extras-qa at fedoraproject.org
                CC: emmanuel at seyman.fr, mmaslano at redhat.com,
                    perl-devel at lists.fedoraproject.org, psabata at redhat.com



Description of problem:

perl-JSON-XS in Fedora 20 appears to have been compiled against perl 5.16
rather than perl 5.18 which is distributed with Fedora 20

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

perl-JSON-XS-2.34-3.fc20.x86_64

How reproducible:



Steps to Reproduce:
1.  Build a short perl program with one line:

   use JSON::XS;

2.  run the program with perl

3.

Actual results:

perl t.pl
Perl API version v5.16.0 of JSON::XS does not match v5.18.0 at
/usr/share/perl5/XSLoader.pm line 92.
Compilation failed in require at t.pl line 3.
BEGIN failed--compilation aborted at t.pl line 3.


Expected results:

no errors

Additional info:

This system was upgraded from F19 to F20.  F19 had perl 5.16, F20 has perl
5.18.  I tried removing and reinstalling perl-JSON-XS but that did not fix the
problem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=EWoLu6x4Kp&a=cc_unsubscribe



More information about the perl-devel mailing list