Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2015 08:25:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197046] graphics/gdal: build error since gif 5.x
Message-ID:  <bug-197046-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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 <bugzilla@FreeBSD.org> ---
Auto-assigned to maintainer sunpoet@FreeBSD.org

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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