Your message dated Sat, 24 May 2025 16:50:26 -0400
with message-id
<CAO6P2QSJu63dGgAuAuAEu4P9=Pe_9QJCQ+=-_sbnfc-ur8z...@mail.gmail.com>
and subject line
has caused the Debian Bug report #1106461,
regarding unblock: tmperamental/1.5
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 ow...@bugs.debian.org
immediately.)
--
1106461: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1106461
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Control: affects -1 + src:tmperamental
X-Debbugs-Cc: paul...@debian.org
User: release.debian....@packages.debian.org
Usertags: unblock
Severity: normal
Please unblock package tmperamental
The package version fixes an RC bug.
[ Reason ]
This package FTBFS during a rebuild of all packages in sid on armhf, as
part of the ftbfs-t64-armhf run. I missed this bug until today (at a
BSP!).
[ Impact ]
This package will no longer FTBFS on armhf.
[ Tests ]
This package doesn't deal with time_t, it's just a matter of coaxing the
compiler into being happy.
[ Risks ]
Package continues to FTBFS on armhf :)
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
unblock tmperamental/1.5
--
⢀⣴⠾⠻⢶⣦⠀ Paul Tagliamonte <paultag>
⣾⠁⢠⠒⠀⣿⡁ https://people.debian.org/~paultag | https://pault.ag/
⢿⡄⠘⠷⠚⠋ Debian, the universal operating system.
⠈⠳⣄⠀⠀ 4096R / FEF2 EB20 16E6 A856 B98C E820 2DCD 6B5D E858 ADF3
diff -Nru tmperamental-1.4/debian/changelog tmperamental-1.5/debian/changelog
--- tmperamental-1.4/debian/changelog 2020-03-08 12:17:06.000000000 -0400
+++ tmperamental-1.5/debian/changelog 2025-05-24 15:28:31.000000000 -0400
@@ -1,3 +1,10 @@
+tmperamental (1.5) unstable; urgency=medium
+
+ * Unset _TIME_BITS; we don't use time_t in this package (at least not
+ directly) (Closes: #1069505)
+
+ -- Paul Tagliamonte <paul...@debian.org> Sat, 24 May 2025 15:28:31 -0400
+
tmperamental (1.4) unstable; urgency=medium
* build-test should depend on libc6-dev
diff -Nru tmperamental-1.4/src/tmperamental.c
tmperamental-1.5/src/tmperamental.c
--- tmperamental-1.4/src/tmperamental.c 2020-03-06 16:28:16.000000000 -0500
+++ tmperamental-1.5/src/tmperamental.c 2025-05-24 15:28:01.000000000 -0400
@@ -26,6 +26,7 @@
#undef _LARGEFILE64_SOURCE
#undef _FILE_OFFSET_BITS
+#undef _TIME_BITS
#include <dlfcn.h>
#include <string.h>
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
I just actually checked and this isn't in testing. As such, I'm
closing this unblock request.
paultag
--
:wq
--- End Message ---