Created
August 26, 2014 22:01
-
-
Save cdeil/21f0f898fbd0f9c0ab3d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo port install py34-autopep8 | |
---> Computing dependencies for py34-autopep8 | |
---> Dependencies to be installed: py34-pep8 | |
---> Fetching archive for py34-pep8 | |
---> Attempting to fetch py34-pep8-1.5.7_0.darwin_13.noarch.tbz2 from http://nue.de.packages.macports.org/macports/packages/py34-pep8 | |
---> Attempting to fetch py34-pep8-1.5.7_0.darwin_13.noarch.tbz2.rmd160 from http://nue.de.packages.macports.org/macports/packages/py34-pep8 | |
---> Installing py34-pep8 @1.5.7_0 | |
---> Activating py34-pep8 @1.5.7_0 | |
To make the Python 3.4 version of pep8 the one that is run when you execute the commands without a version suffix, e.g. 'pep8', run: | |
port select --set pep8 pep834 | |
---> Cleaning py34-pep8 | |
---> Fetching archive for py34-autopep8 | |
---> Attempting to fetch py34-autopep8-1.0.1_0.darwin_13.noarch.tbz2 from http://nue.de.packages.macports.org/macports/packages/py34-autopep8 | |
---> Attempting to fetch py34-autopep8-1.0.1_0.darwin_13.noarch.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py34-autopep8 | |
---> Attempting to fetch py34-autopep8-1.0.1_0.darwin_13.noarch.tbz2 from http://lil.fr.packages.macports.org/py34-autopep8 | |
---> Fetching distfiles for py34-autopep8 | |
---> Attempting to fetch autopep8-1.0.1.tar.gz from http://pypi.python.org/packages/source/a/autopep8 | |
---> Verifying checksums for py34-autopep8 | |
---> Extracting py34-autopep8 | |
---> Configuring py34-autopep8 | |
---> Building py34-autopep8 | |
---> Staging py34-autopep8 into destroot | |
Error: org.macports.destroot for port py34-autopep8 returned: xinstall: Cannot stat: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-autopep8/files/autopep834, No such file or directory | |
Please see the log file for port py34-autopep8 for details: | |
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-autopep8/py34-autopep8/main.log | |
To report a bug, follow the instructions in the guide: | |
http://guide.macports.org/#project.tickets | |
Error: Processing of port py34-autopep8 failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment