New comment by eth0OS on void-packages repository https://github.com/void-linux/void-packages/pull/27066#issuecomment-1010232915 Comment: > How did you compile & install your `bottles`? This PR already has `patool` included. At first I I pulled void-packages, as told in the documentation. Then I copied the PR's template into the void-packages/srcpkgs/bottles/template file and ran `./xbps-src pkg bottles`: This procedure returned me this error ``` => xbps-src: updating repositories for host (x86_64)... [*] Updating repository 'https://alpha.de.repo.voidlinux.org/current/x86_64-repodata' ... x86_64-repodata: 1713KB [avg rate: 3493KB/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: 773KB [avg rate: 49GB/s] [*] Updating repository 'https://alpha.de.repo.voidlinux.org/current/multilib/x86_64-repodata' ... x86_64-repodata: 663KB [avg rate: 23GB/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... => bottles-2021.11.28_1: removing autodeps, please wait... => bottles-2021.11.28_1: building [meson] for x86_64... [host] gettext-0.21_4: found (https://alpha.de.repo.voidlinux.org/current) [host] pkg-config-0.29.2_3: found (https://alpha.de.repo.voidlinux.org/current) [host] glib-devel-2.70.2_1: found (https://alpha.de.repo.voidlinux.org/current) [host] meson-0.60.3_1: found (https://alpha.de.repo.voidlinux.org/current) [target] python3-devel-3.10.1_1: found (https://alpha.de.repo.voidlinux.org/current) [target] libhandy1-devel-1.5.0_1: found (https://alpha.de.repo.voidlinux.org/current) => ERROR: bottles-2021.11.28_1: target dependency 'python3-patool' does not exist! ``` Later, I tried removing the pytho3-patool from the template, the compilation and building finished succesfully but of course the application didn't run without the patool module. Did I miss anything?