You are not logged in.

#1 2015-02-16 21:13:49

ahmedallibhoy
Member
Registered: 2015-02-15
Posts: 3

grub compile error on macbook pro retina

Hi guys,

I'm trying to enable the integrated intel card on my macbook pro, and disable the nvidia card to save battery life. I'm following the instructions on the wiki and it says to apply the patch from here to grub-git. I saved the patch to a file called apple_set_os.patch, and updated the PKGBUILD file to include the patch, but when I try run "makepkg -si", it fails with the following error:

mv syminfo.lst.new syminfo.lst
cat syminfo.lst | sort | gawk -f ./genmoddep.awk > moddep.lst || (rm -f moddep.lst; exit 1)
__adddf3 in 915resolution is not defined
__divdf3 in 915resolution is not defined
__fixdfsi in 915resolution is not defined
__floatsidf in 915resolution is not defined
__muldf3 in 915resolution is not defined
__subdf3 in 915resolution is not defined
Makefile:41695: recipe for target 'moddep.lst' failed
make[3]: *** [moddep.lst] Error 1
make[3]: Leaving directory '/home/ahmed/Downloads/grub-git/src/grub-bios/grub-core'
Makefile:23050: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/ahmed/Downloads/grub-git/src/grub-bios/grub-core'
Makefile:11571: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ahmed/Downloads/grub-git/src/grub-bios'
Makefile:3967: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

TO make sure it wasn't the patch that was causing the issue, I tried to build grub-git without the patch, but it still failed with the exact same error. Does anyone know how to fix this?

Thanks,
Ahmed

Offline

#2 2015-02-17 03:22:00

frank604
Member
From: BC, Canada
Registered: 2011-04-20
Posts: 1,219

Re: grub compile error on macbook pro retina

Have you tried posting this on the aur comments or email the maintainer?  I am receiving this error as well.

Offline

#3 2015-02-18 00:09:01

ahmedallibhoy
Member
Registered: 2015-02-15
Posts: 3

Re: grub compile error on macbook pro retina

I just posted a comment in AUR comments.

Offline

Board footer

Powered by FluxBB