Bug 261150
Summary: | REGRESSION(267532@main): Cannot import bigint.pm even when installed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | JavaScriptCore | Assignee: | Michael Catanzaro <mcatanzaro> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mcatanzaro, webkit-bug-importer, yijia_huang |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=265554 |
Michael Catanzaro
Since 267532@main the build fails due to failure to import bigint.pm, even though it is installed:
Can't locate bigint.pm in @INC (you may need to install the bigint module) (@INC entries checked: /home/mcatanzaro/Projects/GNOME/install/lib/perl5 /usr/local/lib64/perl5/5.38 /usr/local/share/perl5/5.38 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /home/mcatanzaro/Projects/WebKit/Source/JavaScriptCore/create_hash_table line 27.
Dan Horak investigated and says we are not importing the perl module correctly.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/17433
EWS
Committed 267629@main (ac567dde309e): <https://commits.webkit.org/267629@main>
Reviewed commits have been landed. Closing PR #17433 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/114982351>
Michael Catanzaro
Regression: bug #265554