According to bug #835462, build time dependencies should use "has_version -b", but this ebuild uses "has_version" for build time dependencies. Reproducible: Always Steps to Reproduce: 1. Make sure scons is installed in the / installation and not in the /tmp/root installation. 2 emerge dev-db/mongodb --root=/tmp/root Actual Results: Pre-merge error because because no suitable python-version could be found. Expected Results: It can compile using the scons-installation from /. Tested with mongodb-5.0.5-r1
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527bd7903fb935261270268e47ec6dd2ecd611fa commit 527bd7903fb935261270268e47ec6dd2ecd611fa Author: Robert Förster <Dessa@gmake.de> AuthorDate: 2024-05-06 19:41:22 +0000 Commit: Alexys Jacob <ultrabug@gentoo.org> CommitDate: 2024-05-10 14:18:18 +0000 dev-db/mongodb: add 4.4.29, 5.0.26 Bug: https://bugs.gentoo.org/843329 Bug: https://bugs.gentoo.org/908987 Closes: https://bugs.gentoo.org/919768 Closes: https://bugs.gentoo.org/929386 Signed-off-by: Robert Förster <Dessa@gmake.de> Closes: https://github.com/gentoo/gentoo/pull/36591 Signed-off-by: Alexys Jacob <ultrabug@gentoo.org> dev-db/mongodb/Manifest | 2 + .../files/mongodb-4.4.29-no-enterprise.patch | 24 +++ dev-db/mongodb/metadata.xml | 3 + dev-db/mongodb/mongodb-4.4.29.ebuild | 188 +++++++++++++++++++ dev-db/mongodb/mongodb-5.0.26.ebuild | 205 +++++++++++++++++++++ 5 files changed, 422 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ade7128433fd35f41e4f4b83de9f387b1d19f7 commit a1ade7128433fd35f41e4f4b83de9f387b1d19f7 Author: Robert Förster <Dessa@gmake.de> AuthorDate: 2024-09-10 14:13:00 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-11 05:45:55 +0000 dev-db/mongodb: add 5.0.30 Closes: https://bugs.gentoo.org/843329 Closes: https://bugs.gentoo.org/908987 Closes: https://bugs.gentoo.org/932278 Closes: https://bugs.gentoo.org/938962 Bug: https://bugs.gentoo.org/944308 Signed-off-by: Robert Förster <Dessa@gmake.de> Signed-off-by: Sam James <sam@gentoo.org> dev-db/mongodb/Manifest | 1 + dev-db/mongodb/files/mongodb-5.0.30-gcc-11.patch | 12 ++ dev-db/mongodb/files/mongodb-5.0.30-gcc-15.patch | 13 ++ dev-db/mongodb/metadata.xml | 1 + dev-db/mongodb/mongodb-5.0.30.ebuild | 211 +++++++++++++++++++++++ 5 files changed, 238 insertions(+)