Opened 9 years ago

Closed 6 months ago

#47523 closed defect (fixed)

orfeotoolbox @4.0.0: CMake Error: The source directory ... does not appear to contain CMakeLists.txt.

Reported by: dgaleazzo@… Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: yultar@…, ryandesign (Ryan Carsten Schmidt)
Port: orfeotoolbox

Description

macbook:~ daniel$ sudo port install orfeotoolbox +python27
--->  Computing dependencies for orfeotoolbox
--->  Configuring orfeotoolbox
Error: org.macports.configure for port orfeotoolbox returned: configure failure: command execution failed
Please see the log file for port orfeotoolbox for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gis_orfeotoolbox/orfeotoolbox/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port orfeotoolbox failed

Attachments (1)

log (5.5 KB) - added by dgaleazzo@… 9 years ago.
Log File

Download all attachments as: .zip

Change History (5)

Changed 9 years ago by dgaleazzo@…

Attachment: log added

Log File

comment:1 Changed 9 years ago by mf2k (Frank Schima)

Cc: stromnov@… added
Owner: changed from macports-tickets@… to julien.malik@…
Port: orfeotoolbox added

In the future, please fill in the Port field and Cc the port maintainers (port info --maintainers orfeotoolbox), if any.

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: yultar@… ryandesign@… added
Summary: orfeotoolbox @4.0.0 +python27 Configure failure: command execution failedorfeotoolbox @4.0.0: CMake Error: The source directory ... does not appear to contain CMakeLists.txt.

Has duplicate #47914.

The port was trying to do an out-of-source build, but doing so in a way that does not work, or at least does not work anymore. I changed the port in r136969 to use the out-of-source building functionality now in the cmake portgroup to get past this error.

Unfortunately now we hit another error:

CMake Error at /opt/local/share/cmake-3.2/Modules/CMakeExportBuildSettings.cmake:17 (message):
  The functionality of this module has been dropped as of CMake 2.8.  It was
  deemed harmful (confusing users by changing their compiler).  Please remove
  calls to the CMAKE_EXPORT_BUILD_SETTINGS macro and stop including this
  module.  If this project generates any files for use by external projects,
  remove any use of the CMakeImportBuildSettings module from them.

Maybe updating orfeotoolbox to a newer version would fix this.

comment:3 Changed 8 years ago by mf2k (Frank Schima)

Cc: stromnov@… removed
Owner: changed from julien.malik@… to stromnov@…

Assigning to current maintainer. See #51575.

comment:4 Changed 6 months ago by nilason (Nicklas Larsson)

Resolution: fixed
Status: newclosed

In d5ca15d0e3220efedc80e7e35d9b72fac114b7f6/macports-ports (master):

orfeotoolbox: update to version 8.2.1 and general overhaul

The qt4 variant is not upgraded and removed. The project aims to
remove qt as gui for version 9, replaced by QGIS.

Closes #39671
Closes #43410
Closes #45918
Closes #47523
Closes #51435
Closes #62754

Note: See TracTickets for help on using tickets.