Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50099 - ebuild of lame-3.93.1-r1.ebuild is bad
Summary: ebuild of lame-3.93.1-r1.ebuild is bad
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-05 06:54 UTC by Antonio
Modified: 2004-05-06 02:10 UTC (History)
2 users (show)

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 Antonio 2004-05-05 06:54:04 UTC
When emerge lame-3.93.1-r1 this is error:

>>> md5 src_uri ;-) lame-3.93.1.tar.gz
>>> Unpacking source...
>>> Unpacking lame-3.93.1.tar.gz to /var/tmp/portage/lame-3.93.1-r1/work
sed: impossibile leggere configure: No such file or directory
>>> Source unpacked

This error depend on this line:

        # fix gtk detection
        sed -i -e "s:gtk12-config:gtk-config:" configure    <-----------

I have correct in:

        # fix gtk detection
        sed -i -e "s:gtk12-config:gtk-config:" ${S}/configure

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-06 02:10:44 UTC
ah... yep... thanks for the fix.