Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42053 - gcc mirrors
Summary: gcc mirrors
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
: 42050 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-18 11:22 UTC by Daniel Ahlberg (RETIRED)
Modified: 2005-10-25 16:34 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 Daniel Ahlberg (RETIRED) gentoo-dev 2004-02-18 11:23:00 UTC
When I tried to download gcc 3.3.3 I saw that SRC_URI only contained one downloadsite for the tarball, so I made a mirrorentry to thirdpartymirrors and a patch for the ebuild:

gcc	ftp://mirror.aarnet.edu.au/pub/gcc/ ftp://gd.tuwien.ac.at/gnu/gcc/ ftp://ftp.softaplic.com.br/pub/sourceware/gcc/ ftp://ftp.funet.fi/pub/mirrors/gcc.gnu.org/pub/gcc/ 
ftp://ftp.lip6.fr/pub/gcc/ ftp://ftp.irisa.fr/pub/mirrors/gcc.gnu.org/gcc/ ftp://ftp.uvsq.fr/pub/gcc/ ftp://ftp.club-internet.fr/pub/gcc/ ftp://ftp.fu-berlin.de/unix/gnu/gcc/ 
ftp://ftp.gwdg.de/pub/misc/gcc/ ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gcc/ ftp://ftp.ntua.gr/pub/gnu/gcc/ ftp://ftp.dti.ad.jp/pub/lang/gcc/ 
ftp://ftp.eos.hokudai.ac.jp/pub/gcc/ ftp://ftp.iij.ad.jp/pub/gcc/ ftp://ring.aist.go.jp/pub/GNU/gcc/ ftp://ring.etl.go.jp/pub/lang/egcs/ ftp://ring.crl.go.jp/pub/GNU/gcc/ 
ftp://core.ring.gr.jp/pub/GNU/gcc/ ftp://ftp.ring.gr.jp/pub/GNU/gcc/ ftp://linux.sarang.net/pub/mirror/gnu/gnu/gcc/ ftp://ftp.nluug.nl/mirror/languages/gcc 
ftp://ftp.task.gda.pl/pub/gnu/gcc/ ftp://sunsite.icm.edu.pl/pub/gnu/gcc/ ftp://linux.ihep.su/pub/cygnus/egcs/ ftp://ftp.sun.ac.za/mirrorsites/sourceware.cygnus.com/pub/gcc/ 
ftp://ftp1.sinica.edu.tw/pub3/GNU/CYGNUS/gcc/ ftp://ftp.nctu.edu.tw/computer-languages/C/gcc/ ftp://ftp.mirror.ac.uk/sites/sources.redhat.com/pub/gcc/ 
ftp://mirrors.rcn.net/pub/sourceware/gcc/ http://mirrors.rcn.net/pub/sourceware/gcc/ http://gcc.gnusoft.net/ ftp://mirrors.laffeycomputer.com/pub/gcc.gnu.org/pub/gcc/ 
http://www.binarycode.org/gcc/ http://gcc.get-software.com/




--- ../gcc-3.3.3.ebuild	2004-02-18 20:19:28.743171126 +0100
+++ gcc-3.3.3.ebuild	2004-02-18 20:18:30.176408137 +0100
@@ -69,8 +69,10 @@
 if [ -z "${SNAPSHOT}" ]
 then
 	S="${WORKDIR}/${PN}-${MAIN_BRANCH}"
-	SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2"
-
+	SRC_URI="mirror://gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2
+		mirror://gnu/gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2
+		ftp://gcc.gnu.org/pub/gcc/releases/${P}/${PN}-${MAIN_BRANCH}.tar.bz2"
+	
 	if [ -n "${PATCH_VER}" ]
 	then
 		SRC_URI="${SRC_URI}
Comment 1 Alexander Gabert (RETIRED) gentoo-dev 2004-03-01 08:01:12 UTC
*** Bug 42050 has been marked as a duplicate of this bug. ***
Comment 2 Alexander Gabert (RETIRED) gentoo-dev 2004-03-01 08:03:23 UTC
what is the current status with the fetching of 3.3.3 packages now?
Comment 3 TGL 2004-03-01 08:17:49 UTC
> what is the current status with the fetching of 3.3.3 packages now?

It is still absent on simple gnu mirrors, and is only on real gcc mirrors (cf. the mirrors list attached to the duplicate report, it is filtered to remove the wrong ones).
Comment 4 Alexander Gabert (RETIRED) gentoo-dev 2004-09-23 19:09:10 UTC
Martin, does something prevent this patch from entering the ebuilds?

I see that gcc-3.3.3-r6 still contains only the one ftp site.

TIA,

Alex
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-10-25 16:34:20 UTC
Irrelevant obsolete bug, now handled by toolchain eclass. Closing.