Bug 261150 - REGRESSION(267532@main): Cannot import bigint.pm even when installed
Summary: REGRESSION(267532@main): Cannot import bigint.pm even when installed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-05 06:05 PDT by Michael Catanzaro
Modified: 2023-12-08 07:53 PST (History)
3 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 2023-09-05 06:05:48 PDT
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.
Comment 1 Michael Catanzaro 2023-09-05 06:14:07 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17433
Comment 2 EWS 2023-09-05 07:51:42 PDT
Committed 267629@main (ac567dde309e): <https://commits.webkit.org/267629@main>

Reviewed commits have been landed. Closing PR #17433 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-09-05 07:52:14 PDT
<rdar://problem/114982351>
Comment 4 Michael Catanzaro 2023-12-08 07:53:36 PST
Regression: bug #265554