All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mklibs-native: update broken SRC_URI
@ 2016-10-07  3:52 Armin Kuster
  2016-10-07  7:42 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2016-10-07  3:52 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

fixes checkuri AB failure.

ERROR: mklibs-native-0.1.41-r0 do_checkuri: Fetcher failure for URL: 'http://ftp.de.debian.org/debian/pool/main/m/mklibs/mklibs_0.1.41.tar.xz'. URL http://ftp.de.debian.org/debian/pool/main/m/mklibs/mklibs_0.1.41.tar.xz doesn't work
ERROR: mklibs-native-0.1.41-r0 do_checkuri: Function failed: do_checkuri

[ Yocto #10391]

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb
index a5da936..09ea88a 100644
--- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb
+++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64"
 DEPENDS = "python-native"
 
-SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.xz \
+SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/m/mklibs/${BPN}_${PV}.tar.xz \
 	file://ac_init_fix.patch\
 	file://fix_STT_GNU_IFUNC.patch\
 	file://sysrooted-ldso.patch \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] mklibs-native: update broken SRC_URI
  2016-10-07  3:52 [PATCH] mklibs-native: update broken SRC_URI Armin Kuster
@ 2016-10-07  7:42 ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2016-10-07  7:42 UTC (permalink / raw
  To: Armin Kuster; +Cc: Armin Kuster, OE-core

[-- Attachment #1: Type: text/plain, Size: 463 bytes --]

On 7 October 2016 at 04:52, Armin Kuster <akuster808@gmail.com> wrote:

>
> -SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${
> BPN}_${PV}.tar.xz \
> +SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/m/mklibs/${
> BPN}_${PV}.tar.xz \


Once the archive disappears from ubuntu releases then the same problem will
happen again, right?  Generally we've been using snapshot.debian.org as
that won't ever be removing releases.

Ross

[-- Attachment #2: Type: text/html, Size: 1122 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] mklibs-native: update broken SRC_URI
@ 2016-10-07 16:09 Armin Kuster
  0 siblings, 0 replies; 3+ messages in thread
From: Armin Kuster @ 2016-10-07 16:09 UTC (permalink / raw
  To: akuster, openembedded-core

From: Armin Kuster <akuster@mvista.com>

fixes checkuri AB failure.

ERROR: mklibs-native-0.1.41-r0 do_checkuri: Fetcher failure for URL: 'http://ftp.de.debian.org/debian/pool/main/m/mklibs/mklibs_0.1.41.tar.xz'. URL http://ftp.de.debian.org/debian/pool/main/m/mklibs/mklibs_0.1.41.tar.xz doesn't work
ERROR: mklibs-native-0.1.41-r0 do_checkuri: Function failed: do_checkuri

[ Yocto #10391]

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb b/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb
index a5da936..b3c1b5b 100644
--- a/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb
+++ b/meta/recipes-devtools/mklibs/mklibs-native_0.1.41.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=98d31037b13d896e33890738ef01af64"
 DEPENDS = "python-native"
 
-SRC_URI = "http://ftp.de.debian.org/debian/pool/main/m/mklibs/${BPN}_${PV}.tar.xz \
+SRC_URI = "http://snapshot.debian.org/archive/debian/20160207T221625Z/pool/main/m/${BPN}/${BPN}_${PV}.tar.xz \
 	file://ac_init_fix.patch\
 	file://fix_STT_GNU_IFUNC.patch\
 	file://sysrooted-ldso.patch \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-07 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07  3:52 [PATCH] mklibs-native: update broken SRC_URI Armin Kuster
2016-10-07  7:42 ` Burton, Ross
  -- strict thread matches above, loose matches on Subject: below --
2016-10-07 16:09 Armin Kuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.