Opened 15 years ago
Closed 15 years ago
#22456 closed defect (fixed)
py26-pyqwt 5.2.0 configure failure: requires at least PyQt-4.2
Reported by: | andreas.wilm@… | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | py26-pyqwt |
Description
Hi there,
py26-pyqwt configure fails because pyqt is not defined as dependency. Installing py26-pyqt4 first fixes the problem.
Andreas
Build log:
---> Fetching py26-pyqwt ---> Attempting to fetch PyQwt-5.2.0.tar.gz from http://downloads.sourceforge.net/pyqwt ---> Verifying checksum(s) for py26-pyqwt ---> Extracting py26-pyqwt ---> Configuring py26-pyqwt Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-pyqwt/work/PyQwt-5.2.0/configure" && /opt/local/bin/python2.6 configure.py -I /opt/local/include -I /opt/local/include/qwt -I /opt/local/include/python2.6 -L /opt/local/lib --disable-numarray --disable-numeric " returned error 1 Command output: Command line options: {'debug': False, 'disable_numarray': True, 'disable_numeric': True, 'disable_numpy': False, 'excluded_features': [], 'extra_cflags': [], 'extra_cxxflags': [], 'extra_defines': [], 'extra_include_dirs': ['/opt/local/include', '/opt/local/include/qwt', '/opt/local/include/python2.6'], 'extra_lflags': [], 'extra_lib_dirs': ['/opt/local/lib'], 'extra_libs': [], 'jobs': '', 'module_install_path': '', 'modules': [], 'qt': 4, 'qwt_sources': '', 'sip_include_dirs': [], 'subdirs': [], 'timelines': [], 'trace': ''} Requires at least PyQt-4.2 and its development tools. Error: Status 1 encountered during processing.
Change History (2)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Keywords: | pyqwt pyqt removed |
---|---|
Owner: | changed from macports-tickets@… to macsforever2000@… |
Port: | py26-pyqwt added |
comment:2 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r60405. Thanks for pointing that out.