Package Details: orfeo-toolbox 9.0.0-2

Git Clone URL: https://aur.archlinux.org/orfeo-toolbox.git (read-only, click to copy)
Package Base: orfeo-toolbox
Description: ORFEO Toolbox (OTB) is an open source library of image processing algorithms
Upstream URL: http://www.orfeo-toolbox.org
Licenses: CeCILL
Submitter: ArArgyridis
Maintainer: ArArgyridis
Last Packager: ArArgyridis
Votes: 15
Popularity: 0.000000
First Submitted: 2011-09-01 07:08 (UTC)
Last Updated: 2024-04-10 08:43 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

geosam commented on 2018-01-12 22:33 (UTC)

I get the next error:

[ 44%] Building CXX object Modules/Adapters/OSSIMAdapters/src/CMakeFiles/OTBOSSIMAdapters.dir/otbDateTimeAdapter.cxx.o [ 44%] Building CXX object Modules/Adapters/OSSIMAdapters/src/CMakeFiles/OTBOSSIMAdapters.dir/otbMapProjectionAdapter.cxx.o /home/samtux/makepkg/archgeotux/orfeo-toolbox/src/OTB-release-6.2/Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx: In static member function 'static void otb::RPCSolverAdapter::Solve(const GCPsContainerType&, double&, otb::ImageKeywordlist&)': /home/samtux/makepkg/archgeotux/orfeo-toolbox/src/OTB-release-6.2/Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx:115:96: error: 'class ossimRpcSolver' has no member named 'createRpcProjection' ossimRefPtr<ossimrpcprojection> rpcProjection = dynamic_cast<ossimrpcprojection*>(rpcSolver->createRpcProjection()->getProjection()); ^~~~~~~~~~~~~~~~~~~ make[2]: [Modules/Adapters/OSSIMAdapters/src/CMakeFiles/OTBOSSIMAdapters.dir/build.make:207: Modules/Adapters/OSSIMAdapters/src/CMakeFiles/OTBOSSIMAdapters.dir/otbRPCSolverAdapter.cxx.o] Error 1 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:1034: Modules/Adapters/OSSIMAdapters/src/CMakeFiles/OTBOSSIMAdapters.dir/all] Error 2 make: [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...</ossimrpcprojection*></ossimrpcprojection>

ArArgyridis commented on 2018-01-05 07:44 (UTC)

archboy I think that you need to recompile ossim. I tried to recompile OTB and it is OK.

archboy commented on 2018-01-03 13:16 (UTC)

Error with this 6.2.0:

[ 59%] Building CXX object Modules/Adapters/OSSIMAdapters/src/CMakeFiles/OTBOSSIMAdapters.dir/otbSarSensorModelAdapter.cxx.o /startdir/src/OTB-release-6.2/Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx: In static member function 'static void otb::RPCSolverAdapter::Solve(const GCPsContainerType&, double&, otb::ImageKeywordlist&)': /startdir/src/OTB-release-6.2/Modules/Adapters/OSSIMAdapters/src/otbRPCSolverAdapter.cxx:115:96: error: 'class ossimRpcSolver' has no member named 'createRpcProjection' ossimRefPtr<ossimrpcprojection> rpcProjection = dynamic_cast<ossimrpcprojection*>(rpcSolver->createRpcProjection()->getProjection()); ^~~~~~~~~~~~~~~~~~~ make[2]: [Modules/Adapters/OSSIMAdapters/src/CMakeFiles/OTBOSSIMAdapters.dir/build.make:207: Modules/Adapters/OSSIMAdapters/src/CMakeFiles/OTBOSSIMAdapters.dir/otbRPCSolverAdapter.cxx.o] Error 1 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:1034: Modules/Adapters/OSSIMAdapters/src/CMakeFiles/OTBOSSIMAdapters.dir/all] Error 2 make: [Makefile:130: all] Error 2</ossimrpcprojection*></ossimrpcprojection>

geosam commented on 2017-12-03 02:09 (UTC)

Missing dependency 'glfw-wayland'

geosam commented on 2017-11-06 21:14 (UTC)

Package OSSIM Update to version 2.1.0 https://aur.archlinux.org/packages/ossim

baranator commented on 2017-06-27 21:48 (UTC) (edited on 2017-06-27 23:00 (UTC) by baranator)

If anyone runs into problems resulting in an error during build with message "dunno about this gcc": this patch ( https://github.com/InsightSoftwareConsortium/ITK/commit/6dbbcc78093918f7dc2e859a0d1f1b80adb26de4 ) should fix the error, if applied to your local /usr/include/ITK-4.11/vcl_compiler.h EDIT: maybe a better solution: update insight-toolkit to version 4.12

geosam commented on 2017-06-23 02:33 (UTC)

Patch solution error. Thank @bastelfreak by the link: https://gist.github.com/samtux/97204f68585ced0306e81cca9448e47e

geosam commented on 2017-06-23 01:11 (UTC)

Error with this version: /home/samtux/makepkg/orfeo-toolbox/src/OTB-release-6.0/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h: In member function 'unsigned int otb::Functor::SFSTexturesFunctor<TIter, TOutputValue>::GetNumberOfDirections()': /home/samtux/makepkg/orfeo-toolbox/src/OTB-release-6.0/Modules/Feature/Textures/include/otbSFSTexturesFunctor.h:102:69: error: expression cannot be used as a function unsigned int GetNumberOfDirections(){ return m_NumberOfDirections(); } ^ make[2]: *** [Modules/Applications/AppTextures/app/CMakeFiles/otbapp_SFSTextureExtraction.dir/build.make:63: Modules/Applications/AppTextures/app/CMakeFiles/otbapp_SFSTextureExtraction.dir/otbSFSTextureExtraction.cxx.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:14988: Modules/Applications/AppTextures/app/CMakeFiles/otbapp_SFSTextureExtraction.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 68%] Linking CXX shared module ../../../../lib/otb/applications/otbapp_HaralickTextureExtraction.so [ 68%] Built target otbapp_HaralickTextureExtraction make: *** [Makefile:130: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

okanisis commented on 2017-06-13 20:47 (UTC)

I ran into an issue compiling 6.0.0-1 where it would bail at around 64% for otbSFSTextureExtraction.cxx.o but a patch was supplied upstream at https://bugs.orfeo-toolbox.org/view.php?id=1430