Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455580 - sys-boot/grub-2.00-r2 - please readd FreeBSD support from -r1
Summary: sys-boot/grub-2.00-r2 - please readd FreeBSD support from -r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All FreeBSD
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-05 11:46 UTC by Yuta SATOH
Modified: 2013-02-05 17:32 UTC (History)
2 users (show)

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


Attachments
sample patch for grub-2.00-r2.ebuild (455580.patch,1.81 KB, patch)
2013-02-05 11:51 UTC, Yuta SATOH
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.