Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 455580

Summary: sys-boot/grub-2.00-r2 - please readd FreeBSD support from -r1
Product: Gentoo Linux Reporter: Yuta SATOH <nigoro.dev>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: floppym, ryao
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: sample patch for grub-2.00-r2.ebuild

Description Yuta SATOH 2013-02-05 11:46:29 UTC
grub-2.00-r1 includes support FreeBSD. (bug 442050)
However, it is removed from grub-2.00-r2 that have been recently added.

please revert FreeBSD support.


Reproducible: Always

Steps to Reproduce:
1. ACCEPT_KEYWORDS=~amd64 emerge grub2
2.
3.

Actual Results:  
In file included from /var/tmp/portage/sys-boot/grub-2.00-r2/work/grub-2.00/grub-core/lib/minilzo/lzoconf.h:56:0,
                 from /var/tmp/portage/sys-boot/grub-2.00-r2/work/grub-2.00/grub-core/lib/minilzo/minilzo.h:60,
                 from /var/tmp/portage/sys-boot/grub-2.00-r2/work/grub-2.00/grub-core/io/lzopio.c:26:
/usr/lib/gcc/x86_64-gentoo-freebsd9.0/4.6.3/include/stddef.h:59:24: fatal error: sys/_types.h: No such file or directory
compilation terminated.
gmake[3]: *** [io/lzopio_module-lzopio.o] Error 1
Comment 1 Yuta SATOH 2013-02-05 11:51:01 UTC
Created attachment 337992 [details, diff]
sample patch for grub-2.00-r2.ebuild

changed based grub-2.00-r1.

grub-2.00-r2 that included in portage tree, seems grub-9999.ebuild is based.
Comment 2 Mike Gilbert gentoo-dev 2013-02-05 17:14:32 UTC
Sorry about that. Should be fixed now.
Comment 3 Richard Yao (RETIRED) gentoo-dev 2013-02-05 17:32:54 UTC
Thanks for catching this. This was my fault. repoman complained when I tried to committing -r2 because my checkout was out-of-date. I thought I had fixed it, but this patch slipped by me. Sorry about that.