Gentoo Archives: gentoo-catalyst

From: Sebastian Pipping <sping@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Migrating man page to asciidoc?
Date: Sun, 26 Jun 2011 02:36:37
Message-Id: 4E069B1F.8040409@gentoo.org
In Reply to: Re: [gentoo-catalyst] Migrating man page to asciidoc? by Matt Turner
1 On 06/26/2011 04:02 AM, Matt Turner wrote:
2 > I get this when trying to do `EGIT_BRANCH="catalyst_2" emerge
3 > =catalyst-9999` I suppose because asciidoc isn't listed as a
4 > dependency.
5 >
6 > ./doc/make_subarch_table_guidexml.py
7 > a2x --conf-file=doc/asciidoc.conf --attribute="catalystversion=`fgrep
8 > '__version__=' catalyst | sed 's|^__version__="\(.*\)"$|\1|'`" \
9 > --format=manpage -D files "doc/catalyst.1.txt"
10 > /bin/sh: a2x: command not found
11 > make: *** [files/catalyst.1] Error 127
12 > emake failed
13
14 Correct, asciidoc is missing.
15
16
17 > but I see that asciidoc has quite a number of dependencies.
18 >
19 > [ebuild N ] media-libs/jpeg-8c USE="-static-libs"
20 > [ebuild N ] app-text/build-docbook-catalog-1.6
21 > [ebuild N ] media-libs/libpng-1.4.7 USE="-apng -static-libs"
22 > [ebuild N ] virtual/jpeg-0 USE="-static-libs"
23 > [ebuild N ] dev-libs/libgpg-error-1.10 USE="nls -common-lisp
24 > -static-libs"
25 > [ebuild N ] app-text/sgml-common-0.6.3-r5
26 > [ebuild N ] dev-lang/swig-2.0.4 USE="pcre -ccache -doc"
27 > [ebuild N ] dev-util/gtk-doc-am-1.17
28 > [ebuild N ] app-text/docbook-xsl-stylesheets-1.76.1
29 > [ebuild N ] dev-libs/libgcrypt-1.5.0_beta1-r2 USE="-static-libs"
30 > [ebuild N ] media-libs/gd-2.0.35-r3 USE="fontconfig jpeg png
31 > truetype zlib -static-libs -xpm"
32 > [ebuild N ] dev-libs/glib-2.28.8 USE="static-libs -debug -doc
33 > -fam (-introspection) (-selinux) -test -xattr"
34 > [ebuild N ] media-gfx/graphviz-2.26.3-r3 USE="nls perl python
35 > -cairo -doc -examples -gtk (-java) -lasi -ruby -static-libs -tcl"
36 > [ebuild N ] app-text/docbook-xml-dtd-4.5-r1
37 > [ebuild N ] dev-libs/libxslt-1.1.26-r1 USE="crypt python -debug"
38 > [ebuild N ] app-text/asciidoc-8.6.5 USE="-examples -highlight
39 > -test -vim-syntax"
40 >
41 > Is there some way we can slim this down? Presumably asciidoc isn't
42 > going to be using any image-related programs for generating a man
43 > page.
44
45 The image stuff is indirect dependencies, see --tree.
46
47 Future releases of catalyst do not have this problem as the make file
48 comes pre-rendered with the tarball. This is a live-ebuild issue.
49
50 Best,
51
52
53
54 Sebastian

Replies

Subject Author
Re: [gentoo-catalyst] Migrating man page to asciidoc? William Hubbs <williamh@g.o>