yoda-mon commented on PR #1250:
URL: https://github.com/apache/bigtop/pull/1250#issuecomment-2059429031
When I simply tryied to build flink on an arm server with the following
```sh
./gradlew -POS=centos-7 -Pdocker-run-option="--privileged"
bigtop-utils-pkg-ind bigtop-jsvc-pkg-ind bigtop-groovy-pkg-ind flink-pkg-ind
```
I saw
```gradle
> Task :flink-rpm FAILED
++ sed -e 's/[&\\/]/\\&/g; s/$/\\/' -e '$s/\\$//'
+ repl_to='cd \/bigtop \&\& husky install
build\/flink\/rpm\/BUILD\/flink-1.16.2\/flink-runtime-web\/web-dashboard\/.husky'
+ sed -i 's/cd ..\/.. \&\& husky install
flink-runtime-web\/web-dashboard\/.husky/cd \/bigtop \&\& husky install
build\/flink\/rpm\/BUILD\/flink-1.16.2\/flink-runtime-web\/web-dashboard\/.husky/'
flink-runtime-web/web-dashboard/package.json
+ scl enable devtoolset-9 -- mvn install -Drat.skip=true -DskipTests
-Dhadoop.version=3.3.6
/bigtop/build/flink/rpm//SOURCES/do-component-build: line 45: scl: command
not found
error: Bad exit status from /var/tmp/rpm-tmp.2fUp2V (%build)
Bad exit status from /var/tmp/rpm-tmp.2fUp2V (%build)
```
We might have to install `scl-utils` to `bigtop-slave`, or I missed some
options.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]