proot icon indicating copy to clipboard operation
proot copied to clipboard

Proot not working with musl

Open absolutelynothinghere opened this issue 1 year ago • 0 comments

Expected Behavior

Being able to proot into a musl system from a glibc system:

[user@glibc] $ proot -r ./muslrootdir/ -w / sh
#

Actual Behavior

Running proot does nothing, the command finishes quietly.

Steps to Reproduce the Problem

  1. Locate rootdir of a musl system (./muslrootdir) while running a glibc system
  2. Run proot -r ./muslrootdir/ -w / sh

Specifications

  • Proot/Care version: 5.2.0
  • Kernel version: 5.18
  • Host distribution: Void Linux (glibc)
  • Guest distribution: Void Linux (musl)

Command Output

N/A

absolutelynothinghere avatar Oct 12 '22 15:10 absolutelynothinghere