Date: Sat, 12 Jan 2019 11:13:03 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 234893] graphics/gdal: ld: error: undefined symbol: GDALWarpAppOptionsSetQuiet Message-ID: <bug-234893-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234893 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@FreeBSD.org Reporter: ohartmann@walstatt.org Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@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=3Dc= ++11=20 -fPIC -Wall -Wextra -Winit-self -Wunused-parameter -Wformat -Werror=3Dformat-security -Wno-format-nonliteral -Wshorten-64-to-32 -Wshadow -Werror=3Dvla -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=20 -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=20 -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=3D1 -I/usr/local/include -c -o gdalwarp_bin.o gdalwarp_bin.cpp c++ -L/usr/local/lib -fstack-protector gdalwarp_bin.o=20 -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 invocatio= n) 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 --=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-234893-7788>