Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 10:00:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255216] graphics/gdal: compiler error: unknown type name 'Int64'
Message-ID:  <bug-255216-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255216

            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@FreeBSD.org
          Reporter: ohartmann@walstatt.org
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@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=3Dc=
++14=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-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/inclu=
de=20
-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/inclu=
de=20
-DGDAL_COMPILATION -c -o ../o/exrdataset.o exrdataset.cpp
exrdataset.cpp:462:13: error: unknown type name 'Int64'; did you mean 'GInt=
64'?
    virtual Int64       tellg () override;
            ^~~~~
            GInt64
/usr/ports/graphics/gdal/work/gdal-3.2.1/port/cpl_port.h:267:26: note: 'GIn=
t64'
declared here
typedef GIntBig          GInt64;

--=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-255216-7788>