Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20966 - snd-6.7 configure script missing
Summary: snd-6.7 configure script missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: rob holland (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-13 17:29 UTC by bug
Modified: 2003-05-14 09:05 UTC (History)
1 user (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 bug 2003-05-13 17:29:51 UTC
Calculating world dependencies ...done!
>>> emerge (1 of 1) media-sound/snd-6.7 to /
...
>>> md5 src_uri ;-) snd-6.7.tar.gz
>>> Unpacking source...
>>> Unpacking snd-6.7.tar.gz to /var/tmp/portage/snd-6.7/work
>>> Source unpacked.
alsa
gtk
guile
X

!!! ERROR: media-sound/snd-6.7 failed.
!!! Function econf, Line 305, Exitcode 1
!!! no configure script found


Reproducible: Always
Steps to Reproduce:
1) rm /usr/portage/distfiles/snd-6.7.tar.gz 
2) emerge -u snd
Comment 1 rob holland (RETIRED) gentoo-dev 2003-05-14 06:13:59 UTC
I need help on this please. you were right jje, its a dodgy ${S}, snd extracts its source to a directory named snd-6. I've fixed the ebuild with this:

S="${WORKDIR}/${P/\.*//}"

i.e. drop everything after the first '.' in the package name.

Is that an ok way to fix it?
Comment 2 J. Ellis (RETIRED) gentoo-dev 2003-05-14 06:51:28 UTC
Yep, that's the right thing to do.
Comment 3 J. Ellis (RETIRED) gentoo-dev 2003-05-14 07:22:52 UTC
Commited robh's fix.