GNU bug report logs - #48602
Grafted python2 packages gets erroneous package names

Previous Next

Package: guix;

Reported by: Marius Bakke <marius <at> gnu.org>

Date: Sun, 23 May 2021 14:23:02 UTC

Severity: important

Done: Marius Bakke <marius <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48602 in the body.
You can then email your comments to 48602 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#48602; Package guix. (Sun, 23 May 2021 14:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Marius Bakke <marius <at> gnu.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 23 May 2021 14:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <marius <at> gnu.org>
To: bug-guix <at> gnu.org
Subject: Grafted python2 packages gets erroneous package names
Date: Sun, 23 May 2021 16:22:32 +0200
[Message part 1 (text/plain, inline)]
Hello,

'guix build python2-urllib3' currently gives:

  /gnu/store/cx22ny550g97klf499yqgzx9mpvvkx1f-python2-python2-urllib3-1.26.4

Adding '--no-grafts' gives the expected file name.

Note that up until commit 2f97a666a564fea0fdcff00a0513aa8b4c2d60fe, the
store file name was actually '...-python2-python2-python2-urllib3-...'!

Not sure if this is a recent regression, or what may be causing it.

Ideas?
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#48602; Package guix. (Mon, 24 May 2021 05:25:02 GMT) Full text and rfc822 format available.

Message #8 received at 48602 <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: Marius Bakke <marius <at> gnu.org>, 48602 <at> debbugs.gnu.org
Subject: Re: bug#48602: Grafted python2 packages gets erroneous package names
Date: Mon, 24 May 2021 01:23:36 -0400
Hi Marius,

Marius Bakke <marius <at> gnu.org> writes:

> 'guix build python2-urllib3' currently gives:
>
>   /gnu/store/cx22ny550g97klf499yqgzx9mpvvkx1f-python2-python2-urllib3-1.26.4
>
> Adding '--no-grafts' gives the expected file name.
>
> Note that up until commit 2f97a666a564fea0fdcff00a0513aa8b4c2d60fe, the
> store file name was actually '...-python2-python2-python2-urllib3-...'!
>
> Not sure if this is a recent regression, or what may be causing it.
>
> Ideas?

It might be related to commit 1a265842e634656411bc7304c4648273f174f65e,
and especially the changes made to guix/build-system/python.scm.

      Mark




Severity set to 'important' from 'normal' Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 27 May 2021 13:13:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#48602; Package guix. (Sat, 16 Jul 2022 00:14:01 GMT) Full text and rfc822 format available.

Message #13 received at 48602 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Marius Bakke <marius <at> gnu.org>
Cc: 48602 <at> debbugs.gnu.org
Subject: Re: bug#48602: Grafted python2 packages gets erroneous package names
Date: Fri, 15 Jul 2022 20:13:44 -0400
Hi,

Marius Bakke <marius <at> gnu.org> writes:

> Hello,
>
> 'guix build python2-urllib3' currently gives:
>
>   /gnu/store/cx22ny550g97klf499yqgzx9mpvvkx1f-python2-python2-urllib3-1.26.4
>
> Adding '--no-grafts' gives the expected file name.
>
> Note that up until commit 2f97a666a564fea0fdcff00a0513aa8b4c2d60fe, the
> store file name was actually '...-python2-python2-python2-urllib3-...'!
>
> Not sure if this is a recent regression, or what may be causing it.

Since we virtually have no more python2 packages, I suggest we cut our
losses and close this issue.

What do you think?

Thanks,

Maxim




Reply sent to Marius Bakke <marius <at> gnu.org>:
You have taken responsibility. (Fri, 02 Dec 2022 13:50:03 GMT) Full text and rfc822 format available.

Notification sent to Marius Bakke <marius <at> gnu.org>:
bug acknowledged by developer. (Fri, 02 Dec 2022 13:50:03 GMT) Full text and rfc822 format available.

Message #18 received at 48602-close <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <marius <at> gnu.org>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 48602-close <at> debbugs.gnu.org
Subject: Re: bug#48602: Grafted python2 packages gets erroneous package names
Date: Fri, 02 Dec 2022 14:49:22 +0100
[Message part 1 (text/plain, inline)]
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> skriver:

> Hi,
>
> Marius Bakke <marius <at> gnu.org> writes:
>
>> Hello,
>>
>> 'guix build python2-urllib3' currently gives:
>>
>>   /gnu/store/cx22ny550g97klf499yqgzx9mpvvkx1f-python2-python2-urllib3-1.26.4
>>
>> Adding '--no-grafts' gives the expected file name.
>>
>> Note that up until commit 2f97a666a564fea0fdcff00a0513aa8b4c2d60fe, the
>> store file name was actually '...-python2-python2-python2-urllib3-...'!
>>
>> Not sure if this is a recent regression, or what may be causing it.
>
> Since we virtually have no more python2 packages, I suggest we cut our
> losses and close this issue.

Definitively.  Closed!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 31 Dec 2022 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.