Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jun 2017 16:29:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 219641] devel/py-qt5-core: Fails to package/install, incorrect pk-plist entries
Message-ID:  <bug-219641-21822-a48DM8fKeW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219641-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219641-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=3D219641

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

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

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

If you get the error:

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

Then run:

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

Before re-running:

make PYTHON_VERSION=3Dpython3.4 install

--=20
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-219641-21822-a48DM8fKeW>