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

Bug 510860

Summary: dev-qt/qtwebsockets fails to build - Unknown module(s) in QT: sql
Product: Gentoo Linux Reporter: Michael Palimaka (kensington) <kensington>
Component: [OLD] LibraryAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://codereview.qt-project.org/#change,85844
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Palimaka (kensington) gentoo-dev 2014-05-20 16:40:18 UTC
$ grep -R sql
src/websockets/websockets.pro:QT = core network core-private sql

Is anyone else able to confirm that this is a bogus dep?
Comment 1 Davide Pesavento gentoo-dev 2014-05-20 17:07:51 UTC
It looks like QSql* classes aren't used anywhere, so yeah, I'd say it's bogus.
Comment 2 Davide Pesavento gentoo-dev 2014-05-27 17:32:23 UTC
Patch merged upstream https://qt.gitorious.org/qt/qtwebsockets/commit/6bd414a1f74f5a0ebfc1f4abcc140f7b3b536e1b
Comment 3 Davide Pesavento gentoo-dev 2014-05-27 17:47:51 UTC
And backported
https://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=12f76cacd8e80adfc25e04cb933a2de98e9529fa

Closing. Thanks!