Opened 12 years ago
Closed 12 years ago
#37421 closed defect (fixed)
py25-pyqt4 @4.9.6_1: port_v3: no such file or directory
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | py25-pyqt4 |
Description
Installing py25-pyqt4 @4.9.6_1 fails:
---> Fetching distfiles for py25-pyqt4 ---> Verifying checksum(s) for py25-pyqt4 ---> Extracting py25-pyqt4 ---> Applying patches to py25-pyqt4 ---> Configuring py25-pyqt4 ---> Building py25-pyqt4 ---> Staging py25-pyqt4 into destroot Error: org.macports.destroot for port py25-pyqt4 returned: /opt/local/var/macports/build/_Users_rschmidt_macports_dports_python_py-pyqt4/py25-pyqt4/work/destroot/opt/local/lib/python2.5/site-packages/PyQt4/uic/port_v3: no such file or directory
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_python_py-pyqt4/py25-pyqt4/work/destroot/opt/local/lib/python2.5/site-packages/PyQt4/uic/port_v3 does not exist.
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_python_py-pyqt4/py25-pyqt4/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/PyQt4/uic/port_v3 does.
Change History (4)
comment:1 Changed 12 years ago by michaelld (Michael Dickens)
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
py25-pyqt4 does install now, but the port_v3 directory does not get deleted as you want it to.
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5 is a symlink (to /opt/local/lib/python2.5). So what's confusing is that the port is installing files to /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5; it should be installing them to /opt/local/lib/python2.5 instead. Compare with other py25 ports.
comment:4 Changed 12 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Done and tested for Python 2.5 and 2.7 in r102256.
Should be fixed in r100839. Please give this change a try and see if it works.