Opened 6 years ago

Closed 6 years ago

#55347 closed defect (fixed)

paraview fails to configure

Reported by: davelaneca Owned by: jjstickel (Jonathan Stickel)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: dstrubbe (David Strubbe)
Port: paraview

Description (last modified by mf2k (Frank Schima))

On OSX High Sierra 10.13.1 paraview fails with message below and I have attached the log. Seems to have something to do with OpenGL.

bash-3.2# port install paraview
--->  Computing dependencies for paraview
--->  Configuring paraview
Error: Failed to configure paraview: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_paraview/paraview/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port paraview failed

Attachments (1)

main.log (277.6 KB) - added by davelaneca 6 years ago.
paraview build log file

Download all attachments as: .zip

Change History (6)

Changed 6 years ago by davelaneca

Attachment: main.log added

paraview build log file

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

Cc: dstrubbe added
Owner: set to jjstickel
Status: newassigned

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers paraview), if any.

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Description: modified (diff)
Summary: port "paraview" fails to installparaview fails to configure

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

It looks like it needs to be updated for qt5.

:info:configure CMake Error at VTK/GUISupport/Qt/CMakeLists.txt:69 (find_package):
:info:configure   By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has
:info:configure   asked CMake to find a package configuration file provided by "Qt5", but
:info:configure   CMake did not find one.
:info:configure   Could not find a package configuration file provided by "Qt5" with any of
:info:configure   the following names:
:info:configure     Qt5Config.cmake
:info:configure     qt5-config.cmake
:info:configure   Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR"
:info:configure   to a directory containing one of the above files.  If "Qt5" provides a
:info:configure   separate development package or SDK, be sure it has been installed.
:info:configure -- Configuring incomplete, errors occurred!

comment:4 Changed 6 years ago by jjstickel (Jonathan Stickel)

Yep, I get the same configure error on Sierra, and I do not have QT5 installed yet. Whoever checked in the latest version must have had QT5 installed and simply did not notice. So a likely workaround for the OP is to install QT5. I'm not sure when I'll have time to fix the port. I'd be interested in adding python3 support at this time, as well.

comment:5 Changed 6 years ago by dstrubbe (David Strubbe)

Resolution: fixed
Status: assignedclosed

In 10a5ed7976921a7156abe33a52aaa1169e7307a7/macports-ports:

paraview: Add missing dependency.

Closes: #55347

Note: See TracTickets for help on using tickets.