Wireshark-bugs: [Wireshark-bugs] [Bug 1104] New: make: *** [release-notes.txt] Error 127

Date: Thu, 14 Sep 2006 08:01:00 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1104

           Summary: make: *** [release-notes.txt] Error 127
           Product: Wireshark
           Version: SVN
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: Documentation
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: toralf.foerster@xxxxxx


The make in the docbook is now much better than before due to avoiing
unneccessary make :-)

But now I got:

tfoerste@n22 ~/devel/wireshark/trunk/docbook $ make
...
[INFO] [141]
[INFO] [142]
[INFO] [143]
[INFO] Parsing of document complete, stopping renderer
--- 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 | elinks -dump -dump-width 72 > release-notes.txt
/bin/sh: elinks: command not found
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";
]>
  ^
make: *** [release-notes.txt] Error 127

If do it again:
tfoerste@n22 ~/devel/wireshark/trunk/docbook $ make
--- RELEASE NOTES - PDF A4 PAPER ---
"xsltproc" --stringparam paper.type A4 --nonet custom_layer_pdf.xsl
release-notes.xml > release-notes-a4.fo
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";
]>
...
the process continues but the ascii release notes were not built.


-- 
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.