Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446224 - dev-java/maven-bin-2.2.1 - Source packages are only provided as .tar.gz-files, not tar.bz2 as referenced in the ebuild
Summary: dev-java/maven-bin-2.2.1 - Source packages are only provided as .tar.gz-files...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 07:19 UTC by Alois Schmid
Modified: 2012-12-07 22:57 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 Alois Schmid 2012-12-06 07:19:42 UTC
dev-java/maven-bin can't be emerged because it tries do download the file "apache-maven-2.2.1-bin.tar.bz2 which doesn't exist on the apache mirrors. The project only releases .tar.gz-files. So to emerge maven-bin the ebuild should be rewritten to download apache-maven-2.2.1-bin.tar.gz file.

Reproducible: Always

Steps to Reproduce:
1. emerge maven-bin

Actual Results:  
Can't download as file doesn't exist.
Comment 1 Miroslav Šulc gentoo-dev 2012-12-07 22:57:46 UTC
it's not exactly that. it is true only for maven-3.0.4. the main reason these downloads are broken is that apache mirrors contain different path which is now using pattern maven/maven-X/binaries/. but you are right that the download link is broken, and it affects all present maven ebuilds. it's fixed now in tree:

  07 Dec 2012; Miroslav Šulc <fordfrog@gentoo.org> maven-bin-1.1-r1.ebuild,
  maven-bin-1.1-r3.ebuild, maven-bin-2.0.11.ebuild, maven-bin-2.0.11-r2.ebuild,
  maven-bin-2.2.1.ebuild, maven-bin-2.2.1-r2.ebuild, maven-bin-3.0.4-r1.ebuild:
  fixed SRC_URI according to the change in apache mirrors (bug #446224)

thank you for reporting the bug.