Bug 243877 - [QtWPE] Don't try to load unversioned libWPEBackend-fdo-1.0.so
Summary: [QtWPE] Don't try to load unversioned libWPEBackend-fdo-1.0.so
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WPE WebKit (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-12 06:04 PDT by Michael Catanzaro
Modified: 2022-08-12 08:58 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2022-08-12 06:04:37 PDT
Instead of trying to load libWPEBackend-fdo-1.0.so, which is not expected to be installed because it's an unversioned .so, it should load libWPEBackend-fdo-1.0.so.1. This has an added benefit that it will fail to load rather than blow up if there's an ABI break.

Follow-up to: bug #218584
Comment 1 Michael Catanzaro 2022-08-12 06:05:38 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3265
Comment 2 EWS 2022-08-12 08:58:35 PDT
Committed 253380@main (2a881ad3aa45): <https://commits.webkit.org/253380@main>

Reviewed commits have been landed. Closing PR #3265 and removing active labels.