oxr463
oxr463
```terminal uname -r 4.15.9-gentoo proot echo OK # latest release, (v5.1.0). proot info: pid 7159: terminated with signal 11 ./src/proot echo OK # master branch, (commit c21786). OK ```
- [ ] Example using bindfs with PRoot for read-only mounts.
That build fingerprint looks like an older version of the Debian package for PRoot. Can you provide me with some steps to try reproducing that error? Have you tried using...
You're trying to port PRoot to Android? Have you tried using the Termux fork?
**Shell Script Test Template** ```sh #!/bin/sh set -eu # Check dependencies # Create temporary directory # Run test # Cleanup ``` See also: https://github.com/qemu/qemu/blob/master/tests/docker/common.rc
- [x] `VERBOSE` environment variable for debugging failing tests. Simply run `make -C tests V=99` for verbose output. For a specific test, run `make -C tests check-test-(.sh)`.
https://github.com/proot-me/proot/commit/4be67b60ef22d78c91800306c5ec995fdd022c02#diff-354f30a63fb0907d4ad57269548329e3
Resources: - https://github.com/sstephenson/bats - https://github.com/libcheck/check
Regarding other software, do they also depend upon that particular header as well?
Reference: - https://git.alpinelinux.org/aports/tree/main/busybox/busybox.trigger - https://git.alpinelinux.org/aports/tree/main/ca-certificates/ca-certificates.trigger