Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 337128 - media-libs/libsoundtouch-1.5.0 not configured properly for aclocal
Summary: media-libs/libsoundtouch-1.5.0 not configured properly for aclocal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-13 19:48 UTC by Michael Yang
Modified: 2010-09-30 09:21 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 Michael Yang 2010-09-13 19:48:11 UTC
emerging =media-libs/libsoundtouch-1.5.0 fails aclocal during eautoreconf

Reproducible: Always

Steps to Reproduce:
1. emerge =media-libs/libsoundtouch-1.5.0 on a machine without the files /usr/share/aclocal/{libtool,ltoptions,ltsugar,ltversion,lt~obsolete}.m4 files
Actual Results:  
 * Running aclocal -I config/m4 -I /home/msyang/20090824-Linux-i686/usr/share/aclocal ...                                                                [ !! ]

 * Failed Running aclocal !

Expected Results:  
successful emerge
Comment 1 Michael Yang 2010-09-13 19:50:14 UTC
Doesn't happen with <media-libs/libsoundtouch-1.5.0  Happens because 

config/m4/libtool.m4
config/m4/ltoptions.m4
config/m4/ltsugar.m4
config/m4/ltversion.m4
config/m4/lt~obsolete.m4

located in the 'soundtouch' directory are all symlinks to those files in /usr/share/aclocal/ which doesn't exist in PREFIX.

Can be fixed by untarring those files from a previous libsoundtouch (e.g. 1.4.0) source directory into the 1.5.0 directory.  Not experienced enough with aclocal or ebuild stuff to advise how to fix the ebuild file correctly.
Comment 2 Fabian Groffen gentoo-dev 2010-09-30 09:21:23 UTC
Actually, just removing those files (aclocal can find them by itself, from the prefix) fixes the problem.

I just committed that, thanks