DynamoRIO / DynamoRIO/dynamorio

drrun warnings about missing other-arch libraries in non-official custom install dir are noisy

Open
#1,758 4 comments 0 reactions 1 assignee Claimed by @johnfxgalea View on GitHub
Component-Tools help wanted
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.