Package Details: appimagelauncher-git r1329.3d42d4c-2

Git Clone URL: https://aur.archlinux.org/appimagelauncher-git.git (read-only, click to copy)
Package Base: appimagelauncher-git
Description: A Helper application for running and integrating AppImages.
Upstream URL: https://github.com/TheAssassin/AppImageLauncher
Keywords: appimage
Licenses: MIT
Conflicts: appimagelauncher
Provides: appimagelauncher
Submitter: AJSlye
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 4
Popularity: 0.000000
First Submitted: 2018-04-24 14:08 (UTC)
Last Updated: 2025-02-19 20:42 (UTC)

Pinned Comments

FabioLolix commented on 2024-09-15 14:55 (UTC)

Build fine with devtools but not with makepkg for me See https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot extra-x86_64-build

FabioLolix commented on 2023-11-29 22:43 (UTC)

There is an issue open since June https://github.com/TheAssassin/AppImageLauncher/issues/574


I would recommend to use a VM of a base arch install and check what dependencies are missing using that.

We have devtools for building in a clean chroot https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot, typically I do both a clean build and a dirty build but the program is broken now

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

AskAlice commented on 2023-08-24 21:58 (UTC)

Should add patchelf to the dependencies

/home/alice/.cache/yay/appimagelauncher-git/src/AppImageLauncher/src/binfmt-bypass/fix-preload-library.sh: line 26: patchelf: command not found
make[2]: *** [src/binfmt-bypass/CMakeFiles/binfmt-bypass-preload.dir/build.make:114: src/binfmt-bypass/libbinfmt-bypass-preload.so] Error 127
make[2]: *** Deleting file 'src/binfmt-bypass/libbinfmt-bypass-preload.so'
make[1]: *** [CMakeFiles/Makefile2:1850: src/binfmt-bypass/CMakeFiles/binfmt-bypass-preload.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: appimagelauncher-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
appimagelauncher-git - exit status 4
yay -S appimagelauncher-git  56.01s user 11.70s system 48% cpu 2:19.07 total
❯ sudo pacman -S patchelf
resolving dependencies...
looking for conflicting packages...

Packages (1) patchelf-0.18.0-1

Total Download Size:   0.10 MiB
Total Installed Size:  0.24 MiB

Celti commented on 2022-12-18 00:24 (UTC)

This package's local submodule handling breaks with git 2.38.1 thanks to CVE-2022-39253. To fix this cleanly, so that this package builds in a clean container, the calls to git submodule update need to be updated with -c protocol.file.allow=always; i.e., git -c protocol.file.allow=always submodule update.

This package also requires a makedependency on vim or it fails to build in a clean container with a failure to find xxd.

zerowang commented on 2022-05-23 03:29 (UTC)

get some error when linking appimagelauncherd. Package curl had been installed.

/usr/bin/ld: ../../lib/AppImageUpdate/src/libappimageupdate.so: undefined reference to `curl_easy_getinfo@CURL_OPENSSL_4'
/usr/bin/ld: ../../lib/AppImageUpdate/src/libappimageupdate.so: undefined reference to `curl_multi_perform@CURL_OPENSSL_4'
/usr/bin/ld: ../../lib/AppImageUpdate/src/libappimageupdate.so: undefined reference to `curl_easy_perform@CURL_OPENSSL_4'
/usr/bin/ld: ../../lib/AppImageUpdate/src/libappimageupdate.so: undefined reference to `curl_formfree@CURL_OPENSSL_4'
/usr/bin/ld: ../../lib/AppImageUpdate/src/libappimageupdate.so: undefined reference to `curl_easy_init@CURL_OPENSSL_4'
/usr/bin/ld: ../../lib/AppImageUpdate/src/libappimageupdate.so: undefined reference to `curl_multi_add_handle@CURL_OPENSSL_4

bitterhalt commented on 2022-05-13 10:43 (UTC)

@Foliofox I have no idea what happened but after reboot I was able to install this using yay helper.

FabioLolix commented on 2022-05-12 20:10 (UTC)

@bitterhalt building using devtools (extra-x86_64-build) worked fine

bitterhalt commented on 2022-05-12 11:21 (UTC)

Getting this error:

/usr/bin/ld: /usr/lib/libappimage.so.1.0.3: undefined reference to `std::__glibcxx_assert_fail(char const, int, char const, char const)@GLIBCXX_3.4.30' collect2: error: ld returned 1 exit status make[2]: [src/daemon/CMakeFiles/appimagelauncherd.dir/build.make:168: src/daemon/appimagelauncherd] Error 1 make[1]: [CMakeFiles/Makefile2:1573: src/daemon/CMakeFiles/appimagelauncherd.dir/all] Error 2 make: ** [Makefile:156: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... -> error making: appimagelauncher-git

realkstrawn93 commented on 2022-03-18 23:19 (UTC)

Might want to pull in lib32-glibc, lib32-gcc-libs, and lib32-fakeroot as dependencies. Fails to compile otherwise.