From: Alex Kost <alezost@gmail.com>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 3/6] gnu: attic: Specify dependency on python-llfuse@0.41.
Date: Tue, 15 Mar 2016 11:58:59 +0300 [thread overview]
Message-ID: <87d1qw2k30.fsf@gmail.com> (raw)
In-Reply-To: <fe681bf876a849772cdf0b773e33ea3b7ca3cd59.1457998381.git.leo@famulari.name> (Leo Famulari's message of "Mon, 14 Mar 2016 19:34:23 -0400")
Leo Famulari (2016-03-15 02:34 +0300) wrote:
> * gnu/packages/backup.scm (attic)[inputs]: Specify dependency on
> python-llfuse@0.41.
> ---
> gnu/packages/backup.scm | 12 ++++++++++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
>
> diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
> index aa8ccbc..88b54f0 100644
> --- a/gnu/packages/backup.scm
> +++ b/gnu/packages/backup.scm
> @@ -348,8 +348,16 @@ rdiff-backup is easy to use and settings have sensible defaults.")
> (inputs
> `(("acl" ,acl)
> ("openssl" ,openssl)
> - ("python-llfuse" ,python-llfuse)
> - ("python-msgpack" ,python-msgpack)))
> + ("python-msgpack" ,python-msgpack)
> +
> + ;; Attic is probably incompatible with llfuse > 0.41.
> + ;; These links are to discussions of llfuse compatibility from
> + ;; the borg project. Borg is a recent fork of attic, and attic
> + ;; has not been updated since the fork, so it's likely that
> + ;; llfuse compatibility requirements are still the same.
> + ;; https://github.com/borgbackup/borg/issues/642
> + ;; https://github.com/borgbackup/borg/issues/643
> + ("python-llfuse" ,python-llfuse@0.41)))
You use a variable ‘python-llfuse@0.41’ (which should be
‘python-llfuse-0.41’ IMO) that does not exist yet, as it will be
introduced in the next patch. I think you should swap patches 3 and 4.
--
Alex
next prev parent reply other threads:[~2016-03-15 8:58 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-14 23:34 [PATCH 0/6] Add borg Leo Famulari
2016-03-14 23:34 ` [PATCH 1/6] gnu: python-msgpack: Update to 0.4.7 Leo Famulari
2016-03-14 23:34 ` [PATCH 2/6] gnu: python-msgpack: Use 'python2-variant' Leo Famulari
2016-03-14 23:34 ` [PATCH 3/6] gnu: attic: Specify dependency on python-llfuse@0.41 Leo Famulari
2016-03-15 8:58 ` Alex Kost [this message]
2016-03-15 9:13 ` Leo Famulari
2016-03-14 23:34 ` [PATCH 4/6] gnu: python-llfuse: Update to 1.0, keep 0.41 variant Leo Famulari
2016-03-15 8:53 ` Alex Kost
2016-03-15 9:13 ` Leo Famulari
2016-03-15 10:12 ` Mathieu Lirzin
2016-03-15 16:25 ` Ludovic Courtès
2016-03-21 2:49 ` Leo Famulari
2016-03-21 8:52 ` Alex Kost
2016-03-14 23:34 ` [PATCH 5/6] gnu: Add borg Leo Famulari
2016-03-15 9:11 ` Alex Kost
2016-03-15 9:18 ` Leo Famulari
2016-03-21 21:31 ` Leo Famulari
2016-03-21 22:35 ` Leo Famulari
2016-03-21 22:52 ` Leo Famulari
2016-03-22 20:20 ` Alex Kost
2016-03-22 21:25 ` Leo Famulari
2016-03-23 8:14 ` Alex Kost
2016-03-23 20:49 ` Efraim Flashner
2016-03-14 23:34 ` [PATCH 6/6] gnu: python-llfuse@0.41: Update to 0.41.1 Leo Famulari
2016-03-24 21:55 ` [PATCH 0/6] Add borg Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d1qw2k30.fsf@gmail.com \
--to=alezost@gmail.com \
--cc=guix-devel@gnu.org \
--cc=leo@famulari.name \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.