#63666 closed defect (fixed)
py27-pyqt5 @5.15.5 does not build under MacOS 11.6
Reported by: | josephsacco | Owned by: | reneeotten (Renee Otten) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py27-pyqt5 |
Description
Somehow the build is expecting a setup.py file, which does not exist:
SDKROOT='/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk' Executing: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py27-pyqt5/py27-pyqt5/work/PyQt5-5.15.5" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build DEBUG: system: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py27-pyqt5/py27-pyqt5/work/PyQt5-5.15.5" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'setup.py': [Errno 2] No such file or directory Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py27-pyqt5/py27-pyqt5/work/PyQt5-5.15.5" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build Exit code: 2
Full log attached.
-Joseph
Attachments (1)
Change History (3)
Changed 3 years ago by josephsacco
comment:1 Changed 3 years ago by reneeotten (Renee Otten)
Owner: | set to reneeotten |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 3 years ago by reneeotten (Renee Otten)
Keywords: | py27-pyqt5 BigSur removed |
---|
upstream has removed the setup.py
file and likely assumes that everyone now builds with pyqtbuilder
. Python 2.7 is not supported for that package though and therefore we cannot build this newer version anymore...
Note: See
TracTickets for help on using
tickets.
main.log