Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 420913 - x11-libs/libsexy-0.1.11-r3 - automake: gtk-doc.make:55: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
Summary: x11-libs/libsexy-0.1.11-r3 - automake: gtk-doc.make:55: GTK_DOC_BUILD_HTML do...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-13 01:45 UTC by Kevin
Modified: 2012-06-19 10:15 UTC (History)
3 users (show)

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


Attachments
emerge --info and build log (emerge.info,8.16 KB, text/plain)
2012-06-13 01:45 UTC, Kevin
Details
automakeout (automake.out,406 bytes, text/plain)
2012-06-13 14:13 UTC, Mike Limansky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin 2012-06-13 01:45:53 UTC
Created attachment 315157 [details]
emerge --info and build log

Cannot emerge libsexy which is required for vmware-player because the automake step fails.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-06-13 10:08:02 UTC
Can you please provide the automake.out part.
Comment 2 Mike Limansky 2012-06-13 14:13:06 UTC
Created attachment 315199 [details]
automakeout

Same issue for me. automake.out is attached.
Comment 3 Rafał Mużyło 2012-06-13 14:58:53 UTC
See if adding 'rm acinclude.m4' in src_prepare before eutoreconf helps.
Comment 4 Mike Limansky 2012-06-13 15:16:22 UTC
(In reply to comment #3)
> See if adding 'rm acinclude.m4' in src_prepare before eutoreconf helps.

Thanks for solution. It fix problem for me.
Comment 5 Kevin 2012-06-14 00:38:13 UTC
It worked for me as well. Is this just an ebuild error or does it mean something is still wrong with the package?
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2012-06-19 10:15:21 UTC
(In reply to comment #3)
> See if adding 'rm acinclude.m4' in src_prepare before eutoreconf helps.

I guess one of the changes in autotools.eclass that happened recently broke this too.

Anyway, acinclude.m4 only had old copy of gtk-doc.m4 so rm -f is correct thing to do.

Fixed in tree