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 635286 - incorrect include order for the libs_tag test
incorrect include order for the libs_tag test
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.30
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-19 17:30 UTC by Brant Gurganus
Modified: 2010-11-19 17:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brant Gurganus 2010-11-19 17:30:42 UTC
Because of an incorrect include order, the libs_tag test looks to the installed prior version before looking in the build directory for gst/tag/tag.h. The result is truncated pointers because of the API additions in 0.10.30 that are not declared in 0.10.29's headers. A more detailed writeup on the issue is downstream at https://bugs.gentoo.org/show_bug.cgi?id=346089