knarfS / smuview

SmuView is a GUI for sigrok that supports power supplies, electronic loads and all sorts of measurement devices like multimeters, LCR meters and so on.
GNU General Public License v3.0
130 stars 24 forks source link

continuous build won't run on debian sid #40

Closed folkertvanheusden closed 1 year ago

folkertvanheusden commented 2 years ago

Running it gives:

/tmp/.mount_SmuVienaCk2D/usr/bin/smuview: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0: undefined symbol: g_module_open_full

That's for: SmuView-0.0.5-x86_64.AppImage and SmuView-0.0.6-git-7050317-x86_64.AppImage‎

knarfS commented 2 years ago

That's because of the new glib 2.70 :( Here you can find a very good analysis of the problem: https://github.com/project-slippi/Ishiiruka/issues/323

As a workaround for now, you can start SmuView like this:

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so ./SmuView-0.0.6-git-7050317-x86_64.AppImage

I'm working on a PR that will fix this problem in the AppImage tools itself.

knarfS commented 1 year ago

Fixed in the current continuous build: https://github.com/knarfS/smuview/releases/tag/continuous