GNU bug report logs - #55669
python-peachpy is broken

Previous Next

Package: guix;

Reported by: Sebastian Gibb <mail <at> sebastiangibb.de>

Date: Fri, 27 May 2022 05:25:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <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 55669 in the body.
You can then email your comments to 55669 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#55669; Package guix. (Fri, 27 May 2022 05:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sebastian Gibb <mail <at> sebastiangibb.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 27 May 2022 05:25:02 GMT) Full text and rfc822 format available.

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

From: Sebastian Gibb <mail <at> sebastiangibb.de>
To: bug-guix <at> gnu.org
Subject: python-peachpy is broken
Date: Fri, 27 May 2022 07:24:19 +0200
Hi,

the python-peachpy package fails to build in the current available version
python-peachpy-0.2.0-1.906d578, see
http://ci.guix.gnu.org/build/851814/details

Please find the error message below. While I don't understand python I believe
the problem is fixed upstream with the following commit:
https://github.com/Maratyszcza/PeachPy/commit/eaa2eaef5e4f00bc61d0bc9dafbfda13518c7c57

It would be great if the python-peachpy package could be updated to the latest
upstream version.

Thanks in advance,

Sebastian

---
[...]
running "python setup.py" with command "build" and parameters ()
running build
running generate
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "setup.py", line 50, in <module>
    setup(
  File "/gnu/store/w0g4h4qilvi99ypg9kn9j3sw0qv4lmsc-python-setuptools-62.0.0/lib/python3.9/site-packages/setuptools/__init__.py", line 87, in setup
    return distutils.core.setup(**attrs)
  File "/gnu/store/w0g4h4qilvi99ypg9kn9j3sw0qv4lmsc-python-setuptools-62.0.0/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 148, in setup
    return run_commands(dist)
  File "/gnu/store/w0g4h4qilvi99ypg9kn9j3sw0qv4lmsc-python-setuptools-62.0.0/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 163, in run_commands
    dist.run_commands()
  File "/gnu/store/w0g4h4qilvi99ypg9kn9j3sw0qv4lmsc-python-setuptools-62.0.0/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 967, in run_commands
    self.run_command(cmd)
  File "/gnu/store/w0g4h4qilvi99ypg9kn9j3sw0qv4lmsc-python-setuptools-62.0.0/lib/python3.9/site-packages/setuptools/dist.py", line 1214, in run_command
    super().run_command(command)
  File "/gnu/store/w0g4h4qilvi99ypg9kn9j3sw0qv4lmsc-python-setuptools-62.0.0/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 986, in run_command
    cmd_obj.run()
  File "setup.py", line 17, in run
    self.run_command("generate")
  File "/gnu/store/w0g4h4qilvi99ypg9kn9j3sw0qv4lmsc-python-setuptools-62.0.0/lib/python3.9/site-packages/setuptools/_distutils/cmd.py", line 313, in run_command
    self.distribution.run_command(command)
  File "/gnu/store/w0g4h4qilvi99ypg9kn9j3sw0qv4lmsc-python-setuptools-62.0.0/lib/python3.9/site-packages/setuptools/dist.py", line 1214, in run_command
    super().run_command(command)
  File "/gnu/store/w0g4h4qilvi99ypg9kn9j3sw0qv4lmsc-python-setuptools-62.0.0/lib/python3.9/site-packages/setuptools/_distutils/dist.py", line 986, in run_command
    cmd_obj.run()
  File "setup.py", line 41, in run
    src_dir = os.path.abspath(self.distribution.package_dir[""])
KeyError: ''
[...]
---




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 27 May 2022 22:06:01 GMT) Full text and rfc822 format available.

Notification sent to Sebastian Gibb <mail <at> sebastiangibb.de>:
bug acknowledged by developer. (Fri, 27 May 2022 22:06:01 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Sebastian Gibb <mail <at> sebastiangibb.de>
Cc: 55669-done <at> debbugs.gnu.org
Subject: Re: bug#55669: python-peachpy is broken
Date: Sat, 28 May 2022 00:04:53 +0200
Sebastian Gibb <mail <at> sebastiangibb.de> skribis:

> the python-peachpy package fails to build in the current available version
> python-peachpy-0.2.0-1.906d578, see
> http://ci.guix.gnu.org/build/851814/details

Apparently breakage occured in the
f5fe0082abe4547f3fb9f29d8351473cfb3a387b..e5e0e283ffd92f153303401c39dfcc1d8dde4f96
commit range, which saw many package updates.

> Please find the error message below. While I don't understand python I believe
> the problem is fixed upstream with the following commit:
> https://github.com/Maratyszcza/PeachPy/commit/eaa2eaef5e4f00bc61d0bc9dafbfda13518c7c57
>
> It would be great if the python-peachpy package could be updated to the latest
> upstream version.

Note that you can do that with, say:

  guix install python-pytorch --with-branch=python-peachpy=master

Fixed in 36fde042af0f420ee3a385062612b2a2c2f2f7c5.

Thanks for reporting the issue,
Ludo’.




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

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

Previous Next


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