Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 750966 Details for
Bug 823653
sys-devel/mold: can't find mold wrapper
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
lib64.patch (text/plain), 788 bytes, created by
bob
on 2021-11-14 02:37:14 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
bob
Created:
2021-11-14 02:37:14 UTC
Size:
788 bytes
patch
obsolete
>--- a/elf/subprocess.cc 2021-11-13 22:24:09.000000000 +1300 >+++ b/elf/subprocess.cc 2021-11-13 22:25:38.011947744 +1300 >@@ -267,18 +267,7 @@ > > template <typename E> > std::string find_dso(Context<E> &ctx, const std::string &self) { >- // Look for mold-wrapper.so from the same directory as the executable is. >- std::string path = std::string(path_dirname(self)) + "/mold-wrapper.so"; >- if (is_regular_file(path)) >- return path; >- >- // If not exist, mold might be installed as $PREFIX/bin/mold and the >- // DSO as $PREFIX/lib/mold/mold-wrapper.so. >- path = path_clean(self + "/../../lib/mold/mold-wrapper.so"); >- if (is_regular_file(path)) >- return path; >- >- Fatal(ctx) << "mold-wrapper.so is missing"; >+ return "/usr/lib64/mold/mold-wrapper.so"; > } > > template <typename E>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 823653
: 750966