Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 566698

Summary: media-gfx/inkscape-0.91 fails with dev-libs/libsigc++-2.6.2
Product: Gentoo Linux Reporter: Rémi Cardona (RETIRED) <remi>
Component: Current packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jlec, remi
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: inkscape-0.91.ebuild.diff
Fix libsigc++-2.6 build failure

Description Rémi Cardona (RETIRED) gentoo-dev 2015-11-24 07:37:58 UTC
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/type_traits:35:0,
                 from /usr/include/sigc++-2.0/sigc++/visit_each.h:22,
                 from /usr/include/sigc++-2.0/sigc++/functors/slot.h:6,
                 from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
                 from /usr/include/sigc++-2.0/sigc++/signal.h:8,
                 from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
                 from /usr/include/glibmm-2.4/glibmm/threads.h:29,
                 from /usr/include/glibmm-2.4/glibmm.h:89,
                 from /usr/include/gtkmm-2.4/gtkmm/box.h:7,
                 from ui/widget/panel.h:24,
                 from main.cpp:33:
/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.
 #error This file requires compiler and library support for the \
  ^

Repeated hundreds of times.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2015-11-24 07:48:20 UTC
Created attachment 417728 [details, diff]
inkscape-0.91.ebuild.diff

Possible fix...
Comment 2 Rémi Cardona (RETIRED) gentoo-dev 2015-11-24 08:04:12 UTC
Created attachment 417730 [details, diff]
Fix libsigc++-2.6 build failure

This patch builds.

@Lars, I haven't tested your patch though.
Comment 3 Pacho Ramos gentoo-dev 2015-11-24 11:41:23 UTC

*** This bug has been marked as a duplicate of bug 566318 ***