https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/libxml2-2.9.14 installs modules that are not byte-compiled. Discovered on: amd64 (internal ref: ci)
Created attachment 776195 [details] build.log build log and emerge --info
Packages no longer recognize the libxml2 python module from the reworked ebuild. If I bump the old ebuild it works...
Probably the same issue as https://bugs.gentoo.org/842396 and https://bugs.gentoo.org/842390 and https://bugs.gentoo.org/842393
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccb98c35727d591f6d0ddcefba89cc654e4997f9 commit ccb98c35727d591f6d0ddcefba89cc654e4997f9 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-05-03 18:38:05 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-05-03 18:38:05 +0000 profiles: mask dev-libs/libxml2-2.9.14 Python bindings broken. Will sort properly this evening but need to head out & want to avoid breakage. Bug: https://bugs.gentoo.org/842297 Signed-off-by: Sam James <sam@gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+)
*** Bug 842396 has been marked as a duplicate of this bug. ***
*** Bug 842390 has been marked as a duplicate of this bug. ***
*** Bug 842393 has been marked as a duplicate of this bug. ***
(In reply to Attila Tóth from comment #2) > Packages no longer recognize the libxml2 python module from the reworked > ebuild. If I bump the old ebuild it works... The issue is upstream cut the release using a branch I wasn't expecting, and didn't cherry pick all the needed patches for the Python fixes.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4c97e245b76cd5798f2fa83a16b32d7d126f1e commit 1a4c97e245b76cd5798f2fa83a16b32d7d126f1e Author: David Seifert <soap@gentoo.org> AuthorDate: 2022-05-03 22:45:32 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-05-03 23:00:01 +0000 dev-libs/libxml2: backport patches for 2.9.14 * 2.9.14 doesn't include most of our upstreamed fixes Closes: https://bugs.gentoo.org/842297 Signed-off-by: David Seifert <soap@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/25311 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libxml2/Manifest | 1 + ...{libxml2-2.9.14.ebuild => libxml2-2.9.14-r1.ebuild} | 18 ++++++------------ profiles/package.mask | 5 ----- 3 files changed, 7 insertions(+), 17 deletions(-)
*** Bug 842477 has been marked as a duplicate of this bug. ***
*** Bug 842474 has been marked as a duplicate of this bug. ***
*** Bug 842468 has been marked as a duplicate of this bug. ***