Repository: bigtop Updated Branches: refs/heads/master 87c015d2a -> 2483b11b8
BIGTOP-3033: Spark build on OpenSUSE is failed Spark building on OpenSUSE is failed as pdflatex is missing. Add package to install list. This closes #359 Change-Id: Ib3914ab05fd37418a5aa798fa37b88cb54e4079e Signed-off-by: Jun He <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2483b11b Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2483b11b Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2483b11b Branch: refs/heads/master Commit: 2483b11b8e8b46284534348d9c5a511618e193ed Parents: 87c015d Author: Jun He <[email protected]> Authored: Fri May 18 11:08:49 2018 +0800 Committer: Jun He <[email protected]> Committed: Fri May 25 01:27:10 2018 +0000 ---------------------------------------------------------------------- bigtop_toolchain/manifests/packages.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/2483b11b/bigtop_toolchain/manifests/packages.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/packages.pp b/bigtop_toolchain/manifests/packages.pp index beb786d..180e26a 100644 --- a/bigtop_toolchain/manifests/packages.pp +++ b/bigtop_toolchain/manifests/packages.pp @@ -107,7 +107,8 @@ class bigtop_toolchain::packages { "libevent-devel", "bison", "flex", - "libffi48-devel" + "libffi48-devel", + "texlive-latex-bin-bin" ] # fix package dependencies: BIGTOP-2120 and BIGTOP-2152 and BIGTOP-2471 exec { '/usr/bin/zypper -n install --force-resolution krb5 libopenssl-devel':
