Re: Qemu and missing dynamic libraries

2023-04-25 Thread Joel Sherrill
On Mon, Apr 24, 2023 at 4:30 PM Chris Johns wrote: > > > On 25/4/2023 7:05 am, Joel Sherrill wrote: > > > > > > On Mon, Apr 24, 2023 at 3:11 PM Karel Gardas > wrote: > > > > On 4/24/23 21:33, Joel Sherrill wrote: > > > > > > > > > On Mon, Apr 24, 2023, 2:11 PM Karel Gardas >

Re: Qemu and missing dynamic libraries

2023-04-24 Thread Chris Johns
On 25/4/2023 7:05 am, Joel Sherrill wrote: > > > On Mon, Apr 24, 2023 at 3:11 PM Karel Gardas wrote: > > On 4/24/23 21:33, Joel Sherrill wrote: > > > > > > On Mon, Apr 24, 2023, 2:11 PM Karel Gardas > wrote: > > > > > >     What have you done to this poor FBSD?

Re: Qemu and missing dynamic libraries

2023-04-24 Thread Joel Sherrill
On Mon, Apr 24, 2023 at 3:11 PM Karel Gardas wrote: > On 4/24/23 21:33, Joel Sherrill wrote: > > > > > > On Mon, Apr 24, 2023, 2:11 PM Karel Gardas > wrote: > > > > > > What have you done to this poor FBSD? ;-) > Nothing. :) I wonder when we started installing dynamic libraries with qemu.

Re: Qemu and missing dynamic libraries

2023-04-24 Thread Karel Gardas
On 4/24/23 21:33, Joel Sherrill wrote: On Mon, Apr 24, 2023, 2:11 PM Karel Gardas wrote: What have you done to this poor FBSD? ;-) Anyway, I've just pkg update; pkg upgrade and result is: karel@rtems:/usr/local/lib $ ls -la libglib-2.0.* -rw-r--r--  1 root  wheel  2434866

Re: Qemu and missing dynamic libraries

2023-04-24 Thread Joel Sherrill
On Mon, Apr 24, 2023, 2:11 PM Karel Gardas wrote: > > What have you done to this poor FBSD? ;-) > > Anyway, I've just pkg update; pkg upgrade and result is: > > karel@rtems:/usr/local/lib $ ls -la libglib-2.0.* > -rw-r--r-- 1 root wheel 2434866 Apr 2 03:18 libglib-2.0.a > lrwxr-xr-x 1 root

Re: Qemu and missing dynamic libraries

2023-04-24 Thread Karel Gardas
What have you done to this poor FBSD? ;-) Anyway, I've just pkg update; pkg upgrade and result is: karel@rtems:/usr/local/lib $ ls -la libglib-2.0.* -rw-r--r-- 1 root wheel 2434866 Apr 2 03:18 libglib-2.0.a lrwxr-xr-x 1 root wheel 16 Apr 2 03:19 libglib-2.0.so ->

Qemu and missing dynamic libraries

2023-04-24 Thread Joel Sherrill
Hi It looks like something has broken recently with building qemu via the RSB and dynamic libraries. All invocations of qemu are failing https://lists.rtems.org/pipermail/build/2023-April/044792.html Not sure what to do. Maybe LD_LIBRARY_PATH but that wasn't needed before --joel