Opened 10 years ago

Last modified 4 years ago

#11100 assigned enhancement

find_path does not work for binaries outside package mount points

Reported by: pulkomandy Owned by: nobody
Priority: normal Milestone: R1.1
Component: Kits/Storage Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Trying to use find_path from a binary or library (passing a symbol to identify the image) always returns "no such file or directory". This means software needs to be special-cased for "installed"/"not installed" cases, with no clear way on how to handle the latter.

I'm not sure what the proper path to return would be, however. Maybe one of:

  • Use system/non-packaged
  • Use a path relative to the given image location (so the app can be tested in its build directory)

Change History (2)

comment:1 by axeld, 7 years ago

Owner: changed from axeld to nobody
Status: newassigned

comment:2 by pulkomandy, 4 years ago

Milestone: R1R1.1
Note: See TracTickets for help on using tickets.