Search Criteria
Package Details: grub-git 2.12.rc1.r106.g7c8ae7dcb-1
Package Actions
| 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.027242 |
| First Submitted: | 2013-10-22 18:55 (UTC) |
| Last Updated: | 2023-12-18 22:58 (UTC) |
Dependencies (21)
- device-mapper
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- fuse3 (fuse3-gitAUR)
- gettext (gettext-gitAUR, gettext-gitAUR)
- sdlAUR (sdl-openglhqAUR, sdl-nokbgrabAUR, sdl-openglhq-nokbgrabAUR, sdl-gitAUR, sdl12-compat-gitAUR, sdl12-compat)
- autogen (make)
- bdf-unifontAUR (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- libusb (libusb-gitAUR) (make)
- python (make)
- rsync (rsync-gitAUR, rsync-reflinkAUR) (make)
- texinfo (texinfo-gitAUR) (make)
- ttf-dejavu (ttf-dejavu-ibAUR, ttf-dejavu-emojilessAUR) (make)
- dosfstools (dosfstools-gitAUR) (optional) – For grub-mkrescue FAT FS and EFI support
- efibootmgr (efibootmgr-json-gitAUR, efibootmgr-gitAUR) (optional) – For grub-install EFI support
- libisoburn (libisoburn-gitAUR) (optional) – Provides xorriso for generating grub rescue iso using grub-mkrescue
- libusb (libusb-gitAUR) (optional) – For grub-emu USB support
- lzop (optional) – For grub-mkrescue LZO support
- mtools (mtools-svnAUR) (optional) – For grub-mkrescue FAT FS support
- Show 1 more dependencies...
Required by (265)
- apexisocreatorgui (requires grub)
- apexisocreatorscript (requires grub)
- arch-grub2-theme (requires grub)
- arch-matrix-grub-theme-git (requires grub)
- archiso-git (requires grub) (optional)
- archiso-grub-themes (requires grub)
- archuseriso (requires grub)
- ash-git (requires grub) (optional)
- boo-grub-git (requires grub)
- bootrecov (requires grub)
- bootupd (requires grub)
- bootupd-git (requires grub)
- crossgrub-grub-theme (requires grub)
- cryptboot (requires grub)
- cyberpunk-grub-theme-git (requires grub)
- dedsec-grub2-theme (requires grub)
- distro-grub-themes-arch (requires grub)
- distro-grub-themes-endeavouros (requires grub)
- dracula-grub-theme-git (requires grub)
- endeavouros-galleon-grub (requires grub)
- Show 245 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 19 Next › Last »
WoefulDerelict commented on 2019-06-12 22:57 (UTC)
scurrvy2020: You are correct, it is an issue with the upstream source. The problem arises from a failure to properly fold in CFLAGS consistently.
I called in some help and we managed to work out what the problem was and generate a minimally invasive hack to work around it.
JohnKelley commented on 2019-05-08 02:52 (UTC) (edited on 2019-05-08 02:56 (UTC) by JohnKelley)
Breakage is tracked by https://savannah.gnu.org/bugs/?56144
Workaround: roll back to Grub commit
f8f35acb5b05d40e3707a9d2db9ede60023e4cacPatch at http://sprunge.us/La2tKWscurrvy2020 commented on 2019-04-30 14:49 (UTC)
I'm getting this error... looks like it is probably in the source and not your packaging, however.
In file included from ../../../../grub-core/lib/gnulib/argp-fmtstream.c:26: ./wchar.h:708:1: error: unknown type name ‘mbstate_t’ _GL_FUNCDECL_RPL (mbrtowc, size_t, ^~~~~~~~~~~~~~~~ ../../../../grub-core/lib/gnulib/argp-fmtstream.c: In function ‘add_width’: ../../../../grub-core/lib/gnulib/argp-fmtstream.c:125:3: error: unknown type name ‘mbstate_t’ mbstate_t ps; ^~~~~~~~~ ../../../../grub-core/lib/gnulib/argp-fmtstream.c:155:11: warning: implicit declaration of function ‘wcwidth’; did you mean ‘mbswidth’? [-Wimplicit-function-declaration] k = wcwidth (wc); ^~~~~~~ mbswidth
Ranguvar commented on 2019-04-22 17:53 (UTC)
For me, I'm hitting an error just using makepkg by itself.
http://ix.io/1GTv
thx1138 commented on 2019-04-16 16:57 (UTC) (edited on 2019-04-16 18:06 (UTC) by thx1138)
BTW, building grub-git from pikaur or pacaur may fail with:
./bootstrap: done. Now you can run './configure'.
mkdir: cannot create directory ‘/var/build/grub-git/src/grub/build_i386-pc’: File exists
==> ERROR: A failure occurred in build().
Instead, with pacaur, first remove the build directory. With pikaur, first remove both the build dir and ~/.cache/pikaur/build/grub-git/ before running the build for a second time.
WoefulDerelict commented on 2019-04-01 22:59 (UTC)
EndlessEden: According to the updated INSTALL file bootstrap calls autogen.sh so the PKGBUILD would simply need to replace the call to autogen.sh with a call to bootstrap.
Ranguvar: Even after making the relevant changes to the PKGBUILD the build fails with unknown type name errors. This seems like an error caused by the changes upstream.
EndlessEden commented on 2019-03-21 01:13 (UTC)
needs a bootstrap first, before autogen.
Ranguvar commented on 2019-03-16 01:38 (UTC)
Not building for me as of https://git.savannah.gnu.org/cgit/grub.git/commit/?id=35b909062e7b334eb4af372be3260d0f62d85375
I'm using
git branch pre-bootstrap f8f35acbaftercd grubto get the commit right before it.bugsmanagement commented on 2019-03-04 01:32 (UTC) (edited on 2019-03-04 01:34 (UTC) by bugsmanagement)
Hello everyone,
FYI, if anyone runs into this:
More than likely, rsync failed silently connecting to the upstream rsync server retrieving necessary language files.
In this case, you would need to allow outgoing TCP port 873. Cheers
WoefulDerelict commented on 2019-01-21 06:49 (UTC)
The PKGBUILD has undergone a substantial rewrite and some of the behaviour has changed. grub-emu is now enabled by default. grub-extras is now included in all builds instead of cherry picking the 915resolution module for the i386-pc build.
The lua module in grub-extras currently fails to build as it has not caught up with changes to grub_file_open() [http://git.savannah.gnu.org/cgit/grub.git/commit/include/grub/file.h?id=ca0a4f689a02c2c5a5e385f874aaaa38e151564e] so I have temporarily disabled it until the problem is rectified.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 19 Next › Last »