Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658788 - sys-fs/bcache-tools fails to install with python 3.6 only system
Summary: sys-fs/bcache-tools fails to install with python 3.6 only system
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
: 658790 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-06-23 07:49 UTC by László Szalma
Modified: 2018-06-23 10:45 UTC (History)
0 users

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 László Szalma 2018-06-23 07:49:27 UTC
As python 3.6 is the default python compiler as of 2018-06-22 this package cannot install anymore.

The error:

!!! The ebuild selected to satisfy "sys-fs/bcache-tools" has unmet requirements.
- sys-fs/bcache-tools-1.0.8_p20140220-r1::gentoo USE="" ABI_X86="(64)" PYTHON_TARGETS="-python3_4 -python3_5"

  The following REQUIRED_USE flag constraints are unsatisfied:
    any-of ( python_targets_python3_4 python_targets_python3_5 )


For workaround you can enable python 3.5 in make.conf but I simply changed the ebuild and it seems to work fine:

-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )



This might be relevant:

https://bugs.funtoo.org/browse/FL-4427
Comment 1 László Szalma 2018-06-23 07:51:33 UTC
*** Bug 658790 has been marked as a duplicate of this bug. ***
Comment 2 Pacho Ramos gentoo-dev 2018-06-23 10:45:56 UTC
[master f0c6aec9865d] sys-fs/bcache-tools: Support python3.6 (#658788)
 1 file changed, 2 insertions(+), 2 deletions(-)