[Bug 234893] graphics/gdal: ld: error: undefined symbol: GDALWarpAppOptionsSetQuiet
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jan 12 11:13:06 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234893
Bug ID: 234893
Summary: graphics/gdal: ld: error: undefined symbol:
GDALWarpAppOptionsSetQuiet
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: sunpoet at FreeBSD.org
Reporter: ohartmann at walstatt.org
Assignee: sunpoet at FreeBSD.org
Flags: maintainer-feedback?(sunpoet at FreeBSD.org)
On FreeBSD 13.0-CURRENT #74 r342956: Sat Jan 12 09:13:37 CET 2019 amd64
updating/installing port graphics/gdal (recently updated from 2.2.X to 2.4.X)
fails compiling with:
[...]
c++ -I/usr/ports/graphics/gdal/work/gdal-2.4.0/port
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/gcore
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/alg
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/ogr
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/ogr/ogrsf_frmts
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/gnm
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/apps -DHAVE_AVX_AT_COMPILE_TIME
-DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -O2 -pipe -fPIC
-DLIBICONV_PLUG -fstack-protector -isystem /usr/local/include
-fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -std=c++11
-fPIC -Wall -Wextra -Winit-self -Wunused-parameter -Wformat
-Werror=format-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow
-Werror=vla -Wdate-time -Wnull-dereference -Wextra-semi -Wcomma
-Wfloat-conversion -Wdocumentation -Wno-documentation-deprecated-sync
-Wunused-private-field -Wmissing-prototypes -Wmissing-declarations
-Wnon-virtual-dtor -Woverloaded-virtual -fno-operator-names
-Wzero-as-null-pointer-constant -Wimplicit-fallthrough
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/frmts/vrt -DGNM_ENABLED
-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/port -I/usr -I/usr/include
-DGDAL_COMPILATION -I/usr/local/include/json-c
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/ogr/ogrsf_frmts/geojson
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/ogr/ogrsf_frmts/generic
-I/usr/ports/graphics/gdal/work/gdal-2.4.0/gnm -DHAVE_GEOS=1
-I/usr/local/include -c -o gdalwarp_bin.o gdalwarp_bin.cpp
c++ -L/usr/local/lib -fstack-protector gdalwarp_bin.o
-L/usr/ports/graphics/gdal/work/gdal-2.4.0 -lgdal -lcrypto -lproj -ljson-c
-L/usr/local/lib -lgeos_c -lsqlite3 -ljasper -lgif -ljpeg -lgeotiff -ltiff
-lpng -lcfitsio -L/usr/local/lib -lpq -llzma -lz -L/usr -L/usr/lib -lpthread
-lm -lrt -ldl -L/usr/local/lib -L/usr/local/lib -lcurl -o
gdalwarp
ld: error: undefined symbol: GDALWarpAppOptionsSetQuiet
>>> referenced by gdalwarp_bin.cpp
>>> gdalwarp_bin.o:(main)
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [GNUmakefile:94: gdalwarp] Error 1
gmake[3]: Leaving directory '/usr/ports/graphics/gdal/work/gdal-2.4.0/apps'
gmake[2]: *** [GNUmakefile:109: apps-target] Error 2
gmake[2]: Leaving directory '/usr/ports/graphics/gdal/work/gdal-2.4.0'
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/graphics/gdal
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list