Just a quick update on my attempt to install the latest Spyder on EL6. I tried to build PySide from scratch following Anatoly's advice.
1) Cloned this:
https://github.com/PySide/BuildScripts2) Followed the readme instructions, that is to install all the required dependencies using the "dependencies_fedora.sh" script, do the git init & update on all submodules and finally run "build_and_install.sh"
3) On the project's CMake, I get the following output and error at the end:
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/autodecref.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/basewrapper.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/bindingmanager.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/conversions.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/gilstate.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/helper.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/sbkenum.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/sbkmodule.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/python25compat.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/sbkdbg.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/sbkstring.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/shiboken.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/shibokenmacros.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/threadstatesaver.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/typeresolver.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/shibokenbuffer.h
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/include/shiboken/sbkpython.h
-- Installing: /home/localgv10/pkg/pyside-sandbox/lib/libshiboken-python2.6.so.1.0.10
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/lib/libshiboken-python2.6.so.1.0
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/lib/
libshiboken-python2.6.so-- Removed runtime path from "/home/localgv10/pkg/pyside-sandbox/lib/libshiboken-python2.6.so.1.0.10"
-- Up-to-date: /home/localgv10/pkg/pyside-sandbox/share/man/man1/shiboken.1
-- Installing: /home/localgv10/pkg/pyside-sandbox/lib/generatorrunner/shiboken_generator.so
-- Removed runtime path from "/home/localgv10/pkg/pyside-sandbox/lib/generatorrunner/shiboken_generator.so"
-- Installing: /home/localgv10/pkg/pyside-sandbox/bin/shiboken
-- Installing: /home/localgv10/pkg/pyside-sandbox/lib/cmake/Shiboken-1.0.10/ShibokenConfig.cmake
-- Installing: /home/localgv10/pkg/pyside-sandbox/lib/cmake/Shiboken-1.0.10/ShibokenConfig-python2.6.cmake
-- Installing: /home/localgv10/pkg/pyside-sandbox/lib/cmake/Shiboken-1.0.10/ShibokenConfigVersion.cmake
-- Installing: /home/localgv10/pkg/pyside-sandbox/lib/pkgconfig/shiboken.pc
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Using default python: -python2.6
-- libshiboken built for Release
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.6.2
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Detected OS: x11
-- PySide will be generated using the protected hack!
-- Checking for QAbstractPageSetupDialog in QtGui -- found
-- Checking for QAbstractPrintDialog in QtGui -- found
-- Checking for QGtkStyle in QtGui -- found
-- Checking for QPageSetupDialog in QtGui -- found
-- Checking for QPrintDialog in QtGui -- found
-- Checking for QPrintEngine in QtGui -- found
-- Checking for QPrintPreviewDialog in QtGui -- found
-- Checking for QPrintPreviewWidget in QtGui -- found
-- Checking for QPrinter in QtGui -- found
-- Checking for QPrinterInfo in QtGui -- found
-- Checking for QSessionManager in QtGui -- found
-- Checking for QSizeGrip in QtGui -- found
-- Checking for QSystemTrayIcon in QtGui -- found
-- Checking for QMacStyle in QtGui -- not found
-- Checking for QSslCertificate in QtNetwork -- found
-- Checking for QSslCipher in QtNetwork -- found
-- Checking for QSslConfiguration in QtNetwork -- found
-- Checking for QSslError in QtNetwork -- found
-- Checking for QSslKey in QtNetwork -- found
-- Checking for QSslSocket in QtNetwork -- found
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
QT_PHONON_INCLUDE_DIR
used as include directory in directory /home/localgv10/Downloads/git/BuildScripts/pyside/build/CMakeFiles/CMakeTmp
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Checking for VideoCaptureDevice in phonon -- not found
CMake version greater than 2.8 necessary to run tests
-- QT_SRC_DIR variable not set or graphviz not found, apidoc generation targets disabled.
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
QT_PHONON_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/localgv10/Downloads/git/BuildScripts/pyside/PySide/phonon
-- Configuring incomplete, errors occurred!
Any idea how to solve this. Shall I rather post a bug report on Pyside's bugzilla ?