Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libxml2-utils not listed as debian documentation requirement #285

Open
gilbertbw opened this issue Oct 17, 2023 · 0 comments
Open

libxml2-utils not listed as debian documentation requirement #285

gilbertbw opened this issue Oct 17, 2023 · 0 comments

Comments

@gilbertbw
Copy link

When building the documentation, just for embedded use

export KERL_BUILD_DOCS=yes
export KERL_INSTALL_HTMLDOCS=no
export KERL_INSTALL_MANPAGES=no

I noticed the following error in the output

DOCUMENTATION INFORMATION (See: /home/gilbert/.asdf/plugins/erlang/kerl-home/builds/asdf_25.3.2/otp_build_25.3.2.log)
 * documentation  :
 *                  xmllint is missing.
 *                  Using fakefop to generate placeholder PDF files.

I see that xmllint is provided by the libxml2-utils package. This is listed here

asdf-erlang/README.md

Lines 75 to 76 in 6744df7

If you want to install all the above:
`apt-get -y install build-essential autoconf m4 libncurses5-dev libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-11-jdk`

But not in any of the sections above. I think it should be against building the documentation?

n.b. I don't seem to be having any issue using the embedded documentation after building, so I guess it's only required for the HTML help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant