[Bug 255216] graphics/gdal: compiler error: unknown type name 'Int64'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 19 10:00:59 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255216
Bug ID: 255216
Summary: graphics/gdal: compiler error: unknown type name
'Int64'
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)
Recent update of graphics/gdal gives an error while compiling on recent
13-STABLE (FreeBSD 13.0-STABLE #12 stable/13-n245229-02816ecfb93: Fri Apr 16
13:07:52 CEST 2021 amd64) and recent 14-CURRENT (FreeBSD 14.0-CURRENT #7
main-n246069-112f007e128: Wed Apr 14 14:04:35 CEST 2021 amd64); ports tree is
up to date:
[...]
c++ -I/usr/ports/graphics/gdal/work/gdal-3.2.1/port
-I/usr/ports/graphics/gdal/work/gdal-3.2.1/gcore
-I/usr/ports/graphics/gdal/work/gdal-3.2.1/alg
-I/usr/ports/graphics/gdal/work/gdal-3.2.1/ogr
-I/usr/ports/graphics/gdal/work/gdal-3.2.1/ogr/ogrsf_frmts
-I/usr/ports/graphics/gdal/work/gdal-3.2.1/gnm
-I/usr/ports/graphics/gdal/work/gdal-3.2.1/apps -DHAVE_AVX_AT_COMPILE_TIME
-DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -O2 -pipe -fPIC
-DLIBICONV_PLUG -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing -DLIBICONV_PLUG -isystem /usr/local/include -std=c++14
-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-declarations -Wnon-virtual-dtor
-Woverloaded-virtual -fno-operator-names -Wzero-as-null-pointer-constant
-Wsuggest-override -Wimplicit-fallthrough -I/usr/local/include
-I/usr/local/include/OpenEXR -I/usr/local/include/Imath -DGNM_ENABLED
-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include
-I/usr/ports/graphics/gdal/work/gdal-3.2.1/port
-I/usr/local/include/openjpeg-2.4 -I/usr/local/include -I/usr -I/usr/include
-DGDAL_COMPILATION -DHAVE_XERCES -I/usr/local/include
-I/usr/local/include/xercesc -DLIBICONV_PLUG -I/usr/local/include -isystem
/usr/local/include -I/usr/ports/graphics/gdal/work/gdal-3.2.1/port
-I/usr/local/include/openjpeg-2.4 -I/usr/local/include -I/usr -I/usr/include
-DGDAL_COMPILATION -c -o ../o/exrdataset.o exrdataset.cpp
exrdataset.cpp:462:13: error: unknown type name 'Int64'; did you mean 'GInt64'?
virtual Int64 tellg () override;
^~~~~
GInt64
/usr/ports/graphics/gdal/work/gdal-3.2.1/port/cpl_port.h:267:26: note: 'GInt64'
declared here
typedef GIntBig GInt64;
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list