[Bug 1981474] Re: FTBFS against glibc >= 2.34
Launchpad Bug Tracker
1981474 at bugs.launchpad.net
Thu Jul 14 18:51:42 UTC 2022
This bug was fixed in the package gtk-gnutella - 1.1.15-1ubuntu1
---------------
gtk-gnutella (1.1.15-1ubuntu1) kinetic; urgency=medium
* debian/patches/0001-Fix-compilation-with-newest-glibc.patch: Fix FTBFS
against glibc >= 2.34 by checking dynamically-defined PTHREAD_STACK_MIN
at run time instead of compile time (LP: #1981474).
-- Nick Rosbrook <nick.rosbrook at canonical.com> Tue, 12 Jul 2022
14:22:52 -0400
** Changed in: gtk-gnutella (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1981474
Title:
FTBFS against glibc >= 2.34
Status in gtk-gnutella package in Ubuntu:
Fix Released
Bug description:
Build log here:
https://launchpadlibrarian.net/609390814/buildlog_ubuntu-kinetic-
amd64.gtk-gnutella_1.1.15-1build1_BUILDING.txt.gz
Since glib 2.34, PTHREAD_STACK_MIN may be defined dynamically.
Currently, gtk-gnutella checks the value of PTHREAD_STACK_MIN with
preprocessor directives, which causes a compilation error with the
dynamic definition of PTHREAD_STACK_MIN.
Upstream already has a commit to fix the issue:
https://github.com/gtk-gnutella/gtk-
gnutella/commit/31d06cecac572852c6e5e8d85cea641883cbe4c6
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-gnutella/+bug/1981474/+subscriptions
More information about the Ubuntu-sponsors
mailing list