Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46084 - sys-apps/slocate has missing dependency on automake
Summary: sys-apps/slocate has missing dependency on automake
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 44816
  Show dependency tree
 
Reported: 2004-03-29 01:47 UTC by stephen white
Modified: 2004-04-19 12:44 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 stephen white 2004-03-29 01:47:38 UTC
The ebuild has the line:

        ppc64? ( sys-devel/automake )"

but x86 also needs automake installed to be able to build.

Replace with:

        sys-devel/automake

and it builds. By the way, it's not the greatest idea to update ebuilds without also updating the release number, as I see the previous ebuild was also called "-r5".
Comment 1 Jon Portnoy (RETIRED) gentoo-dev 2004-04-19 12:44:46 UTC
Fixed.

Revision bumps are only needed when a change would be sufficiently beneficial to someone who has already installed the package (see http://www.gentoo.org/doc/en/policy.xml)