NonsolvableDepsInDev: version 3.0.17: nonsolvable depset(depend) keyword(amd64) dev profile (default/linux/amd64/17.0/x32) (40 total): solutions: [ <dev-python/snakeoil-0.9.6[-python_single_target_python3_8(-),-python_single_target_python3_9(-),python_targets_python3_8(-),python_targets_python3_9(-)] ] I would really appreciate if you fixed it to work with modern snakeoil versions.
Same problem here !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict: dev-python/snakeoil:0 (dev-python/snakeoil-0.9.6:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9" pulled in by >=dev-python/snakeoil-0.9.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_8(-),-python_single_target_python3_9(-)] required by (dev-util/pkgcheck-0.10.0:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9" ^^ ^^^^^ (and 1 more with the same problem) (dev-python/snakeoil-0.9.5:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9" pulled in by <dev-python/snakeoil-0.9.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_8(-),-python_single_target_python3_9(-)] required by (dev-util/catalyst-3.0.17:0/0::gentoo, installed) USE="iso -ccache -doc -system-bootloader" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9" ^ ^^^^^
This issue is now blocking the world upgrade. I'm going to remove dev-util/catalyst until supports snakeoil-0.9.6 required by pkgcore. If I have the time I can also look into this and submit a PR.
Forget to mention that this issue is also happening with catalyst-3.0.18: dev-python/snakeoil:0 (dev-python/snakeoil-0.9.6:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9 -python3_10" pulled in by >=dev-python/snakeoil-0.9.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_8(-),-python_single_target_python3_9(-)] required by (sys-apps/pkgcore-0.11.8-r3:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9" ^^ ^^^^^ (and 1 more with the same problem) (dev-python/snakeoil-0.9.5:0/0::gentoo, ebuild scheduled for merge) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9" pulled in by <dev-python/snakeoil-0.9.6[python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_8(-),-python_single_target_python3_9(-)] required by (dev-util/catalyst-3.0.18:0/0::gentoo, ebuild scheduled for merge) USE="iso -ccache -doc -system-bootloader" ABI_X86="(64)" PYTHON_TARGETS="python3_8 python3_9" ^ ^^^^^
Created attachment 715209 [details] Build failure with catalyst-3.0.18 & snakeoil-0.9.6 Adding the actual build error message when attempting to install catalyst-3.0.18 alongside snakeoil-0.9.6.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b3c917f7fa73d11c69b7e55dc7a00bc18a18edc7 commit b3c917f7fa73d11c69b7e55dc7a00bc18a18edc7 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2021-06-09 06:17:31 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2021-06-10 04:23:54 +0000 catalyst: Replace snakeoil's locks with fasteners To no great surprise, the existing locking was broken. For example, clear_chroot() releases the lock. It is called by unpack(), which is part of prepare_sequence. The result is that the whole build could be done without holding the lock. Just lock around run(). It's not apparent that finer-grained locking does anything for us. Bug: https://bugs.gentoo.org/791583 Signed-off-by: Matt Turner <mattst88@gentoo.org> catalyst/base/clearbase.py | 2 -- catalyst/base/stagebase.py | 10 +++----- catalyst/lock.py | 58 -------------------------------------------- catalyst/targets/snapshot.py | 6 ++--- 4 files changed, 7 insertions(+), 69 deletions(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef7061d6e1f7ba02cdacb98636a9abbfeed26f0 commit 6ef7061d6e1f7ba02cdacb98636a9abbfeed26f0 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2021-06-11 04:15:15 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2021-06-11 04:21:40 +0000 dev-util/catalyst: Version bump to 3.0.19 Bug: https://bugs.gentoo.org/519656 Closes: https://bugs.gentoo.org/791583 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-util/catalyst/Manifest | 1 + dev-util/catalyst/catalyst-3.0.19.ebuild | 71 ++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37734954b611c9cb2ae468419ee7079124b40a94 commit 37734954b611c9cb2ae468419ee7079124b40a94 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2021-06-11 03:56:47 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2021-06-11 04:21:39 +0000 dev-util/catalyst: Depend on dev-python/fasteners Bug: https://bugs.gentoo.org/791583 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-util/catalyst/catalyst-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This issue is back now that 3.0.19 is gone and 3.0.20 is unkeyworded.