I’ve been using GNURadio on FC6, and have just upgraded to Fedora 8.
Clean install of GNUradio 3.1 SVN stable branch on a 32-bit x86, simply
following the directions on the wiki (which keep getting better -
thanks!). Everything builds up to the usrp documentation, which gives
this odd error:
make[3]: Leaving directory /home/srb/gnuradio/usrp/doc/other' make[3]: Entering directory
/home/srb/gnuradio/usrp/doc’
mkdir -p html
xmlto html-nochunks …/…/usrp/doc/usrp_guide.xml
I/O error : Attempt to load network entity
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
warning: failed to load external entity
“<xsl:copy-of select="$title"/>”
compilation error: file /tmp/xmlto-xsl.s18692 line 4 element import
xsl:import : unable to load
<xsl:copy-of select="$title"/>
cp: cannot stat /tmp/xmlto.v18696/usrp_guide.proc': No such file or directory make[3]: *** [usrp_guide.html] Error 1 make[3]: Leaving directory
/home/srb/gnuradio/usrp/doc’
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory /home/srb/gnuradio/usrp/doc' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory
/home/srb/gnuradio/usrp’
make: *** [check-recursive] Error 1
[srb@sdr gnuradio]$
What’s odd about it is that the network-resident .xsl file is eminently
accessible (URL was copy/pasted from above error message):
[srb@sdr gnuradio]$ wget
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
–22:51:47–
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
=> `docbook.xsl’
Resolving docbook.sourceforge.net… 66.35.250.209
Connecting to docbook.sourceforge.net|66.35.250.209|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 18,355 (18K) [application/xml]
100%[=============================================>] 18,355
84.37K/s
22:51:48 (84.11 KB/s) - `docbook.xsl’ saved [18355/18355]
[srb@sdr gnuradio]$
Has anyone seen this? I’m downloading source to xmlto, but if it’s a
well-known problem, I’ll stand down.
Thanks!
Steve