Zhu Zihao skribis:
>> > I also suggest to raise an error when conflict detected during building
>> > profile to force user to resolve it.
>
>> It should be already the case. :-)
>
> IIRC the deafult collision handler of union-build is
> warn-about-collision which doesn't terminate the build when
> > I also suggest to raise an error when conflict detected during building
> > profile to force user to resolve it.
> It should be already the case. :-)
IIRC the deafult collision handler of union-build is
warn-about-collision which doesn't terminate the build when collision
occured.
BTW, Ther
zimoun skribis:
> On Fri, 30 Oct 2020 at 17:20, Ludovic Courtès wrote:
>
>> Currently, ‘guix install’ errors out if you try to install two
>> same-named packages with a different version number or a different store
>> file name (typically via propagated inputs).
>>
>> Here, ‘emacs’ and ‘emacs-xw
On Fri, 30 Oct 2020 at 17:20, Ludovic Courtès wrote:
> Currently, ‘guix install’ errors out if you try to install two
> same-named packages with a different version number or a different store
> file name (typically via propagated inputs).
>
> Here, ‘emacs’ and ‘emacs-xwidgets’ have different nam
Hi,
Zhu Zihao skribis:
> In commit ba60bbd4370570ff03a16c63af051be06f22658e. Try command
>
> guix install emacs && guix install emacs-xwidgets
>
> These two packages are conflict with each other, but I can't see any
> warning message emitted(It should emit some because profile-derivation
> use
Dear,
Thank you for the report.
On Fri, 30 Oct 2020 at 19:17, Zhu Zihao wrote:
> In commit ba60bbd4370570ff03a16c63af051be06f22658e. Try command
>
> guix install emacs && guix install emacs-xwidgets
I do not know if this is really a collision since it is sequential.
Well, I agree that a warn
In commit ba60bbd4370570ff03a16c63af051be06f22658e. Try command
guix install emacs && guix install emacs-xwidgets
These two packages are conflict with each other, but I can't see any
warning message emitted(It should emit some because profile-derivation
use union-build).
I also suggest to rais