All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Help with dealing with autoconf uprev affected packages?
       [not found] ` <CAAnfSTsku9yTFYKCMVkmKq=77V8XGgq9pdO5n_PPb_ttHWnd3w@mail.gmail.com>
@ 2021-02-02 19:17   ` Randy MacLeod
  2021-02-03  3:01     ` Khem Raj
  2021-02-04 10:06     ` hongxu
  0 siblings, 2 replies; 10+ messages in thread
From: Randy MacLeod @ 2021-02-02 19:17 UTC (permalink / raw)
  To: Yi Fan Yu, Jia, Hongxu, Chen, Qi
  Cc: Khem Raj, Ross Burton, openembedded-devel

On 2021-02-02 12:11 p.m., Ross Burton wrote:
> If you have anyone willing to work through some of the recipes in that
> list then that will be much appreciated.
>
> If the issues are not obvious feel free to reach out to me.
>
> Ross


YiFan, Hongxu, Qi, and anyone else.


YP is upreving autoconf to 2.71 in oe-core/master-next
after ~7 years of using autoconf-2.69!

It breaks a few packages in meta-openembedded and I hear
from Richard/Ross that usually an uprev will work for both
the existing version of autoconf and the new version.

Can we split up the list below among the team and do uprevs?
I have checked the meta-oe list and I don't see any uprevs in the queue.

I'll take libssh2 since I need to move it to oe-core for rust.

We (Wind River) are mainly interested in:

- libssh2 - Randy 1.9.1 is close (days/weeks?) to release:
https://www.libssh2.org/mail/libssh2-devel-archive-2021-01/0020.shtml

- lksctp-tools

- openldap

- freeradius

- libmcrypt - YiFan

- iperf3 - YiFan

- spice

- postgresql


but given your other work, please consider helping with the other packages.

This should be easy work and done soon. If there's a problem, reply all 
and let
Ross know what's going wrong.


Other packages:

- pidgin

- geany

- npdi

- transmission

- yasm

- hidapi

- libstatgrab

- keepalived


../Randy


>
> On Tue, 2 Feb 2021 at 17:07, Randy MacLeod <randy.macleod@windriver.com> wrote:
>> Khem, Ross,
>>
>> Richard mentioned on the YP call that there are some packages in
>> meta-openembedded that are affected by the autoconf uprev
>> in master-next.
>>
>> Do you need any help fixing/upreving those recipes
>> from say a WR student or more experienced WR Beijing developers?
>>
>> ../Randy
>>
>> commit a38a6203b4c584c91fc69c461bb2e1c8f4fcb389 (master-next)
>> Author: Richard Purdie <richard.purdie@linuxfoundation.org>
>> Date:   Fri Jan 29 10:57:42 2021
>>
>>       autoconf: Upgrade 2.70 -> 2.71
>>
>>       Drop patches backported from autoconf master.
>>
>>       Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>>
>>
>>
>> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/895/steps/12/logs/stdio
>>
>> Summary: 18 tasks failed:
>>     .../meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb:do_configure
>>
>> .../meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.18.bb:do_configure
>>     .../meta-oe/recipes-support/openldap/openldap_2.4.57.bb:do_configure
>>     .../meta-oe/recipes-dbs/postgresql/postgresql_13.1.bb:do_configure
>>     .../meta-oe/recipes-support/pidgin/pidgin_2.13.0.bb:do_configure
>>     .../meta-oe/recipes-devtools/geany/geany_1.36.bb:do_configure
>>     .../meta-networking/recipes-support/ntopng/ndpi_3.4.bb:do_configure
>>
>> virtual:native:.../meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb:do_configure
>>
>> .../meta-oe/recipes-connectivity/transmission/transmission_git.bb:do_configure
>>
>> .../meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb:do_configure
>>     .../meta-oe/recipes-devtools/yasm/yasm_git.bb:do_configure
>>     .../meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb:do_configure
>>     .../meta-oe/recipes-support/hidapi/hidapi_git.bb:do_configure
>>     .../meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb:do_configure
>>     .../meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb:do_configure
>>     .../meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb:do_configure
>>
>> .../meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb:do_configure
>>     .../meta-networking/recipes-support/spice/spice_git.bb:do_configure
>> --
>> # Randy MacLeod
>> # Wind River Linux


-- 
# Randy MacLeod
# Wind River Linux


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

* Re: Help with dealing with autoconf uprev affected packages?
  2021-02-02 19:17   ` Help with dealing with autoconf uprev affected packages? Randy MacLeod
@ 2021-02-03  3:01     ` Khem Raj
  2021-02-04 10:06     ` hongxu
  1 sibling, 0 replies; 10+ messages in thread
From: Khem Raj @ 2021-02-03  3:01 UTC (permalink / raw)
  To: Randy MacLeod
  Cc: Yi Fan Yu, Jia, Hongxu, Chen, Qi, Ross Burton, openembedded-devel

On Tue, Feb 2, 2021 at 11:18 AM Randy MacLeod
<randy.macleod@windriver.com> wrote:
>
> On 2021-02-02 12:11 p.m., Ross Burton wrote:
> > If you have anyone willing to work through some of the recipes in that
> > list then that will be much appreciated.
> >
> > If the issues are not obvious feel free to reach out to me.
> >
> > Ross
>
>
> YiFan, Hongxu, Qi, and anyone else.
>
>
> YP is upreving autoconf to 2.71 in oe-core/master-next
> after ~7 years of using autoconf-2.69!
>
> It breaks a few packages in meta-openembedded and I hear
> from Richard/Ross that usually an uprev will work for both
> the existing version of autoconf and the new version.
>
> Can we split up the list below among the team and do uprevs?
> I have checked the meta-oe list and I don't see any uprevs in the queue.
>
> I'll take libssh2 since I need to move it to oe-core for rust.
>

Thanks for chiming in Randy and team, really appreciate it. I have
fixed libssh2 already and sent the patch to ml since
it was breaking my image builds.

> We (Wind River) are mainly interested in:
>
> - libssh2 - Randy 1.9.1 is close (days/weeks?) to release:
> https://www.libssh2.org/mail/libssh2-devel-archive-2021-01/0020.shtml
>
> - lksctp-tools
>
> - openldap
>
> - freeradius
>
> - libmcrypt - YiFan
>
> - iperf3 - YiFan
>
> - spice
>
> - postgresql
>
>
> but given your other work, please consider helping with the other packages.
>
> This should be easy work and done soon. If there's a problem, reply all
> and let
> Ross know what's going wrong.
>
>
> Other packages:
>
> - pidgin
>
> - geany
>
> - npdi
>
> - transmission
>
> - yasm
>
> - hidapi
>
> - libstatgrab
>
> - keepalived
>
>
> ../Randy
>
>
> >
> > On Tue, 2 Feb 2021 at 17:07, Randy MacLeod <randy.macleod@windriver.com> wrote:
> >> Khem, Ross,
> >>
> >> Richard mentioned on the YP call that there are some packages in
> >> meta-openembedded that are affected by the autoconf uprev
> >> in master-next.
> >>
> >> Do you need any help fixing/upreving those recipes
> >> from say a WR student or more experienced WR Beijing developers?
> >>
> >> ../Randy
> >>
> >> commit a38a6203b4c584c91fc69c461bb2e1c8f4fcb389 (master-next)
> >> Author: Richard Purdie <richard.purdie@linuxfoundation.org>
> >> Date:   Fri Jan 29 10:57:42 2021
> >>
> >>       autoconf: Upgrade 2.70 -> 2.71
> >>
> >>       Drop patches backported from autoconf master.
> >>
> >>       Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> >>
> >>
> >>
> >> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/895/steps/12/logs/stdio
> >>
> >> Summary: 18 tasks failed:
> >>     .../meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb:do_configure
> >>
> >> .../meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.18.bb:do_configure
> >>     .../meta-oe/recipes-support/openldap/openldap_2.4.57.bb:do_configure
> >>     .../meta-oe/recipes-dbs/postgresql/postgresql_13.1.bb:do_configure
> >>     .../meta-oe/recipes-support/pidgin/pidgin_2.13.0.bb:do_configure
> >>     .../meta-oe/recipes-devtools/geany/geany_1.36.bb:do_configure
> >>     .../meta-networking/recipes-support/ntopng/ndpi_3.4.bb:do_configure
> >>
> >> virtual:native:.../meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb:do_configure
> >>
> >> .../meta-oe/recipes-connectivity/transmission/transmission_git.bb:do_configure
> >>
> >> .../meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb:do_configure
> >>     .../meta-oe/recipes-devtools/yasm/yasm_git.bb:do_configure
> >>     .../meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb:do_configure
> >>     .../meta-oe/recipes-support/hidapi/hidapi_git.bb:do_configure
> >>     .../meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb:do_configure
> >>     .../meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb:do_configure
> >>     .../meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb:do_configure
> >>
> >> .../meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb:do_configure
> >>     .../meta-networking/recipes-support/spice/spice_git.bb:do_configure
> >> --
> >> # Randy MacLeod
> >> # Wind River Linux
>
>
> --
> # Randy MacLeod
> # Wind River Linux
>

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

* Re: Help with dealing with autoconf uprev affected packages?
  2021-02-02 19:17   ` Help with dealing with autoconf uprev affected packages? Randy MacLeod
  2021-02-03  3:01     ` Khem Raj
@ 2021-02-04 10:06     ` hongxu
  2021-02-04 10:45       ` [oe] " Andrey Zhizhikin
  1 sibling, 1 reply; 10+ messages in thread
From: hongxu @ 2021-02-04 10:06 UTC (permalink / raw)
  To: Randy MacLeod, Yi Fan Yu, Chen, Qi
  Cc: Khem Raj, Ross Burton, openembedded-devel

On 2/3/21 3:17 AM, Randy MacLeod wrote:
> On 2021-02-02 12:11 p.m., Ross Burton wrote:
>> If you have anyone willing to work through some of the recipes in that
>> list then that will be much appreciated.
>>
>> If the issues are not obvious feel free to reach out to me.
>>
>> Ross
>
>
> YiFan, Hongxu, Qi, and anyone else.
>
>
> YP is upreving autoconf to 2.71 in oe-core/master-next
> after ~7 years of using autoconf-2.69!
>
> It breaks a few packages in meta-openembedded and I hear
> from Richard/Ross that usually an uprev will work for both
> the existing version of autoconf and the new version.
>
> Can we split up the list below among the team and do uprevs?
> I have checked the meta-oe list and I don't see any uprevs in the queue.
>
> I'll take libssh2 since I need to move it to oe-core for rust.
>
> We (Wind River) are mainly interested in:
>
> - libssh2 - Randy 1.9.1 is close (days/weeks?) to release:
> https://www.libssh2.org/mail/libssh2-devel-archive-2021-01/0020.shtml
>
> - lksctp-tools
>
Upstream has fixed it, it is easy to fix through backport a patch
> - openldap

Upstream has fixed it, but it is very hard to backport patches,

we have to upgrade it from 2.4.57 to 2.5.0 alpha through git

>
> - freeradius
Upstream is not alive and does not update autoconf to latest
>
> - libmcrypt - YiFan
>
> - iperf3 - YiFan
>
> - spice
>
> - postgresql
>
Upstream is not alive and does not update autoconf to latest

//Hongxu

>
> but given your other work, please consider helping with the other 
> packages.
>
> This should be easy work and done soon. If there's a problem, reply 
> all and let
> Ross know what's going wrong.
>
>
> Other packages:
>
> - pidgin
>
> - geany
>
> - npdi
>
> - transmission
>
> - yasm
>
> - hidapi
>
> - libstatgrab
>
> - keepalived
>
>
> ../Randy
>
>
>>
>> On Tue, 2 Feb 2021 at 17:07, Randy MacLeod 
>> <randy.macleod@windriver.com> wrote:
>>> Khem, Ross,
>>>
>>> Richard mentioned on the YP call that there are some packages in
>>> meta-openembedded that are affected by the autoconf uprev
>>> in master-next.
>>>
>>> Do you need any help fixing/upreving those recipes
>>> from say a WR student or more experienced WR Beijing developers?
>>>
>>> ../Randy
>>>
>>> commit a38a6203b4c584c91fc69c461bb2e1c8f4fcb389 (master-next)
>>> Author: Richard Purdie <richard.purdie@linuxfoundation.org>
>>> Date:   Fri Jan 29 10:57:42 2021
>>>
>>>       autoconf: Upgrade 2.70 -> 2.71
>>>
>>>       Drop patches backported from autoconf master.
>>>
>>>       Signed-off-by: Richard Purdie 
>>> <richard.purdie@linuxfoundation.org>
>>>
>>>
>>>
>>> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/895/steps/12/logs/stdio 
>>>
>>>
>>> Summary: 18 tasks failed:
>>> .../meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb:do_configure
>>>
>>> .../meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.18.bb:do_configure 
>>>
>>> .../meta-oe/recipes-support/openldap/openldap_2.4.57.bb:do_configure
>>> .../meta-oe/recipes-dbs/postgresql/postgresql_13.1.bb:do_configure
>>> .../meta-oe/recipes-support/pidgin/pidgin_2.13.0.bb:do_configure
>>> .../meta-oe/recipes-devtools/geany/geany_1.36.bb:do_configure
>>> .../meta-networking/recipes-support/ntopng/ndpi_3.4.bb:do_configure
>>>
>>> virtual:native:.../meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb:do_configure 
>>>
>>>
>>> .../meta-oe/recipes-connectivity/transmission/transmission_git.bb:do_configure 
>>>
>>>
>>> .../meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb:do_configure 
>>>
>>>     .../meta-oe/recipes-devtools/yasm/yasm_git.bb:do_configure
>>> .../meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb:do_configure
>>> .../meta-oe/recipes-support/hidapi/hidapi_git.bb:do_configure
>>> .../meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb:do_configure
>>> .../meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb:do_configure
>>> .../meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb:do_configure
>>>
>>> .../meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb:do_configure 
>>>
>>> .../meta-networking/recipes-support/spice/spice_git.bb:do_configure
>>> -- 
>>> # Randy MacLeod
>>> # Wind River Linux
>
>


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

* Re: [oe] Help with dealing with autoconf uprev affected packages?
  2021-02-04 10:06     ` hongxu
@ 2021-02-04 10:45       ` Andrey Zhizhikin
  2021-02-04 21:09         ` Yi Fan Yu
  0 siblings, 1 reply; 10+ messages in thread
From: Andrey Zhizhikin @ 2021-02-04 10:45 UTC (permalink / raw)
  To: hongxu
  Cc: Randy MacLeod, Yi Fan Yu, Chen, Qi, Khem Raj, Ross Burton,
	openembedded-devel

On Thu, Feb 4, 2021 at 11:06 AM hongxu <hongxu.jia@windriver.com> wrote:
>
> On 2/3/21 3:17 AM, Randy MacLeod wrote:
> > On 2021-02-02 12:11 p.m., Ross Burton wrote:
> >> If you have anyone willing to work through some of the recipes in that
> >> list then that will be much appreciated.
> >>
> >> If the issues are not obvious feel free to reach out to me.
> >>
> >> Ross
> >
> >
> > YiFan, Hongxu, Qi, and anyone else.
> >
> >
> > YP is upreving autoconf to 2.71 in oe-core/master-next
> > after ~7 years of using autoconf-2.69!
> >
> > It breaks a few packages in meta-openembedded and I hear
> > from Richard/Ross that usually an uprev will work for both
> > the existing version of autoconf and the new version.
> >
> > Can we split up the list below among the team and do uprevs?
> > I have checked the meta-oe list and I don't see any uprevs in the queue.
> >
> > I'll take libssh2 since I need to move it to oe-core for rust.
> >
> > We (Wind River) are mainly interested in:
> >
> > - libssh2 - Randy 1.9.1 is close (days/weeks?) to release:
> > https://www.libssh2.org/mail/libssh2-devel-archive-2021-01/0020.shtml
> >
> > - lksctp-tools
> >
> Upstream has fixed it, it is easy to fix through backport a patch
> > - openldap
>
> Upstream has fixed it, but it is very hard to backport patches,
>
> we have to upgrade it from 2.4.57 to 2.5.0 alpha through git
>
> >
> > - freeradius
> Upstream is not alive and does not update autoconf to latest
> >
> > - libmcrypt - YiFan
> >
> > - iperf3 - YiFan

I just sent a patch for this one:
https://lists.openembedded.org/g/openembedded-devel/message/89274

YiFan, can you please have a look at it to see if it fits?

> >
> > - spice
> >
> > - postgresql
> >
> Upstream is not alive and does not update autoconf to latest
>
> //Hongxu
>
> >
> > but given your other work, please consider helping with the other
> > packages.
> >
> > This should be easy work and done soon. If there's a problem, reply
> > all and let
> > Ross know what's going wrong.
> >
> >
> > Other packages:
> >
> > - pidgin
> >
> > - geany
> >
> > - npdi
> >
> > - transmission
> >
> > - yasm
> >
> > - hidapi
> >
> > - libstatgrab
> >
> > - keepalived
> >
> >
> > ../Randy
> >
> >
> >>
> >> On Tue, 2 Feb 2021 at 17:07, Randy MacLeod
> >> <randy.macleod@windriver.com> wrote:
> >>> Khem, Ross,
> >>>
> >>> Richard mentioned on the YP call that there are some packages in
> >>> meta-openembedded that are affected by the autoconf uprev
> >>> in master-next.
> >>>
> >>> Do you need any help fixing/upreving those recipes
> >>> from say a WR student or more experienced WR Beijing developers?
> >>>
> >>> ../Randy
> >>>
> >>> commit a38a6203b4c584c91fc69c461bb2e1c8f4fcb389 (master-next)
> >>> Author: Richard Purdie <richard.purdie@linuxfoundation.org>
> >>> Date:   Fri Jan 29 10:57:42 2021
> >>>
> >>>       autoconf: Upgrade 2.70 -> 2.71
> >>>
> >>>       Drop patches backported from autoconf master.
> >>>
> >>>       Signed-off-by: Richard Purdie
> >>> <richard.purdie@linuxfoundation.org>
> >>>
> >>>
> >>>
> >>> https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/895/steps/12/logs/stdio
> >>>
> >>>
> >>> Summary: 18 tasks failed:
> >>> .../meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb:do_configure
> >>>
> >>> .../meta-networking/recipes-support/lksctp-tools/lksctp-tools_1.0.18.bb:do_configure
> >>>
> >>> .../meta-oe/recipes-support/openldap/openldap_2.4.57.bb:do_configure
> >>> .../meta-oe/recipes-dbs/postgresql/postgresql_13.1.bb:do_configure
> >>> .../meta-oe/recipes-support/pidgin/pidgin_2.13.0.bb:do_configure
> >>> .../meta-oe/recipes-devtools/geany/geany_1.36.bb:do_configure
> >>> .../meta-networking/recipes-support/ntopng/ndpi_3.4.bb:do_configure
> >>>
> >>> virtual:native:.../meta-oe/recipes-support/libssh2/libssh2_1.9.0.bb:do_configure
> >>>
> >>>
> >>> .../meta-oe/recipes-connectivity/transmission/transmission_git.bb:do_configure
> >>>
> >>>
> >>> .../meta-networking/recipes-connectivity/freeradius/freeradius_3.0.20.bb:do_configure
> >>>
> >>>     .../meta-oe/recipes-devtools/yasm/yasm_git.bb:do_configure
> >>> .../meta-oe/recipes-graphics/libsdl/libsdl2-mixer_2.0.4.bb:do_configure
> >>> .../meta-oe/recipes-support/hidapi/hidapi_git.bb:do_configure
> >>> .../meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb:do_configure
> >>> .../meta-oe/recipes-benchmark/iperf3/iperf3_3.9.bb:do_configure
> >>> .../meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb:do_configure
> >>>
> >>> .../meta-networking/recipes-daemons/keepalived/keepalived_2.1.5.bb:do_configure
> >>>
> >>> .../meta-networking/recipes-support/spice/spice_git.bb:do_configure
> >>> --
> >>> # Randy MacLeod
> >>> # Wind River Linux
> >
> >
>
>
> 
>


-- 
Regards,
Andrey.

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

* Re: [oe] Help with dealing with autoconf uprev affected packages?
  2021-02-04 10:45       ` [oe] " Andrey Zhizhikin
@ 2021-02-04 21:09         ` Yi Fan Yu
  2021-02-04 21:47           ` Khem Raj
  0 siblings, 1 reply; 10+ messages in thread
From: Yi Fan Yu @ 2021-02-04 21:09 UTC (permalink / raw)
  To: Andrey Zhizhikin, hongxu
  Cc: Randy MacLeod, Chen, Qi, Khem Raj, Ross Burton, openembedded-devel

Andrey,

i am working on this now.

since you already submitted iperf3, i'll focus on

libmcrypt.

i'll test and build both of them once i figure out libmcrypt.


On 2/4/21 5:45 AM, Andrey Zhizhikin wrote:
>>> - iperf3 - YiFan
> I just sent a patch for this one:
> https://lists.openembedded.org/g/openembedded-devel/message/89274
>
> YiFan, can you please have a look at it to see if it fits?
>

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

* Re: [oe] Help with dealing with autoconf uprev affected packages?
  2021-02-04 21:09         ` Yi Fan Yu
@ 2021-02-04 21:47           ` Khem Raj
  2021-02-05  3:26             ` Khem Raj
  0 siblings, 1 reply; 10+ messages in thread
From: Khem Raj @ 2021-02-04 21:47 UTC (permalink / raw)
  To: Yi Fan Yu
  Cc: Andrey Zhizhikin, hongxu, Randy MacLeod, Chen, Qi, Ross Burton,
	openembedded-devel

here is latest list

https://errors.yoctoproject.org/Errors/Build/116365/

Just look at the do_configure failures for filtering to autotools issues only.

On Thu, Feb 4, 2021 at 1:09 PM Yi Fan Yu <yifan.yu@windriver.com> wrote:
>
> Andrey,
>
> i am working on this now.
>
> since you already submitted iperf3, i'll focus on
>
> libmcrypt.
>
> i'll test and build both of them once i figure out libmcrypt.
>
>
> On 2/4/21 5:45 AM, Andrey Zhizhikin wrote:
> >>> - iperf3 - YiFan
> > I just sent a patch for this one:
> > https://lists.openembedded.org/g/openembedded-devel/message/89274
> >
> > YiFan, can you please have a look at it to see if it fits?
> >

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

* Re: [oe] Help with dealing with autoconf uprev affected packages?
  2021-02-04 21:47           ` Khem Raj
@ 2021-02-05  3:26             ` Khem Raj
  2021-02-05 14:46               ` Yi Fan Yu
  0 siblings, 1 reply; 10+ messages in thread
From: Khem Raj @ 2021-02-05  3:26 UTC (permalink / raw)
  To: Yi Fan Yu
  Cc: Andrey Zhizhikin, hongxu, Randy MacLeod, Chen, Qi, Ross Burton,
	openembedded-devel

We are now left with 15 odd packages

https://errors.yoctoproject.org/Errors/Build/116395/

On Thu, Feb 4, 2021 at 1:47 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> here is latest list
>
> https://errors.yoctoproject.org/Errors/Build/116365/
>
> Just look at the do_configure failures for filtering to autotools issues only.
>
> On Thu, Feb 4, 2021 at 1:09 PM Yi Fan Yu <yifan.yu@windriver.com> wrote:
> >
> > Andrey,
> >
> > i am working on this now.
> >
> > since you already submitted iperf3, i'll focus on
> >
> > libmcrypt.
> >
> > i'll test and build both of them once i figure out libmcrypt.
> >
> >
> > On 2/4/21 5:45 AM, Andrey Zhizhikin wrote:
> > >>> - iperf3 - YiFan
> > > I just sent a patch for this one:
> > > https://lists.openembedded.org/g/openembedded-devel/message/89274
> > >
> > > YiFan, can you please have a look at it to see if it fits?
> > >

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

* Re: [oe] Help with dealing with autoconf uprev affected packages?
  2021-02-05  3:26             ` Khem Raj
@ 2021-02-05 14:46               ` Yi Fan Yu
  2021-02-05 23:42                 ` Randy MacLeod
  0 siblings, 1 reply; 10+ messages in thread
From: Yi Fan Yu @ 2021-02-05 14:46 UTC (permalink / raw)
  To: Khem Raj
  Cc: Andrey Zhizhikin, hongxu, Randy MacLeod, Chen, Qi, Ross Burton,
	openembedded-devel

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

libmcrypt still uses autoconf 2.59. last release seems to date from 2007

https://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/

its not going to be a piece of cake...

On 2/4/21 10:26 PM, Khem Raj wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> We are now left with 15 odd packages
>
> https://errors.yoctoproject.org/Errors/Build/116395/
>
> On Thu, Feb 4, 2021 at 1:47 PM Khem Raj <raj.khem@gmail.com> wrote:
>> here is latest list
>>
>> https://errors.yoctoproject.org/Errors/Build/116365/
>>
>> Just look at the do_configure failures for filtering to autotools issues only.
>>
>> On Thu, Feb 4, 2021 at 1:09 PM Yi Fan Yu <yifan.yu@windriver.com> wrote:
>>> Andrey,
>>>
>>> i am working on this now.
>>>
>>> since you already submitted iperf3, i'll focus on
>>>
>>> libmcrypt.
>>>
>>> i'll test and build both of them once i figure out libmcrypt.
>>>
>>>
>>> On 2/4/21 5:45 AM, Andrey Zhizhikin wrote:
>>>>>> - iperf3 - YiFan
>>>> I just sent a patch for this one:
>>>> https://lists.openembedded.org/g/openembedded-devel/message/89274
>>>>
>>>> YiFan, can you please have a look at it to see if it fits?
>>>>
>>>>
>>>> 
>>>>

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

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

* Re: [oe] Help with dealing with autoconf uprev affected packages?
  2021-02-05 14:46               ` Yi Fan Yu
@ 2021-02-05 23:42                 ` Randy MacLeod
  2021-02-08 18:44                   ` Khem Raj
  0 siblings, 1 reply; 10+ messages in thread
From: Randy MacLeod @ 2021-02-05 23:42 UTC (permalink / raw)
  To: Yi Fan Yu, Khem Raj
  Cc: Andrey Zhizhikin, hongxu, Chen, Qi, Ross Burton, openembedded-devel

On 2021-02-05 9:46 a.m., Yi Fan Yu wrote:
> libmcrypt still uses autoconf 2.59. last release seems to date from 2007
> 
> https://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/
> 
> its not going to be a piece of cake...

Yi Fan will be sending patches to meta-oe and meta-virt
to blacklist libmcrypt, nagios-nsca, maybe hiptopvm
and change the configuration for php:
http://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Alibmcrypt

He has also sent a postgresql patch and might wrestle with
freeradius unless someone gets there first...

Hongxu, aren't you working this weekend due to the
upcoming Chinese New Year holiday? If you want to do
freeradius, just go ahead and send a patch.

../Randy

> 
> On 2/4/21 10:26 PM, Khem Raj wrote:
>> [Please note: This e-mail is from an EXTERNAL e-mail address]
>>
>> We are now left with 15 odd packages
>>
>> https://errors.yoctoproject.org/Errors/Build/116395/
>>
>> On Thu, Feb 4, 2021 at 1:47 PM Khem Raj<raj.khem@gmail.com>  wrote:
>>> here is latest list
>>>
>>> https://errors.yoctoproject.org/Errors/Build/116365/
>>>
>>> Just look at the do_configure failures for filtering to autotools issues only.
>>>
>>> On Thu, Feb 4, 2021 at 1:09 PM Yi Fan Yu<yifan.yu@windriver.com>  wrote:
>>>> Andrey,
>>>>
>>>> i am working on this now.
>>>>
>>>> since you already submitted iperf3, i'll focus on
>>>>
>>>> libmcrypt.
>>>>
>>>> i'll test and build both of them once i figure out libmcrypt.
>>>>
>>>>
>>>> On 2/4/21 5:45 AM, Andrey Zhizhikin wrote:
>>>>>>> - iperf3 - YiFan
>>>>> I just sent a patch for this one:
>>>>> https://lists.openembedded.org/g/openembedded-devel/message/89274
>>>>>
>>>>> YiFan, can you please have a look at it to see if it fits?
>>>>>
>>>>>
>>>>> 
>>>>>


-- 
# Randy MacLeod
# Wind River Linux

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

* Re: [oe] Help with dealing with autoconf uprev affected packages?
  2021-02-05 23:42                 ` Randy MacLeod
@ 2021-02-08 18:44                   ` Khem Raj
  0 siblings, 0 replies; 10+ messages in thread
From: Khem Raj @ 2021-02-08 18:44 UTC (permalink / raw)
  To: Randy MacLeod
  Cc: Yi Fan Yu, Andrey Zhizhikin, hongxu, Chen, Qi, Ross Burton,
	openembedded-devel

it seems things are getting  in shape we have first clean build for
meta-openembedded with autotools 2.70+

http://jenkins.nas-admin.org/view/OE/job/oe_world_qemuarm/2286/console

Latest master-next has all the changes, so please give it a shot.

Thanks to everyone who chimed in with help in fixing the recipes.

On Fri, Feb 5, 2021 at 3:42 PM Randy MacLeod
<randy.macleod@windriver.com> wrote:
>
> On 2021-02-05 9:46 a.m., Yi Fan Yu wrote:
> > libmcrypt still uses autoconf 2.59. last release seems to date from 2007
> >
> > https://sourceforge.net/projects/mcrypt/files/Libmcrypt/2.5.8/
> >
> > its not going to be a piece of cake...
>
> Yi Fan will be sending patches to meta-oe and meta-virt
> to blacklist libmcrypt, nagios-nsca, maybe hiptopvm
> and change the configuration for php:
> http://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Alibmcrypt
>
> He has also sent a postgresql patch and might wrestle with
> freeradius unless someone gets there first...
>
> Hongxu, aren't you working this weekend due to the
> upcoming Chinese New Year holiday? If you want to do
> freeradius, just go ahead and send a patch.
>
> ../Randy
>
> >
> > On 2/4/21 10:26 PM, Khem Raj wrote:
> >> [Please note: This e-mail is from an EXTERNAL e-mail address]
> >>
> >> We are now left with 15 odd packages
> >>
> >> https://errors.yoctoproject.org/Errors/Build/116395/
> >>
> >> On Thu, Feb 4, 2021 at 1:47 PM Khem Raj<raj.khem@gmail.com>  wrote:
> >>> here is latest list
> >>>
> >>> https://errors.yoctoproject.org/Errors/Build/116365/
> >>>
> >>> Just look at the do_configure failures for filtering to autotools issues only.
> >>>
> >>> On Thu, Feb 4, 2021 at 1:09 PM Yi Fan Yu<yifan.yu@windriver.com>  wrote:
> >>>> Andrey,
> >>>>
> >>>> i am working on this now.
> >>>>
> >>>> since you already submitted iperf3, i'll focus on
> >>>>
> >>>> libmcrypt.
> >>>>
> >>>> i'll test and build both of them once i figure out libmcrypt.
> >>>>
> >>>>
> >>>> On 2/4/21 5:45 AM, Andrey Zhizhikin wrote:
> >>>>>>> - iperf3 - YiFan
> >>>>> I just sent a patch for this one:
> >>>>> https://lists.openembedded.org/g/openembedded-devel/message/89274
> >>>>>
> >>>>> YiFan, can you please have a look at it to see if it fits?
> >>>>>
> >>>>>
> >>>>> 
> >>>>>
>
>
> --
> # Randy MacLeod
> # Wind River Linux

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

end of thread, other threads:[~2021-02-08 18:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <8f242d61-4dea-070a-217d-657e2204a807@windriver.com>
     [not found] ` <CAAnfSTsku9yTFYKCMVkmKq=77V8XGgq9pdO5n_PPb_ttHWnd3w@mail.gmail.com>
2021-02-02 19:17   ` Help with dealing with autoconf uprev affected packages? Randy MacLeod
2021-02-03  3:01     ` Khem Raj
2021-02-04 10:06     ` hongxu
2021-02-04 10:45       ` [oe] " Andrey Zhizhikin
2021-02-04 21:09         ` Yi Fan Yu
2021-02-04 21:47           ` Khem Raj
2021-02-05  3:26             ` Khem Raj
2021-02-05 14:46               ` Yi Fan Yu
2021-02-05 23:42                 ` Randy MacLeod
2021-02-08 18:44                   ` Khem Raj

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.