Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452894 - sys-boot/grub-2.00-r1: loongson port needs grub-mkfont
Summary: sys-boot/grub-2.00-r1: loongson port needs grub-mkfont
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: MIPS Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-19 02:13 UTC by Matt Turner
Modified: 2013-01-19 03:06 UTC (History)
3 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 Matt Turner gentoo-dev 2013-01-19 02:13:47 UTC
configure.ac says

if test x"$enable_grub_mkfont" = xno && test "x$platform" = xloongson; then
  AC_MSG_ERROR([loongson port needs grub-mkfont])
fi

And building without USE=truetype yields

> configure: error: loongson port needs grub-mkfont

I'll commit a fix to REQUIRED_USE tomorrow unless someone objects or beats me to it.
Comment 1 Mike Gilbert gentoo-dev 2013-01-19 02:59:20 UTC
(In reply to comment #0)
> I'll commit a fix to REQUIRED_USE tomorrow unless someone objects or beats
> me to it.

Please go right ahead. There's already one there for the qemu platform.
Comment 2 Matt Turner gentoo-dev 2013-01-19 03:06:06 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > I'll commit a fix to REQUIRED_USE tomorrow unless someone objects or beats
> > me to it.
> 
> Please go right ahead. There's already one there for the qemu platform.

Thanks, done.