DynamoRIO / DynamoRIO/dynamorio
drrun warnings about missing other-arch libraries in non-official custom install dir are noisy
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
```
$ which drrun
/tools/dynamorio/bin64/drrun
$ `which drrun` -- ls
WARNING: cannot find /tools/dynamorio/bin64/../lib32/debug/libdrpreload.so: is this an incomplete installation?
WARNING: cannot find /tools/dynamorio/bin64/../lib32/debug/libdynamorio.so: is this an incomplete installation?
WARNING: cannot find /tools/dynamorio/bin64/../lib32/release/libdrpreload.so: is this an incomplete installation?
WARNING: cannot find /tools/dynamorio/bin64/../lib32/release/libdynamorio.so: is this an incomplete installation?
WARNING: /tools/dynamorio/bin64/.. does not appear to be a valid DynamoRIO root
```
It's unclear why it's looking for the 32-bit libraries, or whether that is the reason why it thinks the root is invalid.
Contributor guide
Assessment
This issue has not been assessed yet.