Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85246 - Bad URL in realplayer-10.0.3 ebuild resulting in a 404 error when trying to emerge
Summary: Bad URL in realplayer-10.0.3 ebuild resulting in a 404 error when trying to e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Media-video project
URL: https://helixcommunity.org/project/sh...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-14 12:15 UTC by Julien Bigot
Modified: 2005-03-14 20:25 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 Julien Bigot 2005-03-14 12:15:59 UTC
The URL that is specified in realplayer-10.0.3 is
SRC_URI="https://helixcommunity.org/download.php/801/${MY_PN}-${PV}.608-20041214.i586.rpm"
where it should be
SRC_URI="https://helixcommunity.org/download.php/801/${MY_PN}-${PV}.748-20050223.i586.rpm"

the suffix .608-20041214.i586.rpm is, in fact specific to the 10.0.2 version

Reproducible: Always
Steps to Reproduce:
1. emerge '=media-video/realplayer-10.0.3'
Comment 1 Chris White (RETIRED) gentoo-dev 2005-03-14 20:25:49 UTC
Ok, I fixed the SRC_URI.  Strange that it worked before with the same version number and everything...