Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 581964 - dev-qt/qtwebsockets-5.6.0-r1: qwebsocketserver_p.cpp:(.text+0x32f): undefined reference to `QSslServer::QSslServer(QObject*)'
Summary: dev-qt/qtwebsockets-5.6.0-r1: qwebsocketserver_p.cpp:(.text+0x32f): undefined...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-03 10:14 UTC by cryptopsy
Modified: 2016-05-03 20:12 UTC (History)
0 users

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


Attachments
build.log (build.log,25.95 KB, text/x-log)
2016-05-03 10:14 UTC, cryptopsy
Details
emerge --info (einfo,3.07 KB, text/plain)
2016-05-03 10:15 UTC, cryptopsy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cryptopsy 2016-05-03 10:14:26 UTC
Created attachment 433060 [details]
build.log

Doesn't biuld.
Comment 1 cryptopsy 2016-05-03 10:15:43 UTC
Created attachment 433064 [details]
emerge --info

emerge --info
Comment 2 Davide Pesavento gentoo-dev 2016-05-03 17:29:35 UTC
This is a regression caused by commit af3eca38517b6fce72eb01850b1791323f8a8e24.

Some code unfortunately uses QT_NO_SSL directly, so we're forced to tie ssl support in qtwebsockets to ssl support in qtnetwork with a [ssl=] USE dependency.
Comment 3 Davide Pesavento gentoo-dev 2016-05-03 17:47:33 UTC
Fixed in git. Thanks for reporting.

https://github.com/gentoo/gentoo/commit/d7ad55281220025b3373707ef4f3d19a1a764d8e
Comment 4 cryptopsy 2016-05-03 20:12:31 UTC
Thanks for patching.