[pacman-dev] Error compiling latest git
make[2]: Entering directory `/home/ragnarok/workspace/pac-dev/src/pacman/doc' make[2]: *** No rule to make target `pacman.8', needed by `all-am'. Stop. make[2]: Leaving directory `/home/ragnarok/workspace/pac-dev/src/pacman/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ragnarok/workspace/pac-dev/src/pacman' make: *** [all] Error 2 This happens everytime i try to compile, with or without asciidoc and with or whitout doxygen. Attached is a patch that solves the problem and compiles with asciidoc and doxygen and without them. Signed-off-by: Stefano Esposito <stefano.esposito87@gmail.com> -- doc/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) P.S. for Dan: i've chmodded +x the pre-commit hook, thanks for your hints :) -- Stefano Esposito <stefano.esposito87@gmail.com>
On Sat, Sep 22, 2007 at 05:43:11PM +0200, Stefano Esposito wrote:
make[2]: Entering directory `/home/ragnarok/workspace/pac-dev/src/pacman/doc' make[2]: *** No rule to make target `pacman.8', needed by `all-am'. Stop. make[2]: Leaving directory `/home/ragnarok/workspace/pac-dev/src/pacman/doc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ragnarok/workspace/pac-dev/src/pacman' make: *** [all] Error 2
This happens everytime i try to compile, with or without asciidoc and with or whitout doxygen.
Attached is a patch that solves the problem and compiles with asciidoc and doxygen and without them.
Signed-off-by: Stefano Esposito <stefano.esposito87@gmail.com>
-- doc/Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
lol, so it's as simple as that :) Thanks, this apparently works fine. I started a discussion about it when the asciidoc branch was pushed to main git : http://www.archlinux.org/pipermail/pacman-dev/2007-September/009363.html However, it worked fine for me after enabling asciidoc. So I'm a bit confused. Did you have asciidoc and docbook-xsl installed?
On Sat, 22 Sep 2007 19:55:05 +0200 Xavier <shiningxc@gmail.com> wrote: [snip]
However, it worked fine for me after enabling asciidoc. So I'm a bit confused. Did you have asciidoc and docbook-xsl installed?
Yes, i do. Indeed whit this it compiles with --enable-asciidoc as well as with --disable-asciidoc -- Stefano Esposito <stefano.esposito87@gmail.com>
participants (2)
-
Stefano Esposito
-
Xavier