Package Details: orfeo-toolbox 9.1.0-1

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-11-06 09:12 (UTC)

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »

geosam commented on 2014-07-04 18:18 (UTC)

I get the next error: -------------------------------------------------------------------- CMake Error: Error in cmake code at /home/samtux/Manjaro/aur/orfeo-toolbox/src/OTB-4.0.0/CMake/ImportGdal.cmake:36: Parse error. Function missing ending ")". Instead found bad character with text "[". CMake Error at CMakeLists.txt:206 (include): include could not find load file: /home/samtux/Manjaro/aur/orfeo-toolbox/src/OTB-4.0.0/CMake/ImportGdal.cmake -------------------------------------------------------------------- And the next: -------------------------------------------------------------------- CMake Warning (dev) at CMakeLists.txt:359 (export_library_dependencies): Policy CMP0033 is not set: The export_library_dependencies command should not be called. Run "cmake --help-policy CMP0033" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring incomplete, errors occurred! See also "/home/samtux/Manjaro/aur/orfeo-toolbox/src/build/CMakeFiles/CMakeOutput.log". See also "/home/samtux/Manjaro/aur/orfeo-toolbox/src/build/CMakeFiles/CMakeError.log". ==> ERROR: Se produjo un error en build(). Cancelando... --------------------------------------------------------------------

salsaymusica commented on 2014-07-02 23:30 (UTC)

@ArArgyridis: Thanks! That worked.

ArArgyridis commented on 2014-07-01 06:49 (UTC)

The released version of Orfeo Toolbox can not be compiled due to the update in cmake from 2.8 to 3.0. Either downgrade cmake, or try to build orfeo toolbox from mercurial. You can find the PKGBUILD here: https://aur.archlinux.org/packages/orfeo-toolbox-hg/

salsaymusica commented on 2014-07-01 03:38 (UTC)

Hello, I tried to compile orfeo-toolbox but I can't due to the following error: -- Check size of long long -- Check size of long long - done -- Check size of __int64 -- Check size of __int64 - failed -- Check size of long int -- Check size of long int - done -- Check size of short int -- Check size of short int - done -- Configuring incomplete, errors occurred! See also "/tmp/yaourt-tmp-hernan/aur-orfeo-toolbox/src/build/CMakeFiles/CMakeOutput.log". See also "/tmp/yaourt-tmp-hernan/aur-orfeo-toolbox/src/build/CMakeFiles/CMakeError.log". ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build orfeo-toolbox. ==> Restart building orfeo-toolbox ? [y/N] Is anyone experiencing the same issue? Thank you very much!

okanisis commented on 2014-03-14 00:23 (UTC)

python3 gets picked up in cmake for some reason with a confusing message: -- Found PythonLibs: /usr/lib64/libpython3.3m.so (found version "2.7.6") namcap then reports python3 as a missing dependency because of it.

ariki commented on 2013-12-18 18:05 (UTC)

It seems we need some more options set to compile and install Python module properly: -DPYTHON_LIBRARIES=/usr/lib/libpython2.7.so \ -DPYTHON_EXECUTABLE=/usr/bin/python2 \ -DPYTHON_INCLUDE_PATH=/usr/include/python2.7/ \ -DOTB_INSTALL_PYTHON_DIR=/usr/lib/python2.7/site-packages/ \ And if we choose to build Python wrappings by default, then I believe python2 must be in dependency list. Also, to use it, one needs system variables to be set as follows: export LD_LIBRARY_PATH=/usr/lib/otb export ITK_AUTOLOAD_PATH=/usr/lib/otb/applications

ArArgyridis commented on 2013-12-15 20:33 (UTC)

Updated. I do not change the version, cause it's a minor change. Thank you for your comments.

okanisis commented on 2013-12-15 19:42 (UTC)

It's probably safe to remove -j9 flag from the $(make) because users can set that in their makepkg.conf instead. Thanks for maintaining this =)

ArArgyridis commented on 2013-12-15 10:22 (UTC)

Corrected and uploaded. Thanks for the info.