Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usr/bin/appstreamcli: symbol lookup error: /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1: undefined symbol: g_file_info_get_modification_date_time #282

Closed
Lateralus138 opened this issue Aug 29, 2020 · 3 comments

Comments

@Lateralus138
Copy link

Hello, you've been helping me on Twitter and I've got the other problems fixed (I'm pretty sure) after upgrading to 20.04 , but I have a new error in appstreamcli when using the appimagetool trying to compile my project.

Error:

 $ appimagetool mcchunkgetv2.AppDir
appimagetool, continuous build (commit 20ea487), build 2117 built on 2020-02-18 05:18:18 UTC
Using architecture x86_64
/home/flux/python/projects/crossplatform/mcchunckgetv2/src/linux/appimage/mcchunkgetv2.AppDir should be packaged as MC_Chunk_Get_V2-x86_64.AppImage
AppStream upstream metadata found in usr/share/metainfo/io.github.lateralus138.mc_chunk_get_v2.appdata.xml
Trying to validate AppStream information with the appstreamcli tool
In case of issues, please refer to https://github.com/ximion/appstream
/usr/bin/appstreamcli: symbol lookup error: /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1: undefined symbol: g_file_info_get_modification_date_time
Failed to validate AppStream information with appstreamcli
 Error: 1

AppStreamCLI Error

@ximion
Copy link
Owner

ximion commented Aug 29, 2020

This looks like an AppImage bug - apparently a different version of libsoup is used at runtime compared to what AppStream was compiled with (likely appimagetool messes with LD_LIBRARY_PATH and doesn't reset that when calling appstreamcli). Maybe @probonopd knows more.

@Lateralus138
Copy link
Author

Ok thanks and sorry to bother with this.

@probonopd
Copy link

Try appimagetool from https://github.com/probonopd/go-appimage. It is not exporting LD_LIBRARY_PATH anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants