Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 799794 - sys-fs/zfs-9999 missing dependency for dev-python/packaging
Summary: sys-fs/zfs-9999 missing dependency for dev-python/packaging
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Georgy Yakovlev
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-02 03:00 UTC by thephantom1492
Modified: 2021-07-02 08:28 UTC (History)
1 user (show)

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


Attachments
emerge log (config.log,52.99 KB, text/x-log)
2021-07-02 03:00 UTC, thephantom1492
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thephantom1492 2021-07-02 03:00:36 UTC
Created attachment 720852 [details]
emerge log

Missing dependency for sys-fs/zfs-9999.
Require: dev-python/packaging
See commit 08cd0717359b1a18693e3c8e6d6e5a2819b35a48.

Partial log: (see atachement for full log)

checking for python script directory... ${prefix}/lib/python3.9/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python3.9/site-packages
checking for python3.9 module: packaging... no
checking for python3.9 module: distlib... no
configure: error: "Python 3.9 packaging and distlib modules are not installed"
Comment 1 Larry the Git Cow gentoo-dev 2021-07-02 08:16:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f823915ded9d381bbf79bc32544cb347ca14f3

commit 09f823915ded9d381bbf79bc32544cb347ca14f3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-07-02 08:15:16 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-07-02 08:15:16 +0000

    sys-fs/zfs: add new Python dependencies
    
    packaging is preferred to distlib upstream.
    
    Closes: https://bugs.gentoo.org/799794
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-fs/zfs/zfs-9999.ebuild | 4 ++++
 1 file changed, 4 insertions(+)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-07-02 08:28:59 UTC
Thanks for the report + pointing to the upstream commit!