Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639368 - dev-python/qtawesome-0.4.4: ImportError: […]; 'distutils.core' is not a package
Summary: dev-python/qtawesome-0.4.4: ImportError: […]; 'distutils.core' is not a package
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-01 08:30 UTC by Erik Quaeghebeur
Modified: 2017-12-03 06:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Quaeghebeur 2017-12-01 08:30:29 UTC
This is happening to me since the recent switch from Python 3.4 to 3.5.

 * python3_5: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.5 setup.py build
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    from distutils.core.command.install import install
ImportError: No module named 'distutils.core.command'; 'distutils.core' is not a package

Perhaps this is a case of Bug 515060?
Comment 1 Erik Quaeghebeur 2017-12-02 20:11:17 UTC
The reason I put this as ‘major’ is because this problem currently holds back all updates to my system: with the move from Python 3.4 to 3.5 recently, there are lots of packages that need to be rebuilt, but they won't because this one messes up portage in some way. I am currently in apparently insurmountable blocker hell.

Please take this serious.
Comment 2 Larry the Git Cow gentoo-dev 2017-12-03 06:40:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1dd035a09048e1e15e5033a168c27de2b636db

commit 9a1dd035a09048e1e15e5033a168c27de2b636db
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2017-12-03 06:39:54 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2017-12-03 06:39:54 +0000

    dev-python/qtawesome: depend on setuptools
    
    Closes: https://bugs.gentoo.org/639368
    Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-python/qtawesome/Manifest               | 4 ++--
 dev-python/qtawesome/qtawesome-0.4.4.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)