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.000001
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

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

AJSlye commented on 2019-01-15 16:36 (UTC) (edited on 2019-01-15 16:43 (UTC) by AJSlye)

This is a git build that pulls from the continuous release tag.

This is NOT a release version, this tag is updated in between releases.

Your installed version will be different than what is listed here.

Please refrain from tagging this out of date.

I will look into, and discuss with TheAssassin, creating a new AUR entry for release versions.

https://github.com/TheAssassin/AppImageLauncher/tags

AJSlye commented on 2019-01-04 20:03 (UTC)

Libappimage is now available in the arch/manjaro repositories. Not sure if this this is useful, or would help minimize build time or not. But I figured that I would mention it: https://www.archlinux.org/packages/extra/x86_64/libappimage/

makeworld commented on 2018-12-30 19:01 (UTC)

I've made an issue on github for this specific problem here: https://github.com/TheAssassin/AppImageLauncher/issues/110

makeworld commented on 2018-12-30 18:54 (UTC)

Here's a better formatted version of what fusion809 posted before:

/home/makeworld/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp: In static member function ‘static cpr::ErrorCode cpr::Error::getErrorCodeForCurlError(int32_t)’:
/home/makeworld/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp:41:9: error: duplicate case value
         case CURLE_SSL_CACERT:
         ^~~~
/home/makeworld/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp:25:9: note: previously used here
         case CURLE_PEER_FAILED_VERIFICATION:
         ^~~~
make[2]: *** [lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/build.make:115: lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/error.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:2459: lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
Error making: appimagelauncher-git

AJSlye commented on 2018-12-22 14:06 (UTC) (edited on 2018-12-22 14:14 (UTC) by AJSlye)

This is not meant to be built on Arch testing. By the time testing packages are in stable these sort of things should be fixed. However, the error looks like a sub-module issue (appimageupdate/zsync2), please give TheAssassin time to work this out in the source code.

fusion809 commented on 2018-12-22 13:58 (UTC)

On an up-to-date Arch system with testing repos enabled I receive the build error:

[ 73%] Building CXX object lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/digest.cpp.o [ 75%] Building CXX object lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/error.cpp.o /home/fusion809/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp: In static member function ‘static cpr::ErrorCode cpr::Error::getErrorCodeForCurlError(int32_t)’: /home/fusion809/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp:41:9: error: duplicate case value case CURLE_SSL_CACERT: ^~~~ /home/fusion809/.cache/yay/appimagelauncher-git/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/error.cpp:25:9: note: previously used here case CURLE_PEER_FAILED_VERIFICATION: ^~~~ make[2]: [lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/build.make:115: lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/error.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:2459: lib/AppImageUpdate/lib/zsync2/lib/cpr/cpr/CMakeFiles/cpr.dir/all] Error 2 make: *** [Makefile:152: all] Error 2

AJSlye commented on 2018-11-22 14:47 (UTC) (edited on 2018-11-22 14:50 (UTC) by AJSlye)

Make sure you have libarchive installed. Otherwise, you may need to wait on TheAssassin to reply. He's the developer, and knows more about the internals than I.

genie137 commented on 2018-11-22 14:08 (UTC)

Im trying to install this package, and the installer keeps stopping after the following lines:

[ 60%] Built target libarchive-EXTERNAL make: *** [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Error making: appimagelauncher-git

Im running Antargos KDE, installed all updates.

AJSlye commented on 2018-05-09 00:38 (UTC) (edited on 2018-05-09 00:49 (UTC) by AJSlye)

Your up to date, give me a few minutes to fix this.

When you built your package, there was another new commit to github, this is the problem with continuous build applications like this.

I'll need to update here as well, It all boils down to timing..