Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335940 - app-editors/zile-2.3.19 build failure in help2man due to missing dependency in Makefile
Summary: app-editors/zile-2.3.19 build failure in help2man due to missing dependency i...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL: http://lists.gnu.org/archive/html/bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-04 11:58 UTC by Ulrich Müller
Modified: 2010-09-09 09:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2010-09-04 11:58:43 UTC
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
emake failed

This is caused by a missing dependency in src/Makefile{.am,.in,}:
-zile.1.in: main.c man-extras zile-help2man-wrapper
+zile.1.in: main.c man-extras zile-help2man-wrapper zile$(exeEXT)
Comment 1 Ulrich Müller gentoo-dev 2010-09-04 14:03:03 UTC
Reported upstream: <http://lists.gnu.org/archive/html/bug-zile/2010-09/msg00000.html>
Comment 2 Ulrich Müller gentoo-dev 2010-09-09 09:54:38 UTC
Actually, this happens only if timestamps are changed (e.g. by patching). Therefore, users should not be affected.

See URL for upstream discussion.