sekikn commented on pull request #671: URL: https://github.com/apache/bigtop/pull/671#issuecomment-692563160
I tried the PR with CentOS 8 on x86_64 and came across the following error: ``` $ sudo bigtop_toolchain/bin/puppetize.sh (snip) /etc/puppetlabs/code/modules └── puppetlabs-stdlib (v4.12.0) $ ./gradlew toolchain (snip) Error: Evaluation Error: Unknown function: 'concat'. (file: /home/vagrant/bigtop/bigtop_toolchain/manifests/packages.pp, line: 70, column: 17) on node centos8.localdomain > Task :toolchain FAILED ``` I've not tried it on arm64 yet, but it seems to be required to add `/etc/puppetlabs/code/modules` to the modulepath in build.gradle (or replace `/etc/puppetlabs/code/environments/production/modules` with it) at least for x86_64. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
