After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580177 - glibc 2.10 deprecates register_printf_function
glibc 2.10 deprecates register_printf_function
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.24
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-24 21:33 UTC by Jan Schmidt
Modified: 2009-06-08 23:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan Schmidt 2009-04-24 21:33:46 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
Comment 1 Tim-Philipp Müller 2009-06-08 23:28:17 UTC
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.