Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 242760 - dev-java/servletapi-2.4-r5 distfile is not available from original SRC_URI
Summary: dev-java/servletapi-2.4-r5 distfile is not available from original SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-19 13:12 UTC by Dominik Kozaczko
Modified: 2010-03-10 03:45 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 Dominik Kozaczko 2008-10-19 13:12:04 UTC
I tried to compile openoffice with USE="java" and the build failed on dev-java/servletapi. Portage is unable to pull tomcat source file http://www.powertech.no/apache/dist//jakarta/tomcat-5/v5.5.20/src/apache-tomcat-5.5.20-src.tar.gz

Looks like this file and its location is obsolete. There is no "tomcat*" directory in "jakarta" on any server and the oldest tomcat-5 version available is 5.5.25. I think the ebuild should be updated.

Reproducible: Always

Steps to Reproduce:
1. Try to emerge dev-java/servletapi
Comment 1 Premek Vohnout 2008-10-19 21:56:08 UTC
This file is in mirror. I emerged this package well...
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2008-10-20 18:15:12 UTC
Why aren't you using gentoo mirrors?
Comment 3 Dominik Kozaczko 2008-10-23 11:36:09 UTC
Ok, a bit misconfigured /etc/make.conf (I was pulling files from my local repo, and if one was missing, SRC_URI was used). But the real point here is, that the version in question was so old, that it got removed. Please consider stabilizing more recent version and change SRC_URI by the way.
Comment 4 Sebastian Pipping gentoo-dev 2010-03-10 03:45:20 UTC
-SRC_URI="mirror://apache/jakarta/tomcat-5/v${TC_VERSION}/src/apache-tomcat-${TC_VERSION}-src.tar.gz"
+SRC_URI="http://archive.apache.org/dist/tomcat/tomcat-5/v${TC_VERSION}/src/apache-tomcat-${TC_VERSION}-src.tar.gz"

+  10 Mar 2010; Sebastian Pipping <sping@gentoo.org>
+  servletapi-2.4-r5.ebuild:
+  Fix SRC_URI (bug #242760)
+

Fixed, thanks for reporting!