Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 556088 - [kde overlay] app-text/kbibtex:5 requires to Qt5-based dev-libs/qoauth
Summary: [kde overlay] app-text/kbibtex:5 requires to Qt5-based dev-libs/qoauth
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on: 556180
Blocks:
  Show dependency tree
 
Reported: 2015-07-28 06:22 UTC by Eugene Shalygin
Modified: 2016-03-17 13:16 UTC (History)
0 users

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 Eugene Shalygin 2015-07-28 06:22:07 UTC
app-text/kbibtex-9999 compiles and links against Qt4 version of dev-libs/qoauth and, naturally, crashes on startup. Please either provide Qt5 version of dev-libs/qoauth or disable the corresponding find_package call
Comment 1 Thomas Fischer 2015-10-27 12:34:56 UTC
(In reply to Eugene Shalygin from comment #0)
> app-text/kbibtex-9999 compiles and links against Qt4 version of
> dev-libs/qoauth and, naturally, crashes on startup. Please either provide
> Qt5 version of dev-libs/qoauth or disable the corresponding find_package call

KBibTeX Git master (which should get fetch and compiled for version 9999) ships a Qt5-based qoauth in src/3rdparty/qoauth
The ebuild file should be changed that no dependency to qoauth is pulled for 9999.

Some details on future KBibTeX releases is available here:
http://t-fischer.dreamwidth.org/3314.html
tl;dr: 0.6.x and 0.7 will be based on Qt4/KDE4. 'master' and 0.8 will be based on Qt5/KF5.

In the future, KBibTeX may make use of a system-provided OAuth/Qt5 instead of the sources shipped in src/3rdparty/qoauth, similarly as already done for libQxt.
Comment 2 Andreas Sturmlechner gentoo-dev 2016-01-24 11:06:51 UTC
I've just created a live ebuild for Qt5-based qoauth - is there any way to make use of it in kbibtex, yet?
Comment 3 Johannes Huber (RETIRED) gentoo-dev 2016-03-17 13:16:45 UTC
Thanks.