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

Bug 581964

Summary: dev-qt/qtwebsockets-5.6.0-r1: qwebsocketserver_p.cpp:(.text+0x32f): undefined reference to `QSslServer::QSslServer(QObject*)'
Product: Gentoo Linux Reporter: cryptopsy
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info

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 (RETIRED) 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 (RETIRED) 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.