[Webkit-unassigned] [Bug 32344] New: exception thrown when running apply-patches

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 13:21:56 PST 2009


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

           Summary: exception thrown when running apply-patches
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org


> bugzilla-tool apply-patches 32313
Cleaning working directory
Updating working directory
Traceback (most recent call last):
  File "/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/bugzilla-tool", line
104, in <module>
    BugzillaTool().main()
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/multicommandtool.py",
line 253, in main
    return command.check_arguments_and_execute(args_after_command_name, self)
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/multicommandtool.py",
line 99, in check_arguments_and_execute
    return self.execute(command_options, command_args, tool) or 0
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/commands/download.py",
line 86, in execute
    WebKitApplyingScripts.setup_for_patch_apply(tool, options)
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/commands/download.py",
line 105, in setup_for_patch_apply
    update_step.run()
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/buildsteps.py",
line 115, in run
   
self._tool.executive.run_and_throw_if_fail(self.port().update_webkit_command())
  File
"/Users/eseidel/Projects/WebKit/WebKitTools/Scripts/modules/buildsteps.py",
line 67, in port
    self._port = WebKitPort.port(self._options.port)
AttributeError: Values instance has no attribute 'port'

This is fallout from Adam's recent restructuring.

-- 
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