Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
grub
Commits:
c4e5de94 by Christian Hesse at 2025-12-01T15:58:17+01:00
upgpkg: 2:2.14rc1.r54.g29f3131a-2: revert bad commit...
... that breaks the start address in i386-pc/kernel.img.
Message was:
/usr/bin/grub-install: error: `/usr/lib/grub/i386-pc/kernel.img' is
miscompiled: its start address is 0x9074 instead of 0x9000: ld.gold bug?.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = grub
pkgdesc = GNU GRand Unified Bootloader (2)
pkgver = 2.14rc1.r54.g29f3131a
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://www.gnu.org/software/grub/
install = grub.install
arch = x86_64
license = GPL-3.0-or-later
- makedepends = autoconf-archive
makedepends = autogen
makedepends = device-mapper
makedepends = freetype2
=====================================
PKGBUILD
=====================================
@@ -12,7 +12,7 @@ _unifont_ver=17.0.03
# the pkgver for git master is generated with:
# git describe --abbrev=8 | sed 's|-rc|rc|;s|grub-||;s|-|.r|;s|-|.|'
pkgver=2.14rc1.r54.g29f3131a
-pkgrel=1
+pkgrel=2
url='https://www.gnu.org/software/grub/'
arch=('x86_64')
license=('GPL-3.0-or-later')
@@ -41,7 +41,6 @@ provides=(
grub-emu
)
makedepends=(
- autoconf-archive
autogen
device-mapper
freetype2
@@ -106,6 +105,8 @@ _backports=(
)
_reverts=(
+ # configure: Check linker for --image-base support
+ '1a5417f39a0ccefcdd5440f2a67f84d2d2e26960'
)
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grub/-/commit/c4e5de9433342532bc272096ab353fd8eb107e6a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/grub/-/commit/c4e5de9433342532bc272096ab353fd8eb107e6a
You're receiving this email because of your account on gitlab.archlinux.org.