Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2012 21:40:10 GMT
From:      Root User <leftfoot@siu.edu>
To:        gnome@FreeBSD.org
Subject:   Re: ports/162958: graphics/gimp-app (1.258) make fails with missing TIFF and JPEG library specs
Message-ID:  <201201192140.q0JLeA82065191@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/162958; it has been noted by GNATS.

From: Root User <leftfoot@siu.edu>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162958: graphics/gimp-app (1.258) make fails with missing
 TIFF and JPEG library specs
Date: Thu, 19 Jan 2012 15:05:49 -0600

 This is a multi-part message in MIME format.
 --------------050301050900070506020002
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 pkg_info|grep tiff;pkg_info|grep gimp
 linux-f10-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 10)
 tiff-4.0.0_2        Tools and library routines for working with TIFF images
 en-gimp-help-html-2.6.1 The GIMP User Manual in English
 gimp-2.6.11,2       The "meta-port" for The Gimp
 gimp-app-2.6.11_5,1 A GNU Image Manipulation Program
 gimp-gutenprint-5.2.4_2 GutenPrint Printer Driver
 gimp-help-html-2.6.1 The meta port for GIMP User Manual
 py26-gimp-app-2.6.11 A GNU Image Manipulation Program
 
 
 grep LDFLAGS Makefile
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 Doesn't the "LDFLAGS" environment variable need to be quoted?
 
 make>&make.output
 grep tiff make.output
 ===>   gimp-app-2.6.11_5,1 depends on shared library: tiff.4 - found
 checking for TIFFReadScanline in -ltiff... no
 checking for TIFFWriteScanline in -ltiff... no
 checking for TIFFFlushData in -ltiff34... no
 *** --without-libtiff to configure but you won't be able to use TIFFs then.
 
 
 ldconfig -r|grep tiff
 	115:-ltiff.4 => /usr/local/lib/libtiff.so.4
 	319:-ltiffxx.4 => /usr/local/lib/libtiffxx.so.4
 
 
 With attached diff changes applied, compile completes successfully.
 
 make>&make.output2
 grep 'tiff\|TIFF' make.output2
 ===>   gimp-app-2.6.11_5,1 depends on shared library: tiff.4 - found
   TIFF:                no
 ======================================================================
 /var/db/ports/gimp-app/options
 
 # Options for gimp-app-2.6.11_4,1
 _OPTIONS_READ=gimp-app-2.6.11_4,1
 WITH_AA=true
 WITH_DBUS=true
 WITH_EXIF=true
 WITH_GVFS=true
 WITH_HELPBROWSER=true
 WITH_MNG=true
 WITH_MP=true
 WITHOUT_POPPLER=true
 WITH_RSVG=true
 WITH_SIMD=true
 WITH_WMF=true
 ========================================================================
 make.output2
 Optional Plug-Ins:
   Ascii Art:           no (AA library not found)
   Help Browser:        yes
   LCMS:                yes
   JPEG:                no
   MNG:                 no (MNG header file not found)
   PDF:                 Using PostScript plug-in (libpoppler support disabled)
   PNG:                 yes
   Print:               no (disabled)
   PSP:                 yes
   Python:              no
   Script-Fu:           yes
   SVG:                 yes
   TIFF:                no
 ========================================================================
 
 --------------050301050900070506020002
 Content-Type: text/plain;
  name="Makefile.diffs"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="Makefile.diffs"
 
 *** Makefile	Mon Nov 28 15:30:57 2011
 --- Makefile.test	Tue Nov 29 16:44:09 2011
 ***************
 *** 53,59 ****
   		--docdir=${PREFIX}/share/doc/gimp \
   		--enable-default-binary \
   		--without-gnomevfs
 ! CONFIGURE_ENV=	GIMP_THREAD_LIBS=${PTHREAD_LIBS}
   CPPFLAGS+=	-I${LOCALBASE}/include
   LDFLAGS+=	-L${LOCALBASE}/lib
   
 --- 53,61 ----
   		--docdir=${PREFIX}/share/doc/gimp \
   		--enable-default-binary \
   		--without-gnomevfs
 ! CONFIGURE_ENV=	GIMP_THREAD_LIBS=${PTHREAD_LIBS} \
 ! 		TIFF_LIBS=/usr/local/lib \
 ! 		JPEG_LIBS=/usr/local/lib
   CPPFLAGS+=	-I${LOCALBASE}/include
   LDFLAGS+=	-L${LOCALBASE}/lib
   
 
 --------------050301050900070506020002--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201192140.q0JLeA82065191>