[Bug 204519] Mk/bsd.default-versions.mk: Set Python 3.5 as the default 3.x version

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 19 15:27:29 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204519

Ruslan Makhmatkhanov <rm at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rm at FreeBSD.org

--- Comment #13 from Ruslan Makhmatkhanov <rm at 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 at 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 at 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.


More information about the freebsd-python mailing list