Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#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)

main.log (13.5 KB) - added by josephsacco 2 years ago.
main.log

Download all attachments as: .zip

Change History (3)

Changed 2 years ago by josephsacco

Attachment: main.log added

main.log

comment:1 Changed 2 years ago by reneeotten (Renee Otten)

Owner: set to reneeotten
Resolution: fixed
Status: newclosed

In 0cc0e00e62e1e0af198a1a8a78334e916df7a4ee/macports-ports (master):

py27-pyqt5: back to version 5.15.4

The newer version does not build with Python 2.7, so keep it at the
latest supoprted one. Reverts bbc7c828875adae409662f997e64248961306ee2.

Closes: #63666

comment:2 Changed 2 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.