[OE-core] [PATCH 14/14] babeltrace: switch over to git

Martin Jansa martin.jansa at gmail.com
Fri May 4 19:51:02 UTC 2018


Similar change is needed in stable branches as well, I've just noticed it
failing with 1.4.0 version used in morty.

There is quite a few fetch issues in morty as of today.
oe-core/meta/recipes-support/libmpc/libmpc_1.0.3.bb:do_fetch
Resolving www.multiprecision.org (www.multiprecision.org)... 185.233.100.48
Connecting to www.multiprecision.org
(www.multiprecision.org)|185.233.100.48|:80...
connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2018-05-04 16:46:19 ERROR 500: Internal Server Error.

oe-core/meta/recipes-support/libpcre/libpcre_8.39.bb:do_fetch
ERROR: libpcre-native-8.39-r0 do_fetch: Fetcher failure for URL: '
http://downloads.sourceforge.net/projects/pcre/files/prce/8.39/pcre-8.39.tar.bz2'.
Checksum mismatch!
sourceforge is returning some HTML instead of this tarball.

meta-oe/meta-oe/recipes-extended/libconfig/libconfig_1.5.bb:do_fetch
--2018-05-04 16:52:52--
http://www.hyperrealm.com/libconfig/libconfig-1.5.tar.gz
Resolving www.hyperrealm.com (www.hyperrealm.com)... 50.87.249.191
Connecting to www.hyperrealm.com (www.hyperrealm.com)|50.87.249.191|:80...
connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://hyperrealm.com/libconfig/libconfig-1.5.tar.gz [following]
--2018-05-04 16:52:52--
http://hyperrealm.com/libconfig/libconfig-1.5.tar.gz
Resolving hyperrealm.com (hyperrealm.com)... 50.87.249.191
Reusing existing connection to www.hyperrealm.com:80.
HTTP request sent, awaiting response... 404 Not Found
2018-05-04 16:52:53 ERROR 404: Not Found.

meta-oe/meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb:do_fetch
--2018-05-04 16:53:32--
http://downloads.sourceforge.net/fuse/fuse-2.9.4.tar.gz
Resolving downloads.sourceforge.net (downloads.sourceforge.net)...
216.105.38.13
Connecting to downloads.sourceforge.net
(downloads.sourceforge.net)|216.105.38.13|:80...
connected.
HTTP request sent, awaiting response... 404 Not Found
2018-05-04 16:53:32 ERROR 404: Not Found.

meta-oe/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.6.bb:do_fetch
--2018-05-04 16:54:20--
http://downloads.sourceforge.net/project/mikmod/libmikmod/3.3.6/libmikmod-3.3.6.tar.gz
Resolving downloads.sourceforge.net (downloads.sourceforge.net)...
216.105.38.13
Connecting to downloads.sourceforge.net
(downloads.sourceforge.net)|216.105.38.13|:80...
connected.
HTTP request sent, awaiting response... 404 Not Found
2018-05-04 16:54:20 ERROR 404: Not Found.

Luckily all of these issues (except the babeltrace) are covered by default
download mirrors.

Can you please upload the tarball (I assume you still have it from the time
you were testing the upgrade to 1.5.5) to:
http://downloads.yoctoproject.org/mirror/sources/babeltrace-1.5.5.tar.bz2
or
http://sources.openembedded.org/babeltrace-1.5.5.tar.bz2
so that it's covered with default mirrors.bbclass as well?

Thanks

On Fri, May 4, 2018 at 2:32 PM, Alexander Kanavin <
alexander.kanavin at linux.intel.com> wrote:

> Tarball directory is gone.
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
> ---
>  meta/recipes-kernel/lttng/babeltrace_1.5.5.bb | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb
> b/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb
> index 92d86b92e8b..5d7a7efd2f5 100644
> --- a/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb
> +++ b/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb
> @@ -10,10 +10,10 @@ DEPENDS = "glib-2.0 util-linux popt bison-native
> flex-native"
>
>  inherit autotools pkgconfig
>
> -SRC_URI = "http://www.efficios.com/files/babeltrace/babeltrace-${
> PV}.tar.bz2 \
> +SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;
> branch=stable-1.5 \
>  "
>
>  EXTRA_OECONF = "--disable-debug-info"
>
> -SRC_URI[md5sum] = "7decafd46093e4e47c14e7307d498986"
> -SRC_URI[sha256sum] = "409146789b4a6b81f6a275fcad932a
> 030743d444f6de5bd4a34aaf17aa72e8ac"
> +S = "${WORKDIR}/git"
> +SRCREV = "d68a4daf85c73ab7d7070de0c98d0c170af4758e"
> --
> 2.16.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180504/e20eb1d6/attachment-0002.html>


More information about the Openembedded-core mailing list