You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2022/07/12 04:46:06 UTC

[bigtop] branch master updated: BIGTOP-3733. Building Logstash fails on Rocky 8 (#941)

This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 85337409 BIGTOP-3733. Building Logstash fails on Rocky 8 (#941)
85337409 is described below

commit 8533740952ea15675e8ac94bb0d1f5b49aab38cb
Author: Shuhei Yamasaki <su...@gmail.com>
AuthorDate: Tue Jul 12 13:46:02 2022 +0900

    BIGTOP-3733. Building Logstash fails on Rocky 8 (#941)
---
 bigtop_toolchain/bin/puppetize.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop_toolchain/bin/puppetize.sh b/bigtop_toolchain/bin/puppetize.sh
index fc67bdc4..50dc9210 100755
--- a/bigtop_toolchain/bin/puppetize.sh
+++ b/bigtop_toolchain/bin/puppetize.sh
@@ -54,7 +54,7 @@ case ${ID}-${VERSION_ID} in
     rocky-8*)
         rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
         dnf -y check-update
-        dnf -y install glibc-langpack-en hostname diffutils curl sudo unzip wget puppet 'dnf-command(config-manager)'
+        dnf -y install glibc-langpack-en hostname diffutils curl sudo unzip wget puppet procps-ng 'dnf-command(config-manager)'
         # Install the module in the same way as Fedora 31 and CentOS 7 for compatibility issues.
         puppet module install puppetlabs-stdlib --version 4.12.0
         # Enabling the PowerTools and EPEL repositories via Puppet doesn't seem to work in some cases.