ValveSoftware / ValveSoftware/Proton
Unable to build with fresh new install of Fedora 31
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 32.8k
- Forks
- 1.6k
- PR merge metrics
- PR metrics pending
Description
I did a git clone and have been following the instructions and it seems I am failing to build.
Instructions:
Instructions
I ran:
./steam-runtime/setup_docker.sh --beta amd64 --extra-bootstrap=./proton/steamrt-bootstrap.sh steam-proton-dev
and at the end I got:
Step 8/20 : RUN set -xe; if [ -n "${proxy}" ]; then echo "configure proxy"; echo "export http_proxy=${proxy}" >> /etc/bash.bashrc; echo "export https_proxy=${proxy}" >> /etc/bash.bashrc; echo "export ftp_proxy=${proxy}" >> /etc/bash.bashrc; echo "Acquire::http::proxy \"${proxy}\";" > /etc/apt/apt.conf.d/01proxy; echo "Acquire::https::proxy \"${proxy}\";" >> /etc/apt/apt.conf.d/01proxy; fi; if [ -n "${no_proxy}" ]; then echo "export no_proxy=${no_proxy}" >> /etc/bash.bashrc; oldIFS="$IFS"; IFS=","; for nope in ${no_proxy}; do case "$nope" in (.*) ;; (*) echo "Acquire::http::proxy::${nope} \"DIRECT\";" >> /etc/apt/apt.conf.d/01proxy; echo "Acquire::https::proxy::${nope} \"DIRECT\";" >> /etc/apt/apt.conf.d/01proxy; ;; esac; done; IFS="$oldIFS"; fi
---> Running in e2cfab95578d
OCI runtime create failed: this version of runc doesn't work on cgroups v2: unknown
real 0m28.535s
user 0m0.645s
sys 0m0.481s
Script done, file is /tmp/steam-runtime-setup-chroot-Vm8.log
[steam-runtime-setup-chroot-Vm8.log](https://github.com/ValveSoftware/Proton/files/4536111/steam-runtime-setup-chroot-Vm8.log)
Full log attached
steam-runtime-setup-chroot-Vm8.log
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Fedora build instructions and steam-runtime/setup_docker.sh, then reproduce the command shown in the issue to confirm the runc cgroups v2 failure. Investigate the reported OCI runtime error and verify that the setup completes successfully on a fresh Fedora 31 installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, linux
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100