Bug 279760
| Summary: | Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | mcatanzaro, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
Using python 3.13.0rc2, when running 'git-webkit pr' I see a bunch of warnings:
$ git-webkit pr
remote: Enumerating objects: 1209, done.
remote: Counting objects: 100% (1190/1190), done.
remote: Compressing objects: 100% (705/705), done.
remote: Total 1209 (delta 685), reused 787 (delta 477), pack-reused 19 (from 1)
Receiving objects: 100% (1209/1209), 4.64 MiB | 7.19 MiB/s, done.
Resolving deltas: 100% (685/685), completed with 206 local objects.
From https://github.com/WebKit/WebKit
d73923de9699..84cc6561cbc8 main -> main
d73923de9699..84cc6561cbc8 main -> origin/main
From https://github.com/WebKit/WebKit
* branch main -> FETCH_HEAD
Successfully rebased and updated refs/heads/eng/GTK-webkit_settings_set_enable_2d_canvas_acceleration-fails-on-s390x.
Rewrite cbbb4dc8a2cef9fecd3c98968d28b0465acb247d (1/1) (0 seconds passed, remaining 0 predicted)
WARNING: Ref 'refs/remotes/origin/main' is unchanged
Ref 'refs/heads/eng/GTK-webkit_settings_set_enable_2d_canvas_acceleration-fails-on-s390x' was rewritten
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Attempt to call undefined import method with arguments ("prohibitUnknownPort") via package "webkitdirs" (Perhaps you forgot to load the package?) at /usr/share/perl5/autouse.pm line 28.
Total errors found: 0 in 1 files
...
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Sorry, maybe I should read before submitting the bug report. This is surely a bug in autouse.pm.
Michael Catanzaro
No, it's autouse.pm warning that webkitperl is using it incorrectly. Sorry.
Radar WebKit Bug Importer
<rdar://problem/136501138>
Michael Catanzaro
*** This bug has been marked as a duplicate of bug 279255 ***