* [Xenomai-help] xenomai-2.5.5 xml requirments
@ 2010-10-17 14:23 luxInteg
2010-10-17 14:37 ` Gilles Chanteperdrix
0 siblings, 1 reply; 3+ messages in thread
From: luxInteg @ 2010-10-17 14:23 UTC (permalink / raw)
To: xenomai
Greetings,
I have successfully patched, compiled and installed kernels 2.6.32 and
2.6.35.7 with senomai-2.5.5 on a computer (not on the internet)
with these:-
----cpu amd64 2 cores
----kernel: linux-2.6.35.7 (64-bit CBLFS linux)
I am now attempting to build the xenomai userspace tools (out of kernel-
build) via autonconf
----------A) if I pass:-
-------------------------
--enable-dbx \
--with-dbx-root=/usr/share/xml/docbook/xml-dtd-4.5 \
--disable-dbx-network
to configure
configure responds with:-
-------------------
checking for docbook-xml root dir... /usr/share/xml/docbook/xml-dtd-4.5
checking for docbook-xsl root dir... network
configure: error: The Docbook XML DTD was not found, and accessing it
through network is forbidden.
AND no makefiles are generated.
I have xml installed as follows
rtBOX [ ~ ]# ls -l /usr/share/xml/docbook
total 8
drwxr-xr-x 3 root root 4096 Oct 8 18:31 xml-dtd-4.5
drwxr-xr-x 19 root root 4096 Oct 8 18:31 xsl-stylesheets-1.75.2
rtBOX [ ~ ]#
rtBOX [ ~ ]# ls -l /usr/share/xml/docbook/xml-dtd-4.5
total 392
-rw-r--r-- 1 root root 9174 Oct 8 18:31 calstblx.dtd
-rw-r--r-- 1 root root 10155 Oct 8 18:31 dbcentx.mod
-rw-r--r-- 1 root root 1565 Oct 8 18:31 dbgenent.mod
-rw-r--r-- 1 root root 63686 Oct 8 18:31 dbhierx.mod
-rw-r--r-- 1 root root 4521 Oct 8 18:31 dbnotnx.mod
-rw-r--r-- 1 root root 247056 Oct 8 18:31 dbpoolx.mod
-rw-r--r-- 1 root root 4010 Oct 8 18:31 docbook.cat
-rw-r--r-- 1 root root 5791 Oct 8 18:31 docbookx.dtd
drwxr-xr-x 2 root root 4096 Oct 8 18:31 ent
-rw-r--r-- 1 root root 8184 Oct 8 18:31 htmltblx.mod
-rw-r--r-- 1 root root 13150 Oct 8 18:31 soextblx.dtd
rtBOX [ ~ ]#
----------B) if I do-NOT pass the above to configure makefiles are generatd
but make ends like so
------------------------------
SGML_CATALOG_FILES=../../../../../doc/docbook/catalog \
xsltproc --catalogs --xinclude --nonet --output xeno-titlepage.xsl \
http://docbook.sourceforge.net/release/xsl/current/template/titlepage.xsl
xeno-titlepage.spec.xml
../../../../../doc/docbook/catalog:0: element rewriteURI: Catalog error :
rewriteURI entry 'rewritePrefix' broken ?:
http://http://docbook.sourceforge.net/release/xsl/current/
I/O error : Attempt to load network entity
http://docbook.sourceforge.net/release/xsl/current/template/titlepage.xsl
warning: failed to load external entity
"http://docbook.sourceforge.net/release/xsl/current/template/titlepage.xsl"
cannot parse
http://docbook.sourceforge.net/release/xsl/current/template/titlepage.xsl
make[5]: *** [xeno-titlepage.xsl] Error 4
I would like to have the XML documentation so I would be grateful If someone
tell me which files I should have and where in my xml installation these
should live to enable xenomai-2.5.5 compilation.
sinceely
lux-integ
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-help] xenomai-2.5.5 xml requirments
2010-10-17 14:23 [Xenomai-help] xenomai-2.5.5 xml requirments luxInteg
@ 2010-10-17 14:37 ` Gilles Chanteperdrix
2010-10-18 14:14 ` luxInteg
0 siblings, 1 reply; 3+ messages in thread
From: Gilles Chanteperdrix @ 2010-10-17 14:37 UTC (permalink / raw)
To: luxInteg; +Cc: xenomai
luxInteg wrote:
> Greetings,
>
> I have successfully patched, compiled and installed kernels 2.6.32 and
> 2.6.35.7 with senomai-2.5.5 on a computer (not on the internet)
> with these:-
> ----cpu amd64 2 cores
> ----kernel: linux-2.6.35.7 (64-bit CBLFS linux)
>
> I am now attempting to build the xenomai userspace tools (out of kernel-
> build) via autonconf
>
>
> ----------A) if I pass:-
> -------------------------
> --enable-dbx \
> --with-dbx-root=/usr/share/xml/docbook/xml-dtd-4.5 \
> --disable-dbx-network
>
> to configure
The --enable-dbx option is made for people who intend to modify the
docbook-xml documentaiton. Is this what you want?
--
Gilles.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-help] xenomai-2.5.5 xml requirments
2010-10-17 14:37 ` Gilles Chanteperdrix
@ 2010-10-18 14:14 ` luxInteg
0 siblings, 0 replies; 3+ messages in thread
From: luxInteg @ 2010-10-18 14:14 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: xenomai
On Sunday 17 October 2010 15:37:39 Gilles Chanteperdrix wrote:
> luxInteg wrote:
>
> The --enable-dbx option is made for people who intend to modify the
> docbook-xml documentaiton. Is this what you want?
no not at this stage
( I thought the switch was for generating xml documentation _
so I have taken you hint.
thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-18 14:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-17 14:23 [Xenomai-help] xenomai-2.5.5 xml requirments luxInteg
2010-10-17 14:37 ` Gilles Chanteperdrix
2010-10-18 14:14 ` luxInteg
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.