Problem with qt_gui_cpp_sip

asked 2017-07-18 11:41:46 -0500

DanROS gravatar image

updated 2017-07-18 11:44:45 -0500

Hi there,

I already installed ROS Indigo on Fedora 24 and I was able, with some help, to figure it out how to solve the problems.

But now I'm installing ROS Kinetic on Fedora 25 and I'm getting the error below. I can't understand wich packages I'm missing.

==> Processing catkin package: 'qt_gui_cpp'
==> Building with env: '/home/doliveira/ros_catkin_ws/install_isolated/env.sh'
Makefile exists, skipping explicit cmake invocation...
==> make cmake_check_build_system in '/home/doliveira/ros_catkin_ws/build_isolated/qt_gui_cpp'
==> make -j2 -l2 in '/home/doliveira/ros_catkin_ws/build_isolated/qt_gui_cpp'
[ 83%] Built target qt_gui_cpp
[ 88%] Running SIP generator for qt_gui_cpp_sip Python bindings...
Traceback (most recent call last):
  File "/home/doliveira/ros_catkin_ws/install_isolated/share/python_qt_binding/cmake/sip_configure.py", line 49, in <module>
    config = Configuration()
  File "/home/doliveira/ros_catkin_ws/install_isolated/share/python_qt_binding/cmake/sip_configure.py", line 16, in __init__
    ['qmake', '-query'], env=env, universal_newlines=True)
  File "/usr/lib64/python2.7/subprocess.py", line 212, in check_output
    process = Popen(stdout=PIPE, *popenargs, **kwargs)
  File "/usr/lib64/python2.7/subprocess.py", line 390, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1024, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
src/qt_gui_cpp_sip/CMakeFiles/libqt_gui_cpp_sip.dir/build.make:89: recipe for target 'sip/qt_gui_cpp_sip/Makefile' failed
make[2]: *** [sip/qt_gui_cpp_sip/Makefile] Error 1
CMakeFiles/Makefile2:374: recipe for target 'src/qt_gui_cpp_sip/CMakeFiles/libqt_gui_cpp_sip.dir/all' failed
make[1]: *** [src/qt_gui_cpp_sip/CMakeFiles/libqt_gui_cpp_sip.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
<== Failed to process package 'qt_gui_cpp': 
  Command '['/home/doliveira/ros_catkin_ws/install_isolated/env.sh', 'make', '-j2', '-l2']' returned non-zero exit status 2
edit retag flag offensive close merge delete