Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45663 - xsvg looks for non-existant file
Summary: xsvg looks for non-existant file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal
Assignee: Tom Payne (RETIRED)
URL: http://xsvg.org/snapshots/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 18:38 UTC by Drakos7 /Greg Wilson/
Modified: 2004-03-26 13:34 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 Drakos7 /Greg Wilson/ 2004-03-24 18:38:49 UTC
When attempting to emerge xsvg, the file xsvg-0.1.2.tar.gz cannot be downloaded because it does not exist. The latest (and only) available tar.gz is xsvg-snapshot-20030513.tar.gz

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge xsvg -f
2. wait for download to fail
Actual Results:  
>>> Downloading http://gentoo.oregonstate.edu/distfiles/xsvg-0.1.2.tar.gz
--21:37:51--  http://gentoo.oregonstate.edu/distfiles/xsvg-0.1.2.tar.gz
           => `/usr/portage/distfiles/xsvg-0.1.2.tar.gz'
Resolving gentoo.oregonstate.edu... 128.193.0.3
Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:37:52 ERROR 404: Not Found.

>>> Downloading
http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/xsvg-0.1.2.tar.gz
--21:37:52-- 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/xsvg-0.1.2.tar.gz
           => `/usr/portage/distfiles/xsvg-0.1.2.tar.gz'
Resolving distro.ibiblio.org... 152.2.210.109
Connecting to distro.ibiblio.org[152.2.210.109]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:37:52 ERROR 404: Not Found.

>>> Downloading http://xsvg.org/snapshots/xsvg-0.1.2.tar.gz
--21:37:52--  http://xsvg.org/snapshots/xsvg-0.1.2.tar.gz
           => `/usr/portage/distfiles/xsvg-0.1.2.tar.gz'
Resolving xsvg.org... 65.114.169.72
Connecting to xsvg.org[65.114.169.72]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
21:37:52 ERROR 404: Not Found.

!!! Couldn't download xsvg-0.1.2.tar.gz. Aborting.

!!! Fetch for /usr/portage/media-gfx/xsvg/xsvg-0.1.2.ebuild failed, continuing...

!!! Some fetch errors were encountered.  Please see above for details.

Expected Results:  
Obtained a file.
Comment 1 Drakos7 /Greg Wilson/ 2004-03-24 18:46:47 UTC
Just pointing the ebuild to the new snapshot does not help either. The snapshot does not have a configure script. There is an autogen script in the xsvg subdirectory though.
Comment 2 Tom Payne (RETIRED) gentoo-dev 2004-03-26 00:25:45 UTC
OK, my error. The SRC_URI should be:

SRC_URI="http://cairographics.org/snapshots/${PV}.tar.gz"

You can workaround this bug by downloading the following file and putting it in your DISTDIR:

http://cairographics.org/snapshots/xsvg-0.1.2.tar.gz

Will fix the ebuild when I get home tonight.

Thanks for reporting.

Tom

P.S. Would people prefer snapshots to "official" releases?
Comment 3 Tom Payne (RETIRED) gentoo-dev 2004-03-26 13:34:33 UTC
OK, the fix is in CVS.

For some unknown reason, ebuild tries to download xsvg-0.1.2.tar.gz from xsvg.org, not cairographics.org, on my system when I run ebuild on the .ebuild directly. Hopefully it'll work for you. Do let me know if there are any problems.

Tom