emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55298: closed ([PATCH 0/1] Do not propagate cwltool inputs.)


From: GNU bug Tracking System
Subject: bug#55298: closed ([PATCH 0/1] Do not propagate cwltool inputs.)
Date: Wed, 11 May 2022 05:31:01 +0000

Your message dated Wed, 11 May 2022 11:00:29 +0530
with message-id <87zgjo3abu.fsf@systemreboot.net>
and subject line Re: bug#55298: [PATCH 0/1] Do not propagate cwltool inputs.
has caused the debbugs.gnu.org bug report #55298,
regarding [PATCH 0/1] Do not propagate cwltool inputs.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55298: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55298
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] Do not propagate cwltool inputs. Date: Sat, 7 May 2022 15:04:43 +0530
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.

--8<---------------cut here---------------start------------->8---
$ 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.
--8<---------------cut here---------------end--------------->8---

Arun Isaac (1):
  gnu: cwltool: Do not propagate inputs.

 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.36.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#55298: [PATCH 0/1] Do not propagate cwltool inputs. Date: Wed, 11 May 2022 11:00:29 +0530
> You forgot to send the actual patch,

Oops, sorry!

> but I think removing propagated inputs in this case is a good idea.
> Got for it!

Done, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]