r***@gmail.com
2018-06-07 03:33:23 UTC
I receive the following when compiling xdg-utils. I've compiled xmlto
and w3m.
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for xmlto... /usr/bin/xmlto
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/Makefile
config.status: WARNING: 'scripts/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating tests/Makefile
config.status: WARNING: 'tests/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating autotests/Makefile
make[1]: Entering directory '/sources/xdg-utils-1.1.2/scripts'
(cd html;/usr/bin/xmlto html-nochunks ../desc/xdg-desktop-menu.xml)
xmlto: /sources/xdg-utils-1.1.2/scripts/html/../desc/xdg-desktop-menu.xml does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
I/O error : Attempt to load network entityhttp://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
/sources/xdg-utils-1.1.2/scripts/html/../desc/xdg-desktop-menu.xml:6: warning: failed to load external entity"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>
^
I/O error : Attempt to load network entityhttp://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
warning: failed to load external entity"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
validity error : Could not load the external subset"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
Document /sources/xdg-utils-1.1.2/scripts/html/../desc/xdg-desktop-menu.xml does not validate
make[1]: *** [Makefile:111: html/xdg-desktop-menu.html] Error 13
make[1]: Leaving directory '/sources/xdg-utils-1.1.2/scripts'
make: *** [Makefile:25: scripts] Error 2
cd `dirname scripts/__install__` && make install
make[1]: Entering directory '/sources/xdg-utils-1.1.2/scripts'
mkdir -p /usr/bin
for x in xdg-desktop-menu xdg-desktop-icon xdg-mime xdg-icon-resource xdg-open xdg-email xdg-screensaver xdg-settings ; do \
/usr/bin/install -c $x /usr/bin ; \
done
/usr/bin/install: cannot stat 'xdg-desktop-menu': No such file or directory
/usr/bin/install: cannot stat 'xdg-desktop-icon': No such file or directory
/usr/bin/install: cannot stat 'xdg-mime': No such file or directory
/usr/bin/install: cannot stat 'xdg-icon-resource': No such file or directory
/usr/bin/install: cannot stat 'xdg-open': No such file or directory
/usr/bin/install: cannot stat 'xdg-email': No such file or directory
/usr/bin/install: cannot stat 'xdg-screensaver': No such file or directory
/usr/bin/install: cannot stat 'xdg-settings': No such file or directory
make[1]: *** [Makefile:62: install] Error 1
make[1]: Leaving directory '/sources/xdg-utils-1.1.2/scripts'
make: *** [Makefile:31: scripts/__install__] Error 2
and w3m.
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for xmlto... /usr/bin/xmlto
configure: creating ./config.status
config.status: creating Makefile
config.status: creating scripts/Makefile
config.status: WARNING: 'scripts/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating tests/Makefile
config.status: WARNING: 'tests/Makefile.in' seems to ignore the --datarootdir setting
config.status: creating autotests/Makefile
make[1]: Entering directory '/sources/xdg-utils-1.1.2/scripts'
(cd html;/usr/bin/xmlto html-nochunks ../desc/xdg-desktop-menu.xml)
xmlto: /sources/xdg-utils-1.1.2/scripts/html/../desc/xdg-desktop-menu.xml does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
I/O error : Attempt to load network entityhttp://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
/sources/xdg-utils-1.1.2/scripts/html/../desc/xdg-desktop-menu.xml:6: warning: failed to load external entity"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
]>
^
I/O error : Attempt to load network entityhttp://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
warning: failed to load external entity"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
validity error : Could not load the external subset"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
Document /sources/xdg-utils-1.1.2/scripts/html/../desc/xdg-desktop-menu.xml does not validate
make[1]: *** [Makefile:111: html/xdg-desktop-menu.html] Error 13
make[1]: Leaving directory '/sources/xdg-utils-1.1.2/scripts'
make: *** [Makefile:25: scripts] Error 2
cd `dirname scripts/__install__` && make install
make[1]: Entering directory '/sources/xdg-utils-1.1.2/scripts'
mkdir -p /usr/bin
for x in xdg-desktop-menu xdg-desktop-icon xdg-mime xdg-icon-resource xdg-open xdg-email xdg-screensaver xdg-settings ; do \
/usr/bin/install -c $x /usr/bin ; \
done
/usr/bin/install: cannot stat 'xdg-desktop-menu': No such file or directory
/usr/bin/install: cannot stat 'xdg-desktop-icon': No such file or directory
/usr/bin/install: cannot stat 'xdg-mime': No such file or directory
/usr/bin/install: cannot stat 'xdg-icon-resource': No such file or directory
/usr/bin/install: cannot stat 'xdg-open': No such file or directory
/usr/bin/install: cannot stat 'xdg-email': No such file or directory
/usr/bin/install: cannot stat 'xdg-screensaver': No such file or directory
/usr/bin/install: cannot stat 'xdg-settings': No such file or directory
make[1]: *** [Makefile:62: install] Error 1
make[1]: Leaving directory '/sources/xdg-utils-1.1.2/scripts'
make: *** [Makefile:31: scripts/__install__] Error 2
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the ab
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the ab