Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57718 - gnome-ppp-0.3.11 can not be downloaded due to bug in ebuild
Summary: gnome-ppp-0.3.11 can not be downloaded due to bug in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Nguyen Thai Ngoc Duy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-20 05:30 UTC by Han Pilmeyer
Modified: 2004-08-06 03:28 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 Han Pilmeyer 2004-07-20 05:30:33 UTC
net-dialup/gnome-ppp-0.3.11 can not be emerged. During the emerge it attempts to
download the sources. Emerge constructs the wrong URL for the download due to a
bug in the ebuild file. This problem started with the "double digits" in the last
part of the gnome-ppp verion number.

This is the last part of the "emerge net-dialup/gnome-ppp-0.3.11" command:

>>> Downloading http://www.gnome-ppp.org/download/0.3.11/gnome-ppp-0.3.11.tar.gz

This address is incorrect. It should have been .../download/0.3/gnome... instead 
of .../download/0.3.11/gnome...

This is caused by the following statement in gnome-ppp-0.3.11.ebuild:
MP=${PV%.[0-9]}
SRC_URI="http://www.gnome-ppp.org/download/${MP}/${P}.tar.gz

MP does not contain the correct value now that the last part of the version
number is more than one digit.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2004-08-06 03:28:09 UTC
Sorry for the delay. It's been fixed. Thank you.