################## Setting up OSSIM core library ######################### -- Found JsonCpp: CMake Warning at source_subfolder/cmake/CMakeModules/FindGit.cmake:97 (MESSAGE): Command "/usr/bin/git rev-list HEAD --max-count=1" failed with output: fatal: not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). Call Stack (most recent call first): source_subfolder/cmake/CMakeModules/OssimUtilities.cmake:68 (GIT_WC_INFO) source_subfolder/CMakeLists.txt:234 (GET_GIT_REVISION) ################## end of OSSIM core library setup ######################### ../include/ossim/ossimConfig.h;../include/ossim/ossimVersion.h CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:34:25: warning: 'dup' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual ossimObject *dup()const; ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimProjection.h:34:25: note: overridden virtual function is here virtual ossimObject *dup()const=0; ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:36:17: warning: 'isGeographic' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual bool isGeographic()const; ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:140:17: note: overridden virtual function is here virtual bool isGeographic()const; ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:38:21: warning: 'forward' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual ossimDpt forward(const ossimGpt &worldPoint) const; ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:47:21: note: overridden virtual function is here virtual ossimDpt forward(const ossimGpt &worldPoint) const = 0; ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:39:21: warning: 'inverse' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual ossimGpt inverse(const ossimDpt &projectedPoint) const; ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:57:21: note: overridden virtual function is here virtual ossimGpt inverse(const ossimDpt &projectedPoint)const = 0; ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:69:17: warning: 'worldToLineSample' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void worldToLineSample(const ossimGpt& worldPoint, ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:60:21: note: overridden virtual function is here virtual void worldToLineSample(const ossimGpt &worldPoint, ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:75:17: warning: 'lineSampleHeightToWorld' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void lineSampleHeightToWorld(const ossimDpt& lineSampPt, ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:71:17: note: overridden virtual function is here virtual void lineSampleHeightToWorld(const ossimDpt& lineSampPt, ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:83:17: warning: 'saveState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual bool saveState(ossimKeywordlist& kwl, ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:198:17: note: overridden virtual function is here virtual bool saveState(ossimKeywordlist& kwl, ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:90:17: warning: 'loadState' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual bool loadState(const ossimKeywordlist& kwl, ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:205:17: note: overridden virtual function is here virtual bool loadState(const ossimKeywordlist& kwl, ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:93:26: warning: 'print' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual std::ostream& print(std::ostream& out) const; ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:211:26: note: overridden virtual function is here virtual std::ostream& print(std::ostream& out) const; ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:95:17: warning: 'operator==' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual bool operator==(const ossimProjection& projection) const; ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:219:17: note: overridden virtual function is here virtual bool operator==(const ossimProjection& projection) const; ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:98:17: warning: 'setMetersPerPixel' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual void setMetersPerPixel(const ossimDpt& pt); ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:186:17: note: overridden virtual function is here virtual void setMetersPerPixel(const ossimDpt& gsd); ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:123:1: warning: 'RTTI_vinfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] TYPE_DATA ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/base/ossimRtti.h:345:24: note: expanded from macro 'TYPE_DATA' virtual RTTItypeid RTTI_vinfo() const { return &RTTI_obj; }\ ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:383:1: note: overridden virtual function is here TYPE_DATA ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/base/ossimRtti.h:345:24: note: expanded from macro 'TYPE_DATA' virtual RTTItypeid RTTI_vinfo() const { return &RTTI_obj; }\ ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:123:1: warning: 'RTTI_cast' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] TYPE_DATA ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/base/ossimRtti.h:347:20: note: expanded from macro 'TYPE_DATA' virtual void* RTTI_cast(RTTItypeid);\ ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:383:1: note: overridden virtual function is here TYPE_DATA ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/base/ossimRtti.h:347:20: note: expanded from macro 'TYPE_DATA' virtual void* RTTI_cast(RTTItypeid);\ ^ In file included from /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/imaging/ossimElevImageSource.cpp:18: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimLlxyProjection.h:123:1: warning: 'RTTI_cast' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] TYPE_DATA ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/base/ossimRtti.h:348:26: note: expanded from macro 'TYPE_DATA' virtual const void* RTTI_cast(RTTItypeid)const; ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/projection/ossimMapProjection.h:383:1: note: overridden virtual function is here TYPE_DATA ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/base/ossimRtti.h:348:26: note: expanded from macro 'TYPE_DATA' virtual const void* RTTI_cast(RTTItypeid)const; ^ 14 warnings generated. /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/matrix/newmat5.cpp:438:14: warning: '~MatrixInput' has a non-throwing exception specification but can still throw [-Wexceptions] if (n!=0) Throw(ProgramException("A list of values was too short")); ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/include/ossim/matrix/myexcept.h:179:18: note: expanded from macro 'Throw' #define Throw(E) throw E ^ /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b/source_subfolder/src/matrix/newmat5.cpp:434:14: note: destructor has a implicit non-throwing exception specification MatrixInput::~MatrixInput() ^ 1 warning generated. clang: error: unable to execute command: Terminated clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 8.0.0-3 (tags/RELEASE_800/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Terminated make[2]: *** [source_subfolder/src/CMakeFiles/ossim.dir/build.make:7733: source_subfolder/src/CMakeFiles/ossim.dir/projection/ossimAlphaSensor.cpp.o] Error 143 make[2]: *** Waiting for unfinished jobs.... clang: error: unable to execute command: Terminated clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 8.0.0-3 (tags/RELEASE_800/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Terminated make[2]: *** [source_subfolder/src/CMakeFiles/ossim.dir/build.make:7707: source_subfolder/src/CMakeFiles/ossim.dir/projection/ossimAffineProjection.cpp.o] Error 143 clang: error: unable to execute command: Terminated clang: error: clang frontend command failed due to signal (use -v to see invocation) clang version 8.0.0-3 (tags/RELEASE_800/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin clang: note: diagnostic msg: PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace, preprocessed source, and associated run script. Terminated make[2]: *** [source_subfolder/src/CMakeFiles/ossim.dir/build.make:7720: source_subfolder/src/CMakeFiles/ossim.dir/projection/ossimAlbersProjection.cpp.o] Error 143 make[1]: *** [CMakeFiles/Makefile2:112: source_subfolder/src/CMakeFiles/ossim.dir/all] Error 2 make: *** [Makefile:130: all] Error 2 ossim/2.12.0: WARN: Build folder is dirty, removing it: /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b ossim/2.12.0: ERROR: Package 'fc5eb82bd31200823a27df4e78ee6abddeb3995b' build failed ossim/2.12.0: WARN: Build folder /home/conan/w/cci_PR-2459/.conan/data/ossim/2.12.0/_/_/build/fc5eb82bd31200823a27df4e78ee6abddeb3995b ERROR: Exiting with code: 5