New comment by biopsin on void-packages repository https://github.com/void-linux/void-packages/issues/34845#issuecomment-1059047756 Comment: Seems Im a muppet and dont get it template block ``` do_extract() { /bin/sh ${XBPS_SRCDISTDIR}/${pkgname}-${version}/hplip-${version}-plugin.run \ --noexec --target ${wrksrc} } ``` the error ``` => hplip-plugin-3.22.2_1: running do_extract ... Creating directory /builddir/hplip-plugin-3.22.2 Verifying archive integrity... All good. Uncompressing HPLIP 3.22.2 Plugin Self Extracting Archive.Extraction failed. Terminated => ERROR: hplip-plugin-3.22.2_1: do_extract: '/bin/sh ${XBPS_SRCDISTDIR}/${pkgname}-${version}/hplip-${version}-plugin.run --noexec --target ${wrksrc}' exited with 143 => ERROR: in do_extract() at srcpkgs/hplip-plugin/template:15 ``` setting chmod +x on the source makes no difference and it extracts fine locally..