Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573516 - dev-util/cmake-3.4.3 with dev-libs/libsigc++-2.6.2 fails tests GTK2Components.gtkmm GTK2Targets.{sigc++,giomm,atkmm,...}
Summary: dev-util/cmake-3.4.3 with dev-libs/libsigc++-2.6.2 fails tests GTK2Components...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libsigc++-2.6
  Show dependency tree
 
Reported: 2016-01-31 17:04 UTC by eroen
Modified: 2016-10-19 08:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,468.05 KB, application/x-xz)
2016-01-31 17:04 UTC, eroen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2016-01-31 17:04:19 UTC
Created attachment 424340 [details]
build.log.xz

dev-cpp/gtkmm:2.4 must be installed, otherwise these tests are skipped.

The tests pass with (stable) dev-libs/libsigc++-2.4.1.

Non-stable versions
  dev-cpp/glibmm-2.46.3
  dev-libs/glib-2.46.2-r1
  dev-cpp/atkmm-2.24.2
  dev-libs/atk-2.18.0
  dev-cpp/cairomm-1.12.0-r1
  dev-cpp/pangomm-2.38.1
  x11-libs/pango-1.38.1
  dev-cpp/gtkmm-2.24.4-r3
were installed, as older versions don't build with dev-libs/libsigc++-2.4.1.


        Start 377: GTK2Components.gtkmm

377: Test command: /var/tmp/portage/dev-util/cmake-3.4.3/work/cmake-3.4.3_build/bin/ctest "--build-and-test" "/var/tmp/portage/dev-util/cmake-3.4.3/work/cmake-3.4.3/Tests/FindGTK2/gtkmm" "/var/tmp/portage/dev-util/cmake-3.4.3/work/cmake-3.4.3_build/Tests/FindGTK2/GTK2Components/gtkmm" "--build-generator" "Unix Makefiles" "--build-target" "gtkmm-all-libs" "--build-project" "gtkmm" "--build-exe-dir" "/var/tmp/portage/dev-util/cmake-3.4.3/work/cmake-3.4.3_build/Tests/FindGTK2/GTK2Components/gtkmm" "--force-new-ctest-process" "--test-command" "/var/tmp/portage/dev-util/cmake-3.4.3/work/cmake-3.4.3_build/bin/ctest" "-V"
377: Test timeout computed to be: 1500
377: Internal cmake changing into directory: /var/tmp/portage/dev-util/cmake-3.4.3/work/cmake-3.4.3_build/Tests/FindGTK2/GTK2Components/gtkmm
377: ======== CMake output     ======
377: The CXX compiler identification is GNU 4.9.3
377: Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
377: Configuring
377: Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
377: Detecting CXX compiler ABI info
377: Configuring
377: Detecting CXX compiler ABI info - done
377: Detecting CXX compile features
377: Configuring
377: Configuring
377: Configuring
377: Detecting CXX compile features - done
377: Found GTK2_GTK: /usr/lib64/libgtk-x11-2.0.so  
377: Found GTK2_GTKMM: /usr/lib64/libgtkmm-2.4.so  
377: Configuring
377: Configuring done
377: Generating
377: Generating done
377: Build files have been written to: /var/tmp/portage/dev-util/cmake-3.4.3/work/cmake-3.4.3_build/Tests/FindGTK2/GTK2Components/gtkmm
377: ======== End CMake output ======
377: Change Dir: /var/tmp/portage/dev-util/cmake-3.4.3/work/cmake-3.4.3_build/Tests/FindGTK2/GTK2Components/gtkmm
377: 
377: Run Clean Command:"/usr/bin/gmake" "clean"
377: 
377: Run Build Command:"/usr/bin/gmake" "gtkmm-all-libs"
377: Scanning dependencies of target gtkmm-all-libs
377: [ 33%] Building CXX object CMakeFiles/gtkmm-all-libs.dir/main.cpp.o
377: In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/type_traits:35:0,
377:                  from /usr/include/sigc++-2.0/sigc++/visit_each.h:22,
377:                  from /usr/include/sigc++-2.0/sigc++/functors/slot.h:6,
377:                  from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
377:                  from /usr/include/sigc++-2.0/sigc++/signal.h:8,
377:                  from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
377:                  from /usr/include/glibmm-2.4/glibmm/thread.h:51,
377:                  from /usr/include/glibmm-2.4/glibmm.h:87,
377:                  from /usr/include/gtkmm-2.4/gtkmm.h:87,
377:                  from /var/tmp/portage/dev-util/cmake-3.4.3/work/cmake-3.4.3/Tests/FindGTK2/gtkmm/main.cpp:1:
377: /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
377:  #error This file requires compiler and library support for the \
377:   ^

...

377: CMakeFiles/gtkmm-all-libs.dir/build.make:62: recipe for target 'CMakeFiles/gtkmm-all-libs.dir/main.cpp.o' failed
377: gmake[3]: *** [CMakeFiles/gtkmm-all-libs.dir/main.cpp.o] Error 1
377: CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/gtkmm-all-libs.dir/all' failed
377: CMakeFiles/Makefile2:79: recipe for target 'CMakeFiles/gtkmm-all-libs.dir/rule' failed
377: Makefile:118: recipe for target 'gtkmm-all-libs' failed
377: gmake[2]: *** [CMakeFiles/gtkmm-all-libs.dir/all] Error 2
377: gmake[1]: *** [CMakeFiles/gtkmm-all-libs.dir/rule] Error 2
377: gmake: *** [gtkmm-all-libs] Error 2
377/426 Test #377: GTK2Components.gtkmm .............................***Failed   42.52 sec

...

98% tests passed, 8 tests failed out of 426

Label Time Summary:
Label1    =   0.09 sec (1 test)
Label2    =   0.09 sec (1 test)

Total Test time (real) = 1286.12 sec

The following tests FAILED:
	377 - GTK2Components.gtkmm (Failed)
	391 - GTK2Targets.sigc++ (Failed)
	393 - GTK2Targets.giomm (Failed)
	394 - GTK2Targets.atkmm (Failed)
	395 - GTK2Targets.cairomm (Failed)
	396 - GTK2Targets.pangomm (Failed)
	397 - GTK2Targets.gdkmm (Failed)
	398 - GTK2Targets.gtkmm (Failed)
Errors while running CTest
 [31;01m*[0m ERROR: dev-util/cmake-3.4.3::gentoo failed (test phase):
 [31;01m*[0m   Tests failed
Comment 1 eroen 2016-01-31 17:06:18 UTC
localhost ~ # emerge --info '=dev-util/cmake-3.4.3::gentoo'
Portage 2.2.26 (python 3.4.3-final-0, default/linux/amd64/13.0, gcc-4.9.3, glibc-2.21-r1, 4.1.12-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.1.12-gentoo-x86_64-Intel-R-_Core-TM-_i5-2520M_CPU_@_2.50GHz-with-gentoo-2.2
KiB Mem:     2048344 total,    563748 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Thu, 28 Jan 2016 16:20:01 +0000
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42-r1::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.4.3-r1::gentoo
dev-util/cmake:           3.4.3::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.21-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bindist bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 mmx mmxext modules multilib ncurses nls nptl openmp pam pcre readline seccomp session sse sse2 ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

=================================================================
                        Package Settings
=================================================================

dev-util/cmake-3.4.3::gentoo was built with the following:
USE="ncurses -doc -emacs -qt4 -qt5 -system-jsoncpp -test" ABI_X86="64"

localhost ~ # emerge -pqv '=dev-util/cmake-3.4.3::gentoo'
[ebuild   R   ] dev-util/cmake-3.4.3  USE="ncurses {test*} -doc -emacs -qt4 -qt5 -system-jsoncpp" 

 * IMPORTANT: 9 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-10-19 08:30:22 UTC
Dunno which version introduced the fix but at least cmake-3.6 no longer has this issue...