Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #1758
Closed
Open
Issue created Aug 06, 2015 by Administrator@rootContributor

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

Created by: algr

$ 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.

Assignee
Assign to
Time tracking