Package Details: grub-git 2.12.rc1.r106.g7c8ae7dcb-1

Git Clone URL: https://aur.archlinux.org/grub-git.git (read-only, click to copy)
Package Base: grub-git
Description: GNU GRand Unified Bootloader (2)
Upstream URL: https://www.gnu.org/software/grub/
Licenses: GPL3
Conflicts: grub
Provides: grub
Submitter: ka2107
Maintainer: WoefulDerelict
Last Packager: WoefulDerelict
Votes: 17
Popularity: 0.027798
First Submitted: 2013-10-22 18:55 (UTC)
Last Updated: 2023-12-18 22:58 (UTC)

Dependencies (21)

Required by (265)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 19 Next › Last »

<deleted-account> commented on 2015-08-30 05:40 (UTC)

I am getting a error telling me "One or more PGP signatures could not be verified!". I could only continue after removing the signature file unifont-6.3.20131217.bdf.gz.sig and its check sum.

starfry commented on 2015-07-23 12:42 (UTC)

FYI the floating point issue in 915resolution has been fixed upstream (http://git.savannah.gnu.org/cgit/grub-extras.git/commit/?id=60e3f37e7ba3aaf5a6f32a08f7f2a8374230c447) and this package now builds without issue.

starfry commented on 2015-06-12 16:45 (UTC)

This problem is caused by a commit to "Always add -msoft-float to avoid compiler generating float arithmetics." See http://git.savannah.gnu.org/cgit/grub.git/commit/?id=3661261fe17a8fe19681073889b5b36ec1ee823d. The addition of the "-msoft-float" compiler option requires soft floating point routines and these are normally provided by "stdlib". Grub doesn't use stdlib so those names don't resolve. Prior commit b8f53719 builds fine. I've reported it upstream https://savannah.gnu.org/bugs/index.php?45310 One work-around is as per cedric_tools, don't include 915resolution. I don't know what effect that has.

cedric_tools commented on 2015-03-14 02:13 (UTC)

Had the same error, did remove those 4 lines and get it built correctly. -- msg "Add the grub-extra sources for bios build" install -d "${srcdir}/grub-bios/grub-extras" cp -r "${srcdir}/grub-extras/915resolution" "${srcdir}/grub-bios/grub-extras/915resolution" export GRUB_CONTRIB="${srcdir}/grub-bios/grub-extras/" -- Disclaimer: no idea what I'm doing... seems to work so far

Firefoxic commented on 2015-03-10 17:37 (UTC)

Identical mistake as Ahmed. And yet, how to cure it?

ahmedallibhoy commented on 2015-02-18 00:07 (UTC)

grub fails to build 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... Is there a workaround for this? Thanks, Ahmed

nemstar commented on 2015-01-17 01:28 (UTC)

Please update your PKGBUILD and add the following under your SHA1 keys so that the unifont will pass the validation check. validpgpkeys=( '95D2E9AB8740D8046387FD151A09227B1F435A33' # Paul Hardy )

walkindude commented on 2014-01-06 19:28 (UTC)

@ridikulus_rat almost fine, but always found only one initrd: /boot/initramfs-linux.img, but I have 4: /boot/initramfs-linux-fallback.img, and /boot/initramfs-linux-pf(-fallback).img