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

Revision history [back]

click to hide/show revision 1
initial version

Check this:

sudo aptitude  install sip-dev python-qt4-dev python-qt4-gl  python-pyside.qtcore python-pyside.qtopengl python-pyside.qtgui python3-pyqt4

I also had problems with SIP and qt_gui_cpp on ARM:

[ 84%] Running SIP generator for qt_gui_cpp_sip Python bindings...
sip: Deprecation warning: qt_gui_cpp.sip:1: %Module version number should be specified using the 'version' argument
sip: Unable to find file "QtCore/QtCoremod.sip"
Traceback (most recent call last):
  File "/home/odroid/indigo/install_isolated/share/python_qt_binding/cmake/sip_configure.py", line 41, in <module>
    subprocess.check_call(cmd)
  File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/sip', '-c', '/home/odroid/indigo/build_isolated/qt_gui_cpp/sip/qt_gui_cpp_sip', '-b', '/home/odroid/indigo/build_isolated/qt_gui_cpp/sip/qt_gui_cpp_sip/pyqtscripting.sbf', '-I', '/usr/share/sip/PyQt4', '-w', '-x', 'VendorID', '-t', 'WS_X11', '-x', 'PyQt_NoPrintRangeBug', '-x', 'PyQt_NoOpenGLES', '-x', 'PyQt_qreal_double', '-t', 'Qt_4_8_4', '-x', 'Py_v3', '-g', 'qt_gui_cpp.sip']' returned non-zero exit status 1
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 to process package 'qt_gui_cpp': 
  Command '/home/odroid/indigo/install_isolated/env.sh make -j4 -l4' returned non-zero exit status 2

In my case it's probably was dependent on some python binding. I can't guarantee that this is same problem, but:

  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

looks like it can't find some binary/python executable.