All of lore.kernel.org
 help / color / mirror / Atom feed
* Status of support for recent host glibc
@ 2020-06-05 13:10 Yann Dirson
  2020-06-05 19:28 ` [OE-core] " Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Yann Dirson @ 2020-06-05 13:10 UTC (permalink / raw)
  To: openembedded-core; +Cc: Andreas Müller

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

I just got hit by the following dunfell build issue on my debian/testing
dev box:

 argp-fmtstream.c:(.text+0x4ca): undefined reference to `_IO_fwide'
 /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/hosttools/ld:
argp-fmtstream.c:(.text+0x51d): undefined reference to `_IO_fwide'
 /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/hosttools/ld:
argp-help.o: in function `argp_failure':
 argp-help.c:(.text+0x1fb1): undefined reference to `_IO_fwide'
 collect2: error: ld returned 1 exit status
 make: *** [Makefile:60: localedef] Error 1

After some digging I found https://patchwork.openembedded.org/series/20136
whose patch 4
addresses this very problem.

I could not find any discussion about those patches (it's hard to be sure
though, I found the
new mail archive quite impractical).

Are there any reasons why this 2019-09 series is still NEW ?

-- 
Yann Dirson <yann@blade-group.com>
Blade / Shadow -- http://shadow.tech

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

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

* Re: [OE-core] Status of support for recent host glibc
  2020-06-05 13:10 Status of support for recent host glibc Yann Dirson
@ 2020-06-05 19:28 ` Khem Raj
  2020-06-06  9:35   ` Yann Dirson
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2020-06-05 19:28 UTC (permalink / raw)
  To: Yann Dirson, openembedded-core; +Cc: Andreas Müller



On 6/5/20 6:10 AM, Yann Dirson wrote:
> I just got hit by the following dunfell build issue on my debian/testing 
> dev box:
> 
>   argp-fmtstream.c:(.text+0x4ca): undefined reference to `_IO_fwide'
>   /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/hosttools/ld: argp-fmtstream.c:(.text+0x51d): undefined reference to `_IO_fwide'
>   /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/hosttools/ld: argp-help.o: in function `argp_failure':
>   argp-help.c:(.text+0x1fb1): undefined reference to `_IO_fwide'
>   collect2: error: ld returned 1 exit status
>   make: *** [Makefile:60: localedef] Error 1
> 
> After some digging I found 
> https://patchwork.openembedded.org/series/20136 whose patch 4
> addresses this very problem.
> 

Please send a backport request if its not already done so and Cc Steve 
Sakoman ( dunfell maintainer ), also  check the supported hosts list for 
dunfell

https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#detailed-supported-distros

this case is not seen on commonly supported distros hence no request to 
backport perhaps. Debian testing is rolling distibution and its hard to 
support time based releases on top of rolling host distributions.

> I could not find any discussion about those patches (it's hard to be 
> sure though, I found the
> new mail archive quite impractical).
> 
> Are there any reasons why this 2019-09 series is still NEW ?

I know its confusing but
For OE-core and bitbake too, patchwork is not primary tool for 
cherry-picking patches from mailing list, its email based, since its 
primarily driven by maintainer's convenience more than anything else. so 
dont read into status of the patchwork series status.


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

* Re: [OE-core] Status of support for recent host glibc
  2020-06-05 19:28 ` [OE-core] " Khem Raj
@ 2020-06-06  9:35   ` Yann Dirson
  0 siblings, 0 replies; 5+ messages in thread
From: Yann Dirson @ 2020-06-06  9:35 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core, Andreas Müller

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

Le ven. 5 juin 2020 à 21:28, Khem Raj <raj.khem@gmail.com> a écrit :

>
>
> On 6/5/20 6:10 AM, Yann Dirson wrote:
> > I just got hit by the following dunfell build issue on my debian/testing
> > dev box:
> >
> >   argp-fmtstream.c:(.text+0x4ca): undefined reference to `_IO_fwide'
> >
>  /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/hosttools/ld:
> argp-fmtstream.c:(.text+0x51d): undefined reference to `_IO_fwide'
> >
>  /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/hosttools/ld:
> argp-help.o: in function `argp_failure':
> >   argp-help.c:(.text+0x1fb1): undefined reference to `_IO_fwide'
> >   collect2: error: ld returned 1 exit status
> >   make: *** [Makefile:60: localedef] Error 1
> >
> > After some digging I found
> > https://patchwork.openembedded.org/series/20136 whose patch 4
> > addresses this very problem.
> >
>
> Please send a backport request if its not already done so and Cc Steve
> Sakoman ( dunfell maintainer ), also  check the supported hosts list for
> dunfell
>
>
> https://www.yoctoproject.org/docs/3.1/ref-manual/ref-manual.html#detailed-supported-distros
>
> this case is not seen on commonly supported distros hence no request to
> backport perhaps. Debian testing is rolling distibution and its hard to
> support time based releases on top of rolling host distributions.
>

Well, since those days I'm working on migrating away from sumo, I'll avoid
diverting
other's efforts there, since building in a chroot is pretty fine.


> > I could not find any discussion about those patches (it's hard to be
> > sure though, I found the
> > new mail archive quite impractical).
> >
> > Are there any reasons why this 2019-09 series is still NEW ?
>
> I know its confusing but
> For OE-core and bitbake too, patchwork is not primary tool for
> cherry-picking patches from mailing list, its email based, since its
> primarily driven by maintainer's convenience more than anything else. so
> dont read into status of the patchwork series status.
>
>
OK. But then it looks like the mail archive ought to make it easier to
navigate threads - I spent quite
some time trying to figure out if there had been any followup to this
series, and I'm still usure of the
answer.  It seems quite surprising there would be no thread view in this
software ?

-- 
Yann Dirson <yann@blade-group.com>
Blade / Shadow -- http://shadow.tech

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

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

* Re: [OE-core] Status of support for recent host glibc
  2020-06-05 13:14 ` Yann Dirson
@ 2020-06-05 13:29   ` Paul Barker
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Barker @ 2020-06-05 13:29 UTC (permalink / raw)
  To: Yann Dirson; +Cc: openembedded-core, Andreas Müller

On Fri, 5 Jun 2020 at 14:25, Yann Dirson <yann.dirson@blade-group.com> wrote:
>
> Le ven. 5 juin 2020 à 15:11, Yann Dirson via lists.openembedded.org <yann.dirson=blade-group.com@lists.openembedded.org> a écrit :
>>
>> I just got hit by the following dunfell build issue on my debian/testing dev box:
>
>
> My bad (too many build trees), it is a sumo build.

Sumo is now EOL (https://wiki.yoctoproject.org/wiki/Releases), you'll
probably need to update to something more recent to support Debian
testing.

-- 
Paul Barker
Konsulko Group

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

* Re: [OE-core] Status of support for recent host glibc
       [not found] <1615A7E9D8CB7FC6.25101@lists.openembedded.org>
@ 2020-06-05 13:14 ` Yann Dirson
  2020-06-05 13:29   ` Paul Barker
  0 siblings, 1 reply; 5+ messages in thread
From: Yann Dirson @ 2020-06-05 13:14 UTC (permalink / raw)
  To: yann.dirson; +Cc: openembedded-core, Andreas Müller

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

Le ven. 5 juin 2020 à 15:11, Yann Dirson via lists.openembedded.org
<yann.dirson=blade-group.com@lists.openembedded.org> a écrit :

> I just got hit by the following dunfell build issue on my debian/testing
> dev box:
>

My bad (too many build trees), it is a sumo build.


>  argp-fmtstream.c:(.text+0x4ca): undefined reference to `_IO_fwide'
>  /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/hosttools/ld:
> argp-fmtstream.c:(.text+0x51d): undefined reference to `_IO_fwide'
>  /home/yann/yocto/meta-blade/meta-shadow-os/build-boxv2/tmp/hosttools/ld:
> argp-help.o: in function `argp_failure':
>  argp-help.c:(.text+0x1fb1): undefined reference to `_IO_fwide'
>  collect2: error: ld returned 1 exit status
>  make: *** [Makefile:60: localedef] Error 1
>
> After some digging I found https://patchwork.openembedded.org/series/20136
> whose patch 4
> addresses this very problem.
>
> I could not find any discussion about those patches (it's hard to be sure
> though, I found the
> new mail archive quite impractical).
>
> Are there any reasons why this 2019-09 series is still NEW ?
>
> --
> Yann Dirson <yann@blade-group.com>
> Blade / Shadow -- http://shadow.tech
>
> 
>


-- 
Yann Dirson <yann@blade-group.com>
Blade / Shadow -- http://shadow.tech

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

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

end of thread, other threads:[~2020-06-06  9:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-05 13:10 Status of support for recent host glibc Yann Dirson
2020-06-05 19:28 ` [OE-core] " Khem Raj
2020-06-06  9:35   ` Yann Dirson
     [not found] <1615A7E9D8CB7FC6.25101@lists.openembedded.org>
2020-06-05 13:14 ` Yann Dirson
2020-06-05 13:29   ` Paul Barker

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.