LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Cannot install Virtualbox on Slackware 15 (https://www.linuxquestions.org/questions/slackware-14/cannot-install-virtualbox-on-slackware-15-a-4175733744/)

camerabambai 03-26-2024 04:41 AM

EDIT: error

TLE 04-26-2024 07:36 AM

Quote:

Originally Posted by lostintime (Post 6482920)
lghizoni,

Following the links in the previously mentioned gentoo bug report, this patch allowed me to compile 6.1.44 on 15.0 with the latest patched libxml2-2.11.x.

Code:

diff -urN VirtualBox-6.1.44/doc/manual/en_US/user_Frontends.xml VirtualBox-6.1.44.new/doc/manual/en_US/user_Frontends.xml
--- VirtualBox-6.1.44/doc/manual/en_US/user_Frontends.xml        2023-04-13 04:15:15.000000000 -0500
+++ VirtualBox-6.1.44.new/doc/manual/en_US/user_Frontends.xml        2024-02-11 17:35:12.806444672 -0600
@@ -1205,6 +1205,6 @@

  </sect1>

-  <xi:include href="user_man_VBoxHeadless.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="user_man_VBoxHeadless.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" ><xi:fallback/></xi:include>

 </chapter>
diff -urN VirtualBox-6.1.44/doc/manual/en_US/user_VBoxManage.xml VirtualBox-6.1.44.new/doc/manual/en_US/user_VBoxManage.xml
--- VirtualBox-6.1.44/doc/manual/en_US/user_VBoxManage.xml        2023-04-13 04:15:15.000000000 -0500
+++ VirtualBox-6.1.44.new/doc/manual/en_US/user_VBoxManage.xml        2024-02-11 17:42:46.135268138 -0600
@@ -8975,6 +8975,6 @@
 <!-- TODO: Figure out how we can handle other manpages. The xml is bolted to
              sect1, so it's not possible to have them "in place" -->

-  <xi:include href="user_man_vboximg-mount.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" />
+  <xi:include href="user_man_vboximg-mount.xml" xpointer="element(/1)" xmlns:xi="http://www.w3.org/2001/XInclude" ><xi:fallback/></xi:include>

 </chapter>

I hope this helps.

Thanks for this, works fine.
Been struggling with this myself but couldn't sort it out, and maintainer didn't reply


All times are GMT -5. The time now is 09:04 AM.