[Debichem-devel] Bug#710703: Acknowledgement (avogadro: FTBFS on hppa: expected unqualified-id before ‘;’ token)
John David Anglin
dave.anglin at bell.net
Sat Jun 1 19:43:17 UTC 2013
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.anglin at bell.net
More information about the Debichem-devel
mailing list