Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230651 - lastfm_1.4.2.58240.dfsg-1.diff.gz doesnt exist on any server
Summary: lastfm_1.4.2.58240.dfsg-1.diff.gz doesnt exist on any server
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-03 16:42 UTC by Markos Chandras (RETIRED)
Modified: 2009-03-29 22:56 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 Markos Chandras (RETIRED) gentoo-dev 2008-07-03 16:42:06 UTC
I am trying to emerge the latest lastfmplayer ( media-sound/lastfmplayer-1.4.2.58240-r1)

However I get this error

No such file `lastfm_1.4.2.58240.dfsg-1.diff.gz'.


I ve tried many servers ( 3 from greece and two from Germany ) so im guessing there is some error either on ebuild or on mirrors with the file name

Reproducible: Always

Steps to Reproduce:
1.emerge lastfmplayer-1.4.2.58240-r1


Actual Results:  
No such file `lastfm_1.4.2.58240.dfsg-1.diff.gz'.
Comment 1 Shyam Mani (RETIRED) gentoo-dev 2008-07-07 08:36:49 UTC
Reassigning to sound/genstef

Guys, seems like this is the issue :

In SRC_URI, you have mirror://debian/pool/main/l/lastfm/lastfm_${PV}.dfsg-1.diff.gz"

The debian mirrors have dfsg-2.diff.gz and hence this fails.

Please fix as needed.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2008-07-07 13:18:31 UTC
It is even lastfm_1.4.2.58240.dfsg-3.diff.gz avaible. bumped ebuild compiles fine. 
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2008-07-07 13:40:24 UTC
Is this ebuild in portage yet?

I still cant emerge lastfm player
Comment 4 Justin Lecher (RETIRED) gentoo-dev 2008-07-07 13:48:06 UTC
No it isn't. I edited the ebuild in my local ebuild and installed it. It's always helpful for the maintainers to try it and report what happened.

Comment 5 Markos Chandras (RETIRED) gentoo-dev 2008-07-07 13:51:05 UTC
Sure 

Can you post your ebuild here to try it my self, or if you cant paste the whole ebuild can you tell me how did you edit the SRC_URI line?

many thanks
Comment 6 Justin Lecher (RETIRED) gentoo-dev 2008-07-07 13:55:11 UTC
--- /usr/portage/media-sound/lastfmplayer/lastfmplayer-1.4.2.58240-r1.ebuild	2008-06-27 08:06:28.000000000 +0200
+++ lastfmplayer-1.4.2.58240-r2.ebuild	2008-07-07 15:10:49.000000000 +0200
@@ -9,7 +9,7 @@
 DESCRIPTION="The player allows you to listen to last.fm radio streams"
 HOMEPAGE="http://www.last.fm/help/player"
 SRC_URI="mirror://debian/pool/main/l/lastfm/lastfm_${PV}.dfsg.orig.tar.gz
-	mirror://debian/pool/main/l/lastfm/lastfm_${PV}.dfsg-1.diff.gz"
+	mirror://debian/pool/main/l/lastfm/lastfm_${PV}.dfsg-3.diff.gz"
 #http://cdn.last.fm/client/src/${MY_P}.src.tar.bz2
 
 LICENSE="GPL-2"
@@ -31,7 +31,7 @@
 
 src_unpack() {
 	unpack ${A}
-	epatch lastfm_${PV}.dfsg-1.diff
+	epatch lastfm_${PV}.dfsg-3.diff
 	cd "${S}"
 	for i in $(< debian/patches/series); do
 		epatch debian/patches/$i



Check out the gentoo-wiki or google for "Howto update an ebuild".
Comment 7 Markos Chandras (RETIRED) gentoo-dev 2008-07-07 14:07:01 UTC
Works here :)

Thanks a lot ;)

I think , this bug should be marked as fixed :)
Comment 8 Justin Lecher (RETIRED) gentoo-dev 2008-07-07 14:08:42 UTC
It isn't fixed until the ebuild is in the tree!
Leave this for the maintainer.
Comment 9 Markos Chandras (RETIRED) gentoo-dev 2009-03-29 22:56:49 UTC
Closing this bug since 1.4.2* versions of lastfmplayer are not longer on tree