Please file new bugs and have them block this one.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba82c7579a0561c6dbe1d39e0f9ed6f0b77b04e6 commit ba82c7579a0561c6dbe1d39e0f9ed6f0b77b04e6 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-11-18 02:28:27 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-11-18 02:28:27 +0000 profiles: mask =dev-libs/libxml2-2.12.0 Lots of applications need porting, apparently. Bug: https://bugs.gentoo.org/917537 Signed-off-by: Sam James <sam@gentoo.org> profiles/package.mask | 4 ++++ 1 file changed, 4 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa200a48a08104d70880594a7cb56ff170553648 commit fa200a48a08104d70880594a7cb56ff170553648 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-12-13 03:58:32 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-12-13 03:58:32 +0000 dev-libs/libxml2: add 2.12.3 Note that upstream have undone some of the header changes which means many of the failures we hit are now gone (or hidden, rather). Closes: https://bugs.gentoo.org/917537 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libxml2/Manifest | 1 + dev-libs/libxml2/libxml2-2.12.3.ebuild | 196 +++++++++++++++++++++++++++++++++ 2 files changed, 197 insertions(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0910d2f8d87b78da979bf5ed7a37d5755a7f5c0 commit b0910d2f8d87b78da979bf5ed7a37d5755a7f5c0 Author: Matt Jolly <Matt.Jolly@footclan.ninja> AuthorDate: 2024-01-25 12:33:50 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-27 07:31:54 +0000 profiles: unmask >=dev-libs/libxml2-2.12.0 Chromium was the last major package that needed work Bug: https://bugs.gentoo.org/917537 Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org> profiles/package.mask | 4 ---- 1 file changed, 4 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=505a3759e913c5a1bafc87b4967d68099b97c925 commit 505a3759e913c5a1bafc87b4967d68099b97c925 Author: Z. Liu <zhixu.liu@gmail.com> AuthorDate: 2024-09-02 08:26:20 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-03 08:07:51 +0000 dev-db/mariadb: fix build failed 1. <=10.6.17 add patch related with libxml2 2.12 from upstream see https://github.com/MariaDB/server/commit/cae18632aea530eb73a9f15ee4fd0d924e01a8d3 2. if systemtap build w/o dtrace-symlink, build will failed w/: DTRACE-NOTFOUND: command not found Bug: https://bugs.gentoo.org/917537 Closes: https://bugs.gentoo.org/943306 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38377 Signed-off-by: Sam James <sam@gentoo.org> .../files/mariadb-10.6.17-libxml-2.12.patch | 167 +++++++++++++++++++++ dev-db/mariadb/mariadb-10.11.10.ebuild | 6 + dev-db/mariadb/mariadb-10.6.14.ebuild | 7 + dev-db/mariadb/mariadb-10.6.17.ebuild | 7 + 4 files changed, 187 insertions(+)