Summary: | app-misc/ckb depends on deprecated dev-libs/libdbusmenu-qt | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andreas Sturmlechner <asturm> |
Component: | Current packages | Assignee: | John Helmert III <ajak> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | ajak |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/ckb-next/ckb-next/pull/1057 https://github.com/ckb-next/ckb-next/issues/1107 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 938823 |
Description
Andreas Sturmlechner
2024-08-31 10:17:28 UTC
ping Sorry for the delay. I've poked at this a bit but there's something seemingly busted about the PREFER_QT6 knob: https://github.com/ckb-next/ckb-next/issues/1107 That is, I can build it fine if I force it to Qt6 but not with the "preference" for it. Using
> find_package(QT NAMES Qt[56])
is just awful automagic, and the supposed upstream fix does nothing for it.
Just remove that line and pass -DQT_VERSION_MAJOR=6 manually, hopefully it'll work although I'm not sure where QT_VERSION is coming from in the next line ...
|