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

Bug 656684

Summary: net-analyzer/wireshark-2.6.1[qt5] with dev-qt/*-5.11.0_rc2 - .../work/wireshark-2.6.1/ui/qt/packet_format_group_box.cpp:21:18: error: aggregate ‘QStyleOption style_opt’ has incomplete type and cannot be defined
Product: Gentoo Linux Reporter: Markus Rathgeb <maggu2810>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal CC: fabio.coatti
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 653646    
Attachments: wireshark-2.6.0-r2-qt-5.11.patch
wireshark-2.6.1-qt-5.11.patch

Description Markus Rathgeb 2018-05-27 14:15:41 UTC
Created attachment 533524 [details, diff]
wireshark-2.6.0-r2-qt-5.11.patch

The build fails because of using incomplete type QStyleOption.
After this has been fixes there is another one.

Qt version: 5.11.0_rc2
Comment 1 Andreas Sturmlechner gentoo-dev 2018-05-27 17:28:14 UTC
(In reply to Markus Rathgeb from comment #0)
> The build fails because of using incomplete type QStyleOption.
> After this has been fixes there is another one.
I'm confused, is this patch not complete?
Comment 2 Markus Rathgeb 2018-05-27 22:15:35 UTC
It is complete, it fixes two files (the first error and the second one that you will realize if the first one has been fixed and the build stops at the other one).
Sorry for the confusion, just want to state that you will only see the first one in the build log (and so I did not attach one).
Comment 3 Markus Rathgeb 2018-05-30 15:51:09 UTC
Created attachment 534070 [details, diff]
wireshark-2.6.1-qt-5.11.patch
Comment 4 Markus Rathgeb 2018-05-30 15:54:37 UTC
It seems this has already been solved in upstream master.
https://code.wireshark.org/review/#/c/27145/

Can you add the patch for 2.6.1 to tree?
Comment 5 Markus Rathgeb 2018-06-04 11:34:45 UTC
Has been fixed by https://github.com/gentoo/gentoo/commit/bd310499ec0055ecb7fb91b69cffa1fabdfe02ba

A similar issue has been reported here #656832
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2018-06-04 16:36:08 UTC
*** Bug 656832 has been marked as a duplicate of this bug. ***