#49715: qt5 port: can fetch and checksum but extract fails ------------------------+------------------------ Reporter: pjkim00@… | Owner: mcalhoun@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: qt5 | ------------------------+------------------------ Comment (by mcalhoun@…): Replying to [comment:6 pjkim00@…]:
Replying to [comment:4 mcalhoun@…]:
I do not know why I can not reproduce this.[[BR]] Attempting to follow comment:3, I copied the code from another meta port in r142609.[[BR]] Does this fix the problem?
Is the " r142609" supposed to be a link? I tried searching the trac.macports database and this thread is the only hit. I don't know what I am supposed to do to find out if this fixes my problem.
r142609 links to a change in the subversion repository, but that feature is currently down (see #49389).[[BR]] In case you are interested, you can also see the change by {{{ cd /opt/local/var/macports/sources/svn.macports.org/trunk svn diff -r142608:142609 }}} This assumes that /opt/local/var/macports/sources/svn.macports.org/trunk is your subversion repository (based on the log file). To test to see if the change worked, please try {{{ sudo port clean --all qt5 sudo port selfupdate sudo port install qt5 }}} I believe selfupdate updates the subversion repository, but you could also try {{{ sudo port clean --all qt5 cd /opt/local/var/macports/sources/svn.macports.org/trunk svn up sudo port install qt5 }}} -- Ticket URL: <https://trac.macports.org/ticket/49715#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X