lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Tue, 02 Apr 2024 09:28:51 -0600
From: Jonathan Corbet <corbet@....net>
To: Li Hua <lihua@...il.com>, mchehab@...nel.org
Cc: linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org, Li Hua
 <lihua@...il.com>
Subject: Re: [PATCH]  scripts/sphinx-pre-install: fix Arch xelatex dependency

Li Hua <lihua@...il.com> writes:

> On Arch Linux, xelatex is installed in the texlive-xetex package.
>
> Signed-off-by: Li Hua <lihua@...il.com>
> ---
>  scripts/sphinx-pre-install | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install
> index 4c781617f..c559e43b2 100755
> --- a/scripts/sphinx-pre-install
> +++ b/scripts/sphinx-pre-install
> @@ -560,7 +560,7 @@ sub give_arch_linux_hints()
>  		"virtualenv"		=> "python-virtualenv",
>  		"dot"			=> "graphviz",
>  		"convert"		=> "imagemagick",
> -		"xelatex"		=> "texlive-bin",
> +		"xelatex"		=> "texlive-xetex",
>  		"latexmk"		=> "texlive-core",
>  		"rsvg-convert"		=> "extra/librsvg",
>  	);

This email shows as having been copied to the mailing lists, but does
not appear to have actually arrived there.  It's trivial, so I'll apply
it anyway, but you will want to get a handle on what is keeping your
emails off the lists.

Thanks,

jon

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ