Skip to content

Build error #13

@marioqqq

Description

@marioqqq

During building I got this error:

sudo sh build.sh
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  94.21kB
Step 1/26 : FROM ubuntu:22.04
 ---> 61cbdeb57a0f
Step 2/26 : RUN apt update && apt install -y curl python3 sudo expect-dev software-properties-common
 ---> Using cache
 ---> 8c745188221c
Step 3/26 : RUN apt install -y squashfs-tools squashfuse git python-setuptools pkgconf clang
 ---> Using cache
 ---> cd8c223aafc5
Step 4/26 : RUN apt install -y binfmt-support systemd cmake ninja-build software-properties-common
 ---> Using cache
 ---> 7b25c73f93d0
Step 5/26 : RUN apt install -y libncurses6 libncurses5 libtinfo5 libtinfo6 libncurses-dev
 ---> Using cache
 ---> 45f39877ac23
Step 6/26 : RUN apt install -y libsdl2-dev libepoxy-dev libssl-dev llvm lld
 ---> Using cache
 ---> b140afaeb114
Step 7/26 : RUN apt install -y qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5gui5 libqt5widgets5 qtdeclarative5-dev qml-module-qtquick2 qml-module-qtquick-controls2 qml-module-qtquick-window2 nasm
 ---> Using cache
 ---> 29aafee370fa
Step 8/26 : RUN add-apt-repository -y ppa:fex-emu/fex
 ---> Using cache
 ---> 8987b92c8ee6
Step 9/26 : RUN git clone --recurse-submodules https://github.com/FEX-Emu/FEX.git
 ---> Using cache
 ---> 708b82fdc21a
Step 10/26 : WORKDIR FEX
 ---> Using cache
 ---> 1f892fb66dd7
Step 11/26 : RUN sed -i 's@USE_LEGACY_BINFMTMISC "Uses legacy method of setting up binfmt_misc" FALSE@USE_LEGACY_BINFMTMISC "Uses legacy method of setting up binfmt_misc" TRUE@' ./CMakeLists.txt
 ---> Using cache
 ---> 24f6a0d24d2f
Step 12/26 : RUN mkdir Build
 ---> Using cache
 ---> 42cde0593d06
Step 13/26 : WORKDIR Build
 ---> Using cache
 ---> 5402d52dff8d
Step 14/26 : RUN CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUSE_LINKER=lld -DENABLE_LTO=True -DBUILD_TESTS=False -DENABLE_ASSERTIONS=False -G Ninja ..
 ---> Using cache
 ---> af23e5b60f9c
Step 15/26 : RUN ninja
 ---> Using cache
 ---> 358b8946ed32
Step 16/26 : RUN ninja install
 ---> Using cache
 ---> 91a39886f1c1
Step 17/26 : RUN ninja binfmt_misc
 ---> Using cache
 ---> b693f5abdda6
Step 18/26 : RUN ninja binfmt_misc_64
 ---> Using cache
 ---> d9ceecd2b2a4
Step 19/26 : RUN useradd -m steam
 ---> Using cache
 ---> e345a1f1925e
Step 20/26 : RUN sudo -u steam bash -c "unbuffer FEXRootFSFetcher -y -x"
 ---> Using cache
 ---> f0e835659726
Step 21/26 : USER steam
 ---> Using cache
 ---> b212591809dd
Step 22/26 : WORKDIR /home/steam/Steam
 ---> Using cache
 ---> 73ffb0ac733e
Step 23/26 : RUN curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -
 ---> Running in 8d2a0aeb729b
tar: steamcmd.sh: Cannot open: Permission denied
tar: linux32: Cannot mkdir: Permission denied
steamcmd.sh
linux32/steamcmd
linux32/steamerrorreporter
linux32/libstdc++.so.6
tar: linux32/steamcmd: Cannot open: No such file or directory
tar: linux32: Cannot mkdir: Permission denied
tar: linux32/steamerrorreporter: Cannot open: No such file or directory
tar: linux32: Cannot mkdir: Permission denied
linux32/crashhandler.so
tar: linux32/libstdc++.so.6: Cannot open: No such file or directory
tar: linux32: Cannot mkdir: Permission denied
tar: linux32/crashhandler.so: Cannot open: No such file or directory
tar: Exiting with failure status due to previous errors
The command '/bin/sh -c curl -sqL "https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz" | tar zxvf -' returned a non-zero code: 2

Runnig on Oracle Cloud. Any suggestions??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions