* [PR PATCH] kup: update to 0.10.0.
@ 2024-10-25 1:24 Astate
2024-10-25 12:29 ` Astate
` (12 more replies)
0 siblings, 13 replies; 14+ messages in thread
From: Astate @ 2024-10-25 1:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 469 bytes --]
There is a new pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 1815 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
@ 2024-10-25 12:29 ` Astate
2024-10-25 23:36 ` [PR REVIEW] " classabbyamp
` (11 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Astate @ 2024-10-25 12:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
New comment by Astate on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2437654248
Comment:
i tested with rsync and with bup and it's working
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR REVIEW] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
2024-10-25 12:29 ` Astate
@ 2024-10-25 23:36 ` classabbyamp
2024-10-26 0:30 ` [PR PATCH] [Updated] " Astate
` (10 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-10-25 23:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 203 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#discussion_r1817450214
Comment:
don't set CMAKE_BUILD_TYPE or CMAKE_INSTALL_PREFIX
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
2024-10-25 12:29 ` Astate
2024-10-25 23:36 ` [PR REVIEW] " classabbyamp
@ 2024-10-26 0:30 ` Astate
2024-10-26 21:33 ` [PR REVIEW] " AnInternetTroll
` (9 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Astate @ 2024-10-26 0:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
There is an updated pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 2783 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH 1/2] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 11d3bb9d24487cce0e8130fb1411cc4c30dd29fb Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Fri, 25 Oct 2024 20:30:03 -0400
Subject: [PATCH 2/2] kup: update to 0.10.0.
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dac151adb6ffce..c466d2a15fd35f 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,7 +3,7 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR REVIEW] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (2 preceding siblings ...)
2024-10-26 0:30 ` [PR PATCH] [Updated] " Astate
@ 2024-10-26 21:33 ` AnInternetTroll
2024-10-27 0:57 ` [PR PATCH] [Updated] " Astate
` (8 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: AnInternetTroll @ 2024-10-26 21:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#discussion_r1817933129
Comment:
```suggestion
homepage="https://apps.kde.org/kup/"
```
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (3 preceding siblings ...)
2024-10-26 21:33 ` [PR REVIEW] " AnInternetTroll
@ 2024-10-27 0:57 ` Astate
2024-11-12 22:46 ` ddmgh
` (7 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Astate @ 2024-10-27 0:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
There is an updated pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 3701 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH 1/3] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 11d3bb9d24487cce0e8130fb1411cc4c30dd29fb Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Fri, 25 Oct 2024 20:30:03 -0400
Subject: [PATCH 2/3] kup: update to 0.10.0.
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dac151adb6ffce..c466d2a15fd35f 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,7 +3,7 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
From 93921b2c836f41489b7200a409617acdc199b56b Mon Sep 17 00:00:00 2001
From: Zacharie <zacharieroy@gmail.com>
Date: Sat, 26 Oct 2024 20:57:00 -0400
Subject: [PATCH 3/3] Update srcpkgs/kup/template
update homepage
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index c466d2a15fd35f..e8c6393969c115 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -12,6 +12,6 @@ depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (4 preceding siblings ...)
2024-10-27 0:57 ` [PR PATCH] [Updated] " Astate
@ 2024-11-12 22:46 ` ddmgh
2024-11-12 22:48 ` classabbyamp
` (6 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: ddmgh @ 2024-11-12 22:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2471750653
Comment:
Hello! Thanks for the work here in relation to #52752. New to Linux/Void/GitHub and I noticed some of the check builds here failed for x86_64. Does this mean this PR is not really ready for testing until these failures are resolved? Thanks.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (5 preceding siblings ...)
2024-11-12 22:46 ` ddmgh
@ 2024-11-12 22:48 ` classabbyamp
2024-11-13 0:15 ` Astate
` (5 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-11-12 22:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2471756438
Comment:
only the cross-compiled builds are broken
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (6 preceding siblings ...)
2024-11-12 22:48 ` classabbyamp
@ 2024-11-13 0:15 ` Astate
2024-11-13 21:43 ` classabbyamp
` (4 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: Astate @ 2024-11-13 0:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
New comment by Astate on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2471993668
Comment:
> only the cross-compiled builds are broken
What next step if i dont how to résolve cross compile?
The x86_64 work well now
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (7 preceding siblings ...)
2024-11-13 0:15 ` Astate
@ 2024-11-13 21:43 ` classabbyamp
2024-11-15 16:15 ` ddmgh
` (3 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2024-11-13 21:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 330 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2474872361
Comment:
read the build log to see how it failed. in this case, it failed to find a file, so find the package that contains it and add it to hostmakedepends (`xlocate Qt6HostInfoConfig.cmake`)
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (8 preceding siblings ...)
2024-11-13 21:43 ` classabbyamp
@ 2024-11-15 16:15 ` ddmgh
2024-11-22 1:11 ` ddmgh
` (2 subsequent siblings)
12 siblings, 0 replies; 14+ messages in thread
From: ddmgh @ 2024-11-15 16:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1735 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2479334129
Comment:
New to this stuff and, when I went to build it, I received the following:
```
CMake Error at /usr/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
Could not find a configuration file for package "KF6CoreAddons" that is
compatible with requested version "6.7.0".
The following configuration files were considered but not accepted:
/usr/lib64/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
/usr/lib/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
/lib64/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
/lib/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
Call Stack (most recent call first):
/usr/lib64/cmake/KF6Package/KF6PackageConfig.cmake:55 (find_dependency)
/usr/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/lib64/cmake/Plasma/PlasmaConfig.cmake:52 (find_dependency)
CMakeLists.txt:51 (find_package)
-- Configuring incomplete, errors occurred!
=> ERROR: kup-0.10.0_1: do_configure: 'CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} ${LIBS:+-DCMAKE_C_STANDARD_LIBRARIES="$LIBS"} ${LIBS:+-DCMAKE_CXX_STANDARD_LIBRARIES="$LIBS"} ${wrksrc}/${build_wrksrc}' exited with 1
=> ERROR: in do_configure() at common/build-style/cmake.sh:77
```
This appears to have happened after building all the dependencies, which took about a day on a two core virtual machine.
It appears something is out-of-sync, but I'm uncertain of the best way to resolve it.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (9 preceding siblings ...)
2024-11-15 16:15 ` ddmgh
@ 2024-11-22 1:11 ` ddmgh
2024-11-26 0:24 ` ddmgh
2024-11-27 18:49 ` ddmgh
12 siblings, 0 replies; 14+ messages in thread
From: ddmgh @ 2024-11-22 1:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 324 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2492669256
Comment:
After wrapping my head around some of this stuff and rebasing, I was able to quickly build this. I plan to give this a spin and test it over the next several days and will report back.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (10 preceding siblings ...)
2024-11-22 1:11 ` ddmgh
@ 2024-11-26 0:24 ` ddmgh
2024-11-27 18:49 ` ddmgh
12 siblings, 0 replies; 14+ messages in thread
From: ddmgh @ 2024-11-26 0:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 748 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2499303055
Comment:
I can confirm proper operations:
- Now accessible from Plasma's System Settings
- Can navigate, access and restore individual files from multiple bup versioned backups (with the exception noted below)
- Created new backup plans in System Settings
- Saved a new backup and restored files from it
- Verified operations with a previous Kup/bup repository from a Plasma 5 system
However, I have noticed that only the most recent backup version is listed when clicking Open and restore from existing backups and selecting the backup location, but I'm uncertain if this is a Void or Kup issue at this time.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (11 preceding siblings ...)
2024-11-26 0:24 ` ddmgh
@ 2024-11-27 18:49 ` ddmgh
12 siblings, 0 replies; 14+ messages in thread
From: ddmgh @ 2024-11-27 18:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3223 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2504582001
Comment:
FWIW, I noted what @classabbyamp commented, made the related change and tried to cross-compile, but ended up with the following:
```
...
CMake Warning at /usr/armv7l-linux-gnueabihf/usr/lib32/cmake/KF6Package/KF6PackageMacros.cmake:52 (message):
couldn't generate metainfo for org.kde.kupapplet:
/usr/armv7l-linux-gnueabihf/usr/bin/kpackagetool6:
/usr/armv7l-linux-gnueabihf/usr/bin/kpackagetool6: cannot execute binary
file
Call Stack (most recent call first):
/usr/armv7l-linux-gnueabihf/usr/lib32/cmake/Plasma/PlasmaMacros.cmake:29 (kpackage_install_package)
CMakeLists.txt:53 (plasma_install_package)
-- The following OPTIONAL packages have been found:
* OpenGL
* Qt6WidgetsTools (required version >= 6.7.2)
* Qt6Widgets (required version >= 6.5.0)
* Qt6CoreTools (required version >= 6.7.2)
* XKB (required version >= 0.5.0), XKB API common to servers and clients., <http://xkbcommon.org>
* WrapVulkanHeaders
* Qt6GuiTools (required version >= 6.7.2)
* Qt6DBusTools (required version >= 6.7.2)
* Qt6QmlTools (required version >= 6.7.2)
-- The following REQUIRED packages have been found:
* LibGit2, A plain C library to interface with the git version control system., <https://libgit2.github.com/>
* KF6Solid (required version >= 6.7.0)
* KF6KIO (required version >= 5.96.0)
* KF6IdleTime (required version >= 5.96.0)
* Gettext
* KF6I18n (required version >= 5.96.0)
* KF6Notifications (required version >= 5.96.0)
* KF6DBusAddons (required version >= 5.96.0)
* KF6JobWidgets (required version >= 5.96.0)
* KF6WidgetsAddons (required version >= 5.96.0)
* KF6XmlGui (required version >= 5.96.0)
* KF6KCMUtils (required version >= 5.96.0)
* KF6 (required version >= 5.96.0)
* Qt6Core (required version >= 6.5.0)
* Plasma
* ECM (required version >= 5.240.0)
* Qt6HostInfo
* Qt6
* Plasma5Support
-- Configuring done (3.1s)
-- Generating done (0.1s)
-- Build files have been written to: /builddir/kup-0.10.0/build
=> kup-0.10.0_1: running pre-build hook: 02-script-wrapper ...
=> kup-0.10.0_1: running do_build ...
[1/69] cd /builddir/kup-0.10.0/build/kcm && /usr/armv7l-linux-gnueabihf/usr/libexec/kf6/kcmdesktopfilegenerator /builddir/kup-0.10.0/kcm/kcm_kup.json /builddir/kup-0.10.0/build/kcm/kcm_kup.desktop
FAILED: kcm/CMakeFiles/kcm_kup-kcm-desktop-gen /builddir/kup-0.10.0/build/kcm/CMakeFiles/kcm_kup-kcm-desktop-gen
cd /builddir/kup-0.10.0/build/kcm && /usr/armv7l-linux-gnueabihf/usr/libexec/kf6/kcmdesktopfilegenerator /builddir/kup-0.10.0/kcm/kcm_kup.json /builddir/kup-0.10.0/build/kcm/kcm_kup.desktop
/bin/sh: line 1: /usr/armv7l-linux-gnueabihf/usr/libexec/kf6/kcmdesktopfilegenerator: cannot execute binary file: Exec format error
[2/69] Automatic MOC for target kup-filedigger
ninja: build stopped: subcommand failed.
=> ERROR: kup-0.10.0_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 1
=> ERROR: in do_build() at common/build-style/cmake.sh:95
```
I don't know enough about this stuff to resolve the issue.
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-11-27 18:49 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
2024-10-25 12:29 ` Astate
2024-10-25 23:36 ` [PR REVIEW] " classabbyamp
2024-10-26 0:30 ` [PR PATCH] [Updated] " Astate
2024-10-26 21:33 ` [PR REVIEW] " AnInternetTroll
2024-10-27 0:57 ` [PR PATCH] [Updated] " Astate
2024-11-12 22:46 ` ddmgh
2024-11-12 22:48 ` classabbyamp
2024-11-13 0:15 ` Astate
2024-11-13 21:43 ` classabbyamp
2024-11-15 16:15 ` ddmgh
2024-11-22 1:11 ` ddmgh
2024-11-26 0:24 ` ddmgh
2024-11-27 18:49 ` ddmgh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).