seeing this failure

https://errors.yoctoproject.org/Errors/Details/584952/

On Tue, May 18, 2021 at 11:01 PM Nicolas Dechesne
<nicolas.deche...@linaro.org> wrote:
>
> * Upstream moved to Github, let's use it for SRC_URI
> * COPYING file was changed, but with no impact on license
> * sysbench includes a copy of luajit project and it's compiled by
>   default. However the internal copy of luajit won't cross compile
>   properly, without patching it (it uses 'gcc'). So instead use the
>   'system' luajit, e.g. the one package from OE (which is what most
>   distro do anyways)
> * Does not compile with different built folder. Lua generated files
>   have things like that:
> unsigned char __/__/__/__/sysbench-1_0_20/src/lua/internal/sysbench_lua[] =
>
> Signed-off-by: Nicolas Dechesne <nicolas.deche...@linaro.org>
> ---
>  ...{sysbench_0.4.12.bb => sysbench_1.0.20.bb} | 21 ++++++++++++-------
>  1 file changed, 14 insertions(+), 7 deletions(-)
>  rename meta-oe/recipes-benchmark/sysbench/{sysbench_0.4.12.bb => 
> sysbench_1.0.20.bb} (56%)
>
> diff --git a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb 
> b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
> similarity index 56%
> rename from meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
> rename to meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
> index 708c71f4f..555477ab0 100644
> --- a/meta-oe/recipes-benchmark/sysbench/sysbench_0.4.12.bb
> +++ b/meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
> @@ -2,16 +2,17 @@ SUMMARY = "System performance benchmark"
>  HOMEPAGE = "http://github.com/akopytov/sysbench";
>  SECTION = "console/tests"
>  LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> -inherit autotools
> +DEPENDS = "luajit"
>
> -# The project has moved from Sourceforge to Launchpad, to Github. Use the 
> source tarball from
> -# Launchpad until the next release is available from Github.
> -SRC_URI = 
> "https://launchpad.net/ubuntu/+archive/primary/+files/${BPN}_${PV}.orig.tar.gz";
> +inherit autotools pkgconfig
>
> -SRC_URI[md5sum] = "3a6d54fdd3fe002328e4458206392b9d"
> -SRC_URI[sha256sum] = 
> "83fa7464193e012c91254e595a89894d8e35b4a38324b52a5974777e3823ea9e"
> +SRC_URI = "git://github.com/akopytov/${BPN}.git"
> +
> +SRCREV = "ebf1c90da05dea94648165e4f149abc20c979557"
> +
> +S = "${WORKDIR}/git"
>
>  PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)}"
>  PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile,,"
> @@ -21,6 +22,12 @@ PACKAGECONFIG[mysql] = "--with-mysql \
>                          --with-mysql-libs=${STAGING_LIBDIR}, \
>                          --without-mysql,mysql5"
>
> +# the internal luajit won't cross compile
> +EXTRA_OECONF += "--with-system-luajit"
> +
> +# lua.h generated files are bogus when using B != S
> +B = "${S}"
> +
>  do_configure_prepend() {
>      touch ${S}/NEWS ${S}/AUTHORS
>  }
> --
> 2.29.2
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#91410): 
https://lists.openembedded.org/g/openembedded-devel/message/91410
Mute This Topic: https://lists.openembedded.org/mt/82930246/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to