GNOME Bugzilla – Bug 580177
glibc 2.10 deprecates register_printf_function
Last modified: 2009-06-08 23:28:17 UTC
There's a new print extension mechanism in glibc 2.10 Patch to use the new function conditionally is at http://cgit.freedesktop.org/~thaytan/gstreamer/commit/?h=work&id=032bb0ed06147c5368c161eae94655a77388a803
Looks like this can be closed: commit bd07633cc207d3425bd4f04f5c2ec294e0e352ea Author: Jan Schmidt <thaytan@noraisin.net> AuthorDate: Fri Apr 24 22:06:19 2009 +0100 Commit: Jan Schmidt <thaytan@noraisin.net> CommitDate: Mon May 11 21:30:14 2009 +0100 info: Support new printf extensions in glibc 2.10 The printf extension mechanism changed in glibc 2.10, and the older register_printf_function is deprecated. Detect and use the new mechanism where available.