ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Tanisha12's profile - activity

2022-01-22 03:11:37 -0500 received badge  Student (source)
2018-08-08 01:47:50 -0500 marked best answer error processing catkin package gt_gui_cpp

Hello, I am trying to build the catkin workspace on fedora 23 . I am following instructions given here Installation/Source-ROS Wiki. Under the section 2.1.3 Building the Catkin Workspace, for the command-

$ ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release

My command line session shows the following :

== Finished processing package [79 of 228]: 'pluginlib'

==> Processing catkin package: 'qt_gui_cpp' ==> Building with env: '/home/tshrotriya/ros_catkin_ws/install_isolated/env.sh' Makefile exists, skipping explicit cmake invocation... ==> make cmake_check_build_system in '/home/tshrotriya/ros_catkin_ws/build_isolated/qt_gui_cpp'

==> make -j4 -l4 in '/home/tshrotriya/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/tshrotriya/ros_catkin_ws/install_isolated/share/python_qt_binding/cmake/sip_configure.py", line 47, in <module> config = Configuration() File "/home/tshrotriya/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 566, in check_output process = Popen(stdout=PIPE, popenargs, kwargs) Fi le "/usr/lib64/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1335, in _execute_child 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:138: recipe for target 'all' failed make: * [all] Error 2 <== Failed to process package 'qt_gui_cpp': Command '['/home/tshrotriya/ros_catkin_ws/install_isolated/env.sh', 'make', '-j4', '-l4']' returned non-zero exit status 2 Reproduce this error by running: ==> cd /home/tshrotriya/ros_catkin_ws/build_isolated/qt_gui_cpp && /home/tshrotriya/ros_catkin_ws/install_isolated/env.sh make -j4 -l4

Command failed, exiting.

I am not able to understand the next thing to do, I tried

$ cd /home/tshrotriya/ros_catkin_ws/build_isolated/qt_gui_cpp && /home/tshrotriya/ros_catkin_ws/install_isolated/env.sh make -j4 -l4

But that didn't do much either.Please help.

2017-04-05 21:57:56 -0500 received badge  Famous Question (source)
2017-04-05 21:57:56 -0500 received badge  Popular Question (source)
2017-04-05 21:57:56 -0500 received badge  Notable Question (source)
2017-03-23 08:25:09 -0500 received badge  Famous Question (source)
2017-03-23 08:25:09 -0500 received badge  Popular Question (source)
2017-03-23 08:25:09 -0500 received badge  Notable Question (source)
2016-12-13 12:12:14 -0500 received badge  Organizer (source)