From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 10 Dec 2021 14:08:26 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mvfdS-0024dl-HI for lore@lore.pengutronix.de; Fri, 10 Dec 2021 14:08:26 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mvfdR-0006pr-KM; Fri, 10 Dec 2021 14:08:25 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mvfcG-0005Yq-MN; Fri, 10 Dec 2021 14:07:12 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1mvfcG-003mOW-M3; Fri, 10 Dec 2021 14:07:11 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1mvfcF-00GMzK-4O; Fri, 10 Dec 2021 14:07:11 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 10 Dec 2021 14:07:11 +0100 Message-Id: <20211210130711.3901493-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20211203081223.16601-1-ada@thorsis.com> References: <20211203081223.16601-1-ada@thorsis.com> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] setup: Replace unreliable GNU mirror X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 36a6ab1b4dfa705bd13b2ff6b66828d71f360f19. Michael [sent from post-receive hook] On Fri, 10 Dec 2021 14:07:10 +0100, Alexander Dahl wrote: > The previously selected mirror was unreliable in the past every now and > then, tarballs were missing, for example: > > ----------------------------------- > target: libmicrohttpd-0.9.73.tar.gz > ----------------------------------- > > --2021-12-03 08:53:29-- http://ftp.uni-kl.de/pub/gnu/libmicrohttpd/libmicrohttpd-0.9.73.tar.gz > Resolving ftp.uni-kl.de (ftp.uni-kl.de)... 131.246.123.4, 2001:638:208:ef1b:0:ff:fe00:4 > Connecting to ftp.uni-kl.de (ftp.uni-kl.de)|131.246.123.4|:80... connected. > HTTP request sent, awaiting response... 404 Not Found > 2021-12-03 08:53:29 ERROR 404: Not Found. > > --2021-12-03 08:53:29-- http://www.pengutronix.de/software/ptxdist/temporary-src/libmicrohttpd-0.9.73.tar.gz > Resolving www.pengutronix.de (www.pengutronix.de)... 95.216.103.100, 2a01:4f9:2a:2c17:5054:ff:fe65:8c93 > Connecting to www.pengutronix.de (www.pengutronix.de)|95.216.103.100|:80... connected. > HTTP request sent, awaiting response... 307 Temporary Redirect > Location: https://www.pengutronix.de/software/ptxdist/temporary-src/libmicrohttpd-0.9.73.tar.gz [following] > --2021-12-03 08:53:29-- https://www.pengutronix.de/software/ptxdist/temporary-src/libmicrohttpd-0.9.73.tar.gz > Connecting to www.pengutronix.de (www.pengutronix.de)|95.216.103.100|:443... connected. > HTTP request sent, awaiting response... 307 Temporary Redirect > Location: https://public.pengutronix.de/mirror/software/ptxdist/temporary-src/libmicrohttpd-0.9.73.tar.gz [following] > --2021-12-03 08:53:30-- https://public.pengutronix.de/mirror/software/ptxdist/temporary-src/libmicrohttpd-0.9.73.tar.gz > Resolving public.pengutronix.de (public.pengutronix.de)... 95.216.103.100, 2a01:4f9:2a:2c17:5054:ff:fe65:8c93 > Connecting to public.pengutronix.de (public.pengutronix.de)|95.216.103.100|:443... connected. > HTTP request sent, awaiting response... 404 Not Found > 2021-12-03 08:53:30 ERROR 404: Not Found. > > Could not download package > URL: http://ftp.uni-kl.de/pub/gnu/libmicrohttpd/libmicrohttpd-0.9.73.tar.gz > > make: *** [/usr/local/lib/ptxdist-2018.05.0/rules/post/ptxd_make_world_get.make:18: /home/adahl/mnt/bagend-src_archive/libmicrohttpd-0.9.73.tar.gz] Error 1 > > GNU has an automatic mirror selector now, we can use that in addition to > the unchanged main archive. > > Link: https://www.gnu.org/prep/ftp.html > Signed-off-by: Alexander Dahl > Message-Id: <20211203081223.16601-1-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/config/setup/Kconfig b/config/setup/Kconfig > index f3fe2e8e814a..8f6a60eac567 100644 > --- a/config/setup/Kconfig > +++ b/config/setup/Kconfig > @@ -153,7 +153,7 @@ config SETUP_GNOMEMIRROR > > config SETUP_GNUMIRROR > string > - default "https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu" > + default "https://ftp.gnu.org/gnu https://ftpmirror.gnu.org" > prompt "GNU.org Mirror" > help > For all GNU.org related packages enter an available mirror here. > diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default > index a3be0a337cbd..6b66dcdd2b09 100644 > --- a/config/setup/ptxdistrc.default > +++ b/config/setup/ptxdistrc.default > @@ -34,7 +34,7 @@ PTXCONF_SETUP_SRCDIR="${PTXDIST_WORKSPACE}/src" > PTXCONF_SETUP_PTXMIRROR="https://www.pengutronix.de/software/ptxdist/temporary-src" > PTXCONF_SETUP_DEBMIRROR="http://ftp.uni-kl.de/debian http://archive.debian.org/debian" > PTXCONF_SETUP_GNOMEMIRROR="https://download.gnome.org/sources https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.gnome.org/sources" > -PTXCONF_SETUP_GNUMIRROR="https://ftp.gnu.org/gnu http://ftp.uni-kl.de/pub/gnu" > +PTXCONF_SETUP_GNUMIRROR="https://ftp.gnu.org/gnu https://ftpmirror.gnu.org" > PTXCONF_SETUP_KERNELMIRROR="https://www.kernel.org/pub/linux http://www.linux-mips.org/pub/linux/mips http://mirror.linux.org.au/linux" > PTXCONF_SETUP_PYPIMIRROR="https://files.pythonhosted.org/packages/source" > PTXCONF_SETUP_SFMIRROR="http://downloads.sourceforge.net/sourceforge" _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de