[PATCH] gnu: vorta: Update to 0.8.7.

  • Done
  • quality assurance status badge
Details
3 participants
  • John Kehayias
  • Jonathan Brielmaier
  • Ludovic Courtès
Owner
unassigned
Submitted by
John Kehayias
Severity
normal
J
J
John Kehayias wrote on 4 Aug 2022 06:56
(name . Guix-patches)(address . guix-patches@gnu.org)
_z6mMTAA0V-uf2urWOKxfjKDK1IT0Mb55EnzpUoeXHhhB4GzVjlrPy7ydg590PMilMSryBeShTP8zdDmpGtNrRA6swsk9WYAlai8hdjNusc=@protonmail.com
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
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(-)

Toggle diff (22 lines)
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
J
J
John Kehayias wrote on 4 Aug 2022 07:15
(name . 56966@debbugs.gnu.org)(address . 56966@debbugs.gnu.org)
ZRGMjUIeqG1zjFpGQvvpjeXiOWxMrrqKm4kc8XtgCtuRViesf6j2mU1VeGhevi7ousy2_lEKA-ZLxJ81ToEZm1Vsenl3kyL72G7gCpBb9is=@protonmail.com
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.
J
J
Jonathan Brielmaier wrote on 4 Aug 2022 13:41
(address . 56966@debbugs.gnu.org)(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
2893d86c-e9fd-d97f-ba1d-d6948a038ab6@web.de
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?
J
J
John Kehayias wrote on 4 Aug 2022 19:27
(name . 56966@debbugs.gnu.org)(address . 56966@debbugs.gnu.org)
4tTdD9nZCSq1XUym0m_aCtjftjQe_KTYsFROk1S9dzXM3UKsNnhIjjkxEHX2GdGwy1bNWVlFJSYwiQ5bNhYmPISV1rdDZqBcaw1JPVjddTo=@protonmail.com

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.
L
L
Ludovic Courtès wrote on 9 Aug 2022 17:59
Re: bug#56966: [PATCH] gnu: vorta: Update to 0.8.7.
(name . John Kehayias)(address . john.kehayias@protonmail.com)(address . 56966-done@debbugs.gnu.org)
877d3h5rwn.fsf@gnu.org
Hi,

John Kehayias <john.kehayias@protonmail.com> skribis:

Toggle quote (7 lines)
> 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’.
Closed
?