Bug#1103692: syslinux-efi: 32-bit EFI mode doesn't work

2025-04-25 Thread Marek Benc
Hello, FIY, I've forwarded the patch to upstream: https://www.syslinux.org/archives/2025-April/026927.html Best Regards, Marek

Bug#1103735: syslinux-efi: Early error messages are invisible

2025-04-25 Thread Marek Benc
Hello, FIY, I've forwarded the patch to upstream: https://www.syslinux.org/archives/2025-April/026928.html Best Regards, Marek

Bug#1103735: syslinux-efi: Early error messages are invisible

2025-04-21 Thread Marek Benc
Package: syslinux-efi Version: 3:6.04~git20190206.bf6db5b4+dfsg1-3.1 Severity: normal Tags: patch Dear Maintainer, While debugging #1103692, I came across an issue where error messages generated early in the syslinux boot process through writestr() didn't end up appearing on-screen. Instead, it

Bug#1103692: syslinux-efi: 32-bit EFI mode doesn't work

2025-04-20 Thread Marek Benc
Dear Maintainer, Here is some additional information that I forgot to mention in the original message:  1. Whether or not the issue happens appears to be semi-random, e.g. it doesn't     happen on the x86_64 build, even though the .elf loading code is the same,     and the patch I've provide

Bug#1103692: syslinux-efi: 32-bit EFI mode doesn't work

2025-04-20 Thread Marek Benc
Package: syslinux-efi Version: 3:6.04~git20190206.bf6db5b4+dfsg1-3.1 Severity: important Tags: patch User: debian...@lists.debian.org Usertags: i386 Dear Maintainer, While testing syslinux after the FTBFS bugs #994274, #1057462, #1091027, I discovered that while the BIOS and amd64 EFI versions of

Bug#994274: syslinux: FTBFS with gnu-efi 3.0.13

2025-04-12 Thread Marek Benc
Hi, I've spent a bit of time debugging this, and by adding setjmp.h to efi/main.c and removing the ampersand from the longjmp()/setjmp() calls (provided a patch in #1091027), I was able to get a working EFI syslinux. I've used the following configuration for testing: PROMPT    1 TIMEOUT    50 D

Bug#1091027: syslinux: FTBFS: debug.c:91:5: error: implicit declaration of function ‘printf’ [-Wimplicit-function-declaration]

2025-04-11 Thread Marek Benc
tection on i386, where it's not supported. * Add missing include to resolve implicit printf() function declaration. * Add missing header file for long jumps in efi/main.c, fix invocations. * Type-cast addr_t pointer to size_t, assumes that their size is the same. Author: Marek Benc Bug-Debian:

Bug#1075535: src2tex: ftbfs with GCC-14

2025-04-11 Thread Marek Benc
e for main function Author: Marek Benc Bug-Debian: https://bugs.debian.org/1075535 Last-Update: 2025-04-11 --- src2tex-2.12h.orig/fileio.c +++ src2tex-2.12h/fileio.c @@ -12,6 +12,7 @@ #include +#include #include "src2tex.h" int Page_Len_Max = -1; --- src2tex-2.12h.orig/getdat

Bug#1075599: uml-utilities: ftbfs with GCC-14

2025-04-04 Thread Marek Benc
Hello, I found the problem, turns out that when you include fuse/fuse_lowlevel.h, you're supposed to also define the FUSE_USE_VERSION macro, otherwise it defaults to 24 and uses the fuse_mount_compat22 function for fuse_mount, which doesn't match what the code in this package expects. The code in

Bug#980442: gst-plugins-bad1.0: Security update DSA-4833-1 seen as downgrade by APT

2021-01-19 Thread Marek Benc
Source: gst-plugins-bad1.0 Version: 1.14.4-1deb10u Severity: normal Dear Maintainer, the recent gstreamer "bad plugins" security update DSA-4833-1 has to be installed manually, as its version number 1.14.4-1deb10u is seen as lesser than the 1.14.4-1+b1 version in the main repository. Additionall

Bug#955380: apparmor: thunderbird fails to start under Weston (Wayland), can't create file in /run/user/

2020-03-30 Thread Marek Benc
Package: thunderbird Version: 1:68.6.0-1~deb10u1 Severity: normal Dear Maintainer, when starting thunderbird under Weston (the Wayland reference compositor), it fails with the following error message: $ thunderbird Unable to create mapping file /run/user/1000/mozilla-shared-4sRVDq Exceptio

Bug#943504: firefox-esr: Firefox Wayland crashes at startup

2020-03-30 Thread Marek Benc
It appears that the issue was fixed upstream, they now sanitize the name before it's used in DBUS addresses: https://hg.mozilla.org/mozilla-central/rev/b58ad41837a6 https://hg.mozilla.org/mozilla-central/rev/4222f7b9c86b signature.asc Description: OpenPGP digital signature