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

--- Comment #6 from gdin...@pacbell.net ---
(In reply to Kubilay Kocak from comment #4)

Just to be sure:

Without the patch to python.mk, py-gtk5-core:

    builds and installs as expected using python3.4

    fails to install using python3.5 and python3.6

With the patch using python3.4, python3.5 and python3.6 all build and install.

Note that python3.4 uses *.cpython-34.pyo for its "optimized" compiled file
while python3.5 and python3.6 use *.cpython-3[56].opt-1.pyc

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to