Your message dated Thu, 22 Jun 2023 23:24:16 +0000
with message-id <[email protected]>
and subject line Bug#1038622: Removed package(s) from unstable
has caused the Debian Bug report #986600,
regarding itksnap: FTBFS with glibc 2.32
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.)
--
986600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986600
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: itksnap
Version: 3.6.0-5
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu hirsute ubuntu-patch
Hi,
itksnap currently FTBFS against glibc 2.32, which is used in the
development release of Ubuntu (and should be in Debian soon).
This is because it uses sys_siglist instead of strsignal(), which is also
supported in earlier versions of glibc.
In Ubuntu, the attached patch was applied to achieve the following:
* d/p/03_glibc_2.32.patch: Use strsignal() instead of sys_siglist to fix
FTBFS with glibc >= 2.32.
Thanks for considering the patch.
Logan
diff -Nru itksnap-3.6.0/debian/patches/03_glibc_2.32.patch
itksnap-3.6.0/debian/patches/03_glibc_2.32.patch
--- itksnap-3.6.0/debian/patches/03_glibc_2.32.patch 1969-12-31
19:00:00.000000000 -0500
+++ itksnap-3.6.0/debian/patches/03_glibc_2.32.patch 2021-04-07
16:24:44.000000000 -0400
@@ -0,0 +1,11 @@
+--- a/GUI/Qt/main.cxx
++++ b/GUI/Qt/main.cxx
+@@ -56,7 +56,7 @@
+ void SegmentationFaultHandler(int sig)
+ {
+ cerr << "*************************************" << endl;
+- cerr << "ITK-SNAP: " << sys_siglist[sig] << endl;
++ cerr << "ITK-SNAP: " << strsignal(sig) << endl;
+ cerr << "BACKTRACE: " << endl;
+ void *array[50];
+ int nsize = backtrace(array, 50);
diff -Nru itksnap-3.6.0/debian/patches/series
itksnap-3.6.0/debian/patches/series
--- itksnap-3.6.0/debian/patches/series 2019-12-10 04:26:30.000000000 -0500
+++ itksnap-3.6.0/debian/patches/series 2021-04-07 16:24:15.000000000 -0400
@@ -1,3 +1,4 @@
01_add_required_vtklibraries_and_gdcm.patch
02_check_sse.patch
+03_glibc_2.32.patch
--- End Message ---
--- Begin Message ---
Version: 3.6.0-5+rm
Dear submitter,
as the package itksnap has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1038622
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---