Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297661 - media-libs/libsamplerate-0.1.4 should depend on automake-1.7.*
Summary: media-libs/libsamplerate-0.1.4 should depend on automake-1.7.*
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-20 15:54 UTC by Dániel Varga
Modified: 2009-12-21 11:41 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 Dániel Varga 2009-12-20 15:54:58 UTC
media-libs/libsamplerate-0.1.4 should depend on automake-1.7.*

I get this message:
 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/media-libs/libsamplerate-0.1.4/temp/aclocal.out

 * ERROR: media-libs/libsamplerate-0.1.4 failed:
 *   Failed Running aclocal !
 * 
 * Call stack:
 *     ebuild.sh, line   55:  Called src_unpack
 *   environment, line 2781:  Called eautoreconf
 *   environment, line  895:  Called eaclocal
 *   environment, line  834:  Called autotools_run_tool 'aclocal'
 *   environment, line  386:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";

# cat /var/tmp/portage/media-libs/libsamplerate-0.1.4/temp/aclocal.out
***** aclocal *****
***** PWD: /var/tmp/portage/media-libs/libsamplerate-0.1.4/work/libsamplerate-0.1.4
***** aclocal

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

Many packages depend on automake-1.7, so this error is probably very rare, maybe it can ?only? happen in paralell build (emerge -j x).
Probably other media-libs/libsamplerate ebuilds also depend on same or newer automake.

After the error I check automake, and I have 1.7.9-r1, according to emerge.log it was installed a few sec later after it started to merge media-libs/libsamplerate. So I resumed emerge:
# emerge --resume
It installed media-libs/libsamplerate correctly.

Thank you for reading this bug report.
Have a nice day.

Reproducible: Sometimes

Steps to Reproduce:
1. emerge media-libs/libsamplerate on a minimal system
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-12-20 17:22:57 UTC
Try 0.1.7.
Comment 2 Dániel Varga 2009-12-20 17:40:47 UTC
The problem is that media-libs/libsamplerate-0.1.4 is the only _stable_ package. It should _work_. This is a minor dependency problem, but it should be fixed.
I have tried media-libs/libsamplerate-0.1.7, it depends on automake-1.10. Shall I file a new bug report to fix media-libs/libsamplerate-0.1.7 also?
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-12-21 10:38:04 UTC
libsamplerate-0.1.4 has always had =automake-1.7* depend,

$ sudo emerge -av =libsamplerate-0.1.4

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  NS   ] sys-devel/automake-1.7.9-r2 [1.8.5-r3, 1.9.6-r2, 1.10.3, 1.11.1] 0 kB
[ebuild     UD] media-libs/libsamplerate-0.1.4 [0.1.7] USE="sndfile" 4,158 kB

by the WANT_AUTOMAKE= line in the ebuild, closing this bug as invalid...

but i've opened a stable request for 0.1.7 anyway, see bug 297672    	
Comment 4 Dániel Varga 2009-12-21 11:41:55 UTC
Sorry it's may fault. I didn't know that.
Now I also unmerged automake-1.7, and I also get the same result. I merged libsamplerate with -j 2 option but it only started to compile libsamplerate after merged and installed automake-1.7. However yesterday it somehow happend, probably it is a portage bug, but I can't reproduce it. Sorry, and thank you for your help.
Have a nice day.