[redland-dev] Re: redland make check error

Stefano Debenedetti ste at demaledetti.net
Wed Jan 19 08:45:35 PST 2005


After some tests I realized that that build was broken because some python bindings tests were failing too (querying and serialization to RDF/XML) so I tried rebuilding using the internal raptor and rasqal and make check now works both for redland and the python bindings..

Sorry about the false alarm.. I guess I have to figure out why I can't have redland build properly when compiled against the system raptor and rasqal..

Thanks, ciao
ste

Stefano Debenedetti ha scritto:
> make check is asking me to report this:
> 
> /home/ste/buildtrees/redland-0.9.19/librdf/.libs/lt-rdf_serializer_test: 
> Trying to create new rdfxml serializer
> /home/ste/buildtrees/redland-0.9.19/librdf/.libs/lt-rdf_serializer_test: 
> Freeing serializer
> /home/ste/buildtrees/redland-0.9.19/librdf/.libs/lt-rdf_serializer_test: 
> Trying to create new ntriples serializer
> /home/ste/buildtrees/redland-0.9.19/librdf/.libs/lt-rdf_serializer_test: 
> Freeing serializer
> /home/ste/buildtrees/redland-0.9.19/librdf/.libs/lt-rdf_serializer_test: 
> Serialising to RDF/XML returned string'<?xml version="1.0" 
> encoding="utf-8"?>
> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
>  <rdf:Description rdf:about="foo">
>    <ns0:bar xmlns:ns0="http://example.org/">blah</ns0:bar>
>  </rdf:Description>
>  <rdf:Description rdf:about="foo">
>    <ns0:abc xmlns:ns0="http://example.org/"></ns0:abc>
>  </rdf:Description>
> </rdf:RDF>
> ' size 346, expected 237
> FAIL: rdf_serializer_test
> 
> Redland build summary:
>  Berkeley/Sleepycat DB:  Version 4.2 (library db-4.2 in 
> /usr/local/BerkeleyDB.4.2/lib)
>  Triple stores:          memory mysql(4.0.22) hashes(memory) hashes(bdb 
> 4.2)
>  RDF parsers:            raptor(system 1.4.4)
>  RDF query:              rasqal(system 0.9.5)
>  Content digests:        md5(openssl) sha1(openssl) ripemd160(openssl)
> 
> System summary: gentoo with gcc-3.3.5, glibc-2.3.4.20040808-r1
> 
> Thanks, ciao
> ste
> 
> 
> 
> 


More information about the redland-dev mailing list