[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

Debbugs page

John Kehayias wrote 3 years ago
(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
John Kehayias wrote 3 years ago
(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.
Jonathan Brielmaier wrote 3 years ago
(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?
John Kehayias wrote 3 years ago
(name . 56966@debbugs.gnu.org)(address . 56966@debbugs.gnu.org)(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)(name . jonathan.brielmaier@web.de)(address . jonathan.brielmaier@web.de)
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.
Ludovic Courtès wrote 3 years ago
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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 56966@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 56966
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help