[DRE-maint] Bug#482229: libqt4-ruby: FTBFS: missing cmake stuff

Lucas Nussbaum lucas at lucas-nussbaum.net
Wed May 21 13:40:39 UTC 2008


Package: libqt4-ruby
Version: 1.4.10-1
Severity: serious
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20080520 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

This rebuild was done with gcc 4.3 instead of gcc 4.2, because gcc 4.3
is now the default on most architectures (even if it's not the case on
i386 yet).  Consequently, many failures are caused by the switch to gcc
4.3.
If you determine that this failure is caused by gcc 4.3, feel free to
downgrade this bug to 'important' if your package is only built on i386,
and this bug is specific to gcc 4.3 (i.e the package builds fine with
gcc 4.2).

Relevant part:
>  /usr/bin/fakeroot debian/rules clean
> dh_testdir
> dh_testroot
> rm -f build-arch-stamp build-indep-stamp configure-stamp
> [ ! -f Makefile ] || /usr/bin/make clean
> dh_clean 
> dpatch deapply-all
> 99-smoke-qt4 not applied to ./ .
> 97-soname not applied to ./ .
> 50-rbqtapi-ruby1.8 not applied to ./ .
> 30-qt_enum not applied to ./ .
> 28-optimization not applied to ./ .
> 25-fix-hppa-build not applied to ./ .
> 10-fix-ruby-install-path not applied to ./ .
> 05-smoke-links-to-qtwebkit not applied to ./ .
> rm -rf patch-stamp debian/patched
>  dpkg-source -b libqt4-ruby-1.4.10
> dpkg-source: info: using source format `1.0'
> dpkg-source: info: building libqt4-ruby using existing libqt4-ruby_1.4.10.orig.tar.gz
> dpkg-source: info: building libqt4-ruby in libqt4-ruby_1.4.10-1.diff.gz
> dpkg-source: warning: file libqt4-ruby-1.4.10/debian/libqt4-ruby1.8.preinst has no final newline (either original or modified version)
> dpkg-source: warning: file libqt4-ruby-1.4.10/debian/libqt4-ruby1.8.postrm has no final newline (either original or modified version)
> dpkg-source: warning: file libqt4-ruby-1.4.10/debian/libsmokeqt4-1.install has no final newline (either original or modified version)
> dpkg-source: warning: executable mode 0755 of 'debian/patches/50-rbqtapi-ruby1.8.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'debian/patches/05-smoke-links-to-qtwebkit.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'debian/patches/28-optimization.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'debian/patches/25-fix-hppa-build.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'debian/patches/30-qt_enum.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'debian/patches/97-soname.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'debian/patches/99-smoke-qt4.dpatch' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of 'debian/patches/10-fix-ruby-install-path.dpatch' will not be represented in diff
> dpkg-source: warning: file libqt4-ruby-1.4.10/debian/tests/README has no final newline (either original or modified version)
> dpkg-source: info: building libqt4-ruby in libqt4-ruby_1.4.10-1.dsc
>  debian/rules build
> dpatch apply-all
> applying patch 05-smoke-links-to-qtwebkit to ./ ... ok.
> applying patch 10-fix-ruby-install-path to ./ ... ok.
> applying patch 25-fix-hppa-build to ./ ... ok.
> applying patch 28-optimization to ./ ... ok.
> applying patch 30-qt_enum to ./ ... ok.
> applying patch 50-rbqtapi-ruby1.8 to ./ ... ok.
> applying patch 97-soname to ./ ... ok.
> applying patch 99-smoke-qt4 to ./ ... ok.
> touch patch-stamp
> dh_testdir
> cmake -DCMAKE_INSTALL_PREFIX=/build/user/libqt4-ruby-1.4.10/debian/tmp/usr -DDESTDIR:PATH=/build/user/libqt4-ruby-1.4.10/debian/tmp . 
> -- 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
> -- Found Perl: /usr/bin/perl
> -- 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.4.0
> -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
> -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.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
> -- Found X11: /usr/lib/libX11.so
> -- Looking for include files CMAKE_HAVE_PTHREAD_H
> -- Looking for include files CMAKE_HAVE_PTHREAD_H - 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
> -- Ruby found: /usr/lib/libruby1.8.so
> -- QScintilla not found, support disabled
> -- Qwt5 not found, support disabled
> -- Build Smoke... 
> -- Ruby found: /usr/lib/libruby1.8.so
> -- Build QtRuby... yes
> CMake Warning (dev) in CMakeLists.txt:
>   No cmake_minimum_required command is present.  A line of code such as
> 
>     cmake_minimum_required(VERSION 2.6)
> 
>   should be added at the top of the file.  The version specified may be lower
>   if you wish to support older CMake versions for this project.  For more
>   information run "cmake --help-policy CMP0000".
> This warning is for project developers.  Use -Wno-dev to suppress it.
> 
> 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_QTOPENGL_LIBRARY (ADVANCED)
>     linked by target "smokeqt4" in directory /build/user/libqt4-ruby-1.4.10/smoke/qt
>     linked by target "qtruby4" in directory /build/user/libqt4-ruby-1.4.10/ruby/qtruby/src
> 
> -- Configuring done
> make: *** [configure-stamp] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2008/05/20

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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| lucas at lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas at nussbaum.fr             GPG: 1024D/023B3F4F |






More information about the Pkg-ruby-extras-maintainers mailing list