Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#39493 - [libproxy] build fails

Attached to Project: Arch Linux
Opened by Joel Teichroeb (klusark) - Sunday, 16 March 2014, 23:04 GMT
Last edited by Jan de Groot (JGC) - Monday, 14 April 2014, 09:32 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


==> Starting build()...
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- 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
-- Building with bundled libmodman
-- Found PythonInterp: /usr/bin/python (found version "3.3.5")
File "<string>", line 1
import sys; print sys.version[0:3]
^
SyntaxError: invalid syntax
-- Found python version
File "<string>", line 1
import distutils.sysconfig ; print distutils.sysconfig.get_python_lib(plat_specific=0)
^
SyntaxError: invalid syntax
-- Using PYTHON_SITEPKG_DIR=
CMake Error at bindings/python/CMakeLists.txt:24 (install):
install FILES given no DESTINATION!


-- Found Perl: /usr/bin/perl (found version "5.18.2")
-- Found PerlLibs: /usr/lib64/perl5/core_perl/CORE/libperl.so (found version "5.18.2")
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
-- checking for modules 'gio-2.0>=2.26;gobject-2.0'
-- found gio-2.0, version 2.38.2
-- found gobject-2.0, version 2.38.2
-- 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.8.5 (using /usr/bin/qmake-qt4)
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so
-- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so;/usr/lib64/libXft.so;/usr/lib64/libXau.so;/usr/lib64/libXdmcp.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib64/libX11.so
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so (found version "1.0.1f")
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Found Automoc4: /usr/bin/automoc4
-- Found Phonon: /usr/include/qt4 (Required is at least version "4.3.80")
-- Performing Test _OFFT_IS_64BIT
-- Performing Test _OFFT_IS_64BIT - Success
-- Performing Test HAVE_FPIE_SUPPORT
-- Performing Test HAVE_FPIE_SUPPORT - Success
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.12 include dir: /usr/include
-- Found KDE 4.12 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found Qt-Version 4.8.5 (using /usr/bin/qmake-qt4)
-- Found X11: /usr/lib64/libX11.so
-- checking for modules 'NetworkManager;dbus-1'
-- found NetworkManager, version 0.9.8.8
-- found dbus-1, version 1.8.0
-- checking for one of the modules 'mozjs185>=1.8.5'
-- checking for module 'natus'
-- package 'natus' not found
MODULES TO BUILD:
* config_envvar
config_sysconfig
config_gnome
m config_gnome3
m config_kde4
config_macosx
config_w32reg
* ignore_domain
* ignore_hostname
* ignore_ip
m network_networkmanager
pacrunner_mozjs
pacrunner_natus
pacrunner_webkit
* wpad_dns_alias

-- Configuring incomplete, errors occurred!
See also "/build/libproxy/src/build/CMakeFiles/CMakeOutput.log".
See also "/build/libproxy/src/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
Aborting...

Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Jan de Groot (JGC)
Monday, 14 April 2014, 09:32 GMT
Reason for closing:  Fixed
Comment by Hussam Al-Tayeb (hussam) - Monday, 17 March 2014, 20:35 GMT
This fixes it -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2

Loading...