[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#713790: marked as done (kross-interpreters: FTBFS: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. PYTHON_LIBRARY)



Your message dated Wed, 17 Jul 2013 10:42:50 +0200
with message-id <1671050.lVJ47ImTbW@amadeus>
and subject line kross-interpreters: FTBFS: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. PYTHON_LIBRARY
has caused the Debian Bug report #713790,
regarding kross-interpreters: FTBFS: CMake Error: The following variables are used in this project, but they are set to NOTFOUND.  PYTHON_LIBRARY
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
713790: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713790
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: kross-interpreters
Version: 4:4.8.4-1
Severity: serious
Tags: jessie sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> dh_testdir  
> dh_auto_configure '--buildsystem=kde' --parallel "-u-DCMAKE_USE_RELATIVE_PATHS=ON"  
> -- The C compiler identification is GNU 4.8.1
> -- The CXX compiler identification is GNU 4.8.1
> -- 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
> -- 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.4 (using /usr/bin/qmake)
> -- 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  
> -- Looking for _POSIX_TIMERS
> -- Looking for _POSIX_TIMERS - found
> -- Found Automoc4: /usr/bin/automoc4 
> -- Found Perl: /usr/bin/perl (found version "5.14.2") 
> -- Found Phonon: /usr/include 
> -- 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.8 include dir: /usr/include
> -- Found KDE 4.8 library dir: /usr/lib
> -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
> -- Found automoc4: /usr/bin/automoc4
> -- Found PythonInterp: /usr/bin/python (found version "2.7.5") 
> -- Found Python executable: /usr/bin/python
> -- Found Python version: 2.7.5+
> -- Found Python library: PYTHON_LIBRARY-NOTFOUND
> -- Could NOT find FALCON  (missing:  FALCON_INCLUDE_DIR FALCON_LIBRARIES) 
> -- Found Python executable: /usr/bin/python
> -- Found Python version: 2.7.5+
> -- Found Python library: PYTHON_LIBRARY-NOTFOUND
> -- Could NOT find Ruby (missing:  RUBY_EXECUTABLE RUBY_INCLUDE_DIR RUBY_LIBRARY) 
> -- Could NOT find JNI (missing:  JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) 
> -- using FindKrossJNI.cmake
> --   JAVA_HOME: 
> --   JAVA_AWT_LIB_PATH: 
> --   JAVA_JVM_LIB_PATH: 
> --   JAVA_INCLUDE_PATH: JAVA_INCLUDE_PATH-NOTFOUND
> --   JAVA_INCLUDE_PATH2: JAVA_INCLUDE_PATH2-NOTFOUND
> --   JAVA_AWT_INCLUDE_PATH: JAVA_AWT_INCLUDE_PATH-NOTFOUND
> --   JAVA_JVM_LIBRARY: JAVA_JVM_LIBRARY-NOTFOUND
> 
> -----------------------------------------------------------------------------
> -- The following external packages were located on your system.
> -- This installation will have the extra features provided by these packages.
> -----------------------------------------------------------------------------
>    * Python - Python is a programming language that lets you work more quickly and integrate your systems more effectively.
> 
> -----------------------------------------------------------------------------
> -- The following OPTIONAL packages could NOT be located on your system.
> -- Consider installing them to enable more features from this software.
> -----------------------------------------------------------------------------
>    * FALCON (0.9.6.8 or higher)  <http://www.falconpl.org/>
>      Falcon is an Open Source, simple, fast and powerful programming language, easy to learn and to feel comfortable with.
>      Kross Falcon support.
>    * Ruby  <http://www.ruby-lang.org>
>      Ruby libraries
>      Needed to compile the Ruby bindings
> 
> -----------------------------------------------------------------------------
> 
> 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:
> PYTHON_LIBRARY
>     linked by target "krosspython" in directory /«PKGBUILDDIR»/python
> 
> -- Configuring incomplete, errors occurred!
> dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_BUILD_TYPE=Debian -DCMAKE_USE_RELATIVE_PATHS=ON returned exit code 1
> make[1]: *** [pre_configure_dh_auto_configure] Error 2

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/kross-interpreters_4.8.4-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Version: 4:4.10.5-1

¡Hola!

I think this was due the python sip transition, I'm not sure if it was fixed 
after the pykde binnmu, but its surely not present in the current unstable 
version. So I'm closing this bug.

Happy hacking,
-- 
"Any change looks terrible at first." -- Principle of Design Inertia
Saludos /\/\ /\ >< `/

--- End Message ---

Reply to: