Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 482562 - dev-java/swt-4.2 - SRC_URI should change
Summary: dev-java/swt-4.2 - SRC_URI should change
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-08-26 14:39 UTC by Frank Steinmetzger
Modified: 2013-09-21 12:54 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 Frank Steinmetzger 2013-08-26 14:39:56 UTC
I tried to install swt 4.2 on my x86 netbook. I had only set up my own amd64 machine as a mirror, so portage tried to download from upstream. It got a 404 from eclipse.org.
So I went there to d/l the file manually. It turned out that the path in the ebuild is wrong:
MY_DMF="http://download.eclipse.org/...."
should be
MY_DMF="http://archive.eclipse.org/...."

I didn't look into other java packages, but this problem might exist in other places as well.

Reproducible: Always

Actual Results:  
Archive download from upstream fails with 404.
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-09-21 12:54:47 UTC
+  21 Sep 2013; Tom Wijsman <TomWij@gentoo.org> swt-4.2-r1.ebuild,
+  swt-4.2-r2.ebuild, swt-4.2.ebuild:
+  Updated download URL to use archive URL, fixes bug #482562 reported by Frank
+  Steinmetzger.