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

Bug 556088

Summary: [kde overlay] app-text/kbibtex:5 requires to Qt5-based dev-libs/qoauth
Product: Gentoo Linux Reporter: Eugene Shalygin <eugene.shalygin>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 556180    
Bug Blocks:    

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.