This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/branch-3.6 by this push:
new 550bea5c8 BIGTOP-4535. Fix installation failure of R packages in
toolchain. (#1396)
550bea5c8 is described below
commit 550bea5c8bc53fd5fed0dac9fba6a577fc488171
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Thu Jun 18 20:50:16 2026 +0900
BIGTOP-4535. Fix installation failure of R packages in toolchain. (#1396)
(cherry picked from commit 16e6f7990bdebb28801a3f9f493334e8fdb2bd0a)
---
bigtop_toolchain/manifests/packages.pp | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/bigtop_toolchain/manifests/packages.pp
b/bigtop_toolchain/manifests/packages.pp
index ca9659668..1f5241db7 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -68,6 +68,14 @@ class bigtop_toolchain::packages {
"perl-Digest-SHA",
"nasm",
"yasm",
+ "harfbuzz-devel",
+ "fribidi-devel",
+ "libuv-devel",
+ "libwebp-devel",
+ "freetype-devel",
+ "libpng-devel",
+ "libtiff-devel",
+ "libjpeg-devel",
]
if ($operatingsystem == 'Fedora') {
@@ -217,9 +225,6 @@ class bigtop_toolchain::packages {
"libgit2-devel",
"libgit2-glib-devel",
"libxml2",
- "libpng-devel",
- "libtiff-devel",
- "libjpeg-turbo-devel",
"leveldbjni",
"psmisc",
"nc",
@@ -229,7 +234,15 @@ class bigtop_toolchain::packages {
"texlive",
"rpmdevtools",
"nasm",
- "yasm"
+ "yasm",
+ "harfbuzz-devel",
+ "fribidi-devel",
+ "libuv-devel",
+ "libwebp-devel",
+ "freetype-devel",
+ "libpng-devel",
+ "libtiff-devel",
+ "libjpeg-devel",
] }
/(Ubuntu|Debian)/: {
$_pkgs = [