Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: What is the smart move on boot-loader
Date: Sun, 14 Dec 2014 02:54:32
Message-Id: 87h9wzx7oz.fsf@reader.local.lan
In Reply to: [gentoo-user] Re: What is the smart move on boot-loader by Harry Putnam
1 Harry Putnam <reader@×××××××.com> writes:
2
3 > Now we'll see how it goes. ... more later...
4
5 Installing unifont was no help at all:
6
7 emerge -v grub:
8
9 [...]
10
11 perl: warning: Falling back to the standard locale ("C").
12 i686-pc-linux-gnu-gcc -o build-grub-mkfont -I/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/include -DGRUB_FILE=\"util/grub-mkfont.c\" -I. -I/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2 -I. -I/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2 -I/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/include -I./include -I/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/grub-core/lib/libgcrypt-grub/src/ -DGRUB_MKFONT=1 -DGRUB_BUILD=1 -DGRUB_UTIL=1 -DGRUB_BUILD_PROGRAM_NAME=\"build-grub-mkfont\" /var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/util/grub-mkfont.c /var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/grub-core/unidata.c /var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/grub-core/kern/emu/misc.c /var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/util/misc.c -I/usr/include/freetype2 -lfreetype
13 ./build-grub-mkfont -o unicode.pf2 ./unifont.pcf || (rm -f unicode.pf2; exit 1)
14 can't open file ./unifont.pcf, index 0: error 2: unknown file format
15 ./build-grub-mkfont -o ascii.pf2 ./unifont.pcf -r 0x0-0x7f,0x2190-0x2193,0x2501-0x251B || (rm -f ascii.pf2; exit 1)
16 can't open file ./unifont.pcf, index 0: error 2: unknown file format
17 ./build-grub-mkfont -o euro.pf2 ./unifont.pcf -r 0x0-0x4ff,0x1e00-0x1fff,0x2190-0x2193,0x2501-0x251B || (rm -f euro.pf2; exit 1)
18 can't open file ./unifont.pcf, index 0: error 2: unknown file format
19 i686-pc-linux-gnu-gcc -o build-grub-gen-asciih -I/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/include -DGRUB_FILE=\"util/grub-gen-asciih.c\" -I. -I/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2 -I. -I/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2 -I/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/include -I./include -I/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/grub-core/lib/libgcrypt-grub/src/ -DGRUB_MKFONT=1 -DGRUB_BUILD=1 -DGRUB_UTIL=1 /var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2/util/grub-gen-asciih.c -I/usr/include/freetype2 -lfreetype -Wall -Werror
20 ./build-grub-gen-asciih ./unifont.pcf ascii.h || (rm -f ascii.h; exit 1)
21 can't open file ./unifont.pcf, index 0: error 2: unknown file format
22 Makefile:13381: recipe for target 'ascii.h' failed
23 make[2]: *** [ascii.h] Error 1
24 make[2]: Leaving directory '/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2-guessed'
25 Makefile:11531: recipe for target 'all-recursive' failed
26 make[1]: *** [all-recursive] Error 1
27 make[1]: Leaving directory '/var/tmp/portage/sys-boot/grub-2.02_beta2-r6/work/grub-2.02~beta2-guessed'
28 Makefile:3927: recipe for target 'all' failed
29 make: *** [all] Error 2
30 * ERROR: sys-boot/grub-2.02_beta2-r6::gentoo failed (compile phase):
31 * emake failed

Replies

Subject Author
[gentoo-user] Re: What is the smart move on boot-loader Harry Putnam <reader@×××××××.com>