-
Notifications
You must be signed in to change notification settings - Fork 155
Description
I have just installed apio (apio-linux-x86-64-1.0.1-20251024-debian.deb) on a new Ubuntu installation (24.04 LTS) and I receive an error message when simulating:
gtkwave --rcvar "splash_disable on" --rcvar "do_initial_zoom_fit 1" _build/default/dff_tb.vcd dff_tb.gtkw
/home/nigel/.apio/packages/oss-cad-suite/lib/libc.so.6: version GLIBC_2.38' not found (required by /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so) Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so: undefined symbol: g_assertion_message_cmpint Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so /home/nigel/.apio/packages/oss-cad-suite/lib/libc.so.6: version GLIBC_2.38' not found (required by /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
I'm not an experienced linux user, but as far as I can tell, this appears to be caused by the latest version of apio wanting to use a later version of GLIBC than my version of Ubuntu has installed. Is that correct?
Is there a solution to this? Am I doing something really stupid?