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 773244 - tiff builds tool that references stderr in android universal for x64
tiff builds tool that references stderr in android universal for x64
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal normal
: 1.10.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-20 04:02 UTC by Matthew Waters (ystreet00)
Modified: 2016-11-01 17:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
recipes/tiff: explicitly disable the gl tool (934 bytes, patch)
2016-10-20 04:51 UTC, Matthew Waters (ystreet00)
committed Details | Review

Description Matthew Waters (ystreet00) 2016-10-20 04:02:13 UTC
This seems to be due in a tool that also checks for OpenGL using AX_CHECK_GL/AX_CHECK_GLU/AX_CHECK_GLUT which doesn't seem to do the right thing in this case.
Comment 1 Matthew Waters (ystreet00) 2016-10-20 04:51:59 UTC
Created attachment 338061 [details] [review]
recipes/tiff: explicitly disable the gl tool
Comment 2 Sebastian Dröge (slomo) 2016-11-01 17:01:43 UTC
commit d8c14d42e93764176d412ea8e00c591ccb9d6495
Author: Matthew Waters <matthew@centricular.com>
Date:   Thu Oct 20 15:48:51 2016 +1100

    recipes/tiff: don't build the gl tool
    
    We don't require it and it may fail to build for some platforms.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773244