"Function not implemented" Android Pie
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.1k
- Forks
- 276
- PR merge metrics
- No merged PRs in 30d
Description
Followed instructions here https://wiki.termux.com/wiki/Debian
And got the below error
proot -0 -r ~/stable -b /dev/ -b /sys/ -b /proc/ -b /data/data/com.termux/files/home /usr/bin/env -i HOME=/root TERM="xterm-256color" PS1='[root@stable \W]$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin:/bin /bin/bash --login proot error: execve("/usr/bin/env"): Function not implemented proot info: possible causes: * the program is a script but its interpreter (eg. /bin/sh) was not found; * the program is an ELF but its interpreter (eg. ld-linux.so) was not found; * the program is a foreign binary but qemu was not specified; * qemu does not work correctly (if specified); * the loader was not found or doesn't work. fatal error: see proot --help. proot error: can't chmod '/data/data/com.termux/files/usr/tmp/proot-14527-qHm8hM': No such file or directoryproot error: can't chdir to '/data/data/com.termux/files/usr/tmp': No such file or directory
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
Reproduce the Debian setup on Android Pie using the exact proot command and examine the reported executable, interpreter, and temporary-directory paths. No source file or test is named; done means identifying the Android Pie cause and confirming the command completes without the reported execve, chmod, and chdir errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, debian, linux
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100