From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 24 08:25:01 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 496507B7 for ; Sat, 24 Jan 2015 08:25:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CE67169 for ; Sat, 24 Jan 2015 08:25:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0O8P1Wh028761 for ; Sat, 24 Jan 2015 08:25:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 197046] graphics/gdal: build error since gif 5.x Date: Sat, 24 Jan 2015 08:25:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: coder@tuxfamily.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: sunpoet@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2015 08:25:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197046 Bug ID: 197046 Summary: graphics/gdal: build error since gif 5.x Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: coder@tuxfamily.org Assignee: sunpoet@FreeBSD.org CC: Flags: maintainer-feedback?(sunpoet@FreeBSD.org) GDAL (gif frmt) doesn't build since gif was updated to 5.x version. Also, GDAL search external giflib even if you choice gdal's internal gif (G= DAL GIF=3DOFF). ---- GIF_OPTIONS: OFF bureau% sudo make -C /usr/ports/graphics/gdal showconfig=20 =3D=3D=3D> The following configuration options are available for gdal-1.11.= 1_4: ARMADILLO=3Don: TPS transform computation via Armadillo CFITSIO=3Doff: FITS support via CFITSIO CURL=3Don: Data transfer support via cURL ECW=3Don: ECW image format support EXPAT=3Don: XML parser support via Expat FREEXL=3Don: Excel file (.xls) support via FreeXL GEOS=3Don: GEOS Geometry Engine support GEOTIFF=3Don: Use graphics/libgeotiff instead of bundled one GIF=3Doff: Use graphics/giflib instead of bundled one GTA=3Doff: Generic Tagged Array (GTA) support HDF5=3Doff: HDF-5 data format support ICONV=3Don: Encoding conversion support via iconv JASPER=3Don: JPEG 2000 support via JasPer JPEG=3Don: Use graphics/jpeg instead of bundled one JSON_C=3Don: Use devel/json-c instead of bundled one KML=3Don: Keyhole Markup Language (KML) support LIBXML2=3Don: XML parser support via libxml2 MYSQL=3Doff: MySQL database support NETCDF=3Doff: NetCDF data format support ODBC=3Don: ODBC database backend OPENJPEG=3Don: Enhanced JPEG graphics support PCRE=3Don: Regular expression support for SQLite PGSQL=3Don: PostgreSQL database support PNG=3Don: Use graphics/png instead of bundled one PROJ=3Don: PROJ.4 cartographic projections support SQLITE=3Don: SQLite database support TIFF=3Don: Use graphics/tiff instead of bundled one WEBP=3Doff: WebP image format support XERCES=3Don: XML parser support via Xerces =3D=3D=3D=3D> PDF document support: you can only select none or one of them PODOFO=3Doff: PDF file support via PoDoFo POPPLER=3Don: PDF and PS file support via poppler /usr/bin/ld: warning: libgif.so.4, needed by /usr/local/lib/libgdal.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libgdal.so: undefined reference to `GifErrorString' /usr/local/lib/libgdal.so: undefined reference to `MakeMapObject' /usr/local/lib/libgdal.so: undefined reference to `EGifCloseFile' /usr/local/lib/libgdal.so: undefined reference to `DGifGetExtensionNext' /usr/local/lib/libgdal.so: undefined reference to `EGifPutExtension' /usr/local/lib/libgdal.so: undefined reference to `DGifGetRecordType' /usr/local/lib/libgdal.so: undefined reference to `DGifSlurp' /usr/local/lib/libgdal.so: undefined reference to `EGifPutImageDesc' /usr/local/lib/libgdal.so: undefined reference to `DGifGetExtension' /usr/local/lib/libgdal.so: undefined reference to `DGifCloseFile' /usr/local/lib/libgdal.so: undefined reference to `DGifGetLine' /usr/local/lib/libgdal.so: undefined reference to `EGifPutScreenDesc' /usr/local/lib/libgdal.so: undefined reference to `FreeMapObject' /usr/local/lib/libgdal.so: undefined reference to `EGifOpen' /usr/local/lib/libgdal.so: undefined reference to `DGifGetImageDesc' /usr/local/lib/libgdal.so: undefined reference to `EGifPutLine' /usr/local/lib/libgdal.so: undefined reference to `DGifOpen' c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) GNUmakefile:46=C2=A0: la recette pour la cible =C2=AB=C2=A0gdalinfo=C2=A0= =C2=BB a =C3=A9chou=C3=A9e gmake[3]: *** [gdalinfo] Erreur 1 gmake[3]=C2=A0: on quitte le r=C3=A9pertoire =C2=AB /usr/ports/graphics/gdal/work/gdal-1.11.1/apps=C2=A0=C2=BB GNUmakefile:69=C2=A0: la recette pour la cible =C2=AB=C2=A0apps-target=C2= =A0=C2=BB a =C3=A9chou=C3=A9e gmake[2]: *** [apps-target] Erreur 2 gmake[2]=C2=A0: on quitte le r=C3=A9pertoire =C2=AB=C2=A0/usr/ports/graphic= s/gdal/work/gdal-1.11.1 =C2=BB *** Error code 1 ------- GIF_OPTIONS: ON =3D=3D=3D> The following configuration options are available for gdal-1.11.= 1_4: ARMADILLO=3Don: TPS transform computation via Armadillo CFITSIO=3Doff: FITS support via CFITSIO CURL=3Don: Data transfer support via cURL ECW=3Don: ECW image format support EXPAT=3Don: XML parser support via Expat FREEXL=3Don: Excel file (.xls) support via FreeXL GEOS=3Don: GEOS Geometry Engine support GEOTIFF=3Don: Use graphics/libgeotiff instead of bundled one GIF=3Don: Use graphics/giflib instead of bundled one GTA=3Doff: Generic Tagged Array (GTA) support HDF5=3Doff: HDF-5 data format support ICONV=3Don: Encoding conversion support via iconv JASPER=3Don: JPEG 2000 support via JasPer JPEG=3Don: Use graphics/jpeg instead of bundled one JSON_C=3Don: Use devel/json-c instead of bundled one KML=3Don: Keyhole Markup Language (KML) support LIBXML2=3Don: XML parser support via libxml2 MYSQL=3Doff: MySQL database support NETCDF=3Doff: NetCDF data format support ODBC=3Don: ODBC database backend OPENJPEG=3Don: Enhanced JPEG graphics support PCRE=3Don: Regular expression support for SQLite PGSQL=3Don: PostgreSQL database support PNG=3Don: Use graphics/png instead of bundled one PROJ=3Don: PROJ.4 cartographic projections support SQLITE=3Don: SQLite database support TIFF=3Don: Use graphics/tiff instead of bundled one WEBP=3Doff: WebP image format support XERCES=3Don: XML parser support via Xerces =3D=3D=3D=3D> PDF document support: you can only select none or one of them PODOFO=3Doff: PDF file support via PoDoFo POPPLER=3Don: PDF and PS file support via poppler /usr/bin/ld: warning: libgif.so.4, needed by /usr/local/lib/libgdal.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libgdal.so: undefined reference to `MakeMapObject' /usr/local/lib/libgdal.so: undefined reference to `FreeMapObject' c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) GNUmakefile:46=C2=A0: la recette pour la cible =C2=AB=C2=A0gdalinfo=C2=A0= =C2=BB a =C3=A9chou=C3=A9e gmake[3]: *** [gdalinfo] Erreur 1 gmake[3]=C2=A0: on quitte le r=C3=A9pertoire =C2=AB /usr/ports/graphics/gdal/work/gdal-1.11.1/apps=C2=A0=C2=BB GNUmakefile:69=C2=A0: la recette pour la cible =C2=AB=C2=A0apps-target=C2= =A0=C2=BB a =C3=A9chou=C3=A9e gmake[2]: *** [apps-target] Erreur 2 gmake[2]=C2=A0: on quitte le r=C3=A9pertoire =C2=AB=C2=A0/usr/ports/graphic= s/gdal/work/gdal-1.11.1 =C2=BB *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/gdal *** Error code 1 Stop. make: stopped in /usr/ports/graphics/gdal --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer sunpoet@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.=