Bug 443737

Summary: Build fails due to escaping differences
Product: [Fedora] Fedora EPEL Reporter: Jeff Fearn 🐞 <jfearn>
Component: perl-HTML-TreeAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: el4CC: perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-23 23:52:18 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Fearn 🐞 2008-04-23 03:14:17 UTC
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&uuml;hr vor Ort von
&acirc;&#130;&not; 30,- pro Woche</body></html>
# '
#     expected: '<html><head></head><body>Geb&uuml;hr vor Ort von &euro; 30,-
pro Woche</body></html>
# '
#     Failed test (t/body.t at line 73)
#          got: '<html><head></head><body>This &acirc;&#136;&frac14; is a
twiddle</body></html>
# '
#     expected: '<html><head></head><body>This &sim; is a twiddle</body></html>
# '


Expected results:
successful build

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

Comment 1 Tom "spot" Callaway 2008-04-23 03:20:24 UTC
It could also be due to the fact that the perl in RHEL-4 is ancient. :/

Comment 2 Jeff Fearn 🐞 2008-04-23 23:52:18 UTC
Hi, I got perl-HTML-Parser branched and built in EP-4 and it all builds fine now.

http://buildsys.fedoraproject.org/logs/fedora-4-epel/38826-perl-HTML-Tree-3.23-2.el4/

Cheers, Jeff.