Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 327008 Details for
Bug 439082
sys-boot/grub: does not boot when built with gold linker
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add check for gold to ebuild
grub-2.00-r1.ebuild-gold-check.patch (text/plain), 683 bytes, created by
Ambroz Bizjak
on 2012-10-20 17:39:32 UTC
(
hide
)
Description:
add check for gold to ebuild
Filename:
MIME Type:
Creator:
Ambroz Bizjak
Created:
2012-10-20 17:39:32 UTC
Size:
683 bytes
patch
obsolete
>--- grub-2.00-r1.ebuild.orig 2012-10-20 19:17:57.000000000 +0200 >+++ grub-2.00-r1.ebuild 2012-10-20 19:35:30.000000000 +0200 >@@ -217,6 +217,15 @@ > } > > src_prepare() { >+ if $(tc-getLD) --version | grep "GNU gold" >/dev/null; then >+ eerror "You are using the Gold linker. GRUB2 will not run" >+ eerror "correctly with this linker, and could result in an" >+ eerror "unbootable machine. Please switch to the default" >+ eerror "linker by running:" >+ eerror " binutils-config --linker ld.bfd" >+ die "Will not proceed with Gold linker." >+ fi >+ > if [[ ${PV} != 9999 ]]; then > epatch "${FILESDIR}/${P}-parallel-make.patch" #424231 > epatch "${FILESDIR}/${P}-no-gets.patch" #424703
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 439082
: 327008 |
353312
|
354098