-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wireshark is not using qt5 anymore (by default) #844
Comments
using this package config works (using
I think adding a qt6 option while keeping the qt5 option would be great. |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Dec 2, 2024
Wireshark is built with Qt6 by default when Qt is enabled. Forcibly disable Qt6 in our Qt5 PACKAGECONFIG Github issue: openembedded#844 Reported-by: Ludovic Jozeau <[email protected]> Reviewed-by: Yoann Congal <[email protected]> Signed-off-by: Ghislain Mangé <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Dec 3, 2024
## Fixed - Warning on MacOS about incompatible function declaration - Logic when decoding AMQP data after bad data may cause crash (openembedded#837) - Use SSL_get1_peer_certificate when compiling against OpenSSL 3+ ## Changed - Updates to various github actions. ## Added - Add amqp_publisher_confirm_wait function (openembedded#841) - Add amqp_literal_bytes macro (openembedded#844) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Dec 3, 2024
Wireshark is built with Qt6 by default when Qt is enabled. Forcibly disable Qt6 in our Qt5 PACKAGECONFIG Github issue: openembedded#844 Reported-by: Ludovic Jozeau <[email protected]> Reviewed-by: Yoann Congal <[email protected]> Signed-off-by: Ghislain Mangé <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Dec 3, 2024
## Fixed - Warning on MacOS about incompatible function declaration - Logic when decoding AMQP data after bad data may cause crash (openembedded#837) - Use SSL_get1_peer_certificate when compiling against OpenSSL 3+ ## Changed - Updates to various github actions. ## Added - Add amqp_publisher_confirm_wait function (openembedded#841) - Add amqp_literal_bytes macro (openembedded#844) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
daregit
pushed a commit
to daregit/yocto-combined
that referenced
this issue
Dec 5, 2024
Wireshark is built with Qt6 by default when Qt is enabled. Forcibly disable Qt6 in our Qt5 PACKAGECONFIG Github issue: openembedded/meta-openembedded#844 Reported-by: Ludovic Jozeau <ludovic.jozeausmile.fr> Reviewed-by: Yoann Congal <yoann.congalsmile.fr> Signed-off-by: Ghislain Mangé <ghislain.mangesmile.fr> Signed-off-by: Khem Raj <raj.khemgmail.com>
Issue fixed on master :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to build wireshark with qt5 packageconfig enabled, I get this error:
Wireshark is now using qt6 by default, there appears to be an option to build for qt5 too. Maybe a modification to the qt5 packageconfig is needed? And qt6 could be added too?
See their cmake options: https://gitlab.com/wireshark/wireshark/-/blob/v4.2.6/CMakeOptions.txt?ref_type=tags
The text was updated successfully, but these errors were encountered: