From steve at einval.com Sat Feb 8 18:52:25 2020 From: steve at einval.com (Steve McIntyre) Date: Sat, 08 Feb 2020 18:52:25 +0000 Subject: Bug#950959: Signed grub-efi binaries missing jfs support Message-ID: <158118794518.9531.4820419262424178509.reportbug@tack.local> Source: grub2 Version: 2.02+dfsg1-20 Severity: important Hi, We've just found a bug when testing the 10.3 point release: our signed Grub binaries don't include support for jfs. Easily fixed, and maybe worth doing a stable upload too to add this. It's currently possible to install a system with jfs on root that will then fail on first boot, which is not great. :-/ -- System Information: Debian Release: 10.2 APT prefers stable-debug APT policy: (500, 'stable-debug'), (500, 'stable'), (500, 'oldstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-6-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled From owner at bugs.debian.org Sun Feb 9 02:06:03 2020 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 09 Feb 2020 02:06:03 +0000 Subject: Processed: Bug#950959 marked as pending in grub2 References: <5e3f683f9cc4c_36e2ab05c9c4b403535c@godard.mail> <158118794518.9531.4820419262424178509.reportbug@tack.local> Message-ID: Processing control commands: > tag -1 pending Bug #950959 [src:grub2] Signed grub-efi binaries missing jfs support Added tag(s) pending. -- 950959: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950959 Debian Bug Tracking System Contact owner at bugs.debian.org with problems From glaubitz at physik.fu-berlin.de Sat Feb 29 18:42:16 2020 From: glaubitz at physik.fu-berlin.de (John Paul Adrian Glaubitz) Date: Sat, 29 Feb 2020 19:42:16 +0100 Subject: Bug#952815: grub2: Please drop TARGET_CCASFLAGS from debian/rules for 2.06 release Message-ID: <158300173647.645481.12684220152489506402.reportbug@z6.physik.fu-berlin.de> Source: grub2 Version: 2.04-5 Severity: normal User: debian-sparc at lists.debian.org Usertags: sparc64 Hello! The upcoming 2.06 release contains a fix to set -no-PIE in TARGET_CCASFLAGS [1] such that the current workaround in debian/rules will no longer be necessary. The following patch should be applied to debian/rules once 2.06-1 is uploaded to the archive: --- debian/rules.orig 2019-12-16 16:48:45.000000000 +0100 +++ debian/rules 2020-02-29 19:40:17.759252139 +0100 @@ -23,10 +23,6 @@ export TARGET_CPPFLAGS := -Wno-unused-but-set-variable export TARGET_LDFLAGS := -no-pie -ifneq (,$(filter sparc sparc64,$(DEB_HOST_ARCH_CPU))) -export TARGET_CCASFLAGS := -fno-PIE -endif - # Ensure that debhelper doesn't try to set these; we need to be careful # about HOST_* vs. TARGET_*. export CPPFLAGS := Before 2.06, the workaround in debian/rules needs to be kept. Thanks, Adrian > [1] http://git.savannah.gnu.org/cgit/grub.git/commit/?id=c71be831f159ab5b8913132143bdb783a8b4b2a3 --- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz at debian.org `. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913