[Xcb] [Bug 55690] New: libxcb-1.9 build failure with python-3

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Oct 6 03:01:36 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=55690

          Priority: medium
            Bug ID: 55690
          Keywords: regression
          Assignee: xcb at lists.freedesktop.org
           Summary: libxcb-1.9 build failure with python-3
        QA Contact: xcb at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: chithanh at gentoo.org
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: Library
           Product: XCB

Created attachment 68150
  --> https://bugs.freedesktop.org/attachment.cgi?id=68150&action=edit
build.log

It appears that c3deeaf714630531d693a6a902b8dabf791858b1 introduced an error
when building with python-3.2

  File "/var/tmp/portage/x11-libs/libxcb-1.9/work/libxcb-1.9/src/c_client.py",
line 2911
    except OSError, e:
                  ^
SyntaxError: invalid syntax

Replacing this with PEP-3110 compliant "except OSError as e" will fix this
issue, but will run into the next one, introduced by
ea71d7d7e3f5d8189b80747678e9ca9a417b1d37:

  File "/var/tmp/portage/x11-libs/libxcb-1.9/work/libxcb-1.9/src/c_client.py",
line 2767, in _man_event
    for seename, seetype in self.doc.see.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/xcb/attachments/20121006/5351abfd/attachment.html>


More information about the Xcb mailing list