Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373561 - [java-overlay] dev-java/testng-5.2 fails to download testng-5.2.zip
Summary: [java-overlay] dev-java/testng-5.2 fails to download testng-5.2.zip
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 487280
  Show dependency tree
 
Reported: 2011-06-30 09:55 UTC by Juergen Rose
Modified: 2013-10-12 16:21 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 Juergen Rose 2011-06-30 09:55:42 UTC
'emerge testng' fails with:
root@lynx:/root(3)# emerge -vuND testng

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] dev-java/testng-5.2  USE="doc -source" 2,605 kB [1]

Total: 1 package (1 new), Size of downloads: 2,605 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /var/lib/layman/java-overlay


>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-java/testng-5.2 from java-overlay
>>> Downloading 'http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/testng-5.2.zip'
--2011-06-30 11:44:22--  http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/distfiles/testng-5.2.zip
Connecting to 10.101.10.254:3128... connected.
Proxy request sent, awaiting response... 404 Not Found
2011-06-30 11:44:22 ERROR 404: Not Found.

>>> Downloading 'http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/distfiles/testng-5.2.zip'
--2011-06-30 11:44:22--  http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/distfiles/testng-5.2.zip
Connecting to 10.101.10.254:3128... connected.
Proxy request sent, awaiting response... 404 Not Found
2011-06-30 11:44:22 ERROR 404: Not Found.

>>> Downloading 'ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo/distfiles/testng-5.2.zip'
--2011-06-30 11:44:22--  ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo/distfiles/testng-5.2.zip
Connecting to 10.101.10.254:3128... connected.
Proxy request sent, awaiting response... 404 Not Found
2011-06-30 11:44:22 ERROR 404: Not Found.

>>> Downloading 'ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/testng-5.2.zip'
--2011-06-30 11:44:22--  ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/distfiles/testng-5.2.zip
Connecting to 10.101.10.254:3128... connected.
Proxy request sent, awaiting response... 404 Not Found
2011-06-30 11:44:23 ERROR 404: Not Found.

>>> Downloading 'ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/testng-5.2.zip'
--2011-06-30 11:44:23--  ftp://ftp.tu-clausthal.de/pub/linux/gentoo/distfiles/testng-5.2.zip
Connecting to 10.101.10.254:3128... connected.
Proxy request sent, awaiting response... 404 Not Found
2011-06-30 11:44:24 ERROR 404: Not Found.

>>> Downloading 'ftp://ftp.easynet.nl/mirror/gentoo/distfiles/testng-5.2.zip'
--2011-06-30 11:44:24--  ftp://ftp.easynet.nl/mirror/gentoo/distfiles/testng-5.2.zip
Connecting to 10.101.10.254:3128... connected.
Proxy request sent, awaiting response... 503 Service Unavailable
2011-06-30 11:44:24 ERROR 503: Service Unavailable.

>>> Downloading 'http://testng.org/testng-5.2.zip'
--2011-06-30 11:44:24--  http://testng.org/testng-5.2.zip
Connecting to 10.101.10.254:3128... connected.
Proxy request sent, awaiting response... 404 Not Found
2011-06-30 11:44:25 ERROR 404: Not Found.

!!! Couldn't download 'testng-5.2.zip'. Aborting.
 * Fetch failed for 'dev-java/testng-5.2', Log file:
 *  '/var/tmp/portage/dev-java/testng-5.2/temp/build.log'

>>> Failed to emerge dev-java/testng-5.2, Log file:

>>>  '/var/tmp/portage/dev-java/testng-5.2/temp/build.log'
Comment 1 Norbert 2012-07-10 09:51:53 UTC
I confirm this.
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-10-12 16:21:11 UTC
Seems fixing this will be no longer needed.

commit caa5332f5db43d817386614e4f2140e2abf17b8e
Author: Tom Wijsman <TomWij@live.com>
Date:   Sat Oct 12 18:07:22 2013 +0200

    Removed testng from Java overlay as it gets imported to the Portage tree.

So, there is a new version in the Portage tree itself now.

+  12 Oct 2013; Tom Wijsman <TomWij@gentoo.org> +files/build-tests.xml,
+  +files/testng-6.8-build-tests.xml,
+  +files/testng-6.8-remove-ivy-retrieve.patch,
+  +files/testng-6.8-remove-jar-bundling.patch, +metadata.xml,
+  +testng-6.8.ebuild:
+  New ebuild for dev-java/testng, testing framework introducing some new
+  functionalities that make it more powerful and easier to use; merged work from
+  dmol and Pariksheet Nanda from bug #146226 as well as with the ebuild by ercpe
+  from lh-overlay, fixes bug #146226 and bug #373561.

Thank you for reporting anyway. :)