Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#70024 - [python-importlib-metadata] missing makedepend on python-toml

Attached to Project: Community Packages
Opened by Kevin Mihelich (kmihelich) - Wednesday, 17 March 2021, 01:41 GMT
Last edited by Felix Yan (felixonmars) - Wednesday, 17 March 2021, 12:11 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Filipe LaĆ­ns (FFY00)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Checkdepends are being used as makedepends. When building without checks, the package fails to build. Missing a makedepend on python-toml.


Additional info:
* package version: 3.7.2-1
* log:
==> Starting build()...
/usr/bin/python: No module named pip
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 75, in fetch_build_egg
subprocess.check_call(cmd)
File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp6ka0225w', '--quiet', 'toml']' returned non-zero exit status 1.

Steps to reproduce: Build in a clean chroot passing --nocheck to makepkg
This task depends upon

Closed by  Felix Yan (felixonmars)
Wednesday, 17 March 2021, 12:11 GMT
Reason for closing:  Fixed
Additional comments about closing:  Added in svn trunk.

Loading...