Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 592208 - media-gfx/gnome-photos requires media-libs/gegl to be built with USE="jpeg2k raw"
Summary: media-gfx/gnome-photos requires media-libs/gegl to be built with USE="jpeg2k ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-26 22:45 UTC by alex
Modified: 2016-09-07 06:45 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.log,5.53 KB, text/x-log)
2016-08-26 22:45 UTC, alex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alex 2016-08-26 22:45:00 UTC
Created attachment 444208 [details]
emerge --info

If media-libs/gegl is built without USE="jpeg2k raw", gnome-photos builds fine, but fails to load with error messages:

[without jpeg2k]
** (gnome-photos:24159): WARNING **: Unable to find GEGL operation gegl:jp2-load: Check your GEGL install

** (gnome-photos:24159): CRITICAL **: photos_application_create_window: assertion 'photos_application_sanity_check_gegl (self)' failed


[without raw]
** (gnome-photos:17161): WARNING **: Unable to find GEGL operation gegl:raw-load: Check your GEGL install

** (gnome-photos:17161): CRITICAL **: photos_application_create_window: assertion 'photos_application_sanity_check_gegl (self)' failed

Recompiling media-libs/gegl with the above USE flags, it runs fine.

Package versions tested:
media-gfx/gnome-photos-3.20.3
media-libs/gegl-0.3.8
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2016-09-07 06:45:12 UTC
This was fixed in :

commit e8012504984d548e762998c443168e6705585eab
Date:   Mon Sep 5 00:24:24 2016 +0200

    media-gfx/gnome-photos: require more gegl plugins per source read

commit 7468fde5921ddd9a9cd9a5510a656416ad42be2e
Date:   Mon Sep 5 00:16:53 2016 +0200

    media-gfx/gnome-photos: add missing gexiv2 dependency and gegl[jpeg2k]
    
    gexiv2 is listed in configure while jpeg2k support in gegl is required at runtime.
    Fix unittest support.


Thanks for reporting.