Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-23 Thread Ricardo Ribalda Delgado
Hi On Wed, Aug 22, 2018 at 4:57 PM wrote: > > On Wed, 2018-08-22 at 15:39 +0200, Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 3:37 PM > > wrote: > > > > RTLDLIST="/lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2 > > > > /libx32/ld-linux-x32.so. > > > > > > I just looked at what the f

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Khem Raj
On Wed, Aug 22, 2018 at 7:57 AM wrote: > > On Wed, 2018-08-22 at 15:39 +0200, Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 3:37 PM > > wrote: > > > > RTLDLIST="/lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2 > > > > /libx32/ld-linux-x32.so. > > > > > > I just looked at what the funct

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread richard . purdie
On Wed, 2018-08-22 at 15:39 +0200, Ricardo Ribalda Delgado wrote: > On Wed, Aug 22, 2018 at 3:37 PM > wrote: > > > RTLDLIST="/lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2 > > > /libx32/ld-linux-x32.so. > > > > I just looked at what the function is doing and its broken. What is > > DEFAULTTUNE se

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread richard . purdie
On Wed, 2018-08-22 at 15:33 +0200, Ricardo Ribalda Delgado wrote: > Hello > On Wed, Aug 22, 2018 at 3:28 PM Ricardo Ribalda Delgado > wrote: > > > > On Wed, Aug 22, 2018 at 3:21 PM > > wrote: > > > > > > On Wed, 2018-08-22 at 15:13 +0200, Ricardo Ribalda Delgado wrote: > > > > > Here I see: > >

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
Hi On Wed, Aug 22, 2018 at 3:37 PM wrote: > > On Wed, 2018-08-22 at 15:33 +0200, Ricardo Ribalda Delgado wrote: > > Hello > > On Wed, Aug 22, 2018 at 3:28 PM Ricardo Ribalda Delgado > > wrote: > > > > > > On Wed, Aug 22, 2018 at 3:21 PM > > > wrote: > > > > > > > > On Wed, 2018-08-22 at 15:13

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
Hello On Wed, Aug 22, 2018 at 3:28 PM Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 3:21 PM wrote: > > > > On Wed, 2018-08-22 at 15:13 +0200, Ricardo Ribalda Delgado wrote: > > > > Here I see: > > > > > > > > $ MACHINE=qemux86-64 bitbake glibc -e | grep ^RTLDLIST= > > > > RTLDLIST="/

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
On Wed, Aug 22, 2018 at 3:21 PM wrote: > > On Wed, 2018-08-22 at 15:13 +0200, Ricardo Ribalda Delgado wrote: > > > Here I see: > > > > > > $ MACHINE=qemux86-64 bitbake glibc -e | grep ^RTLDLIST= > > > RTLDLIST="/lib/ld-linux-x86-64.so.2" > > > > The output of RTLDLIST that I shared was from > > ro

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread richard . purdie
On Wed, 2018-08-22 at 15:13 +0200, Ricardo Ribalda Delgado wrote: > > Here I see: > > > > $ MACHINE=qemux86-64 bitbake glibc -e | grep ^RTLDLIST= > > RTLDLIST="/lib/ld-linux-x86-64.so.2" > > The output of RTLDLIST that I shared was from > root@qt5122:~# cat /usr/bin/ldd | grep ^RTLD > RTLDLIST="/

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
HI Richard On Wed, Aug 22, 2018 at 3:05 PM wrote: > > On Wed, 2018-08-22 at 15:02 +0200, Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 3:00 PM > > wrote: > > > > > > On Wed, 2018-08-22 at 14:48 +0200, Ricardo Ribalda Delgado wrote: > > > > On Wed, Aug 22, 2018 at 2:45 PM > > > rg>

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread richard . purdie
On Wed, 2018-08-22 at 15:02 +0200, Ricardo Ribalda Delgado wrote: > On Wed, Aug 22, 2018 at 3:00 PM > wrote: > > > > On Wed, 2018-08-22 at 14:48 +0200, Ricardo Ribalda Delgado wrote: > > > On Wed, Aug 22, 2018 at 2:45 PM > > rg> > > > wrote: > > > > > > > > On Tue, 2018-08-21 at 16:58 +0200, Ri

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
On Wed, Aug 22, 2018 at 3:00 PM wrote: > > On Wed, 2018-08-22 at 14:48 +0200, Ricardo Ribalda Delgado wrote: > > On Wed, Aug 22, 2018 at 2:45 PM > > wrote: > > > > > > On Tue, 2018-08-21 at 16:58 +0200, Ricardo Ribalda Delgado wrote: > > > > RTLDLIST table does not include /lib/ld-linux-x86-64.so

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread richard . purdie
On Wed, 2018-08-22 at 14:48 +0200, Ricardo Ribalda Delgado wrote: > On Wed, Aug 22, 2018 at 2:45 PM > wrote: > > > > On Tue, 2018-08-21 at 16:58 +0200, Ricardo Ribalda Delgado wrote: > > > RTLDLIST table does not include /lib/ld-linux-x86-64.so.2, > > > resulting > > > on the following error: > >

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread Ricardo Ribalda Delgado
Hi Richard On Wed, Aug 22, 2018 at 2:45 PM wrote: > > On Tue, 2018-08-21 at 16:58 +0200, Ricardo Ribalda Delgado wrote: > > RTLDLIST table does not include /lib/ld-linux-x86-64.so.2, resulting > > on the following error: > > > > root@qt5122:~# ldd ./qtec_webcam > > not a dynamic executable > > >

Re: [OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-22 Thread richard . purdie
On Tue, 2018-08-21 at 16:58 +0200, Ricardo Ribalda Delgado wrote: > RTLDLIST table does not include /lib/ld-linux-x86-64.so.2, resulting > on the following error: > > root@qt5122:~# ldd ./qtec_webcam > not a dynamic executable > > Signed-off-by: Ricardo Ribalda Delgado > --- > .../glibc/glibc/0

[OE-core] [PATCH] glibc: Fix ldd bug: not a dynamic executable error

2018-08-21 Thread Ricardo Ribalda Delgado
RTLDLIST table does not include /lib/ld-linux-x86-64.so.2, resulting on the following error: root@qt5122:~# ldd ./qtec_webcam not a dynamic executable Signed-off-by: Ricardo Ribalda Delgado --- .../glibc/glibc/0031-ldd-rewrite.patch| 22 +++ meta/recipes-core/glibc/glibc