On Ubuntu after an svn checkout and ./bootstrap I tried to build the distribution with:
./configure make dist It gets down to the doc/nonpersistent directory: mv ChangeLog.tmp ChangeLog rm -fr wiki.out test -n "wget" -a -n "/bin/sed" -a -n "tr" -a -n "xsltproc" WGET="wget" WGET_OPTS="-nv" SED="/bin/sed" TR="tr" XSLTPROC="xsltproc" \ PROJECT="opensc" \ /bin/bash "./export-wiki.sh" "." "wiki.tmp" 2009-10-21 09:38:42 URL:http://www.opensc-project.org/opensc/wiki/TitleIndex [14087/14087] -> "wiki.tmp/TitleIndex.tmp" [1] 2009-10-21 09:38:44 URL:http://www.opensc-project.org/opensc/wiki/WikiStart [15703/15703] -> "wiki.tmp/WikiStart.tmp" [1] I/O error : Attempt to load network entity http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd wiki.tmp/WikiStart.tmp:1: warning: failed to load external entity "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" ^ This sequence is repeated many times for different URLs with the I/O error always for the http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd Note the '^' pointing at the last '"' on the above line. Looks like there is a missing leading '"' or an extra '"' in the line. Any ideas? wget http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd can read the page. -- Douglas E. Engert <deeng...@anl.gov> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel