Summary: | app-emulation/virtualbox: build failure with dev-libs/libxml2-2.11 (element include: XInclude error : could not load ...) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andreas Fink <finkandreas> |
Component: | Current packages | Assignee: | Viorel Munteanu <ceamac> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asturm, bob.mt.wya, perfect007gentleman |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 905399 | ||
Attachments: | build.log |
Description
Andreas Fink
2023-05-14 06:55:16 UTC
Created attachment 861649 [details]
build.log
Is that with dev-libs/libxml2-2.11.3 and if so, does downgrading to dev-libs/libxml2-2.10.4 make it succeed? It was with dev-libs/libxml2-2.11.3. Downgrading to dev-libs/libxml2-2.10.4, made it compile. The error messages are still there, but apparently silently ignored now. Applying the patch https://www.virtualbox.org/changeset/99138/vbox makes the initial error disappear with dev-libs/libxml2-2.11.3, but it still fails with a different error. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb82397c63941c5a2e59804a62ee1d7f1533802 commit bdb82397c63941c5a2e59804a62ee1d7f1533802 Author: Viorel Munteanu <ceamac@gentoo.org> AuthorDate: 2023-05-15 14:30:17 +0000 Commit: Viorel Munteanu <ceamac@gentoo.org> CommitDate: 2023-05-15 14:34:11 +0000 app-emulation/virtualbox: fix building with dev-libs/libxml2-2.11 Closes: https://bugs.gentoo.org/906309 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> .../files/virtualbox-7.0.6-fix-libxml2.patch | 169 +++++++++++++++++++++ .../virtualbox/virtualbox-7.0.6-r2.ebuild | 1 + app-emulation/virtualbox/virtualbox-7.0.8a.ebuild | 1 + 3 files changed, 171 insertions(+) I'm seeing this exact issue with virtualbox-6.1.44. it looks like the fix was only applied to virtualbox-7.x. Should I open a new issue for 6.1.x and reference this issue? Or should this one be re-opened? Other? I'll reopen this and fix it later. The patch from 7.0.8 doesn't work here. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b9381262655b68fe5f48e0e586d383f9e52c97 commit 85b9381262655b68fe5f48e0e586d383f9e52c97 Author: Viorel Munteanu <ceamac@gentoo.org> AuthorDate: 2023-06-02 18:20:21 +0000 Commit: Viorel Munteanu <ceamac@gentoo.org> CommitDate: 2023-06-02 18:27:28 +0000 app-emulation/virtualbox: fix building with dev-libs/libxml2-2.11 Replace some xhtml codes with their numeric equivalents and add empty fallbacks for missing files. Nothing changes in the resulting files. Closes: https://bugs.gentoo.org/906309 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> .../files/virtualbox-6.1.44-fix-libxml2.patch | 25 ++++++++++++++++++++++ app-emulation/virtualbox/virtualbox-6.1.44.ebuild | 11 ++++++++++ 2 files changed, 36 insertions(+) |