[Webkit-unassigned] [Bug 147132] New: Use of uninitialized value $type in IDLParser.pm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 17:16:49 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147132

            Bug ID: 147132
           Summary: Use of uninitialized value $type in IDLParser.pm
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at igalia.com

I don't understand Perl nor what is going on here, but it looks bad:

[622/1038] Generating ../../DerivedSou...ces/webkitdom/WebKitDOMCharacterData.h
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
[623/1038] Generating ../../DerivedSou...rces/webkitdom/WebKitDOMDocumentType.h
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
[625/1038] Generating ../../DerivedSou.../webkitdom/WebKitDOMDocumentFragment.h
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
[631/1038] Generating ../../DerivedSou...dSources/webkitdom/WebKitDOMDocument.h
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
[633/1038] Generating ../../DerivedSou...edSources/webkitdom/WebKitDOMElement.h
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.
Use of uninitialized value $type in pattern match (m//) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 302.
Use of uninitialized value $type in substitution (s///) at /home/mcatanzaro/WebKit/Source/WebCore/bindings/scripts/IDLParser.pm line 308.

Nothing has changed here recently, so I have no clue why I am only now seeing the warnings.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150721/eeadd713/attachment-0001.html>


More information about the webkit-unassigned mailing list