Skip to content

ROS2 Fails to build qt_gui_cpp #623

@igorrecioh

Description

@igorrecioh

Bug report

Required Info:

  • Operating System:
    • MacOS High Sierra 10.13.6
  • Installation type:
    • From source
  • Version or commit hash:
    • Master (December 12, 2018) -> Crystal
  • DDS implementation:
    • Fast-RTPS
  • Client library (if applicable):
    • qt_gui_cpp

Steps to reproduce issue

Followed installation instructions provided here. When

colcon build --symlink-install

is done, I get errors on qt_gui_cpp package.

Expected behavior

  • Compiled without problems

Actual behavior

  • This error:
Starting >>> qt_gui_cpp
--- stderr: qt_gui_cpp                                                                                                                                                      
Traceback (most recent call last):
  File "/Users/igorrecio/ros2_ws/install/python_qt_binding/share/python_qt_binding/cmake/sip_configure.py", line 83, in <module>
    config = Configuration()
  File "/Users/igorrecio/ros2_ws/install/python_qt_binding/share/python_qt_binding/cmake/sip_configure.py", line 19, in __init__
    [qmake_exe, '-query'], env=env, universal_newlines=True)
  File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 389, in check_output
    **kwargs).stdout
  File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 466, in run
    with Popen(*popenargs, **kwargs) as process:
  File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 769, in __init__
    restore_signals, start_new_session)
  File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 1516, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'qmake': 'qmake'
make[2]: *** [sip/qt_gui_cpp_sip/Makefile] Error 1
make[1]: *** [src/qt_gui_cpp_sip/CMakeFiles/libqt_gui_cpp_sip.dir/all] Error 2
make: *** [all] Error 2
---
Failed   <<< qt_gui_cpp	[ Exited with code 2 ]

Additional information


Anyone facing something similar? Thanks in advance!

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions