Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681134 - sys-boot/grub-9999: fails mv of unifont
Summary: sys-boot/grub-9999: fails mv of unifont
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-21 08:55 UTC by Joakim Tjernlund
Modified: 2019-03-21 15:55 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joakim Tjernlund 2019-03-21 08:55:00 UTC
* ERROR: sys-boot/grub-9999::gentoo failed (configure phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  124:  Called src_configure
 *   environment, line 3841:  Called grub_do 'grub_configure'
 *   environment, line 2475:  Called multibuild_foreach_variant 'run_in_build_dir' 'grub_configure'
 *   environment, line 2621:  Called _multibuild_run 'run_in_build_dir' 'grub_configure'
 *   environment, line 2619:  Called run_in_build_dir 'grub_configure'
 *   environment, line 3802:  Called grub_configure
 *   environment, line 2466:  Called die
 * The specific snippet of code:
 *       mv "${WORKDIR}/${UNIFONT}.pcf" unifont.pcf || die;


The log has:
>>> Configuring source in /var/tmp/portage/sys-boot/grub-9999/work/grub-9999 ...
 * efi-64: running run_in_build_dir grub_configure
mv: cannot stat '/var/tmp/portage/sys-boot/grub-9999/work/unifont-12.0.01.pcf': No such file or directory
 * ERROR: sys-boot/grub-9999::gentoo failed (configure phase):
 *   (no error message)

There is no /var/tmp/portage/sys-boot/grub-9999/work/unifont-12.0.01.pcf but
there is a
/var/tmp/portage/sys-boot/grub-9999/work/grub-9999/unifont-12.0.01.pcf

sys-apps/portage-2.3.62-r1
Comment 1 Larry the Git Cow gentoo-dev 2019-03-21 15:55:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3038ea9d242d281bf24b550f40682867cc4143

commit 4f3038ea9d242d281bf24b550f40682867cc4143
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2019-03-21 15:55:11 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2019-03-21 15:55:11 +0000

    sys-boot/grub: fix unifont handling
    
    Closes: https://bugs.gentoo.org/681134
    Package-Manager: Portage-2.3.62, Repoman-2.3.12_p83
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-boot/grub/grub-9999.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)