Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 568788 - app-misc/granule fails to build with libsigc++-2.6
Summary: app-misc/granule fails to build with libsigc++-2.6
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Mende (RETIRED)
URL:
Whiteboard: Pending removal: 2016-02-08
Keywords: PMASKED
Depends on:
Blocks: libsigc++-2.6
  Show dependency tree
 
Reported: 2015-12-19 15:42 UTC by Pacho Ramos
Modified: 2016-02-20 18:21 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2015-12-19 15:42:42 UTC
Even appending cxx11 flags it fails with:
In file included from Granule.h:41:0,
                 from AppearanceDB.cpp:21:
DeckManager.h:27:27: fatal error: sigc++/object.h: No such file or directory
 #include <sigc++/object.h>
                           ^
compilation terminated.
Makefile:555: recipe for target 'AppearanceDB.o' failed
make[2]: *** [AppearanceDB.o] Error 1
make[2]: *** Waiting for unfinished jobs....


There is a patch in:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805203

But it looks it keeps failing to build because of other issues
Comment 1 Pacho Ramos gentoo-dev 2015-12-25 16:40:27 UTC
The subsequent problem is:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805932

I reported to libsigc++ upstream to check if it was their fault... but it doesn't seem so:
https://bugzilla.gnome.org/show_bug.cgi?id=759732

Then, it looks like maybe this package will also be hard to make it work with cxx11. I couldn't find any distribution still providing it while trying to find patches for it :/, maybe it should be treecleaned, what do you think?
Comment 2 Pacho Ramos gentoo-dev 2016-01-01 20:57:40 UTC
Even with -fpermissive it fails :(

I will CC treecleaners
Comment 3 Pacho Ramos gentoo-dev 2016-02-20 18:21:12 UTC
removed