From owner-freebsd-x11@freebsd.org Sun Nov 6 19:32:32 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 1D976C34C20 for ; Sun, 6 Nov 2016 19:32:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 07E426E for ; Sun, 6 Nov 2016 19:32:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 073C0C34C1F; Sun, 6 Nov 2016 19:32:32 +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 06E0AC34C1E for ; Sun, 6 Nov 2016 19:32:32 +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 EB4D36D for ; Sun, 6 Nov 2016 19:32:31 +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 uA6JWVLw085786 for ; Sun, 6 Nov 2016 19:32:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 214281] x11/libxcb: Fails in build with Python 3 after r425430 Date: Sun, 06 Nov 2016 19:32:31 +0000 X-Bugzilla-Type: request 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: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback? Message-ID: In-Reply-To: References: 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:32:32 -0000 John W. O'Brien has reassigned Bugzilla Automation 's request for maintainer-feedback to x11@FreeBSD.org: Bug 214281: x11/libxcb: Fails in build with Python 3 after r425430 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214281 --- Description --- Created attachment 176699 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D176699&action= =3Dedit Poudriere log excerpt Attempts to build this port with Python 3.5 (at least) fail at the build ta= rget (see attached poudriere log excerpt from 10.3-STABLE amd64 w/py3.5). These errors were fixed upstream shortly after 1.12 was tagged. The followi= ng patch can be applied to resolve this error. =3D=3D=3D=3D author Thomas Klausner 2016-05-19 15:31:18 (GMT) committer Uli Schlachter 2016-05-28 10:20:59 (GMT) commit 8740a288ca468433141341347aa115b9544891d3 (patch) tree 07fca9af69f89d2e81fe450f9e9ff97465e4efcc /src/c_client.py parent d34785a34f28fa6a00f8ce00d87e3132ff0f6467 (diff) Fix inconsistent use of tabs vs. space. Needed for at least python-3.5.x. Signed-off-by: Thomas Klausner Signed-off-by: Uli Schlachter https://cgit.freedesktop.org/xcb/libxcb/commit/src/c_client.py?id=3D8740a28= 8ca468 433141341347aa115b9544891d3 =3D=3D=3D=3D