Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121817 - media-sound/rhythmbox-0.9.3.1_p1.ebuild is messed up
Summary: media-sound/rhythmbox-0.9.3.1_p1.ebuild is messed up
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-06 05:19 UTC by Xake
Modified: 2006-02-06 10:28 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 Xake 2006-02-06 05:19:23 UTC
Firstly: something is wrong with the dependencies. Even whith gstreamer010 in USE it wants me to pull in gstreamer-0.8*. Removing from ebuild did help that, so it is rhythmboxs own ebuild that want to pull it.

Secondly (after removing gst-0.8 from ebuild):
>>> Unpacking rhythmbox-0.9.3.1.tar.bz2 to /var/tmp/portage/rhythmbox-0.9.3.1_p1/work
/usr/local/overlays/portage/media-sound/rhythmbox/rhythmbox-0.9.3.1_p1.ebuild: line 99: cd: /var/tmp/portage/rhythmbox-0.9.3.1_p1/work/rhythmbox-0.9.3.1_p1: Filen eller katalogen finns inte

In english: the file does not exists. The commiter has forgotten that the directory inside of rhythmbox-0.9.3.1.tar.bz2 is named rhythmbox-0.9.3.1 and not rhythmbox-0.9.3.1_p1 so a change of ${S} is needed.

Still thanks for providing a ebuild agains using gstreamer010.
Comment 1 Zaheer Abbas Merali (RETIRED) gentoo-dev 2006-02-06 09:47:27 UTC
i confirm ebuild is screwed
Comment 2 Joe McCann (RETIRED) gentoo-dev 2006-02-06 10:28:23 UTC
My bad...shouldn't do late night commits. I forgot to add a ? at the end of !gstreamer010 and forgot to add S=${WORKDIR}/${MY_P}. Should be fixed in cvs.