When trying to build in a minimal sandbox by accident I had qt5 flag enabled and I got a linker error: ld.lld: error: unable to find library -lQt5Network Inspecting the ebuild I saw other qt5 dependencies but this one was missing, just adding it should suffice. Reproducible: Always
I think it is a bogus dependency. Testing right now without it.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f83ff1b456d0223c130819f5737db555202b8e4 commit 4f83ff1b456d0223c130819f5737db555202b8e4 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2024-03-13 21:06:09 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2024-03-25 12:05:43 +0000 app-office/libreoffice: Patch out unused QtNetwork dependency Closes: https://bugs.gentoo.org/925683 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> .../files/libreoffice-24.2-unused-qt6network.patch | 57 +++++++++++++++++++++ .../files/libreoffice-7.6-unused-qt5network.patch | 58 ++++++++++++++++++++++ app-office/libreoffice/libreoffice-24.2.2.2.ebuild | 4 ++ .../libreoffice/libreoffice-24.2.9999.ebuild | 4 ++ app-office/libreoffice/libreoffice-7.6.6.3.ebuild | 3 ++ app-office/libreoffice/libreoffice-7.6.9999.ebuild | 3 ++ app-office/libreoffice/libreoffice-9999.ebuild | 4 ++ 7 files changed, 133 insertions(+)