Your message dated Sat, 01 Feb 2025 18:31:22 +0000
with message-id <[email protected]>
and subject line Bug#1091678: Removed package(s) from unstable
has caused the Debian Bug report #986494,
regarding sipxtapi: 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.)
--
986494: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=986494
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sipxtapi
Version: 3.3.0~test18+dfsg.1-0.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu hirsute ubuntu-patch
Hi,
sipxtapi 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_errlist instead of strerror(), which is also
supported in earlier versions of glibc.
In Ubuntu, the attached patch was applied to achieve the following:
* d/p/glibc_2.32.patch: Use strerror() instead of sys_errlist to fix FTBFS
with glibc >= 2.32.
Thanks for considering the patch.
Logan
diff -Nru sipxtapi-3.3.0~test18+dfsg.1/debian/patches/glibc_2.32.patch
sipxtapi-3.3.0~test18+dfsg.1/debian/patches/glibc_2.32.patch
--- sipxtapi-3.3.0~test18+dfsg.1/debian/patches/glibc_2.32.patch
1969-12-31 19:00:00.000000000 -0500
+++ sipxtapi-3.3.0~test18+dfsg.1/debian/patches/glibc_2.32.patch
2021-04-06 18:38:38.000000000 -0400
@@ -0,0 +1,11 @@
+--- a/sipXmediaLib/src/mp/MpOss.cpp
++++ b/sipXmediaLib/src/mp/MpOss.cpp
+@@ -847,7 +847,7 @@
+ {
+ OsSysLog::add(FAC_MP, PRI_EMERG,
+ "OSS: could not set OSS trigger fd=%d. ioctl returned: %d
(%s)\n",
+- mfdDevice, errno, sys_errlist[errno]);
++ mfdDevice, errno, strerror(errno));
+ }
+ return res;
+ }
diff -Nru sipxtapi-3.3.0~test18+dfsg.1/debian/patches/series
sipxtapi-3.3.0~test18+dfsg.1/debian/patches/series
--- sipxtapi-3.3.0~test18+dfsg.1/debian/patches/series 2020-04-17
12:34:05.000000000 -0400
+++ sipxtapi-3.3.0~test18+dfsg.1/debian/patches/series 2021-04-06
18:38:01.000000000 -0400
@@ -1,2 +1,3 @@
fix_gettid.patch
remove_examples.patch
+glibc_2.32.patch
--- End Message ---
--- Begin Message ---
Version: 3.3.0~test18+dfsg.1-0.1+rm
Dear submitter,
as the package sipxtapi 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/1091678
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.
Paul Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---