Wireshark-bugs: [Wireshark-bugs] [Bug 1108] New: release-notes.txt not build using links or lynx

Date: Fri, 15 Sep 2006 13:35:53 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1108

           Summary: release-notes.txt not build using links or lynx
           Product: Wireshark
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Documentation
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: toralf.foerster@xxxxxx


I don't have installed elinks, but with the 2 other an error occured like :

--- RELEASE NOTES - HTML ---
"xsltproc" --nonet
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
release-notes.xml > release-notes.html
I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
release-notes.xml:17: warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";
]>
  ^
--- RELEASE NOTES - TXT ---
"xsltproc" --stringparam generate.toc "article nop" --nonet
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
release-notes.xml | links -dump -width 72 > release-notes.txt
URL expected after -dump
.I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
release-notes.xml:17: warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";
]>
  ^


and:

tfoerste@n22 ~/devel/wireshark/trunk/docbook $ make relase-notes.txt
make: *** No rule to make target `relase-notes.txt'.  Stop.
tfoerste@n22 ~/devel/wireshark/trunk/docbook $ make release-notes.txt
--- RELEASE NOTES - TXT ---
"xsltproc" --stringparam generate.toc "article nop" --nonet
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
relase-notes.xml | lynx -dump -width=72 -nolist > release-notes.txt
I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
release-notes.xml:17: warning: failed to load external entity
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";
]>
  ^


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.