[bug#56966] gnu: vorta: Update to 0.8.7.
Commit Message
Quick version bump patch for Vorta. Tested that it builds and used it for a backup. Fixes this issue I hit on 0.8.3: https://github.com/borgbase/vorta/issues/1370
Thanks!
John
Comments
Ah, vorta build is actually broken due to the QT updates. I had built before I pulled these QT updates. I think the same as in https://issues.guix.gnu.org/56864 and reportedly fixed in https://issues.guix.gnu.org/56771#39
I'm not sure the fix here, as Vorta uses the python-build-system and then adds the qt-wrap phase explicitly. I tried adding a qtbase input but that didn't help.
Will have to investigate later unless someone knows the quick fix.
The packages: hime nimf bitmask are affected as well. They use different
build systems but have in common, that they "import" the qt-wrap phase.
@Maxim do have an idea how to fix it?
Maxim came up with a quick fix and pushed as https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a956c7df87536717e4e04af11ae6d73dcb7a2ce7
I can confirm vorta and a few others at least did build successfully with this patch.
The patch I started with for updating the vorta version applies and works now, without any other changes.
PS: For some reason I did not get Jonathan's message despite being the submitter of this bug number. I saw it on the issues frontend instead.
Hi,
John Kehayias <john.kehayias@protonmail.com> skribis:
> From dcf451b3d7dc815e4aefd9dd2cc5332a7cf08e55 Mon Sep 17 00:00:00 2001
> From: John Kehayias <john.kehayias@protonmail.com>
> Date: Thu, 4 Aug 2022 00:53:33 -0400
> Subject: [PATCH] gnu: vorta: Update to 0.8.7.
>
> * gnu/packages/backup.scm (vorta): Update to 0.8.7.
Applied, thanks!
Ludo’.
From dcf451b3d7dc815e4aefd9dd2cc5332a7cf08e55 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Thu, 4 Aug 2022 00:53:33 -0400
Subject: [PATCH] gnu: vorta: Update to 0.8.7.
* gnu/packages/backup.scm (vorta): Update to 0.8.7.
---
gnu/packages/backup.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -1291,13 +1291,13 @@ (define-public borgmatic
(define-public vorta
(package
(name "vorta")
- (version "0.8.3")
+ (version "0.8.7")
(source (origin
(method url-fetch)
(uri (pypi-uri "vorta" version))
(sha256
(base32
- "0674crxsmf1gwiacpi9ixypgz685fyzr5y3f9sd768b0bmh7ilsn"))))
+ "0yv2z2djbl7aq3fa9m3ihzv9i99a5ahsxz7dlzwvvf4a7pmhc6b2"))))
(build-system python-build-system)
(arguments
(list
--
2.37.1