Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925683 - =app-office/libreoffice-24.2.1.2[qt5] should depend on dev-qt/qtnetwork:5
Summary: =app-office/libreoffice-24.2.1.2[qt5] should depend on dev-qt/qtnetwork:5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 927996
  Show dependency tree
 
Reported: 2024-02-28 09:10 UTC by David Carlos Manuelda
Modified: 2024-03-27 22:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Carlos Manuelda 2024-02-28 09:10:01 UTC
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
Comment 1 Andreas Sturmlechner gentoo-dev 2024-03-12 20:08:14 UTC
I think it is a bogus dependency. Testing right now without it.
Comment 2 Larry the Git Cow gentoo-dev 2024-03-25 12:05:54 UTC
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(+)