Changes between Initial Version and Version 2 of Ticket #48179
- Timestamp:
- Jun 26, 2015, 7:15:26 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48179
-
Property
Priority
changed from
High
toNormal
-
Property
Component
changed from
ports
tobase
-
Property
Priority
changed from
-
Ticket #48179 – Description
initial v2 1 1 Hi,I installed macport on my desktop which I do not have root access. The configure I used is: 2 2 3 {{{ 3 4 ./configure --prefix=/Users/wen/macport --with-no-root-privileges --with-install-user=wen --with-macports-user=wen --with-install-group=nogroup 5 }}} 4 6 5 7 after installing MacPort, I tried to use it to port cmake and qt5, but it can not find cmake: 6 8 9 {{{ 7 10 hollyhock:bin wen6$ port install cmake 8 9 11 Error: Port cmake not found 12 }}} 10 13 11 14 It happens to others too, qt5, vim... … … 13 16 I tried to update the tree, but I get the error: 14 17 18 {{{ 15 19 hollyhock:bin wen6$ port sync 16 17 20 ---> Updating the ports tree 18 19 21 Error: Synchronization of the local ports tree failed doing rsync 20 21 22 port sync failed: Synchronization of 1 source(s) failed 23 }}} 22 24 23 25 Can you help me so I can use MacPort?