#14686 closed defect (fixed)
py-pyqt3 fails to build on 10.4.11
Reported by: | felix.engel@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
This is the output from a fresh Macport 1.6.0 installation:
lina /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-pyqt3/work/PyQt-mac-gpl-3.17 # port install py-pyqt3 ---> Building py-pyqt3 with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-pyqt3/work/PyQt-mac-gpl-3.17" && make all " returned error 2 Command output: c++ -c -pipe -fPIC -Os -Wall -W -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I/opt/local/include/python2.4 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 -I/opt/local/mkspecs/macx-g++ -I/opt/local/include/qt3 -o sipqtcmodule.o sipqtcmodule.cpp sip/qt/qdir.sip:47:28: error: sipqtQFileInfo.h: No such file or directory sipqtcmodule.cpp:13276: error: 'sipQtFindConnection' was not declared in this scope make[1]: *** [sipqtcmodule.o] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing.
Attachments (1)
Change History (6)
comment:1 Changed 17 years ago by felix.engel@…
comment:2 Changed 17 years ago by jmroot (Joshua Root)
Milestone: | → Port Bugs |
---|
Changed 17 years ago by cpettitt@…
Attachment: | Portfile-py-pyqt3.diff added |
---|
comment:3 Changed 17 years ago by cpettitt@…
I ran into the same problem on Tiger. I patched my Portfile to pull down the latest sources from riverbank (see attached) and the build went smoothly.
Note: See
TracTickets for help on using
tickets.
There are three files affected:
qdir.sip:47:#include "sipqtQFileInfo.h" qobjectlist.sip:38:#include "sipqtQObject.h" qwidgetlist.sip:38:#include "sipqtQWidget.h"
They include those "sipqt*" files which are not available. The stock sources from riverbank do not include those and build fine.