Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 436490 - app-text/fbreader stopped supporting gtk gui
Summary: app-text/fbreader stopped supporting gtk gui
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey Shvetsov
URL: https://github.com/geometer/FBReader/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 11:11 UTC by daktak
Modified: 2012-10-17 08:17 UTC (History)
2 users (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 daktak 2012-09-28 11:11:59 UTC
https://github.com/geometer/FBReader/issues/222

according to above link, gtk use flag should be removed from ebuild

I tried building 0.99.1 , and got the following error after applying fix from 417943 (which allowed me to progress to this point)

ZLGtkDialogManager.h: In static member function ‘static void ZLGtkDialogManager::createInstance()’:
ZLGtkDialogManager.h:33:70: error: cannot allocate an object of abstract type ‘ZLGtkDialogManager’
ZLGtkDialogManager.h:30:51: note:   because the following virtual functions are pure within ‘ZLGtkDialogManager’:
Comment 1 Michael Palimaka (kensington) gentoo-dev 2012-10-17 08:17:07 UTC
Thanks, this is fixed in CVS.

+  17 Oct 2012; Michael Palimaka <kensington@gentoo.org> +fbreader-0.99.2.ebuild:
+  Version bump. This release drops support for GTK (bug #436490), fixes a build
+  failure (bug #417043) and respects CFLAGS (bug #438408).