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

[ARCH] libappimageupdate.so: : No such file or directory #237

Closed
gleitoncampos opened this issue Aug 30, 2019 · 3 comments
Closed

[ARCH] libappimageupdate.so: : No such file or directory #237

gleitoncampos opened this issue Aug 30, 2019 · 3 comments
Labels
upstream bug Something is broken upstream, and is beyond our control

Comments

@gleitoncampos
Copy link

gleitoncampos commented Aug 30, 2019

Hello! I installed the AppImageLauncher via AUR and yaourt (https://aur.archlinux.org/packages/appimagelauncher-git) and if I try to open the AppImageLauncherSettings, nothing happens. If I try to open a AppImage file, I receive a "/usr/bin/AppImageLauncher: error while loading shared libraries: libappimageupdate.so: cannot open shared object file: No such file or directory"

I'm using Arch + KDE Plasma 5. Attached the installation stdout

Thanks
AppImageLauncher.log

@gleitoncampos gleitoncampos changed the title libappimageupdate.so: : No such file or directory" [ARCH] libappimageupdate.so: : No such file or directory" Aug 30, 2019
@gleitoncampos gleitoncampos changed the title [ARCH] libappimageupdate.so: : No such file or directory" [ARCH] libappimageupdate.so: : No such file or directory Aug 30, 2019
@TheAssassin TheAssassin added the upstream bug Something is broken upstream, and is beyond our control label Sep 1, 2019
@TheAssassin
Copy link
Owner

There's a bug in that AUR file, there needs to be a second CMake run after building for the first time. It's a workaround for a limitation in CMake regarding path resolving.

Please see

# compile dependencies
make -j $(nproc) libappimage libappimageupdate libappimageupdate-qt
# re-run cmake to update paths to dependencies
cmake .
# build rest
make -j $(nproc)
# prepare AppDir
make install DESTDIR=AppDir
.

Can you please fix the AUR pkgbuild stuff? I'm not maintaining it. Or perhaps contact the upstream maintainer?

@gleitoncampos
Copy link
Author

Tks for the info! I'll try this and send this to the upstream maintainer. Thank you.

@TheAssassin
Copy link
Owner

You can also send my apologies for the crappy workflow.

Closing as resolved. Please feel free to reopen if there's more issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream bug Something is broken upstream, and is beyond our control
Projects
None yet
Development

No branches or pull requests

2 participants