GNU bug report logs - #37661
[PATCH] gnu: python2-tqdm: Depend on python2-functools32.

Previous Next

Package: guix-patches;

Reported by: Pierre Langlois <pierre.langlois <at> gmx.com>

Date: Tue, 8 Oct 2019 13:59:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

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 37661 in the body.
You can then email your comments to 37661 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 guix-patches <at> gnu.org:
bug#37661; Package guix-patches. (Tue, 08 Oct 2019 13:59:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Pierre Langlois <pierre.langlois <at> gmx.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 08 Oct 2019 13:59:02 GMT) Full text and rfc822 format available.

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

From: Pierre Langlois <pierre.langlois <at> gmx.com>
To: guix-patches <at> gnu.org
Cc: Pierre Langlois <pierre.langlois <at> gmx.com>
Subject: [PATCH] gnu: python2-tqdm: Depend on python2-functools32.
Date: Tue, 08 Oct 2019 14:58:41 +0100
[Message part 1 (text/plain, inline)]
Hi Guix!

This fixes the python2-tqdm package which failed to build for me since
core-updates was merged:

```
starting phase `check'
running "python setup.py" with command "test" and parameters ()
running test
Searching for functools32
Reading https://pypi.org/simple/functools32/
Download error on https://pypi.org/simple/functools32/: [Errno -2] Name or service not known -- Some packages may not be found!
Couldn't find index page for 'functools32' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.org/simple/
Download error on https://pypi.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
No local packages or working download links found for functools32
error: Could not find suitable distribution for Requirement.parse('functools32')
command "python" "-c" "import setuptools, tokenize;__file__='setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))" "test" failed with status 1
builder for `/gnu/store/p3v9nnxsk9bl0lxcd2zfzkgx56sv1q11-python2-tqdm-4.19.6.drv' failed with exit code 1
build of /gnu/store/p3v9nnxsk9bl0lxcd2zfzkgx56sv1q11-python2-tqdm-4.19.6.drv failed
View build log at '/var/log/guix/drvs/p3/v9nnxsk9bl0lxcd2zfzkgx56sv1q11-python2-tqdm-4.19.6.drv.bz2'.
guix build: error: build of `/gnu/store/p3v9nnxsk9bl0lxcd2zfzkgx56sv1q11-python2-tqdm-4.19.6.drv' failed
```

Adding python2-functools32 as a native-input fixes the issue.

[0001-gnu-python2-tqdm-Depend-on-python2-functools32.patch (text/x-patch, attachment)]
[Message part 3 (text/plain, inline)]
Thanks,
Pierre

Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Tue, 08 Oct 2019 21:20:02 GMT) Full text and rfc822 format available.

Notification sent to Pierre Langlois <pierre.langlois <at> gmx.com>:
bug acknowledged by developer. (Tue, 08 Oct 2019 21:20:02 GMT) Full text and rfc822 format available.

Message #10 received at 37661-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Pierre Langlois <pierre.langlois <at> gmx.com>, 37661-done <at> debbugs.gnu.org
Cc: Pierre Langlois <pierre.langlois <at> gmx.com>
Subject: Re: [bug#37661] [PATCH] gnu: python2-tqdm: Depend on
 python2-functools32.
Date: Tue, 08 Oct 2019 23:19:43 +0200
[Message part 1 (text/plain, inline)]
Pierre Langlois <pierre.langlois <at> gmx.com> writes:

> Hi Guix!
>
> This fixes the python2-tqdm package which failed to build for me since
> core-updates was merged:
>
> ```
> starting phase `check'
> running "python setup.py" with command "test" and parameters ()
> running test
> Searching for functools32
> Reading https://pypi.org/simple/functools32/
> Download error on https://pypi.org/simple/functools32/: [Errno -2] Name or service not known -- Some packages may not be found!
> Couldn't find index page for 'functools32' (maybe misspelled?)
> Scanning index of all packages (this may take a while)
> Reading https://pypi.org/simple/
> Download error on https://pypi.org/simple/: [Errno -2] Name or service not known -- Some packages may not be found!
> No local packages or working download links found for functools32
> error: Could not find suitable distribution for Requirement.parse('functools32')
> command "python" "-c" "import setuptools, tokenize;__file__='setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))" "test" failed with status 1
> builder for `/gnu/store/p3v9nnxsk9bl0lxcd2zfzkgx56sv1q11-python2-tqdm-4.19.6.drv' failed with exit code 1
> build of /gnu/store/p3v9nnxsk9bl0lxcd2zfzkgx56sv1q11-python2-tqdm-4.19.6.drv failed
> View build log at '/var/log/guix/drvs/p3/v9nnxsk9bl0lxcd2zfzkgx56sv1q11-python2-tqdm-4.19.6.drv.bz2'.
> guix build: error: build of `/gnu/store/p3v9nnxsk9bl0lxcd2zfzkgx56sv1q11-python2-tqdm-4.19.6.drv' failed
> ```
>
> Adding python2-functools32 as a native-input fixes the issue.

Thanks!  Pushed in f875d76f16.
[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. (Wed, 06 Nov 2019 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 173 days ago.

Previous Next


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