Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 510860 - dev-qt/qtwebsockets fails to build - Unknown module(s) in QT: sql
Summary: dev-qt/qtwebsockets fails to build - Unknown module(s) in QT: sql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL: https://codereview.qt-project.org/#ch...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-20 16:40 UTC by Michael Palimaka (kensington)
Modified: 2014-05-27 17:47 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 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 (RETIRED) 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 (RETIRED) gentoo-dev 2014-05-27 17:32:23 UTC
Patch merged upstream https://qt.gitorious.org/qt/qtwebsockets/commit/6bd414a1f74f5a0ebfc1f4abcc140f7b3b536e1b
Comment 3 Davide Pesavento (RETIRED) 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!