[Bug 443737] New: Build fails due to escaping differences

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 23 03:14:17 UTC 2008


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=443737

           Summary: Build fails due to escaping differences
           Product: Fedora EPEL
           Version: el4
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: high
          Priority: medium
         Component: perl-HTML-Tree
        AssignedTo: tcallawa at redhat.com
        ReportedBy: jfearn at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: fedora-perl-devel-list at redhat.com


Description of problem:
This perl module fails to build in EPEL 4 due to the different entities used to
escape strings.

Version-Release number of selected component (if applicable):
perl-HTML-Tree-3.23-2.el4

How reproducible:
Always

Steps to Reproduce:
1. make test
  
Actual results:
#     Failed test (t/body.t at line 66)
#          got: '<html><head></head><body>Gebühr vor Ort von
€ 30,- pro Woche</body></html>
# '
#     expected: '<html><head></head><body>Gebühr vor Ort von € 30,-
pro Woche</body></html>
# '
#     Failed test (t/body.t at line 73)
#          got: '<html><head></head><body>This âˆ&frac14; is a
twiddle</body></html>
# '
#     expected: '<html><head></head><body>This ∼ is a twiddle</body></html>
# '


Expected results:
successful build

Additional info:
Possibly due to HTML::Entities::encode_entities from perl-HTML-Parser?

-- 
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, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list