Public bug reported:

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)

** Affects: schroot (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788778

Title:
  Console breaks after chroot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/schroot/+bug/1788778/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to