Opened 10 years ago

Closed 10 years ago

#10639 closed bug (no change required)

runtime_loader: doesn't search ABI sub-folder for application path

Reported by: jessicah Owned by: bonefish
Priority: normal Milestone: R1
Component: System/runtime_loader Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

E.g., when building webkit and dropping WebPositive in the folder, it should load libWebKit.so.1 from %A/lib/x86 on a gcc2h system; however, it only searches in %A/lib, failing to find the library in question.

Attachments (1)

0001-runtime_loader-remove-an-erroneous-else-fixes-10539.patch (1.2 KB ) - added by jessicah 10 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by jessicah, 10 years ago

patch: 01

comment:2 by bonefish, 10 years ago

Resolution: no change required
Status: newclosed

That's actually intentional. When you have an application bundled with required libraries, those are supposed to fit anyway and there's little point in adding the extra directory level for the architecture.

It is also necessary to do it this way, so application zips with bundled libraries work regardless of whether the application's architecture matches the primary or the secondary architecture.

Note: See TracTickets for help on using tickets.