Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 311137 - eclipse-ecj-3.3.0-r3: Wrong/changed source URL in ebuild
Summary: eclipse-ecj-3.3.0-r3: Wrong/changed source URL in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-24 15:39 UTC by Esben Andreasen
Modified: 2010-05-21 22:13 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 Esben Andreasen 2010-03-24 15:39:35 UTC
eclipse-ecj-3.3.0-r3.ebuild contains the line:

SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF/.0}/${MY_PN}src.zip"

Which gives 404

Changing the mirror to 'archive' resolves the problem: 

SRC_URI="http://archive.eclipse.org/eclipse/downloads/drops/${DMF/.0}/${MY_PN}src.zip"

Reproducible: Always

Steps to Reproduce:
1. emerge eclipse-ecj

Actual Results:  
404 on the source file

Expected Results:  
Installation of the fetched source.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2010-05-21 22:13:40 UTC
Fixed, thanks.