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 .. 12 Next › Last »

ArArgyridis commented on 2021-05-17 11:13 (UTC)

itk4 depedency needs to be recompiled for latest gcc before upgrading OTB.

kikislater commented on 2021-04-19 10:07 (UTC) (edited on 2021-04-19 10:08 (UTC) by kikislater)

Solved previous comment by rebuilding agg, ossim without qt4, itk4 and shark-ml-git (error related to libboost ...)

kikislater commented on 2021-04-11 06:11 (UTC)

Any idea to solve this problem :

[ 90%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/__/include/moc_otbWrapperQtWidgetOutputFilenameParameter.cpp.o
In file included from /home/sylvain/.cache/yay/orfeo-toolbox/src/build/Modules/Wrappers/QtWidget/src/__/include/moc_otbWrapperQtWidgetView.cpp:10:
/home/sylvain/.cache/yay/orfeo-toolbox/src/Modules/Wrappers/QtWidget/include/otbWrapperQtWidgetView.h:50:117: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
   50 |   QtWidgetView(const otb::Wrapper::Application::Pointer& otbApp, QWidget* parent = nullptr, Qt::WindowFlags flags = 0);
      |                                                                                                                     ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtWidgets/QtWidgetsDepends:3,
                 from /usr/include/qt/QtWidgets/QtWidgets:3,
                 from /home/sylvain/.cache/yay/orfeo-toolbox/src/Modules/Wrappers/QtWidget/include/otbWrapperQtWidgetView.h:24,
                 from /home/sylvain/.cache/yay/orfeo-toolbox/src/build/Modules/Wrappers/QtWidget/src/__/include/moc_otbWrapperQtWidgetView.cpp:10:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
[ 90%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/__/include/moc_otbQtLogOutput.cpp.o
[ 91%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/__/include/moc_otbWrapperQtWidgetDirectoryParameter.cpp.o
[ 91%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/__/include/moc_otbWrapperQtWidgetSimpleProgressReport.cpp.o
[ 91%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/__/include/moc_otbWrapperQtWidgetRAMParameter.cpp.o
[ 91%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/__/include/moc_otbWrapperQtWidgetListEditWidget.cpp.o
[ 91%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/__/include/moc_otbWrapperQtWidgetListEditItemModel.cpp.o
[ 91%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/__/include/moc_otbWrapperQtWidgetParameterList.cpp.o
[ 91%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/__/include/moc_otbWrapperQtWidgetBoolParameter.cpp.o
[ 91%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/__/include/moc_otbWrapperQtWidgetSpinBoxes.cpp.o
In file included from /home/sylvain/.cache/yay/orfeo-toolbox/src/build/Modules/Wrappers/QtWidget/src/__/include/moc_otbWrapperQtWidgetListEditWidget.cpp:10:
/home/sylvain/.cache/yay/orfeo-toolbox/src/Modules/Wrappers/QtWidget/include/otbWrapperQtWidgetListEditWidget.h:57:83: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
   57 |   ListEditWidget(StringListInterface*, QWidget* p = NULL, Qt::WindowFlags flags = 0);
      |                                                                                   ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtWidgets/QtWidgetsDepends:3,
                 from /usr/include/qt/QtWidgets/QtWidgets:3,
                 from /home/sylvain/.cache/yay/orfeo-toolbox/src/Modules/Wrappers/QtWidget/include/otbWrapperQtWidgetListEditWidget.h:25,
                 from /home/sylvain/.cache/yay/orfeo-toolbox/src/build/Modules/Wrappers/QtWidget/src/__/include/moc_otbWrapperQtWidgetListEditWidget.cpp:10:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
  123 |     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
      |                                                                                ^~~~~~
[ 91%] Building CXX object Modules/Wrappers/QtWidget/src/CMakeFiles/OTBQtWidget.dir/qrc_otbWrapperQtWidgetIcons.cpp.o
[ 91%] Linking CXX shared library ../../../../lib/libOTBQtWidget-7.2.so
[ 91%] Built target OTBQtWidget
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

LeonD commented on 2021-02-28 13:21 (UTC)

Just as heads up, I had to build shark-ml-git and qt5-tools separately for this to build (looks like a continuation of the problem below).

ArArgyridis commented on 2020-11-10 18:19 (UTC)

@kikislater sorry, I just updated the PKGBUILD. Thanks for noticing.

kikislater commented on 2020-11-05 07:40 (UTC)

@ArArgyridis : why the latest commit removed Shark whereas you add it previously ?

https://aur.archlinux.org/cgit/aur.git/commit/?h=orfeo-toolbox&id=b9ba855cde3f8920167c6cfc52de5ca8cb4ad964

ArArgyridis commented on 2020-10-27 10:21 (UTC)

@kikislater thanks for the notice, updated.

kikislater commented on 2020-10-23 04:30 (UTC)

Please add shark option (and shark-ml-git as dependency in that case) :

-DOTB_USE_SHARK=ON

It is present in the doc to have KMeans classification which is widely use when considering usage of OTB.

ArArgyridis commented on 2020-05-08 22:30 (UTC)

Thanks @geosam, I updated the package.

kikislater commented on 2020-04-28 05:14 (UTC)

Thank you geosam, it works with itk4 but IMO it's a not a solution and PKGBUILD should remove insight-toolkit ...