From owner-freebsd-python@FreeBSD.ORG Wed Feb 18 18:40:59 2015 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B007519 for ; Wed, 18 Feb 2015 18:40:59 +0000 (UTC) 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 7FAE2386 for ; Wed, 18 Feb 2015 18:40:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIexpl021070 for ; Wed, 18 Feb 2015 18:40:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.22 Date: Wed, 18 Feb 2015 18:40:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to cc bug_status short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:40:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | CC| |dbn@FreeBSD.org Status|New |In Progress Summary|[MAINTAINER]] lang/cython: |[MAINTAINER]] lang/cython: |Update to 0.21.2 |Update to 0.22 --- Comment #2 from Jan Beich --- Tested cython-0.22 doesn't break build of the following consumers: biology/pycogent comms/py-libimobiledevice devel/bzr devel/py-libplist devel/py-meliae devel/py-tables devel/renpy math/py-bottleneck multimedia/py-ffmpeg net/py-pcs science/py-h5py science/py-mlpy www/py-falcon www/py-jswebkit x11/xpra while breaking x11-toolkits/py-kivy (cython-0.21.2 is fine): cythoning kivy/graphics/texture.pyx to kivy/graphics/texture.c Error compiling Cython file: ------------------------------------------------------------ ... cpdef release(self) cpdef get_pixel_color(self, int wx, int wy) cdef void create_fbo(self) cdef void delete_fbo(self) cdef void apply(self) ^ ------------------------------------------------------------ kivy/graphics/fbo.pxd:25:19: Signature not compatible with previous declaration Error compiling Cython file: ------------------------------------------------------------ ... cdef void push_states(self, list names) except * cdef void pop_state(self, str name) except * cdef void pop_states(self, list names) except * cdef void enter(self) except * cdef void leave(self) except * cdef void apply(self) except * ^ ------------------------------------------------------------ kivy/graphics/instructions.pxd:118:19: Previous declaration is here building 'kivy.graphics.texture' extension creating build creating build/temp.freebsd-11.0-CURRENT-amd64-2.7 creating build/temp.freebsd-11.0-CURRENT-amd64-2.7/kivy creating build/temp.freebsd-11.0-CURRENT-amd64-2.7/kivy/graphics cc -DNDEBUG -O2 -pipe -fstack-protector -fPIC -I/usr/local/include -I/usr/local/include/python2.7 -c kivy/graphics/texture.c -o build/temp.freebsd-11.0-CURRENT-amd64-2.7/kivy/graphics/texture.o kivy/graphics/texture.c:1:2: error: Do not use this file, it is the result of a failed Cython compilation. #error Do not use this file, it is the result of a failed Cython compilation. ^ 1 error generated. error: command 'cc' failed with exit status 1 David, should I wait for your fix or mark BROKEN and lang/cython update regardless? -- You are receiving this mail because: You are on the CC list for the bug.