[Bug 219641] devel/py-qt5-core: Fails to package/install, incorrect pk-plist entries

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 1 16:29:30 UTC 2017


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

--- Comment #11 from Dan MacDonald <allcoms at gmail.com> ---
Yay!

After a much longer than expected battle, I've finally got pyqt5 built against
python 3.4. To achieve this:

cd /usr/ports/devel/py-qt5
make PYTHON_VERSION=python3.4 config
# Disable both dbus sub-ports and the pyqt5 demo port in the ncurses menu
make PYTHON_VERSION=python3.4 install

If you get the error:

Error: Make sure you have a working sip on your PATH or use the --sip argument

Then run:

ln -s /usr/local/bin/sip-3.4 /usr/local/bin/sip

Before re-running:

make PYTHON_VERSION=python3.4 install

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list