| Summary: | sys-libs/cracklib-2.9.1 - The following REQUIRED_USE flag constraints are unsatisfied: any-of ( python_targets_python2_6 python_targets_python2_7 ) ( ebuild should set DISTUTILS_OPTTIONAL ) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Rafal Kupiec <belliash> |
| Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Fixed in the tree. |
Everytime i try to install latest cracklib i got an error telling me i need python, even when i disable 'python' use flag: !!! The ebuild selected to satisfy ">=sys-libs/cracklib-2.8.3" has unmet requirements. - sys-libs/cracklib-2.9.1::gentoo USE="(multilib) nls zlib -python -static-libs -test" ABI_X86="64" PYTHON_TARGETS="-python2_6 -python2_7" The following REQUIRED_USE flag constraints are unsatisfied: any-of ( python_targets_python2_6 python_targets_python2_7 ) (dependency required by "sys-libs/pam-1.1.6-r2[cracklib]" [installed]) (dependency required by "sys-auth/pambase-20120417-r3[-pam_krb5,sha512]" [installed]) (dependency required by "net-misc/openssh-6.4_p1-r1[pam]" [installed]) (dependency required by "@selected" [set]) (dependency required by "@world" [argument]) Looks like a bad conversion to distutils-r1 with a missing DISTUTILS_OPTTIONAL. Python (2) shouldnt be necessary here. Reproducible: Always Steps to Reproduce: 1. Migrate to python 3 2. Completely remove python 2 3. emerge cracklib