From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3163C433F5 for ; Wed, 20 Oct 2021 17:08:03 +0000 (UTC) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by mx.groups.io with SMTP id smtpd.web09.228.1634749682808911006 for ; Wed, 20 Oct 2021 10:08:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=DIyeLrcx; spf=pass (domain: gmail.com, ip: 209.85.210.178, mailfrom: martin.jansa@gmail.com) Received: by mail-pf1-f178.google.com with SMTP id 187so3490990pfc.10 for ; Wed, 20 Oct 2021 10:08:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0XUrgU6CYE7P/MM0fiHktAlI74P4dB1hIrPFbwx/o0c=; b=DIyeLrcxm1smB2HVyeZ5pwEMH8NJJ5AwKTZ78e/ATRSBiCnOStrjoRuuGhZoz4MpgR qpNJod0hbNni8xQQvW01ANYxwJ6wWmKp+MwXPfuRxmVOHdLeNpKkm4Pu6o4dvzWPAshR IIWa91oFTCdEKjJtD8jV3kFnPpfuV04gcat6N8MFnhuk/scevBU5fJg0D+GWWpmWw7/C 5Jf6CBoz3cqW0EJ+mDx+05GcPD+7PHK36O/tIBA5N1CSZZkmxHUITyeyr2nNw48MpXH+ 8GsBmR5Zc6M3/qJ4y5SfEYeKqBDJhxJc3hGLpPjXZMZYzqSh03LGksCGM7rYKBlact6P r2Cg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=0XUrgU6CYE7P/MM0fiHktAlI74P4dB1hIrPFbwx/o0c=; b=6YpmczedAmbyJQ2rO08lBoA2ba+S27XgJJZ10nL2r0Ewu+GruRuR1QRJHC41H5BiVm jXN6Kv9sy9aibEq4YjWZrZUkFee9Ceigm1g8+6WgEdvbnwnQAUnLgZ6Rb9O/JfVJEH/v TAQ8LIHEXeiZxcoF51hU3Jczmks8Tn/uNQsVX2TUKCop1slumInBMxkiFv3Ecf/cMQo2 A5em6K/vrlVHD32Xjq5egPyrEnaUH0gGXeVYLNLevF8WUmR+L+MQdgVxUfpNyB9Inj2d iMtWs/tZA4S0v9jDOmCvXeEIAGefDRZpkfHWeQjJKsA8zxHFBb7WXc37IyhZ1yAHvH2x AfFg== X-Gm-Message-State: AOAM5331YcAYtVDuR+/zhgu/nou42NxG33miH2M09pbjj2uT2fspyhCH MA0CC06AtgNY6GUZ5YBt42mHOoHrhm9f+tHh/M8= X-Google-Smtp-Source: ABdhPJzbf0KyVXrkKmuZB1rDhcAQjxMaO3DJ/OnaJ5QhIoJ03Hmc7E0k7ykg42CC7pof4/t+zSRVThMgGHLxeF2K9BE= X-Received: by 2002:a05:6a00:13a5:b0:44c:ae90:8603 with SMTP id t37-20020a056a0013a500b0044cae908603mr493831pfg.17.1634749682214; Wed, 20 Oct 2021 10:08:02 -0700 (PDT) MIME-Version: 1.0 References: <20211019131925.21725-1-koansoftware@gmail.com> <41085dec-5948-b1c1-56ea-b10004e07939@gmail.com> <16AFCBDEF9895FF9.31449@lists.openembedded.org> In-Reply-To: From: Martin Jansa Date: Wed, 20 Oct 2021 19:07:51 +0200 Message-ID: Subject: Re: [oe] [meta-networking][PATCH v2] bluepy_git.bb: Added recipe for BluePy Python interface to Bluetooth LE on Linux (v2) To: Martin Jansa Cc: Khem Raj , koansoftware@gmail.com, Marco Cavallini , openembeded-devel Content-Type: multipart/alternative; boundary="0000000000001aeedd05cecbd232" List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 20 Oct 2021 17:08:03 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/93487 --0000000000001aeedd05cecbd232 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable well and also set SRCREV instead of rev in SRC_URI and use correct RDEPENDS syntax. There is another recipe where old RDEPENDS syntax sneaked in :/ meta-oe$ git grep ^RDEPENDS_ meta-networking/recipes-connectivity/bluepy/bluepy_git.bb:RDEPENDS_${PN} = =3D "bluez5" meta-python/recipes-devtools/python/python3-kivy_2.0.0.bb:RDEPENDS_${PN} = =3D " \ On Wed, Oct 20, 2021 at 7:05 PM Martin Jansa wrote= : > Also please use some more meaningful PV than "git" from the filename. > > On Wed, Oct 20, 2021 at 7:02 PM Martin Jansa via lists.openembedded.org > wrote: > >> FWIW: I'm seeing the same error now. >> >> Marco: is the user you're building under having UID 1000? Try under >> different UID to reproduce this. >> >> On Wed, Oct 20, 2021 at 4:11 PM Khem Raj wrote: >> >>> >>> >>> On Wed, Oct 20, 2021 at 5:07 AM Marco wrote: >>> >>>> On 20/10/21 13:45, Khem Raj wrote: >>>> > fails during install now on musl/x86 arm/glibc >>>> > >>>> > https://errors.yoctoproject.org/Errors/Details/613446/ >>>> > https://errors.yoctoproject.org/Errors/Details/613456/ >>>> > >>>> >>>> Hi Khem, >>>> I diligently followed the instructions on the site >>>> https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedde= d >>>> >>>> To correct the errors you reported to me previously, I installed the >>>> 'master' version of Poky + Openembedded and recompiled everything >>>> without errors and I re-sent the v2 patch. >>>> >>>> At this point I no longer know what the requirements are for submittin= g >>>> a patch. >>>> Do you need to pass any series of tests? >>>> Which one? >>>> How do I reproduce them locally? >>> >>> >>> We have few Jenkins nodes where world builds are run and it takes quite >>> a bit for those to finish >>> >>> I also have a Comcast internal node and one >>> >>> Then we do have a job at yocto auto builder too and it=E2=80=99s failin= g on some >>> of them but not all >>> >>> Eg it=E2=80=99s also failing on yocto ab which builds for qemux86-64/gl= ibc >>> >>> >>> >>>> >>>> Thank you >>>> -- >>>> Marco >>>> >>> >>> >>> >>> >> -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- >> Links: You receive all messages sent to this group. >> View/Reply Online (#93484): >> https://lists.openembedded.org/g/openembedded-devel/message/93484 >> Mute This Topic: https://lists.openembedded.org/mt/86439385/3617156 >> Group Owner: openembedded-devel+owner@lists.openembedded.org >> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ >> Martin.Jansa@gmail.com] >> -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- >> >> --0000000000001aeedd05cecbd232 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
well and also set SRCREV instead of rev in SRC_URI and use= correct RDEPENDS syntax.

There is another recipe where = old RDEPENDS syntax sneaked in :/

meta-oe$ git gre= p ^RDEPENDS_
meta-networking/recipes-connectivity/bluepy/blue= py_git.bb:RDEPENDS_${PN} =3D "bluez5"
meta-python/recipes-devt= ools/python/python3-kivy_2.0.0.bb:RDEPENDS_${PN} =3D " \

On W= ed, Oct 20, 2021 at 7:05 PM Martin Jansa <martin.jansa@gmail.com> wrote:
Also please use some mor= e meaningful PV than "git" from the filename.

On Wed, Oct 20, 2021= at 7:02 PM Martin Jansa via lists.openembedded.org <Martin.Jansa=3Dgmail.com@lists.open= embedded.org> wrote:
FWIW: I'm seeing the same error now.
<= br>
Marco: is the user you're building under having UID 1000?= Try under different UID to reproduce this.

On Wed, Oct 20, 2021 at 4:= 11 PM Khem Raj <= raj.khem@gmail.com> wrote:


On Wed, Oct 20, 2021 at 5:07 AM Marco <<= a href=3D"mailto:koansoftware@gmail.com" target=3D"_blank">koansoftware@gma= il.com> wrote:
On 20/10/21 13:45, Khem Raj wrote:
> fails during install now on musl/x86 arm/glibc
>
> https://errors.yoctoproject.org/Errors/De= tails/613446/
> https://errors.yoctoproject.org/Errors/De= tails/613456/
>

Hi Khem,
I diligently followed the instructions on the site
https://www.openembedded.org/= wiki/How_to_submit_a_patch_to_OpenEmbedded

To correct the errors you reported to me previously, I installed the
'master' version of Poky + Openembedded and recompiled everything <= br> without errors and I re-sent the v2 patch.

At this point I no longer know what the requirements are for submitting a patch.
Do you need to pass any series of tests?
Which one?
How do I reproduce them locally?

We have few Jenkins nodes where world builds are run and it= takes quite a bit for those to finish

I also have a Comcast internal node and one=C2=A0

Then we do have a job at yocto aut= o builder too and it=E2=80=99s failing on some of them but not all=C2=A0

Eg it=E2=80=99s also faili= ng on yocto ab which builds for qemux86-64/glibc=C2=A0




Thank you
--
Marco




-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-
Links: You receive all messages sent to this group.
View/Reply Online (#93484): https:/= /lists.openembedded.org/g/openembedded-devel/message/93484
Mute This Topic: https://lists.openembedded.org/mt= /86439385/3617156
Group Owner: openembedded-devel+owner@lists.openembedded.org
Unsubscribe:
https://lists.openembedded.org= /g/openembedded-devel/unsub [Martin.Jansa@gmail.com]
-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-

--0000000000001aeedd05cecbd232--