| Summary: | dev-python/pyldap-2.4.20 : file collision with dev-python/python-ldap-2.4.20:0::gentoo | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | xmw |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
dev-python:pyldap-2.4.20:20151002-021919.log
emerge-history.txt emerge log |
||
|
Description
Toralf Förster
2015-10-02 16:51:43 UTC
Created attachment 413524 [details]
dev-python:pyldap-2.4.20:20151002-021919.log
Created attachment 413526 [details]
emerge-history.txt
2 potential fixes here; 1. set a blocker to python-ldap which supports only py2.7 and pypy 2. remove python2.7 from PYTHON_COMPAT. Then there's the notion of slotting Toralf the ebuild has
!dev-python/python-ldap[${PYTHON_USEDEP}]
how one earth have you got pythonldap installed there? I still think py2.7 should be removed from PYTHON_COMPAT
Created attachment 414190 [details] emerge log (In reply to Ian Delaney from comment #4) > Toralf the ebuild has > > !dev-python/python-ldap[${PYTHON_USEDEP}] > > how one earth have you got pythonldap installed there? I still think py2.7 > should be removed from PYTHON_COMPAT It was the tinderbox - the qlop history is already attached, here's the emerge.log too (In reply to Ian Delaney from comment #4) > Toralf the ebuild has > > !dev-python/python-ldap[${PYTHON_USEDEP}] > > how one earth have you got pythonldap installed there? I still think py2.7 > should be removed from PYTHON_COMPAT Blockers should not have ${PYTHON_USEDEP} on them in general; that only works when PYTHON_COMPAT is exactly the same and the user has identical USE flags for both ebuilds. commit 44b2a73e7a3d70a2a0546c95d426edf73f42a51e Author: Mike Gilbert <floppym@gentoo.org> Date: Fri Oct 9 06:04:04 2015 -0400 dev-python/python-ldap: Add blocker for pyldap Bug: https://bugs.gentoo.org/562058 Package-Manager: portage-2.2.22_p20 .../{python-ldap-2.4.19.ebuild => python-ldap-2.4.19-r1.ebuild} | 1 + .../{python-ldap-2.4.21.ebuild => python-ldap-2.4.21-r1.ebuild} | 2 +- dev-python/python-ldap/python-ldap-9999.ebuild | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) commit 48b1427e585995096ed196a93ffd028eaee78546 Author: Mike Gilbert <floppym@gentoo.org> Date: Fri Oct 9 05:54:21 2015 -0400 dev-python/pyldap: Remove PYTHON_USEDEP from python-ldap blocker Bug: https://bugs.gentoo.org/562058 Package-Manager: portage-2.2.22_p20 dev-python/pyldap/{pyldap-2.4.20.ebuild => pyldap-2.4.20-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |