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.
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.
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?
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