Changes between Initial Version and Version 1 of Ticket #49600


Ignore:
Timestamp:
Nov 6, 2015, 2:09:50 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The installer will take a long time on El Capitan due to #49050. If you interrupted it, run "sudo port selfupdate" now and let it finish what it was doing.

The error you show is a user error. You've asked MacPorts to clean all aspects, but you haven't told it what port(s) to clean all aspects of. If you wanted to clean all aspects of all ports, the correct command would be "sudo port clean --all all".

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49600

    • Property Status changed from new to closed
    • Property Cc ryandesign@… added
    • Property Component changed from ports to base
    • Property Priority changed from High to Normal
    • Property Keywords elcapitan added
    • Property Resolution changed from to invalid
  • Ticket #49600 – Description

    initial v1  
    11Tried installing mac ports latest on El Capitan.  THe install locked up around 75% complete.  Now I just get this error every time i try something.
     2{{{
    23us-col-internet-10-19-1-136:tmp $ sudo port clean --all
    34Can't map the URL 'file://.' to a port description file ("Could not find Portfile in /private/var/tmp").
     
    56To use the current port, you must be in a port's directory.
    67us-col-internet-10-19-1-136:tmp $
     8}}}
    79
    810Can anyone help please?