From owner-freebsd-python@freebsd.org Thu Nov 19 15:27:28 2015 Return-Path: Delivered-To: freebsd-python@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 D7CC4A332C0 for ; Thu, 19 Nov 2015 15:27:28 +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 BC9D312C7 for ; Thu, 19 Nov 2015 15:27:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B9AB3A332BF; Thu, 19 Nov 2015 15:27:28 +0000 (UTC) Delivered-To: python@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 B94AEA332BE for ; Thu, 19 Nov 2015 15:27:28 +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 8B20C12C5 for ; Thu, 19 Nov 2015 15:27:28 +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 tAJFRSxh033761 for ; Thu, 19 Nov 2015 15:27:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version Date: Thu, 19 Nov 2015 15:27:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rm@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: koobs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: exp-run? X-Bugzilla-Changed-Fields: cc 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.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2015 15:27:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519 Ruslan Makhmatkhanov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rm@FreeBSD.org --- Comment #13 from Ruslan Makhmatkhanov --- (In reply to Antoine Brodin from comment #11) - deskutils/alacarte/pkg-plist (this one installs versioned files in an unversioned lib/python directory) alacarte is broken anyway. I got this why running it: [rm@smsh-zfs ~]> alacarte Traceback (most recent call last): File "/usr/local/bin/alacarte", line 21, in from Alacarte.MainWindow import main ImportError: No module named 'Alacarte' I have a fix to make it build with python3 and to install it into correct directory layout, but it still fails to run: [rm@smsh-zfs ~]> alacarte /usr/local/lib/python3.5/site-packages/Alacarte/MainWindow.py:43: Warning: invalid (NULL) pointer instance self.tree.add_from_file(os.path.join(config.pkgdatadir, 'alacarte.ui')) /usr/local/lib/python3.5/site-packages/Alacarte/MainWindow.py:43: Warning: g_signal_connect_object: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed self.tree.add_from_file(os.path.join(config.pkgdatadir, 'alacarte.ui')) /usr/local/lib/python3.5/site-packages/Alacarte/MainWindow.py:43: Warning: g_object_ref: assertion 'G_IS_OBJECT (object)' failed self.tree.add_from_file(os.path.join(config.pkgdatadir, 'alacarte.ui')) Segmentation fault (core dumped) So I believe you may just mark it uncoditionally broken and exclude from exp-run. -- You are receiving this mail because: You are on the CC list for the bug.