[Bug 1788778] Re: Console breaks after chroot
Launchpad Bug Tracker
1788778 at bugs.launchpad.net
Thu Jun 8 04:17:16 UTC 2023
[Expired for schroot (Ubuntu) because there has been no activity for 60
days.]
** Changed in: schroot (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to schroot in Ubuntu.
https://bugs.launchpad.net/bugs/1788778
Title:
Console breaks after chroot
Status in schroot package in Ubuntu:
Expired
Bug description:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
installed https://github.com/ValveSoftware/Proton/
git clone https://github.com/ValveSoftware/Proton.git proton
cd proton
git submodule update --init wine dxvk ffmpeg openal-soft openvr
#for macos:
git submodule update --init
cd ~
git clone https://github.com/ValveSoftware/steam-runtime.git
cd steam-runtime
./build-runtime.py
./setup_chroot.sh --beta --i386
schroot --chroot steamrt_scout_beta_i386
sudo apt-get install gcc-5 g++-5 g++-5-multilib flex bison libosmesa6-dev libpcap-dev libhal-dev libsane-dev libv4l-dev libgphoto2-2-dev libcapi20-dev libgsm1-dev libmpg123-dev libvulkan-dev libxslt1-dev nasm yasm
sudo update-alternatives --install `which gcc` gcc `which gcc-5` 50
sudo update-alternatives --set gcc `which gcc-5`
sudo update-alternatives --install `which g++` g++ `which g++-5` 50
sudo update-alternatives --set g++ `which g++-5`
sudo update-alternatives --install `which cpp` cpp-bin `which cpp-5` 50
sudo update-alternatives --set cpp-bin `which cpp-5`
exit
./setup_chroot.sh --beta --amd64
schroot --chroot steamrt_scout_beta_amd64
cd /tmp
wget https://cmake.org/files/v3.11/cmake-3.11.4.tar.gz
schroot --chroot steamrt_scout_beta_i386
W: No chroots are defined in '/etc/schroot/schroot.conf' or '/etc/schroot/chroot.d' E: steamrt_scout_beta_i386: Chroot not found
sudo apt-get install schroot
export LC_ALL=C
schroot -c test
W: No chroots are defined in '/etc/schroot/schroot.conf' or '/etc/schroot/chroot.d'
E: test: Chroot not found
(steamrt_scout_beta_amd64)
nano
bash: nano: command not found
(steamrt_scout_beta_amd64)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/schroot/+bug/1788778/+subscriptions
More information about the foundations-bugs
mailing list