Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Missing TIFF3 Library
Date: Fri, 10 Mar 2017 18:15:29
Message-Id: 75704e21-18d0-31a3-01e7-c58e66aed589@sys-concept.com
In Reply to: [gentoo-user] Missing TIFF3 Library by thelma@sys-concept.com
1 On 03/09/2017 10:24 PM, thelma@×××××××××××.com wrote:
2 > I'm trying to install hylafax-6.0.4 from overlay, current hylafaxplus-5.5.5 in portage is buggy. My modem will not even dial the number. Trying to send a fax system CPU goes 100% with process:
3 >
4 > usr/sbin/faxq -q /var/spool/fax -D
5 >
6 > My older system after upgrade is still running "hylafax-6.0.3" and no problems sending/receiving faxes.
7 >
8 > When I was trying to install hylafax-6.0.4 it is complaining about /usr/include/tiff3
9 > ================
10 > Missing TIFF Library.
11
12 How to modify an euild so it will find tiff-3?
13
14 The ebuild had:
15 local my_conf="
16 ...
17 --with-LIBTIFF=\"-ltiff -ljpeg -lz\"
18
19 I change it to:
20 --with-LIBTIFF=\"-l:/usr/lib/libtiff.so.3 -ljpeg -lz\"
21
22 but I still get:
23 Found tiffio.h version 20161119
24 Found libtiff version 4.0
25
26 Incompatible TIFF Library.
27
28 --
29 Thelma