[Bug 197046] graphics/gdal: build error since gif 5.x
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 24 08:25:01 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197046
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 at FreeBSD.org
Reporter: coder at tuxfamily.org
Assignee: sunpoet at FreeBSD.org
CC:
Flags: maintainer-feedback?(sunpoet at 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 (GDAL
GIF=OFF).
----
GIF_OPTIONS: OFF
bureau% sudo make -C /usr/ports/graphics/gdal showconfig
===> The following configuration options are available for gdal-1.11.1_4:
ARMADILLO=on: TPS transform computation via Armadillo
CFITSIO=off: FITS support via CFITSIO
CURL=on: Data transfer support via cURL
ECW=on: ECW image format support
EXPAT=on: XML parser support via Expat
FREEXL=on: Excel file (.xls) support via FreeXL
GEOS=on: GEOS Geometry Engine support
GEOTIFF=on: Use graphics/libgeotiff instead of bundled one
GIF=off: Use graphics/giflib instead of bundled one
GTA=off: Generic Tagged Array (GTA) support
HDF5=off: HDF-5 data format support
ICONV=on: Encoding conversion support via iconv
JASPER=on: JPEG 2000 support via JasPer
JPEG=on: Use graphics/jpeg instead of bundled one
JSON_C=on: Use devel/json-c instead of bundled one
KML=on: Keyhole Markup Language (KML) support
LIBXML2=on: XML parser support via libxml2
MYSQL=off: MySQL database support
NETCDF=off: NetCDF data format support
ODBC=on: ODBC database backend
OPENJPEG=on: Enhanced JPEG graphics support
PCRE=on: Regular expression support for SQLite
PGSQL=on: PostgreSQL database support
PNG=on: Use graphics/png instead of bundled one
PROJ=on: PROJ.4 cartographic projections support
SQLITE=on: SQLite database support
TIFF=on: Use graphics/tiff instead of bundled one
WEBP=off: WebP image format support
XERCES=on: XML parser support via Xerces
====> PDF document support: you can only select none or one of them
PODOFO=off: PDF file support via PoDoFo
POPPLER=on: 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 invocation)
GNUmakefile:46 : la recette pour la cible « gdalinfo » a échouée
gmake[3]: *** [gdalinfo] Erreur 1
gmake[3] : on quitte le répertoire «
/usr/ports/graphics/gdal/work/gdal-1.11.1/apps »
GNUmakefile:69 : la recette pour la cible « apps-target » a échouée
gmake[2]: *** [apps-target] Erreur 2
gmake[2] : on quitte le répertoire « /usr/ports/graphics/gdal/work/gdal-1.11.1
»
*** Error code 1
-------
GIF_OPTIONS: ON
===> The following configuration options are available for gdal-1.11.1_4:
ARMADILLO=on: TPS transform computation via Armadillo
CFITSIO=off: FITS support via CFITSIO
CURL=on: Data transfer support via cURL
ECW=on: ECW image format support
EXPAT=on: XML parser support via Expat
FREEXL=on: Excel file (.xls) support via FreeXL
GEOS=on: GEOS Geometry Engine support
GEOTIFF=on: Use graphics/libgeotiff instead of bundled one
GIF=on: Use graphics/giflib instead of bundled one
GTA=off: Generic Tagged Array (GTA) support
HDF5=off: HDF-5 data format support
ICONV=on: Encoding conversion support via iconv
JASPER=on: JPEG 2000 support via JasPer
JPEG=on: Use graphics/jpeg instead of bundled one
JSON_C=on: Use devel/json-c instead of bundled one
KML=on: Keyhole Markup Language (KML) support
LIBXML2=on: XML parser support via libxml2
MYSQL=off: MySQL database support
NETCDF=off: NetCDF data format support
ODBC=on: ODBC database backend
OPENJPEG=on: Enhanced JPEG graphics support
PCRE=on: Regular expression support for SQLite
PGSQL=on: PostgreSQL database support
PNG=on: Use graphics/png instead of bundled one
PROJ=on: PROJ.4 cartographic projections support
SQLITE=on: SQLite database support
TIFF=on: Use graphics/tiff instead of bundled one
WEBP=off: WebP image format support
XERCES=on: XML parser support via Xerces
====> PDF document support: you can only select none or one of them
PODOFO=off: PDF file support via PoDoFo
POPPLER=on: 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 invocation)
GNUmakefile:46 : la recette pour la cible « gdalinfo » a échouée
gmake[3]: *** [gdalinfo] Erreur 1
gmake[3] : on quitte le répertoire «
/usr/ports/graphics/gdal/work/gdal-1.11.1/apps »
GNUmakefile:69 : la recette pour la cible « apps-target » a échouée
gmake[2]: *** [apps-target] Erreur 2
gmake[2] : on quitte le répertoire « /usr/ports/graphics/gdal/work/gdal-1.11.1
»
*** 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 <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer sunpoet at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list