Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387927 - media-libs/raptor-2.0.4 : add dev-util/gtk-doc-am in DEPEND
Summary: media-libs/raptor-2.0.4 : add dev-util/gtk-doc-am in DEPEND
Status: RESOLVED DUPLICATE of bug 383923
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: autodep
  Show dependency tree
 
Reported: 2011-10-20 20:58 UTC by bay
Modified: 2011-10-20 22:14 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 bay 2011-10-20 20:58:55 UTC
Package media-libs/raptor-2.0.4 cannot be compiled without dev-util/gtk-doc-am.

The error is:
Failed Running automake !

# cat /var/tmp/portage/media-libs/raptor-2.0.4/temp/automake.out
***** automake *****
***** PWD: /var/tmp/portage/media-libs/raptor-2.0.4/work/raptor2-2.0.4
***** automake --add-missing --copy

gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
docs/Makefile.am:109:   `gtk-doc.make' included from here
gtk-doc.make:53: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/Makefile.am:109:   `gtk-doc.make' included from here
gtk-doc.make:54: GTK_DOC_BUILD_HTML does not appear in AM_CONDITIONAL
docs/Makefile.am:109:   `gtk-doc.make' included from here
gtk-doc.make:59: GTK_DOC_BUILD_PDF does not appear in AM_CONDITIONAL
docs/Makefile.am:109:   `gtk-doc.make' included from here
gtk-doc.make:245: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
docs/Makefile.am:109:   `gtk-doc.make' included from here

I think this is because GTK_DOC_USE_LIBTOOL defined in /usr/share/aclocal/gtk-doc.m4 from dev-util/gtk-doc-am package.

Please add dev-util/gtk-doc-am as a buildtime dependency of media-libs/raptor-2.0.4 or as a runtime dependency of dev-util/gtk-doc.
Comment 1 bay 2011-10-20 21:01:45 UTC
I think it will be enough to move ~dev-util/gtk-doc-am-${PV} in gtk-doc-1.18.ebuild from DEPEND to RDEPEND.
Comment 2 Ian Stakenvicius (RETIRED) gentoo-dev 2011-10-20 21:50:51 UTC
if USE="unicode" is enabled, then gtk-doc-am is provided anyways as it's a glib dep.  It could be the non-unicode case was not considered..?

Anyways, it fails with gtk-doc or gtk-doc-am-1.17 missing too.
Comment 3 Ian Stakenvicius (RETIRED) gentoo-dev 2011-10-20 21:55:04 UTC
err, nevermind; my statement was wrong on a number of items.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2011-10-20 22:14:00 UTC

*** This bug has been marked as a duplicate of bug 383923 ***