bug-zile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-zile] Missing dependency for zile.1.in Makefile target


From: Ulrich Mueller
Subject: [Bug-zile] Missing dependency for zile.1.in Makefile target
Date: Sat, 4 Sep 2010 14:09:18 +0200

This is a forward of downstream bug <http://bugs.gentoo.org/335940>.

Building of Zile 2.3.19 fails because zile-help2man-wrapper is called
at a point where the zile executable hasn't been built yet:

builddir=. /usr/bin/help2man --output=zile.1.in --no-info --name="Zile
Is Lossy Emacs" --include ./man-extras ./zile-help2man-wrapper
help2man: can't get `--help' info from ./zile-help2man-wrapper
Try `--no-discard-stderr' if option outputs to stderr
make[2]: *** [zile.1.in] Error 255
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/var/tmp/portage/app-editors/zile-2.3.19/work/zile-2.3.19/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/app-editors/zile-2.3.19/work/zile-2.3.19'
make: *** [all] Error 2

The patch included below (plus regeneration of src/Makefile.in) fixes
the problem for me.

Ulrich


--- zile-2.3.19-orig/src/Makefile.am
+++ zile-2.3.19/src/Makefile.am
@@ -115,7 +115,7 @@
        chmod a-w address@hidden
        mv address@hidden $@
 
-zile.1.in: main.c man-extras zile-help2man-wrapper
+zile.1.in: main.c man-extras zile-help2man-wrapper zile$(exeEXT)
        builddir=$(builddir) $(HELP2MAN) --output=$@ --no-info --name="Zile Is 
Lossy Emacs" --include $(srcdir)/man-extras $(srcdir)/zile-help2man-wrapper
 
 dist_pkgdata_DATA = dotzile.sample



reply via email to

[Prev in Thread] Current Thread [Next in Thread]