Summary: | net-misc/nextcloud-client-3.13.0 fails to configure if both 5 and 6 slots of kde-frameworks/kio are installed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrei Slavoiu <ansla80> |
Component: | Current packages | Assignee: | Bernard Cafarelli <voyageur> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adel.ks, cctsurf, cyber+gentoo, flow, freddie, gentoo_bugs.nu_q5v, gerion.entrup, kripton, me, michael, seb, voyageur |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
emerge --info build.log emerge --info 0001-Fix-build-with-KF6.patch |
Description
Andrei Slavoiu
2024-04-29 19:41:51 UTC
Created attachment 891973 [details]
build.log
Created attachment 891974 [details]
emerge --info
Created attachment 892275 [details]
build.log
Created attachment 892276 [details]
emerge --info
Hello, Hitting against the same issue. Thanks! [ebuild U ] net-misc/nextcloud-client-3.13.0 [3.12.3] USE="dolphin -doc -nautilus -test -webengine" Confirmed here with unmasked Plasma 6. Applying this PR fixes the issue: https://github.com/nextcloud/desktop/pull/6599/ See the attached patch. Adding it to /etc/portage/patches/net-misc/nextcloud-client works. Created attachment 892442 [details, diff]
0001-Fix-build-with-KF6.patch
Thanks for the detailed report all, the switch to Qt6 will be interesting to sort out! In the meantime, let me check that patch - I guess the change to qt5_add_resources means it will need some rework for qt6, but again this is for later Configure fails only when "dolphin" USE-flag is enabled (In reply to gerion from comment #8) > Created attachment 892442 [details, diff] [details, diff] > 0001-Fix-build-with-KF6.patch This patch also works on v. 3.13.2 I am watching upstream bug so let's see there about need for qt6_add_resources In the meantime, adding the current patch to 3.13.2, sorry for the delay The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c1e8c85956eeb654ebdaddfd399ab0f24cf17b commit b0c1e8c85956eeb654ebdaddfd399ab0f24cf17b Author: Bernard Cafarelli <voyageur@gentoo.org> AuthorDate: 2024-07-16 20:25:43 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2024-07-16 20:27:10 +0000 net-misc/nextcloud-client: fix build if kio:6 is installed Closes: https://bugs.gentoo.org/930943 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> .../nextcloud-client-3.13.2-fix_build_kf6.patch | 38 ++++++++++++++++++++++ .../nextcloud-client-3.13.2.ebuild | 1 + 2 files changed, 39 insertions(+) |