Bug ID |
9803
|
Summary |
Can't build developer-guide from source
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
1.11.x (Experimental)
|
Hardware |
x86
|
OS |
Mac OS X 10.9
|
Status |
UNCONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Documentation
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
TShark 1.11.3 (wireshark-1.11.3-rc1-1712-g65ed240-dirty from master)
Copyright 1998-2014 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with GLib 2.38.2, with libpcap, with libz 1.2.8, without
POSIX
capabilities, without SMI, without c-ares, without ADNS, with Lua 5.2, without
Python, with GnuTLS 3.1.10, with Gcrypt 1.5.3, with MIT Kerberos, without
GeoIP.
Running on Mac OS X 10.9.1, build 13B42 (Darwin 13.0.0), with locale
en_US.UTF-8, with libpcap version 1.5.3, with libz 1.2.8.
Intel(R) Core(TM) i7 CPU M 620 @ 2.67GHz
Built using clang 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79).
--
>From my local git repository, I can't seem to build the developer-guide docs
anymore - don't know when it stopped working, but my guess is it was due to
commit 5e3113e7c96c515d70288cdb5b44e0ebdc5b5711 (change-id
Ib6d50c821ca906fff50a84ad4d6af3212ebdff0a). I can build the other docs, but
not the developer-guide.
I get this:
--- WSUG - HTML SINGLE PAGE ---
mkdir -p wsug_html/wsug_graphics/toolbar
cp ./wsug_graphics/*.* wsug_html/wsug_graphics
cp ./wsug_graphics/toolbar/* wsug_html/wsug_graphics/toolbar
cp ./ws.css wsug_html
/opt/local/bin/xsltproc --stringparam base.dir wsug_html/ --stringparam
use.id.as.filename 1 \
--stringparam admon.graphics 1 --stringparam admon.graphics.path
wsug_graphics/ \
--stringparam section.autolabel 1 --stringparam
section.label.includes.component.label 1 \
--stringparam html.stylesheet ws.css \
--nonet
http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
user-guide.xml > wsug_html/index.html
chmod -R og+rX wsug_html
verbose \
--attribute=docinfo \
--asciidoc-opts="--conf-file=asciidoc.conf" \
--no-xmllint \
--format=docbook \
developer-guide.asciidoc
/bin/sh: verbose: command not found
make: [developer-guide.xml] Error 127 (ignored)
--- WSDG - VALIDATING XML ---
/opt/local/bin/xmllint --valid --noout developer-guide.xml
warning: failed to load external entity "developer-guide.xml"
make: *** [wsdg.validated] Error 1
You are receiving this mail because:
- You are watching all bug changes.