On Tue, Apr 24, 2007, Dan Nuffer wrote: > [...] > to build the tools, but got this error: > > [EMAIL PROTECTED] ~]$ /openpkg/bin/openpkg build openpkg-tools > # operating with OpenPKG instance /openpkg > # operating with OpenPKG RPM /openpkg/bin/openpkg rpm > # fetching XML/RDF index from URL > ftp://ftp.openpkg.org/stable/2/00INDEX.rdf > # using internal XML/RDF parser > openpkg:build:FATAL: an I/O error occured > > Here is the end of the truss output of openpkg:
First, please already switch to OpenPKG CURRENT or E1 Pro. 2-STABLE is no longer maintained and will be gone soon. Nevertheless the above error usually means that the fetching of the URL ftp://ftp.openpkg.org/stable/2/00INDEX.rdf failed for some reason and hence the output was empty and so the XML/RDF parser was unable to parse it. Check whether you can fetch the index manually: | $ /openpkg/lib/openpkg/curl ftp://ftp.openpkg.org/stable/2/00INDEX.rdf | <?xml version="1.0" encoding="iso-8859-1"?> | <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | xmlns="http://www.openpkg.org/xml-rdf-index/0.9"> | <Repository rdf:resource="OpenPKG-2-STABLE/"> | <Repository rdf:resource="OpenPKG-2-STABLE/Source/" href="SRC/00INDEX.rdf.bz2"/> | </Repository> | </rdf:RDF> Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ______________________________________________________________________ OpenPKG http://openpkg.org User Communication List openpkg-users@openpkg.org