Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566594 - x11-apps/xinput_calibrator - 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
Summary: x11-apps/xinput_calibrator - c++0x_warning.h:32:2:error: #error This file req...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libsigc++-2.6
  Show dependency tree
 
Reported: 2015-11-23 06:59 UTC by Kobboi
Modified: 2015-12-19 10:00 UTC (History)
0 users

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


Attachments
build.log.gz (build.log.gz,63.66 KB, application/gzip)
2015-11-23 20:08 UTC, Kobboi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2015-11-23 06:59:57 UTC
In file included from [01m[K/usr/include/glibmm-2.4/glibmm/exception.h:25:0[m[K,
                 from [01m[K/usr/include/glibmm-2.4/glibmm/error.h:23[m[K,
                 from [01m[K/usr/include/glibmm-2.4/glibmm/thread.h:49[m[K,
                 from [01m[K/usr/include/glibmm-2.4/glibmm.h:87[m[K,
                 from [01m[K/usr/include/gtkmm-2.4/gtkmm/main.h:7[m[K,
                 from [01m[K/var/tmp/portage/x11-apps/xinput_calibrator-0.7.5/work/xinput_calibrator-0.7.5/src/main_gtkmm.cpp:25[m[K:
[01m[K/usr/include/glibmm-2.4/glibmm/ustring.h:267:3:[m[K [01;35m[Kwarning: [m[Kidentifier ‘[01m[Knoexcept[m[K’ is a keyword in C++11 [-Wc++0x-compat]
   ~ustring() noexcept;
[01;32m[K   ^[m[K
In file included from [01m[K/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/type_traits:35:0[m[K,
                 from [01m[K/usr/include/sigc++-2.0/sigc++/visit_each.h:22[m[K,
                 from [01m[K/usr/include/sigc++-2.0/sigc++/functors/slot.h:6[m[K,
                 from [01m[K/usr/include/sigc++-2.0/sigc++/signal_base.h:27[m[K,
                 from [01m[K/usr/include/sigc++-2.0/sigc++/signal.h:8[m[K,
                 from [01m[K/usr/include/sigc++-2.0/sigc++/sigc++.h:86[m[K,
                 from [01m[K/usr/include/glibmm-2.4/glibmm/thread.h:51[m[K,
                 from [01m[K/usr/include/glibmm-2.4/glibmm.h:87[m[K,
                 from [01m[K/usr/include/gtkmm-2.4/gtkmm/main.h:7[m[K,
                 from [01m[K/var/tmp/portage/x11-apps/xinput_calibrator-0.7.5/work/xinput_calibrator-0.7.5/src/main_gtkmm.cpp:25[m[K:
[01m[K/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/bits/c++0x_warning.h:32:2:[m[K [01;31m[Kerror: [m[K#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.
 #error This file requires compiler and library support for the \
[01;32m[K  ^[m[K
In file included from [01m[K/usr/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:0[m[K,
                 from [01m[K/usr/include/sigc++-2.0/sigc++/functors/slot.h:7[m[K,
                 from [01m[K/usr/include/sigc++-2.0/sigc++/signal_base.h:27[m[K,
                 from [01m[K/usr/include/sigc++-2.0/sigc++/signal.h:8[m[K,
                 from [01m[K/usr/include/sigc++-2.0/sigc++/sigc++.h:86[m[K,
                 from [01m[K/usr/include/glibmm-2.4/glibmm/thread.h:51[m[K,
                 from [01m[K/usr/include/glibmm-2.4/glibmm.h:87[m[K,
                 from [01m[K/usr/include/gtkmm-2.4/gtkmm/main.h:7[m[K,
                 from [01m[K/var/tmp/portage/x11-apps/xinput_calibrator-0.7.5/work/xinput_calibrator-0.7.5/src/main_gtkmm.cpp:25[m[K:
[01m[K/usr/include/sigc++-2.0/sigc++/functors/functor_trait.h:92:3:[m[K [01;35m[Kwarning: [m[Kidentifier ‘[01m[Kdecltype[m[K’ is a keyword in C++11 [-Wc++0x-compat]
   static int check(X_functor* obj, decltype(&X_functor::operator()) p = nullptr);

Reproducible: Always
Comment 1 Michael Palimaka (kensington) gentoo-dev 2015-11-23 15:48:15 UTC
Please attach the full build log and emerge --info.
Comment 2 Kobboi 2015-11-23 20:07:45 UTC
$ emerge --info
Portage 2.2.25 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop/gnome/systemd, gcc-4.9.3, glibc-2.22-r1, 4.3.0-gentoo x86_64)
=================================================================
System uname: Linux-4.3.0-gentoo-x86_64-Intel-R-_Core-TM-_i7_CPU_930_@_2.80GHz-with-gentoo-2.2
KiB Mem:     8168380 total,   1565764 free
KiB Swap:    8388604 total,   7769976 free
Timestamp of repository gentoo: Mon, 23 Nov 2015 18:30:01 +0000
sh bash 4.3_p42
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.22.0::gentoo
dev-lang/python:          2.7.10-r3::gentoo, 3.4.3-r2::gentoo, 3.5.0-r1::gentoo
dev-util/cmake:           3.4.0-r1::gentoo
dev-util/pkgconfig:       0.29::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.18.3::gentoo
sys-apps/sandbox:         2.9::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r1::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.12.6::gentoo, 1.13.4::gentoo, 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.8::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           3.82-r4::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r1::gentoo
Repositories:

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

funtoo-gambas
    location: /var/lib/layman/funtoo-gambas
    sync-type: laymansync
    sync-uri: https://github.com/damex/funtoo-gambas.git
    masters: gentoo
    priority: 50

sunrise
    location: /var/lib/layman/sunrise
    sync-type: laymansync
    sync-uri: git://anongit.gentoo.org/proj/sunrise-reviewed.git
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -march=native -pipe -fomit-frame-pointer"
DISTDIR="/var/cache/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg 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"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/var/cache/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="X a52 aac acl acpi alsa amd64 berkdb bluetooth bzip2 cairo cdda cdr cli colord cracklib crypt cups cxx dbus djvu dri dts dvd dvdr eds egl emboss encode evo examples exif fam ffmpeg firefox flac fortran gdbm gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 jpeg lcms ldap libass libnotify libsecret mad mmx mmxext mng modemmanager modules mp3 mp4 mpeg mtp multilib nautilus ncurses nls nptl ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qt3support qt4 readline samba sdl seccomp session spell sse sse2 ssl startup-notification svg systemd tcpd tiff tracker truetype udev udisks unicode upnp upower usb vdpau vorbis wayland wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ALSA_CARDS="hda-intel" 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 sse3 ssse3 sse4" 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" USERLAND="GNU" VIDEO_CARDS="nvidia nouveau" 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, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 3 Kobboi 2015-11-23 20:08:11 UTC
Created attachment 417706 [details]
build.log.gz
Comment 4 Konstantin (elxa) 2015-12-17 19:37:52 UTC
Adding -std=c++11 to CXXFLAGS for x11-apps/xinput_calibrator-0.7.5 works:

# cat /etc/portage/env/enable-c++11.conf 
CXXFLAGS="${CXXFLAGS} -std=c++11"

# cat /etc/portage/package.env/xinput_calibrator 
x11-apps/xinput_calibrator enable-c++11.conf
Comment 5 Pacho Ramos gentoo-dev 2015-12-19 10:00:25 UTC
[master c583832] x11-apps/xinput_calibrator: Fix building with latest glibmm/libsigc++ (#566594)
 1 file changed, 4 insertions(+), 2 deletions(-)