#55945 closed defect (fixed)
py27-pyqt4: PyQt4_gpl_mac-4.12.1.tar.gz does not exist
Reported by: | ifuchs | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | server/hosting | Version: | 2.4.2 |
Keywords: | Cc: | ||
Port: | py27-pyqt4 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I am attempting to port install gnuradio and it is failing when I get here:
Verifying checksums for py27-pyqt4 Error: Failed to checksum py27-pyqt4: PyQt4_gpl_mac-4.12.1.tar.gz does not exist in /opt/local/var/macports/distfiles/python Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-pyqt4/py27-pyqt4/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port gnuradio failed
Attachments (1)
Change History (5)
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Component: | ports → server/hosting |
---|---|
Description: | modified (diff) |
Port: | py27-pyqt4 added; gnuradio removed |
Resolution: | → fixed |
Status: | new → closed |
Summary: | GNURADIO port install fails → py27-pyqt4: PyQt4_gpl_mac-4.12.1.tar.gz does not exist |
comment:2 Changed 7 years ago by ifuchs
Thank you. I did as you suggested. It gets further than before but then fails as follows. Please let me know if there is more information I can provide which would help resolve this.
---> Fetching archive for py27-pyqt4 ---> Attempting to fetch py27-pyqt4-4.12.1_1.darwin_15.x86_64.tbz2 from https://packages.macports.org/py27-pyqt4 ---> Attempting to fetch py27-pyqt4-4.12.1_1.darwin_15.x86_64.tbz2 from http://ywg.ca.packages.macports.org/mirror/macports/packages/py27-pyqt4 ---> Attempting to fetch py27-pyqt4-4.12.1_1.darwin_15.x86_64.tbz2 from http://sea.us.packages.macports.org/macports/packages/py27-pyqt4 ---> Fetching distfiles for py27-pyqt4 ---> Verifying checksums for py27-pyqt4 ---> Extracting py27-pyqt4 ---> Applying patches to py27-pyqt4 ---> Configuring py27-pyqt4 ---> Building py27-pyqt4 Error: Failed to build py27-pyqt4: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-pyqt4/py27-pyqt4/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port gnuradio failed
Changed 7 years ago by ifuchs
comment:3 Changed 7 years ago by kencu (Ken)
Oh oh -- where's your Xcode?
329 :info:build /bin/sh: /Applications/Xcode: No such file or directory 330 :info:build make: *** [all] Error 127 331 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-pyqt4/py27-pyqt4/work/PyQt4_gpl_mac-4.12.1' 332 :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_python_py-pyqt4/py27-pyqt4/work/PyQt4_gpl_mac-4.12.1" && make -j8 -w all 333 :info:build Exit code: 2
It's difficult to theorize why MacPorts has arrived at the checksum stage, thinking the distfile PyQt4_gpl_mac-4.12.1.tar.gz exists, when it does not.
Perhaps you could not fetch the distfile, but MacPorts thinks you did. (You didn't show the log from the fetch phase.)
Perhaps the reason why you could not fetch the distfile is because we did not mirror it. We are not mirroring distfiles automatically at this time; see #53347. I have mirrored the file manually now. It should show up publicly within an hour. Wait until then, then run
sudo port clean py27-pyqt4
and then try again.