Date: Thu, 19 Nov 2015 15:27:28 +0000 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 Message-ID: <bug-204519-21822-g7ciZGhtJh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-204519-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-204519-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519 Ruslan Makhmatkhanov <rm@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rm@FreeBSD.org --- Comment #13 from Ruslan Makhmatkhanov <rm@FreeBSD.org> --- (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 <module> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204519-21822-g7ciZGhtJh>