[xml] Test suite errors 2.7,7



I am experiencing test suite errors on bare bones installs of CentOS 3 and 4 64 bit with libxml2 version 
2.7.7. I am building from a custom source rpm. The relevant spec bits can be seen at the end of this email. I 
build this spec against numerous Red Hat derivative  targets. For some reason it's succeeding on CentOS-5-64. 
It's also failing on some of the older fedoras in my checks so far.

Are there any additional dependencies not mentioned in your standard spec file that might be causing these 
tests to fail?

The error message seems to be consistent:

File ./test/ebcdic_566012.xml generated an error
File ./test/ebcdic_566012.xml generated an error
File ./test/ebcdic_566012.xml generated an error
Result for ./test/ebcdic_566012.xml failed
File ./test/ebcdic_566012.xml generated an error
Result for ./test/ebcdic_566012.xml failed
File ./test/ebcdic_566012.xml generated an error
Result for ./test/ebcdic_566012.xml failed
File ./test/ebcdic_566012.xml generated an error
Failed to parse ./test/ebcdic_566012.xml
File ./test/ebcdic_566012.xml generated an error
Failed to parse ./test/ebcdic_566012.xml
File ./test/ebcdic_566012.xml generated an error
Failed to parse ./test/ebcdic_566012.xml
File ./test/ebcdic_566012.xml generated an error
Failed to parse ./test/ebcdic_566012.xml
File ./test/ebcdic_566012.xml generated an error

SPEC FILE:

%define upstream_name libxml2
Version:        2.7.7
Source0:        ftp://xmlsoft.org/libxml2/%{upstream_name}-%{version}.tar.gz
Source1:    xmlts20080205.tar.gz
BuildRequires:  zlib-devel


%prep
%setup -q -n %{upstream_name}-%{version}
# XML Tests from w3.org
%{__gzip} -c -d %{SOURCE1} | %{__tar} -xf -

%build
%configure --without-python
make TARBALLURL_2="" TARBALLURL="" TESTDIRS="" check




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]