Re: [yocto] [meta-virtualization] nerdctl broken in kirkstone

2023-09-11 Thread Bruce Ashfield
On Mon, Sep 11, 2023 at 3:50 PM Marek Belisko  wrote:
>
> On Mon, Sep 11, 2023 at 9:27 PM Marek Belisko via lists.yoctoproject.org 
>  wrote:
>>
>> On Mon, Aug 28, 2023 at 10:38 PM Belisko Marek  
>> wrote:
>>>
>>> On Thu, Aug 24, 2023 at 4:05 PM Khem Raj  wrote:

 does it work if you add do_compile[network] = "1"
>>>
>>> Nope it is not. It turns out that the fetch phase is not correct. When I do 
>>> bitbake nerdctl -e | grep SRC_URI I got only:
>>>
>>>  
>>> SRC_URI="git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"
>>>
>>> and not other SRC_URI's added in src_uri.inc file. It's mystery to me why 
>>> this include is not working
>>
>> Khem any idea what can be the cause of this issue please? I've tried yq 
>> recipe which using more less the same approach and there SRC_URI's are 
>> printed properly.
>
> OK please disregard this message. I find out I have a nerdctl bbappend which 
> overwrites SRC_URI permanently. BTW on kirkstone nerdctl is broken due wrong 
> branch name + wrong SRCREV. Should I post a patch?

You do realize that you are using the wrong mailing list for this thread ?

We have newer/working updated nerdctl recipes in newer branches of meta-virt.

The upstream repos have just (unfortunately) changed some of their
revs, so the ones captured and tested on release have gone out of
date.

Bruce




 On Wed, Aug 23, 2023 at 11:14 PM Belisko Marek  
 wrote:
 >
 >
 >
 > Sent from my iPhone
 >
 > > On 24 Aug 2023, at 02:23, Khem Raj  wrote:
 > >
 > > which task is failing ?
 > do_compile
 > >
 > >> On Wed, Aug 23, 2023 at 2:31 PM Marek Belisko 
 > >>  wrote:
 > >>
 > >> Hi,
 > >>
 > >> I'm trying to add nerdctl to an image using kirkstone release for 
 > >> meta-virtualization.
 > >> I've added bbappend with following fix:
 > >>
 > >> SRC_URI = 
 > >> "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"
 > >>
 > >> (branch name in original recipe is master but main is required)
 > >>
 > >> but then anyways it fails with:
 > >>
 > >> rsync: [sender] change_dir 
 > >> "/data/projects/test/build/tmp/work/cortexa53-crypto-poky-linux/nerdctl/v0.18.0-r0/nerdctl-v0.18.0/src/import/vendor.fetch/github.com/Masterminds/semver/v3"
 > >>  failed: No such file or directory (2)
 > >> | rsync error: some files/attrs were not transferred (see previous 
 > >> errors) (code 23) at main.c(1327) [sender=3.2.5]
 > >>
 > >> And in ${BP} I cannot see any of those vendor stuff which should be 
 > >> present. Is there some fix for that already pending or it's known 
 > >> issue?
 > >>
 > >> Thanks and BR,
 > >>
 > >> marek
 > >>
 > >> --
 > >> as simple and primitive as possible
 > >> -
 > >> Marek Belisko - OPEN-NANDRA
 > >> Freelance Developer
 > >>
 > >> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
 > >> Tel: +421 915 052 184
 > >> skype: marekwhite
 > >> twitter: #opennandra
 > >> web: http://open-nandra.com
 > >>
 > >>
 > >>
>>>
>>>
>>>
>> Thanks,
>>
>> marek
>> --
>> as simple and primitive as possible
>> -
>> Marek Belisko - OPEN-NANDRA
>> Freelance Developer
>>
>> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
>> Tel: +421 915 052 184
>> skype: marekwhite
>> twitter: #opennandra
>> web: http://open-nandra.com
>>
>>
>>
>
> Thanks,
>
> marek
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60974): https://lists.yoctoproject.org/g/yocto/message/60974
Mute This Topic: https://lists.yoctoproject.org/mt/100924569/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-virtualization] nerdctl broken in kirkstone

2023-09-11 Thread Marek Belisko
On Mon, Sep 11, 2023 at 9:27 PM Marek Belisko via lists.yoctoproject.org
 wrote:

> On Mon, Aug 28, 2023 at 10:38 PM Belisko Marek 
> wrote:
>
>> On Thu, Aug 24, 2023 at 4:05 PM Khem Raj  wrote:
>>
>>> does it work if you add do_compile[network] = "1"
>>>
>> Nope it is not. It turns out that the fetch phase is not correct. When I
>> do bitbake nerdctl -e | grep SRC_URI I got only:
>>
>>  SRC_URI="git://
>> github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https
>> "
>>
>> and not other SRC_URI's added in src_uri.inc file. It's mystery to me why
>> this include is not working
>>
> Khem any idea what can be the cause of this issue please? I've tried yq
> recipe which using more less the same approach and there SRC_URI's are
> printed properly.
>
OK please disregard this message. I find out I have a nerdctl bbappend
which overwrites SRC_URI permanently. BTW on kirkstone nerdctl is broken
due wrong branch name + wrong SRCREV. Should I post a patch?

>
>>> On Wed, Aug 23, 2023 at 11:14 PM Belisko Marek 
>>> wrote:
>>> >
>>> >
>>> >
>>> > Sent from my iPhone
>>> >
>>> > > On 24 Aug 2023, at 02:23, Khem Raj  wrote:
>>> > >
>>> > > which task is failing ?
>>> > do_compile
>>> > >
>>> > >> On Wed, Aug 23, 2023 at 2:31 PM Marek Belisko <
>>> marek.beli...@gmail.com> wrote:
>>> > >>
>>> > >> Hi,
>>> > >>
>>> > >> I'm trying to add nerdctl to an image using kirkstone release for
>>> meta-virtualization.
>>> > >> I've added bbappend with following fix:
>>> > >>
>>> > >> SRC_URI = "git://
>>> github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https
>>> "
>>> > >>
>>> > >> (branch name in original recipe is master but main is required)
>>> > >>
>>> > >> but then anyways it fails with:
>>> > >>
>>> > >> rsync: [sender] change_dir
>>> "/data/projects/test/build/tmp/work/cortexa53-crypto-poky-linux/nerdctl/v0.18.0-r0/nerdctl-v0.18.0/src/import/vendor.fetch/
>>> github.com/Masterminds/semver/v3" failed: No such file or directory (2)
>>> > >> | rsync error: some files/attrs were not transferred (see previous
>>> errors) (code 23) at main.c(1327) [sender=3.2.5]
>>> > >>
>>> > >> And in ${BP} I cannot see any of those vendor stuff which should be
>>> present. Is there some fix for that already pending or it's known issue?
>>> > >>
>>> > >> Thanks and BR,
>>> > >>
>>> > >> marek
>>> > >>
>>> > >> --
>>> > >> as simple and primitive as possible
>>> > >> -
>>> > >> Marek Belisko - OPEN-NANDRA
>>> > >> Freelance Developer
>>> > >>
>>> > >> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
>>> > >> Tel: +421 915 052 184
>>> > >> skype: marekwhite
>>> > >> twitter: #opennandra
>>> > >> web: http://open-nandra.com
>>> > >>
>>> > >>
>>> > >>
>>>
>>
>>
>> Thanks,
>
> marek
> --
> as simple and primitive as possible
> -
> Marek Belisko - OPEN-NANDRA
> Freelance Developer
>
> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
> Tel: +421 915 052 184
> skype: marekwhite
> twitter: #opennandra
> web: http://open-nandra.com
>
> 
>
>
Thanks,

marek

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60973): https://lists.yoctoproject.org/g/yocto/message/60973
Mute This Topic: https://lists.yoctoproject.org/mt/100924569/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-virtualization] nerdctl broken in kirkstone

2023-09-11 Thread Marek Belisko
On Mon, Aug 28, 2023 at 10:38 PM Belisko Marek 
wrote:

> On Thu, Aug 24, 2023 at 4:05 PM Khem Raj  wrote:
>
>> does it work if you add do_compile[network] = "1"
>>
> Nope it is not. It turns out that the fetch phase is not correct. When I
> do bitbake nerdctl -e | grep SRC_URI I got only:
>
>  SRC_URI="git://
> github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"
>
> and not other SRC_URI's added in src_uri.inc file. It's mystery to me why
> this include is not working
>
Khem any idea what can be the cause of this issue please? I've tried yq
recipe which using more less the same approach and there SRC_URI's are
printed properly.

>
>> On Wed, Aug 23, 2023 at 11:14 PM Belisko Marek 
>> wrote:
>> >
>> >
>> >
>> > Sent from my iPhone
>> >
>> > > On 24 Aug 2023, at 02:23, Khem Raj  wrote:
>> > >
>> > > which task is failing ?
>> > do_compile
>> > >
>> > >> On Wed, Aug 23, 2023 at 2:31 PM Marek Belisko <
>> marek.beli...@gmail.com> wrote:
>> > >>
>> > >> Hi,
>> > >>
>> > >> I'm trying to add nerdctl to an image using kirkstone release for
>> meta-virtualization.
>> > >> I've added bbappend with following fix:
>> > >>
>> > >> SRC_URI = "git://
>> github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https
>> "
>> > >>
>> > >> (branch name in original recipe is master but main is required)
>> > >>
>> > >> but then anyways it fails with:
>> > >>
>> > >> rsync: [sender] change_dir
>> "/data/projects/test/build/tmp/work/cortexa53-crypto-poky-linux/nerdctl/v0.18.0-r0/nerdctl-v0.18.0/src/import/vendor.fetch/
>> github.com/Masterminds/semver/v3" failed: No such file or directory (2)
>> > >> | rsync error: some files/attrs were not transferred (see previous
>> errors) (code 23) at main.c(1327) [sender=3.2.5]
>> > >>
>> > >> And in ${BP} I cannot see any of those vendor stuff which should be
>> present. Is there some fix for that already pending or it's known issue?
>> > >>
>> > >> Thanks and BR,
>> > >>
>> > >> marek
>> > >>
>> > >> --
>> > >> as simple and primitive as possible
>> > >> -
>> > >> Marek Belisko - OPEN-NANDRA
>> > >> Freelance Developer
>> > >>
>> > >> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
>> > >> Tel: +421 915 052 184
>> > >> skype: marekwhite
>> > >> twitter: #opennandra
>> > >> web: http://open-nandra.com
>> > >>
>> > >> 
>> > >>
>>
>
>
> Thanks,

marek
-- 
as simple and primitive as possible
-
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60972): https://lists.yoctoproject.org/g/yocto/message/60972
Mute This Topic: https://lists.yoctoproject.org/mt/100924569/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-virtualization] nerdctl broken in kirkstone

2023-08-28 Thread Marek Belisko
On Thu, Aug 24, 2023 at 4:05 PM Khem Raj  wrote:

> does it work if you add do_compile[network] = "1"
>
Nope it is not. It turns out that the fetch phase is not correct. When I do
bitbake nerdctl -e | grep SRC_URI I got only:

 SRC_URI="git://
github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"

and not other SRC_URI's added in src_uri.inc file. It's mystery to me why
this include is not working

>
> On Wed, Aug 23, 2023 at 11:14 PM Belisko Marek 
> wrote:
> >
> >
> >
> > Sent from my iPhone
> >
> > > On 24 Aug 2023, at 02:23, Khem Raj  wrote:
> > >
> > > which task is failing ?
> > do_compile
> > >
> > >> On Wed, Aug 23, 2023 at 2:31 PM Marek Belisko <
> marek.beli...@gmail.com> wrote:
> > >>
> > >> Hi,
> > >>
> > >> I'm trying to add nerdctl to an image using kirkstone release for
> meta-virtualization.
> > >> I've added bbappend with following fix:
> > >>
> > >> SRC_URI = "git://
> github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"
> > >>
> > >> (branch name in original recipe is master but main is required)
> > >>
> > >> but then anyways it fails with:
> > >>
> > >> rsync: [sender] change_dir
> "/data/projects/test/build/tmp/work/cortexa53-crypto-poky-linux/nerdctl/v0.18.0-r0/nerdctl-v0.18.0/src/import/vendor.fetch/
> github.com/Masterminds/semver/v3" failed: No such file or directory (2)
> > >> | rsync error: some files/attrs were not transferred (see previous
> errors) (code 23) at main.c(1327) [sender=3.2.5]
> > >>
> > >> And in ${BP} I cannot see any of those vendor stuff which should be
> present. Is there some fix for that already pending or it's known issue?
> > >>
> > >> Thanks and BR,
> > >>
> > >> marek
> > >>
> > >> --
> > >> as simple and primitive as possible
> > >> -
> > >> Marek Belisko - OPEN-NANDRA
> > >> Freelance Developer
> > >>
> > >> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
> > >> Tel: +421 915 052 184
> > >> skype: marekwhite
> > >> twitter: #opennandra
> > >> web: http://open-nandra.com
> > >>
> > >> 
> > >>
>


-- 
as simple and primitive as possible
-
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60905): https://lists.yoctoproject.org/g/yocto/message/60905
Mute This Topic: https://lists.yoctoproject.org/mt/100924569/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-virtualization] nerdctl broken in kirkstone

2023-08-24 Thread Khem Raj
does it work if you add do_compile[network] = "1"

On Wed, Aug 23, 2023 at 11:14 PM Belisko Marek  wrote:
>
>
>
> Sent from my iPhone
>
> > On 24 Aug 2023, at 02:23, Khem Raj  wrote:
> >
> > which task is failing ?
> do_compile
> >
> >> On Wed, Aug 23, 2023 at 2:31 PM Marek Belisko  
> >> wrote:
> >>
> >> Hi,
> >>
> >> I'm trying to add nerdctl to an image using kirkstone release for 
> >> meta-virtualization.
> >> I've added bbappend with following fix:
> >>
> >> SRC_URI = 
> >> "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"
> >>
> >> (branch name in original recipe is master but main is required)
> >>
> >> but then anyways it fails with:
> >>
> >> rsync: [sender] change_dir 
> >> "/data/projects/test/build/tmp/work/cortexa53-crypto-poky-linux/nerdctl/v0.18.0-r0/nerdctl-v0.18.0/src/import/vendor.fetch/github.com/Masterminds/semver/v3"
> >>  failed: No such file or directory (2)
> >> | rsync error: some files/attrs were not transferred (see previous errors) 
> >> (code 23) at main.c(1327) [sender=3.2.5]
> >>
> >> And in ${BP} I cannot see any of those vendor stuff which should be 
> >> present. Is there some fix for that already pending or it's known issue?
> >>
> >> Thanks and BR,
> >>
> >> marek
> >>
> >> --
> >> as simple and primitive as possible
> >> -
> >> Marek Belisko - OPEN-NANDRA
> >> Freelance Developer
> >>
> >> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
> >> Tel: +421 915 052 184
> >> skype: marekwhite
> >> twitter: #opennandra
> >> web: http://open-nandra.com
> >>
> >> 
> >>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60879): https://lists.yoctoproject.org/g/yocto/message/60879
Mute This Topic: https://lists.yoctoproject.org/mt/100924569/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-virtualization] nerdctl broken in kirkstone

2023-08-24 Thread Marek Belisko

> On 24 Aug 2023, at 02:23, Khem Raj  wrote:
> 
> which task is failing ?
do_compile 
> 
>> On Wed, Aug 23, 2023 at 2:31 PM Marek Belisko  
>> wrote:
>> 
>> Hi,
>> 
>> I'm trying to add nerdctl to an image using kirkstone release for 
>> meta-virtualization.
>> I've added bbappend with following fix:
>> 
>> SRC_URI = 
>> "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"
>> 
>> (branch name in original recipe is master but main is required)
>> 
>> but then anyways it fails with:
>> 
>> rsync: [sender] change_dir 
>> "/data/projects/test/build/tmp/work/cortexa53-crypto-poky-linux/nerdctl/v0.18.0-r0/nerdctl-v0.18.0/src/import/vendor.fetch/github.com/Masterminds/semver/v3"
>>  failed: No such file or directory (2)
>> | rsync error: some files/attrs were not transferred (see previous errors) 
>> (code 23) at main.c(1327) [sender=3.2.5]
>> 
>> And in ${BP} I cannot see any of those vendor stuff which should be present. 
>> Is there some fix for that already pending or it's known issue?
>> 
>> Thanks and BR,
>> 
>> marek
>> 
>> --
>> as simple and primitive as possible
>> -
>> Marek Belisko - OPEN-NANDRA
>> Freelance Developer
>> 
>> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
>> Tel: +421 915 052 184
>> skype: marekwhite
>> twitter: #opennandra
>> web: http://open-nandra.com
>> 
>> 
>> 

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60873): https://lists.yoctoproject.org/g/yocto/message/60873
Mute This Topic: https://lists.yoctoproject.org/mt/100924569/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [yocto] [meta-virtualization] nerdctl broken in kirkstone

2023-08-23 Thread Khem Raj
which task is failing ?

On Wed, Aug 23, 2023 at 2:31 PM Marek Belisko  wrote:
>
> Hi,
>
> I'm trying to add nerdctl to an image using kirkstone release for 
> meta-virtualization.
> I've added bbappend with following fix:
>
> SRC_URI = 
> "git://github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"
>
> (branch name in original recipe is master but main is required)
>
> but then anyways it fails with:
>
> rsync: [sender] change_dir 
> "/data/projects/test/build/tmp/work/cortexa53-crypto-poky-linux/nerdctl/v0.18.0-r0/nerdctl-v0.18.0/src/import/vendor.fetch/github.com/Masterminds/semver/v3"
>  failed: No such file or directory (2)
> | rsync error: some files/attrs were not transferred (see previous errors) 
> (code 23) at main.c(1327) [sender=3.2.5]
>
> And in ${BP} I cannot see any of those vendor stuff which should be present. 
> Is there some fix for that already pending or it's known issue?
>
> Thanks and BR,
>
> marek
>
> --
> as simple and primitive as possible
> -
> Marek Belisko - OPEN-NANDRA
> Freelance Developer
>
> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
> Tel: +421 915 052 184
> skype: marekwhite
> twitter: #opennandra
> web: http://open-nandra.com
>
> 
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60869): https://lists.yoctoproject.org/g/yocto/message/60869
Mute This Topic: https://lists.yoctoproject.org/mt/100924569/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[yocto] [meta-virtualization] nerdctl broken in kirkstone

2023-08-23 Thread Marek Belisko
Hi,

I'm trying to add nerdctl to an image using kirkstone release for
meta-virtualization.
I've added bbappend with following fix:

SRC_URI = "git://
github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https"

(branch name in original recipe is master but main is required)

but then anyways it fails with:

rsync: [sender] change_dir
"/data/projects/test/build/tmp/work/cortexa53-crypto-poky-linux/nerdctl/v0.18.0-r0/nerdctl-v0.18.0/src/import/vendor.fetch/
github.com/Masterminds/semver/v3" failed: No such file or directory (2)
| rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1327) [sender=3.2.5]

And in ${BP} I cannot see any of those vendor stuff which should be
present. Is there some fix for that already pending or it's known issue?

Thanks and BR,

marek

-- 
as simple and primitive as possible
-
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#60868): https://lists.yoctoproject.org/g/yocto/message/60868
Mute This Topic: https://lists.yoctoproject.org/mt/100924569/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-