Console breaks after chroot

Bug #1788778 reported by Александр
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
schroot (Ubuntu)
Expired
Undecided
Unassigned

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)

Tags: xenial
Revision history for this message
Ken Sharp (kennybobs) wrote :

Have you retested this in the last four years?

tags: added: xenial
Changed in schroot (Ubuntu):
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for schroot (Ubuntu) because there has been no activity for 60 days.]

Changed in schroot (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.