Summary: | sys-kernel/linux-firmware-20190815[-redistributable]: src_prepare(): Failed to concat amd cpu ucode | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | nE0sIghT <ykonotopov> |
Component: | Current packages | Assignee: | Chí-Thanh Christopher Nguyễn <chithanh> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kernel, zerochaos |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
nE0sIghT
2019-08-22 13:23:41 UTC
> ebuild linux-firmware-20190815.ebuild clean unpack && ls -l /var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815/amd-ucode/*.bin * linux-firmware-20190815.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] * To avoid automounting and auto(un)installing with /boot, * just export the DONT_MOUNT_BOOT variable. * Assuming you do not have a separate /boot partition. >>> Unpacking source... >>> Unpacking linux-firmware-20190815.tar.gz to /var/tmp/portage/sys-kernel/linux-firmware-20190815/work >>> Source unpacked in /var/tmp/portage/sys-kernel/linux-firmware-20190815/work -rw-r--r-- 1 portage portage 12684 авг 15 15:46 /var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815/amd-ucode/microcode_amd.bin -rw-r--r-- 1 portage portage 7876 авг 15 15:46 /var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815/amd-ucode/microcode_amd_fam15h.bin -rw-r--r-- 1 portage portage 3510 авг 15 15:46 /var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815/amd-ucode/microcode_amd_fam16h.bin -rw-r--r-- 1 portage portage 6476 авг 15 15:46 /var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815/amd-ucode/microcode_amd_fam17h.bin > ebuild linux-firmware-20190815.ebuild prepare; ls -l /var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815/amd-ucode/*.bin >>> Existing ${T}/environment for 'linux-firmware-20190815' will be >>> sourced. Run 'clean' to start with a fresh environment. >>> Checking linux-firmware-20190815.tar.gz's mtime... >>> WORKDIR is up-to-date, keeping... >>> It appears that 'pretend' has already executed for 'linux-firmware-20190815'; skipping. >>> Remove '/var/tmp/portage/sys-kernel/linux-firmware-20190815/.pretended' to force pretend. >>> It appears that 'setup' has already executed for 'linux-firmware-20190815'; skipping. >>> Remove '/var/tmp/portage/sys-kernel/linux-firmware-20190815/.setuped' to force setup. >>> It appears that 'unpack' has already executed for 'linux-firmware-20190815'; skipping. >>> Remove '/var/tmp/portage/sys-kernel/linux-firmware-20190815/.unpacked' to force unpack. >>> Preparing source in /var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815 ... cat: '/var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815/amd-ucode/*.bin': No such file or directory * ERROR: sys-kernel/linux-firmware-20190815::gentoo failed (prepare phase): * Failed to concat amd cpu ucode * * Call stack: * ebuild.sh, line 125: Called src_prepare * environment, line 889: Called die * The specific snippet of code: * cat "${S}"/amd-ucode/*.bin > "${amd_ucode_file}" || die "Failed to concat amd cpu ucode"; * * If you need support, post the output of `emerge --info '=sys-kernel/linux-firmware-20190815::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-kernel/linux-firmware-20190815::gentoo'`. * The complete build log is located at '/var/tmp/portage/sys-kernel/linux-firmware-20190815/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-kernel/linux-firmware-20190815/temp/environment'. * Working directory: '/var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815' * S: '/var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815' ls: cannot access '/var/tmp/portage/sys-kernel/linux-firmware-20190815/work/linux-firmware-20190815/amd-ucode/*.bin': No such file or directory Please _attach_ complete build.log. Created attachment 587792 [details]
build.log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18563ff12edb07e3a3e563ff78b30a0043ff4b3 commit e18563ff12edb07e3a3e563ff78b30a0043ff4b3 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2019-08-22 17:18:16 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2019-08-22 17:18:41 +0000 sys-kernel/linux-firmware: USE=initramfs requires USE=redistributable Closes: https://bugs.gentoo.org/692730 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> sys-kernel/linux-firmware/linux-firmware-20190815.ebuild | 2 ++ sys-kernel/linux-firmware/linux-firmware-99999999.ebuild | 2 ++ 2 files changed, 4 insertions(+) |