all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: 55298@debbugs.gnu.org
Subject: [bug#55298] [PATCH 0/1] Do not propagate cwltool inputs.
Date: Wed, 11 May 2022 00:48:45 +0200	[thread overview]
Message-ID: <87a6bpovg2.fsf@gnu.org> (raw)
In-Reply-To: <20220507093443.4214-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Sat, 7 May 2022 15:04:43 +0530")

Hi,

Arun Isaac <arunisaac@systemreboot.net> skribis:

> cwltool is a command-line tool, not a python library. So, its dependencies
> should be regular inputs, not propagated inputs. In fact, as it stands
> currently, installing cwltool fails due to a package conflict.
>
> $ guix install cwltool
> The following package would be installed:
>    cwltool 3.1.20220119140128
>
> guix install: error: profile contains conflicting entries for python-rdflib
> guix install: error:   first entry: python-rdflib@5.0.0 /gnu/store/lxy384l7avd0q4dmfs0zywllb9221y7x-python-rdflib-5.0.0
> guix install: error:    ... propagated from python-prov@2.0.0
> guix install: error:    ... propagated from cwltool@3.1.20220119140128
> guix install: error:   second entry: python-rdflib@6.1.1 /gnu/store/2f88f2w44zsvmx8m6ymp1fywiw1h379x-python-rdflib-6.1.1
> guix install: error:    ... propagated from python-rdflib-jsonld@0.6.2
> guix install: error:    ... propagated from python-schema-salad@8.2.20211116214159
> guix install: error:    ... propagated from cwltool@3.1.20220119140128
> hint: You cannot have two different versions or variants of `cwltool' in the same profile.
>
> Arun Isaac (1):
>   gnu: cwltool: Do not propagate inputs.
>
>  gnu/packages/bioinformatics.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

You forgot to send the actual patch, but I think removing propagated
inputs in this case is a good idea.  Got for it!

Thanks,
Ludo’.




  reply	other threads:[~2022-05-10 22:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-07  9:34 [bug#55298] [PATCH 0/1] Do not propagate cwltool inputs Arun Isaac
2022-05-10 22:48 ` Ludovic Courtès [this message]
2022-05-11  5:30   ` bug#55298: " Arun Isaac

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=87a6bpovg2.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=55298@debbugs.gnu.org \
    --cc=arunisaac@systemreboot.net \
    /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.