Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643908 - app-text/calibre-3.15.0::gentoo Failed to load cached store: kobo
Summary: app-text/calibre-3.15.0::gentoo Failed to load cached store: kobo
Status: RESOLVED DUPLICATE of bug 643910
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Stakenvicius (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-08 15:44 UTC by Jonas Stein
Modified: 2018-01-08 22:31 UTC (History)
2 users (show)

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


Attachments
emerge --info (emerge--info.txt,5.79 KB, text/plain)
2018-01-08 15:44 UTC, Jonas Stein
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonas Stein gentoo-dev 2018-01-08 15:44:02 UTC
Created attachment 513766 [details]
emerge --info

on start up the warning

Failed to load cached store: kobo

is printed to stderr.
I am not sure, if it is in our ebuild, or an upstream bug.
Afaik, kobo is an ebook reader plugin of calibre.
Comment 1 Zac Medico gentoo-dev 2018-01-08 18:00:43 UTC
It looks like this has something to do with the content of the ~/.config/calibre/store/plugin_cache.json file. It should also show a traceback immediately after the 'Failed to load cached store:' message:

>            try:
>                obj, ver = self.load_object(src, key)
>            except VersionMismatch as e:
>                self.cached_version_map[name] = e.ver
>                continue
>            except:
>                import traceback
>                prints('Failed to load cached store:', name)
>                traceback.print_exc()
Comment 2 Jonas Stein gentoo-dev 2018-01-08 22:31:35 UTC

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