Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] Missing TIFF3 Library
Date: Fri, 10 Mar 2017 05:24:32
Message-Id: 401515e3-2452-f1e7-0f8f-4bbda37a30f4@sys-concept.com
1 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:
2
3 usr/sbin/faxq -q /var/spool/fax -D
4
5 My older system after upgrade is still running "hylafax-6.0.3" and no problems sending/receiving faxes.
6
7 When I was trying to install hylafax-6.0.4 it is complaining about /usr/include/tiff3
8 ================
9 Missing TIFF Library.
10
11 Compilation of the following test program failed:
12
13 ----------------------------------------------------------
14 #include <stdio.h>
15 #include "tiffio.h"
16 main()
17 {
18 printf( "header_ver=%d lib_ver=%s", TIFFLIB_VERSION, TIFFGetVersion() );
19 exit(0);
20 }
21 ----------------------------------------------------------
22
23 TIFFINC=-I/usr/include/tiff3
24 LIBTIFF=-l:/usr/lib/libtiff.so.3 -ljpeg -lz
25
26 Verify that you have the TIFFINC and LIBTIFF configuration parameters
27 set correctly for your system (see above) and that any environment
28 variables are setup that are needed to locate a libtiff DSO at runtime
29 (e.g. LD_LIBRARY_PATH). Also be sure that any relative pathnames are
30 made relative to the top of the build area.
31 ==================
32
33 I have: media-libs/tiff-3.9.7-r1 (installed)
34 but the system is not listing: "tiff3"
35
36 ll /usr/include/tiff*
37 -rw-r--r-- 1 root root 1521 Mar 9 21:39 /usr/include/tiffconf.h
38 -rw-r--r-- 1 root root 35983 Mar 9 21:39 /usr/include/tiff.h
39 -rw-r--r-- 1 root root 23008 Mar 9 21:39 /usr/include/tiffio.h
40 -rw-r--r-- 1 root root 1702 Mar 9 21:39 /usr/include/tiffio.hxx
41 -rw-r--r-- 1 root root 410 Mar 9 21:39 /usr/include/tiffvers.h
42
43 How do I go around it?
44
45 --
46 Thelma

Replies

Subject Author
Re: [gentoo-user] Missing TIFF3 Library thelma@×××××××××××.com