FS#59650 - [python] trouble finding modules

Attached to Project: Arch Linux
Opened by Michael S. (saremox) - Monday, 13 August 2018, 20:05 GMT
Last edited by Doug Newgard (Scimmia) - Monday, 13 August 2018, 22:55 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After testing with different distributions and python version it looks like something went wrong on packaging python 3.7

Bug Report on the application github:
https://github.com/spack/spack/issues/8968

Additional info:
* python 3.6.6 works (downgraded to test)
* python 3.7 throws error


Steps to reproduce:
:~ # docker run -i base/archlinux bash
pacman -Sy git python
:: Synchronizing package databases...
[...]
git clone https://github.com/spack/spack.git
Cloning into 'spack'...
cd spack/bin
./spack install libelf
==> Error: name 'AutotoolsPackage' is not defined
This task depends upon

Closed by  Doug Newgard (Scimmia)
Monday, 13 August 2018, 22:55 GMT
Reason for closing:  Not a bug
Additional comments about closing:  spack problem
Comment by Michael S. (saremox) - Monday, 13 August 2018, 21:01 GMT
Package Version which works:

python-3.6.6-1-x86_64

Package Version which don't work:

python-3.7.0-3-x86_64

sadly i don't have access to any version between those two, so i can't narrow down the exact version which introduced this weird bug.

Loading...