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

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

[debbugs-tracker] bug#37661: closed ([PATCH] gnu: python2-tqdm: Depend o


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37661: closed ([PATCH] gnu: python2-tqdm: Depend on python2-functools32.)
Date: Tue, 08 Oct 2019 21:20:02 +0000

Your message dated Tue, 08 Oct 2019 23:19:43 +0200
with message-id <address@hidden>
and subject line Re: [bug#37661] [PATCH] gnu: python2-tqdm: Depend on 
python2-functools32.
has caused the debbugs.gnu.org bug report #37661,
regarding [PATCH] gnu: python2-tqdm: Depend on python2-functools32.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37661: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37661
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: python2-tqdm: Depend on python2-functools32. Date: Tue, 08 Oct 2019 14:58:41 +0100 User-agent: mu4e 1.2.0; emacs 26.3
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.

Attachment: 0001-gnu-python2-tqdm-Depend-on-python2-functools32.patch
Description: Text Data

Thanks,
Pierre

--- End Message ---
--- Begin Message --- Subject: Re: [bug#37661] [PATCH] gnu: python2-tqdm: Depend on python2-functools32. Date: Tue, 08 Oct 2019 23:19:43 +0200 User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)
Pierre Langlois <address@hidden> 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.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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