Package Details: appimagelauncher-git r1251.71e8e32-1

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://assassinate-you.net/tags/appimagelauncher/
Keywords: appimage
Licenses: MIT
Conflicts: appimagelauncher
Provides: appimagelauncher
Submitter: AJSlye
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 4
Popularity: 0.000002
First Submitted: 2018-04-24 14:08 (UTC)
Last Updated: 2023-06-11 07:52 (UTC)

Pinned Comments

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

1 2 3 4 5 Next › Last »

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

euliveiras commented on 2023-11-29 18:52 (UTC) (edited on 2023-11-29 18:52 (UTC) by euliveiras)

i'm getting the same problem

Dhalucario commented on 2023-11-08 21:23 (UTC) (edited on 2023-11-08 21:31 (UTC) by Dhalucario)

I also get an error while trying to compile this:

[ 76%] Linking CXX shared library libbinfmt-bypass-preload.so
patching ELF file 'libbinfmt-bypass-preload.so'
clearing symbol version for dlsym
writing libbinfmt-bypass-preload.so
Error: found symbol version markers newer than 2.4:
                 U calloc@GLIBC_2.2.5
                 w __cxa_finalize@GLIBC_2.2.5
                 U dlsym
                 U __errno_location@GLIBC_2.2.5
                 U exit@GLIBC_2.2.5
                 U free@GLIBC_2.2.5
                 U getenv@GLIBC_2.2.5
                 w __gmon_start__
                 w _ITM_deregisterTMCloneTable
                 w _ITM_registerTMCloneTable
                 U malloc@GLIBC_2.2.5
                 U memcpy@GLIBC_2.14
                 U __stack_chk_fail@GLIBC_2.4
                 U stderr@GLIBC_2.2.5
                 U strdup@GLIBC_2.2.5
                 U strerror@GLIBC_2.2.5
                 U strlen@GLIBC_2.2.5
                 U strncmp@GLIBC_2.2.5
                 U strncpy@GLIBC_2.2.5
                 U unsetenv@GLIBC_2.2.5
                 U __vfprintf_chk@GLIBC_2.3.4
make[2]: *** [src/binfmt-bypass/CMakeFiles/binfmt-bypass-preload.dir/build.make:114: src/binfmt-bypass/libbinfmt-bypass-preload.so] Error 1
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: failed to build 'appimagelauncher-git-r1251.71e8e32-1': 
error: packages failed to build: appimagelauncher-git-r1251.71e8e32-1

Dhalucario commented on 2023-11-08 21:18 (UTC)

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

FabioLolix commented on 2023-08-25 08:42 (UTC)

Thanks for reporting, I'll be away for a few days so can't look into it

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