Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631088 - x11-libs/gdk-pixbuf-2.36.10-r1 - emake failed: gdk-pixbuf/io-tiff.c:36:20: fatal error: tiffio.h: No such file or directory
Summary: x11-libs/gdk-pixbuf-2.36.10-r1 - emake failed: gdk-pixbuf/io-tiff.c:36:20: fa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-15 16:37 UTC by Coacher
Modified: 2017-09-21 21:21 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (info,5.10 KB, text/plain)
2017-09-15 16:37 UTC, Coacher
Details
build.log (build.log,80.04 KB, text/plain)
2017-09-15 16:38 UTC, Coacher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2017-09-15 16:37:49 UTC
Created attachment 494714 [details]
emerge --info

# emerge -pqv '=x11-libs/gdk-pixbuf-2.36.10-r1::gentoo'
[ebuild     U ] x11-libs/gdk-pixbuf-2.36.10-r1 [2.36.10] USE="X -debug -introspection -jpeg -jpeg2k {-test} -tiff" ABI_X86="(64) -32 (-x32)"
Comment 1 Coacher 2017-09-15 16:38:21 UTC
Created attachment 494716 [details]
build.log
Comment 2 Erik Fjeldstrom 2017-09-16 09:08:38 UTC
gdk-pixbuf-2.36.10-r1 includes commit 66537d1ecf7e857a0a443c1ebf72baf6f19dd3e4 which changes how configure.ac looks for TIFF libraries (at least I think it does: I'm not an expert at autotools scripts.) This seems to have done something to the --with[out]-libtiff option.

As a workaround for now, I added the "tiff" use flag on my system. It will pull in the media-libs/tiff library, though.
Comment 3 Hank Leininger 2017-09-19 00:13:31 UTC
+1 ran into the same thing, adding tiff USE flag allowed build to complete, but of course bloating a bit.

Forcing emerge =x11-libs/gdk-pixbuf-2.36.10 still works fine without tiff installed.

I added a comment to the existing (but now marked FIXED) Gnome bug where this patch was introduced: https://bugzilla.gnome.org/show_bug.cgi?id=786342
Comment 4 Larry the Git Cow gentoo-dev 2017-09-21 21:21:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a1f15bb0a5261c1c6506aa0305aea13acd314c

commit 26a1f15bb0a5261c1c6506aa0305aea13acd314c
Author:     Gilles Dartiguelongue <eva@gentoo.org>
AuthorDate: 2017-09-21 21:10:52 +0000
Commit:     Gilles Dartiguelongue <eva@gentoo.org>
CommitDate: 2017-09-21 21:20:59 +0000

    fix detection of libtiff in upstream patch, bug #631088
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=631088

 x11-libs/gdk-pixbuf/files/2.36.10-fix-tiff-loader.patch                 | 2 +-
 .../{gdk-pixbuf-2.36.10-r1.ebuild => gdk-pixbuf-2.36.10-r2.ebuild}      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)