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 788770 - --without-libtiff does not work
--without-libtiff does not work
Status: RESOLVED FIXED
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2017-10-10 11:33 UTC by Alexander Kanavin
Modified: 2017-11-28 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch from yocto recipe tree (956 bytes, patch)
2017-11-28 15:09 UTC, Alexander Kanavin
none Details | Review
build: Fix --without-libtiff not having an effect (877 bytes, patch)
2017-11-28 15:19 UTC, Bastien Nocera
committed Details | Review

Description Alexander Kanavin 2017-10-10 11:33:46 UTC
Specifically, this happens:

| ../../gdk-pixbuf-2.36.11/gdk-pixbuf/io-tiff.c:36:10: fatal error: tiffio.h: No such file or directory
|  #include <tiffio.h>
|           ^~~~~~~~~~


Gentoo has a fix here:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a1f15bb0a5261c1c6506aa0305aea13acd314c
Comment 1 Bastien Nocera 2017-11-28 14:57:09 UTC
Can you please attach the patch here?
Comment 2 Alexander Kanavin 2017-11-28 15:09:34 UTC
Created attachment 364571 [details] [review]
patch from yocto recipe tree
Comment 3 Bastien Nocera 2017-11-28 15:19:02 UTC
Created attachment 364572 [details] [review]
build: Fix --without-libtiff not having an effect
Comment 4 Bastien Nocera 2017-11-28 15:19:50 UTC
Attachment 364572 [details] pushed as 5c4edf2 - build: Fix --without-libtiff not having an effect