Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools/toolchain: install-dependencies.sh causes error during build Docker image, and ignoring it #8293

Closed
syuu1228 opened this issue Mar 17, 2021 · 1 comment

Comments

@syuu1228
Copy link
Contributor

Seems like install-dependencies.sh in tools/toolchain/Dockerfile is running without -e option, ignoring error:

Complete!
+ bash tools/jmx/install-dependencies.sh
bash: tools/jmx/install-dependencies.sh: No such file or directory
+ bash tools/java/install-dependencies.sh
bash: tools/java/install-dependencies.sh: No such file or directory
+ '[' fedora = ubuntu ']'
+ '[' fedora = debian ']'
+ '[' fedora = fedora ']'
+ rpm -q --quiet yum-utils
+ yum install -y clang lua-devel yaml-cpp-devel thrift-devel antlr3-tool antlr3-C++-devel jsoncpp-devel rapidjson-devel snappy-devel systemd-devel git python sudo java-1.8.0-openjdk-headless java-1.8.0-openjdk-devel ant ant-junit maven patchelf python3 python3-pip python3-magic python3-colorama python3-boto3 python3-pytest python3-redis dnf-utils pigz net-tools tar gzip gawk util-linux ethtool hwloc glibc-langpack-en lld xxhash-devel makeself libzstd-static libzstd-devel rpm-build devscripts debhelper fakeroot file dpkg-dev curl python3-pyyaml python3-urwid python3-pyparsing python3-requests python3-pyudev python3-setuptools python3-psutil python3-distro
syuu1228 added a commit to syuu1228/scylla that referenced this issue Mar 17, 2021
…jmx/java script correctly

We should run install-dependencies.sh with -e option to prevent ignoring
error in the script.
Also, need to add tools/jmx/install-dependencies.sh and
tools/java/install-dependencies.sh, to fix 'No such file or directory'
error on them.

Fixes scylladb#8293
avikivity pushed a commit that referenced this issue Mar 17, 2021
…jmx/java script correctly

We should run install-dependencies.sh with -e option to prevent ignoring
error in the script.
Also, need to add tools/jmx/install-dependencies.sh and
tools/java/install-dependencies.sh, to fix 'No such file or directory'
error on them.

Fixes #8293

Closes #8294

[avi: did not regenerate toolchain image, since no new packages are
      installed]
avikivity pushed a commit that referenced this issue Mar 18, 2021
…jmx/java script correctly

We should run install-dependencies.sh with -e option to prevent ignoring
error in the script.
Also, need to add tools/jmx/install-dependencies.sh and
tools/java/install-dependencies.sh, to fix 'No such file or directory'
error on them.

Fixes #8293

Closes #8294

[avi: did not regenerate toolchain image, since no new packages are
      installed]
@avikivity
Copy link
Member

Build-only problem, and no impact. Not backporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants