From owner-freebsd-x11@freebsd.org Sun Nov 6 19:10:05 2016 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BB50C33DD6 for ; Sun, 6 Nov 2016 19:10:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 849AE863 for ; Sun, 6 Nov 2016 19:10:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 84060C33DD3; Sun, 6 Nov 2016 19:10:05 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 83B99C33DD2 for ; Sun, 6 Nov 2016 19:10:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69FA9861 for ; Sun, 6 Nov 2016 19:10:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uA6JA5xT030646 for ; Sun, 6 Nov 2016 19:10:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 214279] x11/xcb-proto: Fails in stage and package with Python 3 after r425430 Date: Sun, 06 Nov 2016 19:10:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2016 19:10:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214279 Bug ID: 214279 Summary: x11/xcb-proto: Fails in stage and package with Python 3 after r425430 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: john@saltant.com Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org), maintainer-feedback? Created attachment 176695 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D176695&action= =3Dedit Poudriere log excerpt Attempts to build this port with Python 3.4 or Python 3.5 fail at the packa= ge target after a failure in the stage target (see attached poudriere log exce= rpt from 10.3-STABLE amd64 w/py3.4). These errors were fixed upstream shortly after 1.12 was tagged. The followi= ng patches can be applied to resolve this error. =3D=3D=3D=3D author Thomas Klausner 2016-05-19 15:30:04 (GMT) committer Uli Schlachter 2016-05-28 10:16:40 (GMT) commit ea7a3ac6c658164690e0febb55f4467cb9e0bcac (patch) tree 8133b22b57c2d0b8809ae2a2ddfd3d8757bea108 /xcbgen/align.py parent 6398e42131eedddde0d98759067dde933191f049 (diff) Make whitespace use consistent. At least python-3.5.x complains about this forcefully. Signed-off-by: Thomas Klausner Signed-off-by: Uli Schlachter https://cgit.freedesktop.org/xcb/proto/commit/xcbgen/align.py?id=3Dea7a3ac6= c658164690e0febb55f4467cb9e0bcac =3D=3D=3D=3D =3D=3D=3D=3D author Thomas Klausner 2016-05-19 15:30:05 (GMT) committer Uli Schlachter 2016-05-28 10:17:01 (GMT) commit bea5e1c85bdc0950913790364e18228f20395a3d (patch) tree aa54fe5a2d2529e6400c1fb9768979bc8b6e9ef6 /xcbgen/xtypes.py parent ea7a3ac6c658164690e0febb55f4467cb9e0bcac (diff) print() is a function and needs parentheses. Fixes build with python-3.x. Signed-off-by: Thomas Klausner Signed-off-by: Uli Schlachter https://cgit.freedesktop.org/xcb/proto/commit/xcbgen/xtypes.py?id=3Dbea5e1c= 85bdc0950913790364e18228f20395a3d =3D=3D=3D=3D --=20 You are receiving this mail because: You are the assignee for the bug.=