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.027798 |
| 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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 19 Next › Last »
WoefulDerelict commented on 2018-07-26 17:10 (UTC) (edited on 2018-09-26 18:52 (UTC) by WoefulDerelict)
The duplicate symbol issue introduced by commit 0ba90a7f017889d32a47897d9107ef45cc50a049 has been resolved upstream in commit c79ebcd18cf3e208e9dda5e2ae008f76c92fe451. The work around has been removed from the PKGBUILD. The i386-efi build completes without issues on my test machines.
This has been reported back upstream.
WoefulDerelict commented on 2018-06-14 06:01 (UTC) (edited on 2018-07-11 07:18 (UTC) by WoefulDerelict)
The issue introduced by commit 0ba90a7f017889d32a47897d9107ef45cc50a049 is that i386-efi builds now contain a pair of conflicting fuctions named
grub_reboot. It appears as tho i386-efi builds may have never been supported properly. i386-efi builds likely should have been pulling the instructions contained ingrub-core/lib/efi/reboot.cprior to commit 0ba90a7f017889d32a47897d9107ef45cc50a049; however, they had instead been pointed to instructions for legacy systems contained ingrub-core/lib/i386/reboot.candgrub-core/lib/i386/reboot_trampoline.S. Commit 0ba90a7f017889d32a47897d9107ef45cc50a049 moved the instructions contained ingrub-core/lib/efi/reboot.ctogrub-core/grub-core/kern/efi/efi.c. After commit 0ba90a7f017889d32a47897d9107ef45cc50a049 i386-efi builds include the functiongrub_rebootfrom bothgrub-core/grub-core/kern/efi/efi.candgrub-core/lib/i386/reboot.cresulting in a conflict that halts the build and displays the following messagegrub_reboot in reboot is duplicated in kernel.I have introduced a conditional statement in the PKGBUILD’s
_build_grub-efifunction which should provide a work around for i386-efi builds until the issue is corrected upstream.jonathon commented on 2018-03-29 19:03 (UTC) (edited on 2018-03-29 19:03 (UTC) by jonathon)
That may well be because there's no immediately obvious way to open a bug report... it's hidden in a drop-down under the Bug navigation bar item... -.-
Reported: https://savannah.gnu.org/bugs/?53517
WoefulDerelict commented on 2018-03-27 17:45 (UTC)
jonathon: No, unfortunately, I don't think anyone has reported the issue upstream.
jonathon commented on 2018-03-27 09:01 (UTC)
Has anyone reported the issue upstream? This page is the only one found via a web search which references the issue.
starfry commented on 2018-03-14 11:39 (UTC)
The build failure resulting in "grub_reboot in reboot is duplicated in kernel" only happens if the EFI version is built. If you don't need the EFI version (e.g. you're using BIOS) then you can disable it by setting
_GRUB_IA32_EFI_ARCH_X64="0"in the PKGBUILD.@WoefulDerelict - I would say this is probably something that the PKGBUILD will need to address at some point because the change looks like it was made on purpose rather than as a bug. I note that the core grub package doesn't address this either, but that's because it builds a version prior to this change being introduced.
I have tried to work out how to make it build, without success. For me, disabling EFI is an acceptible workaround until the correct fix is known.
WoefulDerelict commented on 2018-01-27 01:35 (UTC) (edited on 2018-06-14 04:41 (UTC) by WoefulDerelict)
This appears to be an issue introduced by upstream commit 0ba90a7f017889d32a47897d9107ef45cc50a049. One is able to build the previous commit b4d709b6ee789cdaf3fa7a80fd90c721a16f48c2 just fine.
timofonic: -git packages generally pull from the upstream 'master' branch. Upstream developers can introduce breaking changes at any time without warning. This is not an indication the PKGBUILD is out of date.
Please report your issues upstream where they can be addressed properly.
ArchLinuxTux commented on 2018-01-24 10:37 (UTC)
@timofonic It doesn't work for me too! Same error message "grub_reboot in reboot is duplicated in kernel" with up to date packages.
timofonic commented on 2017-11-11 04:57 (UTC)
WoefulDerelict commented on 2017-09-04 20:13 (UTC)
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 19 Next › Last »