Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuistzhou/8e3322efc8d8da18d20788a8a65dc98b to your computer and use it in GitHub Desktop.
Save nuistzhou/8e3322efc8d8da18d20788a8a65dc98b to your computer and use it in GitHub Desktop.
osgeo-gdal-filegdb (osgeo/osgeo4mac/osgeo-gdal-filegdb) on macOS 10.15.1 - Homebrew build logs
Homebrew build logs for osgeo/osgeo4mac/osgeo-gdal-filegdb on macOS 10.15.1
Build date: 2019-11-26 11:33:04
HOMEBREW_VERSION: 2.1.16
ORIGIN: https://github.com/Homebrew/brew
HEAD: 3aa7624284c43180a3f3a71aeaa9263092868e12
Last commit: 3 weeks ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 925999779e57f409929aba1f35077f111e3adc8e
Core tap last commit: 5 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_GITHUB_API_TOKEN: set
CPU: octa-core 64-bit kabylake
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
Clang: 11.0 build 1100
Git: 2.23.0 => /usr/local/bin/git
Curl: 7.64.1 => /usr/bin/curl
Java: 13
macOS: 10.15.1-x86_64
CLT: 1100.0.33.8
Xcode: 11.2.1
XQuartz: 2.7.11 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and which additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew-provided
script of the same name. We found the following "config" scripts:
/Users/pzhou/anaconda3/bin/icu-config
/Users/pzhou/anaconda3/bin/krb5-config
/Users/pzhou/anaconda3/bin/freetype-config
/Users/pzhou/anaconda3/bin/xslt-config
/Users/pzhou/anaconda3/bin/libpng16-config
/Users/pzhou/anaconda3/bin/python3.7-config
/Users/pzhou/anaconda3/bin/libpng-config
/Users/pzhou/anaconda3/bin/xml2-config
/Users/pzhou/anaconda3/bin/python3.7m-config
/Users/pzhou/anaconda3/bin/python3-config
/Users/pzhou/anaconda3/bin/curl-config
/Users/pzhou/anaconda3/bin/ncursesw6-config
/Users/pzhou/anaconda3/bin/pcre-config
Warning: You have unlinked kegs in your Cellar.
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
osgeo-insighttoolkit
proj
libgeotiff
libspatialite
mysql
netcdf
osgeo/osgeo4mac/osgeo-gdal-filegdb
Formula: osgeo-gdal-filegdb
Tap: osgeo/osgeo4mac
Path: /usr/local/Homebrew/Library/Taps/osgeo/homebrew-osgeo4mac/Formula/osgeo-gdal-filegdb.rb
2019-11-26 11:33:04 +0100
clang++
-Iport
-Igcore
-Iogr
-Iogr/ogrsf_frmts
-Iogr/ogrsf_frmts/generic
-Iogr/ogrsf_frmts/filegdb
-I/usr/local/opt/osgeo-filegdb-api/include/filegdb
ogr/ogrsf_frmts/filegdb/FGdbResultLayer.cpp
ogr/ogrsf_frmts/filegdb/FGdbUtils.cpp
ogr/ogrsf_frmts/filegdb/FGdbDriver.cpp
ogr/ogrsf_frmts/filegdb/FGdbDatasource.cpp
ogr/ogrsf_frmts/filegdb/FGdbLayer.cpp
-dynamiclib
-install_name
/usr/local/opt/osgeo-gdal-filegdb/lib/gdalplugins/3.0/ogr_FileGDB.dylib
-current_version
3.0.2
-compatibility_version
3.0.0
-o
/usr/local/Cellar/osgeo-gdal-filegdb/3.0.2_1/lib/gdalplugins/3.0/ogr_FileGDB.dylib
-undefined
dynamic_lookup
-L/usr/local/opt/osgeo-filegdb-api/lib
-lFileGDBAPI
ogr/ogrsf_frmts/filegdb/FGdbDriver.cpp:857:27: warning: 'GetRegistrar' is deprecated: Use GDALDriverManager class instead [-Wdeprecated-declarations]
OGRSFDriverRegistrar::GetRegistrar()->RegisterDriver(poDriver);
^
ogr/ogrsf_frmts/ogrsf_frmts.h:401:49: note: 'GetRegistrar' has been explicitly marked deprecated here
static OGRSFDriverRegistrar *GetRegistrar() OGR_DEPRECATED("Use GDALDriverManager class instead");
^
ogr/ogrsf_frmts/ogrsf_frmts.h:49:27: note: expanded from macro 'OGR_DEPRECATED'
#define OGR_DEPRECATED(x) CPL_WARN_DEPRECATED(x)
^
port/cpl_port.h:1007:74: note: expanded from macro 'CPL_WARN_DEPRECATED'
#define CPL_WARN_DEPRECATED(x) __attribute__ ((deprecated(x)))
^
ogr/ogrsf_frmts/filegdb/FGdbDriver.cpp:857:43: warning: 'RegisterDriver' is deprecated: Use GDALDriverManager class instead [-Wdeprecated-declarations]
OGRSFDriverRegistrar::GetRegistrar()->RegisterDriver(poDriver);
^
ogr/ogrsf_frmts/ogrsf_frmts.h:404:58: note: 'RegisterDriver' has been explicitly marked deprecated here
void RegisterDriver( OGRSFDriver * poDriver ) OGR_DEPRECATED("Use GDALDriverManager class instead");
^
ogr/ogrsf_frmts/ogrsf_frmts.h:49:27: note: expanded from macro 'OGR_DEPRECATED'
#define OGR_DEPRECATED(x) CPL_WARN_DEPRECATED(x)
^
port/cpl_port.h:1007:74: note: expanded from macro 'CPL_WARN_DEPRECATED'
#define CPL_WARN_DEPRECATED(x) __attribute__ ((deprecated(x)))
^
2 warnings generated.
clang++ called with: -Iport -Igcore -Iogr -Iogr/ogrsf_frmts -Iogr/ogrsf_frmts/generic -Iogr/ogrsf_frmts/filegdb -I/usr/local/opt/osgeo-filegdb-api/include/filegdb ogr/ogrsf_frmts/filegdb/FGdbResultLayer.cpp ogr/ogrsf_frmts/filegdb/FGdbUtils.cpp ogr/ogrsf_frmts/filegdb/FGdbDriver.cpp ogr/ogrsf_frmts/filegdb/FGdbDatasource.cpp ogr/ogrsf_frmts/filegdb/FGdbLayer.cpp -dynamiclib -install_name /usr/local/opt/osgeo-gdal-filegdb/lib/gdalplugins/3.0/ogr_FileGDB.dylib -current_version 3.0.2 -compatibility_version 3.0.0 -o /usr/local/Cellar/osgeo-gdal-filegdb/3.0.2_1/lib/gdalplugins/3.0/ogr_FileGDB.dylib -undefined dynamic_lookup -L/usr/local/opt/osgeo-filegdb-api/lib -lFileGDBAPI
superenv added: -std=c++11 -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libiconv/include -I/usr/local/opt/expat/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/openldap/include -I/usr/local/opt/curl-openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/libpq/include -I/usr/local/opt/openblas/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/gettext/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/osgeo-libkml/include -I/usr/local/opt/tcl-tk/include -I/usr/local/opt/krb5/include -L/usr/local/opt/libiconv/lib -L/usr/local/opt/expat/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/openldap/lib -L/usr/local/opt/curl-openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/jpeg-turbo/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/openblas/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/osgeo-libkml/lib -L/usr/local/opt/tcl-tk/lib -L/usr/local/opt/krb5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -std=c++11 -stdlib=libc++ -Iport -Igcore -Iogr -Iogr/ogrsf_frmts -Iogr/ogrsf_frmts/generic -Iogr/ogrsf_frmts/filegdb -I/usr/local/opt/osgeo-filegdb-api/include/filegdb ogr/ogrsf_frmts/filegdb/FGdbResultLayer.cpp ogr/ogrsf_frmts/filegdb/FGdbUtils.cpp ogr/ogrsf_frmts/filegdb/FGdbDriver.cpp ogr/ogrsf_frmts/filegdb/FGdbDatasource.cpp ogr/ogrsf_frmts/filegdb/FGdbLayer.cpp -dynamiclib -install_name /usr/local/opt/osgeo-gdal-filegdb/lib/gdalplugins/3.0/ogr_FileGDB.dylib -current_version 3.0.2 -compatibility_version 3.0.0 -o /usr/local/Cellar/osgeo-gdal-filegdb/3.0.2_1/lib/gdalplugins/3.0/ogr_FileGDB.dylib -undefined dynamic_lookup -L/usr/local/opt/osgeo-filegdb-api/lib -lFileGDBAPI -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -isystem/usr/local/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/libiconv/include -I/usr/local/opt/expat/include -I/usr/local/opt/zlib/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/openldap/include -I/usr/local/opt/curl-openssl/include -I/usr/local/opt/readline/include -I/usr/local/opt/sqlite/include -I/usr/local/opt/jpeg-turbo/include -I/usr/local/opt/libpq/include -I/usr/local/opt/openblas/include -I/usr/local/opt/icu4c/include -I/usr/local/opt/gettext/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/osgeo-libkml/include -I/usr/local/opt/tcl-tk/include -I/usr/local/opt/krb5/include -L/usr/local/opt/libiconv/lib -L/usr/local/opt/expat/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/openldap/lib -L/usr/local/opt/curl-openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib -L/usr/local/opt/jpeg-turbo/lib -L/usr/local/opt/libpq/lib -L/usr/local/opt/openblas/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/gettext/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/osgeo-libkml/lib -L/usr/local/opt/tcl-tk/lib -L/usr/local/opt/krb5/lib -L/usr/local/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment