diff mbox series

[bug#56966] gnu: vorta: Update to 0.8.7.

Message ID _z6mMTAA0V-uf2urWOKxfjKDK1IT0Mb55EnzpUoeXHhhB4GzVjlrPy7ydg590PMilMSryBeShTP8zdDmpGtNrRA6swsk9WYAlai8hdjNusc=@protonmail.com
State Accepted
Headers show
Series [bug#56966] gnu: vorta: Update to 0.8.7. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

John Kehayias Aug. 4, 2022, 4:56 a.m. UTC
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

John Kehayias Aug. 4, 2022, 5:15 a.m. UTC | #1
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.
Jonathan Brielmaier Aug. 4, 2022, 11:41 a.m. UTC | #2
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?
John Kehayias Aug. 4, 2022, 5:27 p.m. UTC | #3
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.
Ludovic Courtès Aug. 9, 2022, 3:59 p.m. UTC | #4
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’.
diff mbox series

Patch

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(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 06a8ac59eb..0d03d2e87f 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -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