Changes between Initial Version and Version 2 of Ticket #35670
- Timestamp:
- Aug 14, 2012, 6:35:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35670
- Property Cc ryandesign@… added
- Property Owner changed from macports-tickets@… to mojca.miklavec.lists@…
- Property Port gnuplot added
-
Ticket #35670 – Description
initial v2 1 1 I know that people are still trying to figure out all the issues with Xcode 4.3, but I had no choices but to move on to 4.4 as my hard drive died yesterday and was replaced. I can install macports, but um unable to install any ports due to what seems like a privileges issue. I.e.: 2 2 3 {{{ 3 4 sudo port install gnuplot 4 5 ... … … 7 8 Error: Failed to install aquaterm 8 9 ... 10 }}} 9 11 10 12 Relevant lines from the log file: 11 13 14 {{{ 12 15 :msg:archivefetch ---> Fetching archive for aquaterm 13 16 :debug:archivefetch Executing org.macports.archivefetch (aquaterm) … … 17 20 :debug:archivefetch Backtrace: could not set effective gid to 0 18 21 while executing 19 22 }}} 20 23 21 24 So despite running it as root, I'm not running it as root?