So, I've made a binary ebuild, but I've hit an error I cannot figure out. After successfully creating the manifest, and attempting to emerge the refind binary, I get the following error:
Code: Select all
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) sys-boot/refind-bin-0.4.5 from x-portage
>>> Failed to emerge sys-boot/refind-bin-0.4.5
>>> Jobs: 0 of 1 complete, 1 failed Load avg: 0.46, 0.39, 0.40
* Messages for package sys-boot/refind-bin-0.4.5:
* ERROR: sys-boot/refind-bin-0.4.5 failed (unpack phase):
* failure unpacking refind-bin-0.4.5.zip
*
* Call stack:
* ebuild.sh, line 85: Called src_unpack
* environment, line 2096: Called _eapi0_src_unpack
* phase-helpers.sh, line 530: Called unpack 'refind-bin-0.4.5.zip'
* phase-helpers.sh, line 306: Called die
* The specific snippet of code:
* ( set +x ; while true ; do echo n || break ; done ) | \
* unzip -qo "${srcdir}${x}" || die "$myfail"
*
* If you need support, post the output of `emerge --info '=sys-boot/refind-bin-0.4.5'`,
* the complete build log and the output of `emerge -pqv '=sys-boot/refind-bin-0.4.5'`.
* This ebuild is from an overlay named 'x-portage': '/usr/local/portage/'
* The complete build log is located at '/var/tmp/portage/sys-boot/refind-bin-0.4.5/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-boot/refind-bin-0.4.5/temp/environment'.
* Working directory: '/var/tmp/portage/sys-boot/refind-bin-0.4.5/work'
* S: '/var/tmp/portage/sys-boot/refind-bin-0.4.5/work/refind-bin-0.4.5'


