Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248598 - media-libs/ftgl-2.1.3_rc5 compiles but fails to merge
Summary: media-libs/ftgl-2.1.3_rc5 compiles but fails to merge
Status: RESOLVED DUPLICATE of bug 248589
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-24 10:47 UTC by Oliver Maurhart
Modified: 2008-11-26 19:39 UTC (History)
0 users

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


Attachments
Makefile.am patch converting ECHO to lt_ECHO (ftgl-2.1.3_rc5_Makefile.patch,662 bytes, patch)
2008-11-24 10:49 UTC, Oliver Maurhart
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Maurhart 2008-11-24 10:47:52 UTC
media-libs/ftgl-2.1.3_rc5 compiles fine, but when going for installation it fails.

Reason: in the Makefile.am a line

all-local:
	$(ECHO) "Done."

is issued but since ECHO is not set this command results to simply "Done." which certainly confuses make:

Making all in docs
make[2]: Entering directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5/docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5/docs'
make[2]: Entering directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5'
/bin/sh: Done.: command not found
make[2]: *** [all-local] Error 127
make[2]: Leaving directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/ftgl-2.1.3_rc5/work/ftgl-2.1.3~rc5'
make: *** [all] Error 2

Created a patch, since I think the ECHO should be replaced with lt_ECHO, shouldn't it?


Reproducible: Always
Comment 1 Oliver Maurhart 2008-11-24 10:49:25 UTC
Created attachment 173186 [details, diff]
Makefile.am patch converting ECHO to lt_ECHO
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2008-11-24 11:34:15 UTC
This bug is a duplicate. Oliver could you please attach your patch to the other bug as well?

*** This bug has been marked as a duplicate of bug 248589 ***
Comment 3 Oliver Maurhart 2008-11-24 14:45:37 UTC
OK. Done.
Comment 4 Christopher Sean Morrison 2008-11-26 19:39:16 UTC
the other issue is that ECHO wasn't being AC_SUBST'd in the configure.ac file (along with ECHO_N).  That's the trick that should work for all versions of automake at least through 1.6+.  Fixed in r1203.