Re: [OE-core] rootfs.py generates wrong ld.so.cache in case of usrmerge distro feature

2023-11-30 Thread Chen Qi via lists.openembedded.org
Could you check if your /lib is a symlink to /usr/lib on target? /lib/libxxx.so.x should be fine if /lib is a symlink to /usr/lib. Right? Or am I missing something? Regards, Qi On 11/24/23 18:34, Johannes Pointner wrote: Hello, I did recently my first Nanbield build which required the distro

Re: [OE-core] rootfs.py generates wrong ld.so.cache in case of usrmerge distro feature

2023-11-30 Thread Johannes Pointner
On Thu, Nov 30, 2023 at 10:45 AM Johannes Pointner wrote: > > On Fri, Nov 24, 2023 at 6:03 PM Khem Raj wrote: > > > > > > > > On Fri, Nov 24, 2023 at 2:34 AM Johannes Pointner > > wrote: > >> > >> Hello, > >> > >> I did recently my first Nanbield build which required the distro > >> feature

Re: [OE-core] rootfs.py generates wrong ld.so.cache in case of usrmerge distro feature

2023-11-30 Thread Johannes Pointner
On Fri, Nov 24, 2023 at 6:03 PM Khem Raj wrote: > > > > On Fri, Nov 24, 2023 at 2:34 AM Johannes Pointner > wrote: >> >> Hello, >> >> I did recently my first Nanbield build which required the distro >> feature usrmerge because of using systemd and as a result QtWebEngine >> didn't work anymore.

Re: [OE-core] rootfs.py generates wrong ld.so.cache in case of usrmerge distro feature

2023-11-24 Thread Khem Raj
On Fri, Nov 24, 2023 at 2:34 AM Johannes Pointner wrote: > Hello, > > I did recently my first Nanbield build which required the distro > feature usrmerge because of using systemd and as a result QtWebEngine > didn't work anymore. > I reported this to

[OE-core] rootfs.py generates wrong ld.so.cache in case of usrmerge distro feature

2023-11-24 Thread Johannes Pointner
Hello, I did recently my first Nanbield build which required the distro feature usrmerge because of using systemd and as a result QtWebEngine didn't work anymore. I reported this to Qt(https://bugreports.qt.io/browse/QTBUG-119140), but looking deeper into this it turned out to be an issue related