Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115414 - when emerging media-libs/a52dec-0.7.4-r5, fails because of missing aclocal
Summary: when emerging media-libs/a52dec-0.7.4-r5, fails because of missing aclocal
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 115424 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-13 06:10 UTC by Ruben Garcia
Modified: 2005-12-13 08:51 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 Ruben Garcia 2005-12-13 06:10:05 UTC
When emerging media-libs/a52dec-0.7.4-r5, it fails with this message
Failed Running aclocal !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/a52dec-0.7.4-r5/temp/aclocal-1907.out

This file contains:
***** aclocal *****

am-wrapper: /usr/bin/aclocal-1.4 is missing or not executable.
            Please try emerging the correct version of automake.

a52dec should therefore depend on aclocal-1.4

However, I ln -s aclocal 1.9 to aclocal 1.4 and was able to compile a52dec
successfully.

Therefore I suggest to change a52dec to use whatever installed aclocal there is.


Reproducible: Always
Steps to Reproduce:
1.emerge unmerge aclocal-1.4
2.emerge a52dec
3.

Actual Results:  
Complaints about missing aclocal 1.4

Expected Results:  
a52dec should have found aclocal-current and compile correctly.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-13 06:20:37 UTC
(In reply to comment #0)
> Steps to Reproduce:
> 1.emerge unmerge aclocal-1.4
> 2.emerge a52dec

Then don't do such stupid things; automake is part of base profile (see
/usr/portage/profile/base/packages), as well as automake-wrapper, which RDEPENDS
on automake-1.4* (and other needed automake versions).

Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-12-13 08:51:01 UTC
*** Bug 115424 has been marked as a duplicate of this bug. ***