Changes between Initial Version and Version 2 of Ticket #48179


Ignore:
Timestamp:
Jun 26, 2015, 7:15:26 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The reason why cmake and other ports are not found is that your ports tree probably doesn't exist, so you need to run port sync to create it.

Run port -v sync to see why the sync failed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48179

    • Property Priority changed from High to Normal
    • Property Component changed from ports to base
  • Ticket #48179 – Description

    initial v2  
    11Hi,I installed macport on my desktop which I do not have root access. The configure I used is:
    22
     3{{{
    34./configure --prefix=/Users/wen/macport --with-no-root-privileges --with-install-user=wen --with-macports-user=wen --with-install-group=nogroup
     5}}}
    46
    57after installing MacPort, I tried to use it to port cmake and qt5, but it can not find cmake:
    68
     9{{{
    710hollyhock:bin wen6$ port install cmake
    8 
    911Error: Port cmake not found
     12}}}
    1013
    1114It happens to others too, qt5, vim...
     
    1316I tried to update the tree, but I get the error:
    1417
     18{{{
    1519hollyhock:bin wen6$ port sync
    16 
    1720--->  Updating the ports tree
    18 
    1921Error: Synchronization of the local ports tree failed doing rsync
    20 
    2122port sync failed: Synchronization of 1 source(s) failed
     23}}}
    2224
    2325Can you help me so I can use MacPort?