Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65807 - devicemapper ebuilds for versions before 1.00.18 have incorrect SRC_URI
Summary: devicemapper ebuilds for versions before 1.00.18 have incorrect SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Max Kalika (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-29 07:20 UTC by gna
Modified: 2004-11-14 08:02 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 gna 2004-09-29 07:20:04 UTC
The SRC_URI is incorrect because the tarballs for versions 1.00.17 and earlier have been moved into the subdirectory called "old". So now it should be
SRC_URI="ftp://sources.redhat.com/pub/dm/old/${PN}.${PV}.tgz"

But versions 1.00.18 and later have not been moved, So those ebuilds should have 
SRC_URI="ftp://sources.redhat.com/pub/dm/${PN}.${PV}.tgz"


Reproducible: Always
Steps to Reproduce:
1. emerge devicemapper
2.
3.

Actual Results:  
failed to download the tarball
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2004-09-29 14:09:06 UTC
Which package are you referring to? I don't have a "devicemapper" in my tree.
Comment 2 gna 2004-09-29 16:28:35 UTC
Sorry I forgot a hyphen. The exact package that I encountered the errror on was:

sys-libs/device-mapper-1.00.17-r1

Greg
Comment 3 Max Kalika (RETIRED) gentoo-dev 2004-11-14 08:02:13 UTC
Committed.  Thanks.  If .19-r1 works for you, please let us know which arch so we can get it out of ~arch testing.