New comment by JJGadgets on void-packages repository https://github.com/void-linux/void-packages/issues/26702#issuecomment-805441277 Comment: @m4rcu5 I seem to be getting `make: *** No rule to make target 'libappimage'. Stop.` Any idea why? Attached log below. ``` ❯ ./xbps-src pkg AppImageLauncher => xbps-src: updating repositories for host (x86_64)... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... x86_64-repodata: 1679KB [avg rate: 1617KB/s] [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/nonfree/x86_64-repodata' ... [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/debug/x86_64-repodata' ... x86_64-repodata: 740KB [avg rate: 6453MB/s] [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ... x86_64-repodata: 632KB [avg rate: 7182MB/s] [*] Updating repository `https://alpha.de.repo.voidlinux.org/current/multilib/nonfree/x86_64-repodata' ... => xbps-src: updating software in / masterdir... => xbps-src: cleaning up / masterdir... => AppImageLauncher-2.2.0_1: removing autodeps, please wait... => AppImageLauncher-2.2.0_1: building [cmake] for x86_64... [host] git-2.31.0_1: found (https://alpha.de.repo.voidlinux.org/current) [host] automake-1.16.2_2: found (https://alpha.de.repo.voidlinux.org/current) [host] pkg-config-0.29.2_2: found (https://alpha.de.repo.voidlinux.org/current) [host] libtool-2.4.6_6: found (https://alpha.de.repo.voidlinux.org/current) [host] wget-1.21.1_2: found (https://alpha.de.repo.voidlinux.org/current) [host] xxd-8.2.2513_1: found (https://alpha.de.repo.voidlinux.org/current) [host] desktop-file-utils-0.26_1: found (https://alpha.de.repo.voidlinux.org/current) [host] cmake-3.19.6_1: found (https://alpha.de.repo.voidlinux.org/current) [host] ninja-1.10.2_2: found (https://alpha.de.repo.voidlinux.org/current) [target] glib-devel-2.66.7_1: found (https://alpha.de.repo.voidlinux.org/current) [target] cairo-devel-1.16.0_2: found (https://alpha.de.repo.voidlinux.org/current) [target] librsvg-devel-2.50.3_1: found (https://alpha.de.repo.voidlinux.org/current) [target] fuse-devel-2.9.9_1: found (https://alpha.de.repo.voidlinux.org/current) [target] libarchive-devel-3.5.1_2: found (https://alpha.de.repo.voidlinux.org/current) [target] boost-devel-1.72.0_4: found (https://alpha.de.repo.voidlinux.org/current) [target] liblzma-devel-5.2.5_1: found (https://alpha.de.repo.voidlinux.org/current) [target] libcurl-devel-7.75.0_2: found (https://alpha.de.repo.voidlinux.org/current) [target] qt5-devel-5.15.2_4: found (https://alpha.de.repo.voidlinux.org/current) => AppImageLauncher-2.2.0_1: installing host dependencies: git-2.31.0_1 automake-1.16.2_2 pkg-config-0.29.2_2 libtool-2.4.6_6 wget-1.21.1_2 xxd-8.2.2513_1 desktop-file-utils-0.26_1 cmake-3.19.6_1 ninja-1.10.2_2 ... => AppImageLauncher-2.2.0_1: installing target dependencies: glib-devel-2.66.7_1 cairo-devel-1.16.0_2 librsvg-devel-2.50.3_1 fuse-devel-2.9.9_1 libarchive-devel-3.5.1_2 boost-devel-1.72.0_4 liblzma-devel-5.2.5_1 libcurl-devel-7.75.0_2 qt5-devel-5.15.2_4 ... => AppImageLauncher-2.2.0_1: running pre-build hook: 02-script-wrapper ... => AppImageLauncher-2.2.0_1: running do_build ... make: *** No rule to make target 'libappimage'. Stop. => ERROR: AppImageLauncher-2.2.0_1: do_build: 'make ${makejobs} libappimage libappimageupdate libappimageupdate-qt' exited with 2 => ERROR: in do_build() at srcpkgs/AppImageLauncher/template:26 ```