Changes between Initial Version and Version 2 of Ticket #35670


Ignore:
Timestamp:
Aug 14, 2012, 6:35:39 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting, to fill in the Port field, and to Cc the maintainer of that port. Cc'ing yourself is not needed when you are the reporter.

Yes, despite you running as root (or using "sudo"), most of MacPorts does not run as root; it drops privileges to an unprivileged user (the "macports" user).

MacPorts works fine with the versions of Xcode listed on our install page, which includes 4.3 and 4.4.

Please "sudo port clean gnuplot", then try again, then attach the main.log file if it fails again, so that we can see everything that happened.

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  
    11I 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.:
    22
     3{{{
    34sudo port install gnuplot
    45...
     
    78Error: Failed to install aquaterm
    89...
     10}}}
    911
    1012Relevant lines from the log file:
    1113
     14{{{
    1215:msg:archivefetch --->  Fetching archive for aquaterm
    1316:debug:archivefetch Executing org.macports.archivefetch (aquaterm)
     
    1720:debug:archivefetch Backtrace: could not set effective gid to 0
    1821    while executing
    19 
     22}}}
    2023
    2124So despite running it as root, I'm not running it as root?