Your message dated Sun, 18 Jan 2026 20:08:19 +0100
with message-id <aW0vowdUOv1kNBfQ@end>
and subject line Re: Bug#767664: libsdl-perl: FTBFS on hurd-i386
has caused the Debian Bug report #767664,
regarding libsdl-perl: FTBFS on hurd-i386
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
767664: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767664
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libsdl-perl
Version: 2.542-1
Severity: important
Tags: patch
User: [email protected]
Usertags: hurd
Hi,
Currently libsdl-perl FTBFS on GNU/Hurd due to one failing test:
t/core_cd.t This test already has a check for GNU/Hurd version <=0.3.
Test summary: Failed 1/59 test programs. 1/3827 subtests failed. Since
the situation has not changed, and Hurd version is now 0.5, simply
update the version test as in the attached patch. Skipping this test
makes the package build again. The latest building version was:
2.542-1+b3 (probably without tests enabled?)
Thanks!
--- a/t/core_cd.t 2014-04-23 00:03:37.000000000 +0200
+++ b/t/core_cd.t 2014-11-01 16:31:24.000000000 +0100
@@ -8,8 +8,8 @@
use SDL::TestTool;
use Config;
- plan( skip_all => 'GNU Hurd <= 0.3 not supported' )
- if $^O eq 'gnu' && $Config{osvers} <= 0.3;
+ plan( skip_all => 'GNU Hurd <= 0.5 not supported' )
+ if $^O eq 'gnu' && $Config{osvers} <= 0.5;
plan( skip_all => 'Failed to init cdrom' )
unless SDL::TestTool->init(SDL_INIT_CDROM);
--- End Message ---
--- Begin Message ---
Hello,
João Pedro Malhado, le dim. 18 janv. 2026 18:57:14 +0000, a ecrit:
> X-Debbugs-cc: [email protected]
>
> This bug report is tagged as fixed-upstream and the latest versions of
> libsdl-perl seem to build fine according to the build logs.
> Should this bug therefore be closed?
It seems so indeed, doing so.
Samuel
--- End Message ---