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

Bug 568788

Summary: app-misc/granule fails to build with libsigc++-2.6
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Christoph Mende (RETIRED) <angelos>
Status: RESOLVED WONTFIX    
Severity: normal CC: treecleaner
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: Pending removal: 2016-02-08
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 566328    

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