[Webkit-unassigned] [Bug 132303] New: Fix a failure with python3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 28 14:33:38 PDT 2014


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

           Summary: Fix a failure with python3
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adys.wh at gmail.com


Created an attachment (id=230323)
 --> (https://bugs.webkit.org/attachment.cgi?id=230323&action=review)
Patch

Same logic as with bug 106645. Please forgive the non-svn diff, I'm on a terrible connection at the moment and unable to download the full webkit sources.

Fixes the following failure:

  File ".../JavaScriptCore/disassembler/udis86/itab.py", line 347, in genItab
    self.genItabH()
  File ".../JavaScriptCore/disassembler/udis86/itab.py", line 318, in genItabH
    operands.sort()
AttributeError: 'dict_keys' object has no attribute 'sort'
Makefile.JavaScriptCore.DerivedSources:730: recipe for target 'generated/udis86_itab.c' failed
make[2]: *** [generated/udis86_itab.c] Error 1

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list