Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506416 - x11-libs/glamor-0.6.0-r1 has missing sys-devel/automake DEPEND
Summary: x11-libs/glamor-0.6.0-r1 has missing sys-devel/automake DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-01 07:39 UTC by Nikoli
Modified: 2014-11-15 06:53 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 Nikoli 2014-04-01 07:39:45 UTC
glamor has missing automake DEPEND:
>>> Preparing source in /var/package-manager/tmp/portage/x11-libs/glamor-0.6.0-r1/work/glamor-egl-0.6.0 ...
 * Applying glamor-0.6.0-xv-add-missing-include.patch ...                                                                                                                                   [ ok ]
 * Applying glamor-0.6.0-glamor_egl_create_argb8888.patch ...                                                                                                                               [ ok ]
 * Running eautoreconf in '/var/package-manager/tmp/portage/x11-libs/glamor-0.6.0-r1/work/glamor-egl-0.6.0' ...
 * ERROR: x11-libs/glamor-0.6.0-r1::gentoo failed (prepare phase):
 *   Cannot find the latest automake! Tried 1.13:1.13


After 'emerge -1vka sys-devel/automake' glamor builds fine.
Comment 1 Nikoli 2014-04-01 07:48:09 UTC
Actually x11-proto/dri3proto and x11-proto/presentproto are missing too:
checking for XORG... no
configure: error: Package requirements (xorg-server >= 1.10) were not met:

Package 'dri3proto', required by 'xorg-server', not found


checking for XORG... no
configure: error: Package requirements (xorg-server >= 1.10) were not met:

Package 'presentproto', required by 'xorg-server', not found
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2014-04-01 08:00:59 UTC
The dri3proto and presentproto dependencies are not of glamor, but of xorg-server. Continue discussion about them in bug 379545.
Comment 3 SpanKY gentoo-dev 2014-11-15 06:53:49 UTC
should be all set now in the tree; thanks for the report!

Commit message: Fix eclass inherit order so autotools-utils does not stomp on xorg-2 setup
http://sources.gentoo.org/x11-libs/glamor/glamor-0.6.0-r1.ebuild?r1=1.2&r2=1.3
http://sources.gentoo.org/x11-libs/glamor/glamor-0.6.0.ebuild?r1=1.11&r2=1.12