Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=431577
Summary: Build fails depending on current locale Product: Fedora Version: 8 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Perl-Critic AssignedTo: cweyl@alumni.drew.edu ReportedBy: ed@membled.com QAContact: extras-qa@fedoraproject.org CC: fedora-perl-devel-list@redhat.com
Building perl-Perl-Critic from the source package fails if your locale is not en_US. Fix it by changing line 66 of the spec file to
LC_ALL=en_US.UTF-8 TEST_AUTHOR=1 ./Build test
However, I think you should consider turning off TEST_AUTHOR; it is intended for the author's own tests, after all. Newer versions of Perl::Critic on CPAN fail some author tests.
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Build fails depending on current locale
https://bugzilla.redhat.com/show_bug.cgi?id=431577
cweyl@alumni.drew.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |NEXTRELEASE
------- Additional Comments From cweyl@alumni.drew.edu 2008-06-30 23:48 EST ------- Fixed in rawhide (dropped author tests), package building now. Will push out to F-8, F-9, as the occasion arises.
perl-devel@lists.fedoraproject.org