[Bug 720339] Review Request: perl-smartmatch-engine-core - Default smartmatch implementation from 5.10---5.14

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 15 14:41:42 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #2 from Petr Pisar <ppisar at redhat.com> 2011-11-15 09:41:41 EST ---
This check is generated by perl-Devel-CallChecker which stores Perl version at
its compile time:

lib/Devel/CallChecker.xs:
       "#ifndef PERL_VERSION\n"
        " #error you must include perl.h before callchecker0.h\n"
        "#elif !(PERL_REVISION == "STRINGIFY(PERL_REVISION)" && "
            "PERL_VERSION == "STRINGIFY(PERL_VERSION)" && "
            "PERL_SUBVERSION == "STRINGIFY(PERL_SUBVERSION)")\n"
        " #error this callchecker0.h is for "
            "Perl "PERL_VERSION_STRING" only\n"
        "#endif /* Perl version mismatch */\n"

We need to rebuild perl-Devel-CallChecker on each Perl version change.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list