#31654 closed defect (fixed)
py26-pyqt4 failing install
Reported by: | njb@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | eborisch (Eric A. Borisch) | |
Port: | py26-pyqt4 |
Description
sudo port -d install py26-pyqt4 is failing with the following error:
Generating the C++ source for the QtCore module... "/opt/local/bin/sip" -w -o -P -x VendorID -t WS_MACX -x PyQt_NoPrintRangeBug -t Qt_4_7_2 -x Py_v3 -g -a QtCore.api -c /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py26-pyqt4/py26-pyqt4/work/PyQt-mac-gpl-4.8.4/QtCore -b QtCore/QtCore.sbf -I /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py26-pyqt4/py26-pyqt4/work/PyQt-mac-gpl-4.8.4/sip /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py26-pyqt4/py26-pyqt4/work/PyQt-mac-gpl-4.8.4/sip/QtCore/QtCoremod.sip shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py26-pyqt4/py26-pyqt4/work/PyQt-mac-gpl-4.8.4" && /opt/local/bin/python2.6 configure.py -q /opt/local/bin/qmake --verbose --confirm-license LFLAGS="-F/opt/local/Library/Frameworks -L/opt/local/lib" " returned error 1 Warning: the following items did not execute (for py26-pyqt4): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
Attachments (1)
Change History (9)
Changed 13 years ago by njb@…
comment:1 follow-up: 2 Changed 13 years ago by eborisch (Eric A. Borisch)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by njb@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Replying to eborisch@…:
This issue should be addressed in r86081.
Ok, what am I missing - should I not be able to "sudo port install py26-pyqt4" and obtain the latest base and patch with a successful install? I did a clean, still no go an an uninstall and still no luck.
Is there something else I need to do?
comment:3 Changed 13 years ago by eborisch (Eric A. Borisch)
Hrmm. Did py26-sip upgrade (it should have after r86081 percolated out...) You shouldn't be getting the same error now, at least, if it did -- it should now call /opt/local/bin/sip-2.6.
Try this:
sudo port selfupdate sudo port upgrade outdated sudo port clean py26-pyqt4 sudo port install py26-pyqt4
You can also check that 'port echo active and py26-sip' shows 4.12.4_2 as the version...
If it's still failing, please attach the build log. If it's not, please close.
comment:4 Changed 13 years ago by eborisch (Eric A. Borisch)
I should have formatted that better:
sudo port selfupdate sudo port upgrade outdated sudo port clean py26-pyqt4 sudo port install py26-pyqt4
comment:6 Changed 13 years ago by njb@…
ok, now all good.... thanks eborisch for the assistance.
ok to close (I don't seem to have an available option to be able to close the ticket, sorry).
comment:7 Changed 13 years ago by eborisch (Eric A. Borisch)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:8 Changed 13 years ago by mf2k (Frank Schima)
Keywords: | py26-pyqt4 removed |
---|
This issue should be addressed in r86081.