Re: Order of manifest and overlapping binaries

2023-10-31 Thread Greg Hogan
On Mon, Oct 23, 2023 at 10:39 AM Kaelyn wrote: > > Hi, > > --- Original Message --- > On Monday, October 23rd, 2023 at 6:18 AM, Greg Hogan > wrote: > > > > > On Tue, May 16, 2023 at 4:55 PM Csepp raingl...@riseup.net wrote: > > > > > Greg Hogan c...@greghogan.com writes: > > > > > > > I

Re: Order of manifest and overlapping binaries

2023-10-23 Thread Simon Tournier
Hi, On Tue, 16 May 2023 at 16:41, Greg Hogan wrote: > I could not find documentation on this circumstance or how to resolve. > Both 'parallel' and 'moreutils' produce a 'bin/parallel' and only one > can go in the $GUIX_PROFILE. > > Creating a container, the latter package overshadows the former

Re: Order of manifest and overlapping binaries

2023-10-23 Thread Kaelyn
Hi, --- Original Message --- On Monday, October 23rd, 2023 at 6:18 AM, Greg Hogan wrote: > > On Tue, May 16, 2023 at 4:55 PM Csepp raingl...@riseup.net wrote: > > > Greg Hogan c...@greghogan.com writes: > > > > > I could not find documentation on this circumstance or how to resolve. >

Re: Order of manifest and overlapping binaries

2023-10-23 Thread Greg Hogan
On Tue, May 16, 2023 at 4:55 PM Csepp wrote: > > > Greg Hogan writes: > > > I could not find documentation on this circumstance or how to resolve. > > Both 'parallel' and 'moreutils' produce a 'bin/parallel' and only one > > can go in the $GUIX_PROFILE. > > > > Creating a container, the latter pa

Re: Order of manifest and overlapping binaries

2023-05-24 Thread John Kehayias
See also https://issues.guix.gnu.org/58859 and linked issues (some already mentioned and most authors on this thread are involved in some/all of these issue reports). I think this all points to the need for some fixes and/or clarity here for the user. (apologies for the top post and formatting

Re: Order of manifest and overlapping binaries

2023-05-16 Thread Attila Lendvai
> I could not find documentation on this circumstance or how to resolve. > Both 'parallel' and 'moreutils' produce a 'bin/parallel' and only one > can go in the $GUIX_PROFILE. i have proposed a solution for a special case of this problem: to do alphanumeric sorting, which together with semantic

Re: Order of manifest and overlapping binaries

2023-05-16 Thread Csepp
Greg Hogan writes: > I could not find documentation on this circumstance or how to resolve. > Both 'parallel' and 'moreutils' produce a 'bin/parallel' and only one > can go in the $GUIX_PROFILE. > > Creating a container, the latter package overshadows the former > package, as below. Unclear if

Order of manifest and overlapping binaries

2023-05-16 Thread Greg Hogan
I could not find documentation on this circumstance or how to resolve. Both 'parallel' and 'moreutils' produce a 'bin/parallel' and only one can go in the $GUIX_PROFILE. Creating a container, the latter package overshadows the former package, as below. Unclear if this is consistent. In my manifest