Wrong python library was found during configuration:

-- [2/5] Python Libraries
-- Found PythonLibs: /usr/lib/hppa-linux-gnu/libpython3.3m.so (found version "3.3.2+") -- [3/5] Python Interpreter -- Found PythonInterp: /usr/bin/python (found version "2.7.5") -- [4/5] Numpy Module
-- Numpy headers found
-- [5/5] SIP Module
-- Found sip.h header...
-- All python dependencies found - Python support enabled
-- GLEW found and GLSL support enabled
-- Threaded OpenGL rendering not enabled
-- Setting new boost python libraries
-- Enabled python terminal
-- Python site-packages directory: /usr/lib/python2.7/dist-packages

Something like the following in rules avoids the error:

override_dh_auto_configure:
        dh_auto_configure -- \
        -DENABLE_GLSL=ON \
        -DENABLE_RPATH=OFF \
        -DENABLE_UPDATE_CHECKER=OFF \
        -DPYTHON_EXECUTABLE=/usr/bin/python \
        -DPYTHON_LIBRARY=/usr/lib/hppa-linux-gnu/libpython2.7.so \
        -DPYTHON_INCLUDE_DIR=/usr/include/python2.7

Dave
--
John David Anglin       dave.ang...@bell.net


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to