Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73010 - x11-plugins/karamba-xmmsbar: ${S} in ebuild doesn't match path reality of unpacked files
Summary: x11-plugins/karamba-xmmsbar: ${S} in ebuild doesn't match path reality of unp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-01 02:14 UTC by Paul Campbell
Modified: 2005-03-10 13:04 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 Paul Campbell 2004-12-01 02:14:53 UTC
The ${S} variable assumes that the tar.gz file unpacks to a folder called ${PN} (karamba-xmmsbar}.  The tar.gz file unpacks to the folder 'xmmsbar'.

Reproducible: Always
Steps to Reproduce:
1. emerge karamba-xmmsbar
Actual Results:  
cp: cannot stat `xmmsbar.theme': No such file or directory
cp: cannot stat `xmmsbar.py': No such file or directory
cp: cannot stat `pics': No such file or directory
/usr/lib/portage/bin/dodoc: README does not exist.


Expected Results:  
./
./usr/
./usr/share/
./usr/share/karamba/
./usr/share/karamba/themes/
./usr/share/karamba/themes/xmmsbar/
./usr/share/karamba/themes/xmmsbar/xmmsbar.theme
./usr/share/karamba/themes/xmmsbar/xmmsbar.py
./usr/share/karamba/themes/xmmsbar/pics/
./usr/share/karamba/themes/xmmsbar/pics/xmms_background.png
./usr/share/karamba/themes/xmmsbar/pics/xmms_bar_background.png
./usr/share/karamba/themes/xmmsbar/pics/xmms_bar.png
./usr/share/karamba/themes/xmmsbar/pics/xmmsbar.png
./usr/share/karamba/themes/xmmsbar/pics/xmms_buttons_dimmed.png
./usr/share/karamba/themes/xmmsbar/pics/xmms_buttons.png
./usr/share/karamba/themes/xmmsbar/pics/.xvpics/
./usr/share/karamba/themes/xmmsbar/pics/.xvpics/xmmsbar.png
./usr/share/karamba/themes/xmmsbar/pics/.xvpics/xmmsbar.xcf
./usr/share/karamba/themes/xmmsbar/pics/.xvpics/xmms_bar.png
./usr/share/karamba/themes/xmmsbar/pics/xmmsbar.xcf
./usr/share/doc/
./usr/share/doc/karamba-xmmsbar-0.3/
./usr/share/doc/karamba-xmmsbar-0.3/README.gz


Simply changing the assignment to S in the ebuild fixes this:

- S=${WORKDIR}/${PN}
+ S=${WORKDIR}/xmmsbar
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2004-12-01 11:26:47 UTC
no maintainer listed -- sending to sound team
Comment 2 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-10 13:04:08 UTC
thanks for your report, updated S as suggested. i'Ve also added a metadata.xml and added the soundherd as maintainer