Changes between Initial Version and Version 1 of Ticket #36640, comment 3


Ignore:
Timestamp:
Oct 18, 2012, 4:52:30 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36640, comment 3

    initial v1  
    11
    2 SIgh... undoubtedly the issue... xcode was just updated 2 or 3 weeks ago, and you'd think you would not have to do that with every update!
     2SIgh... undoubtedly the issue... xcode was just updated 2 or 3 weeks ago, and you'd think you would not have to do that with every update! [[br]]
    33(First Macports update since then.)
    44
     
    66
    77For some reason /usr/share/xcode-select/* was always showing up as rw------- on execution of
     8{{{
    89$ sudo xcode-select -switch /Applications/Xcode.app
     10}}}
    911
    1012Yeah, root umask is 077 as is my account. Just surprising that something like xcode-select would honor it.
    1113
    12 THEN, just to make matters more annoying. There are two items in that directory. A file and a link to that file.
    13 Simply making the file +og was not enough.
     14THEN, just to make matters more annoying. There are two items in that directory. A file and a link to that file. [[br]]
     15Simply making the file +og was not enough. [[br]]
    1416One had to chmod -h the LINK file also!
    1517
    1618AND THEN ... it still failed ... it wasn't happy with
     19{{{
    1720$ xcodebuild -license
     21}}}
    1822but demanded
     23{{{
    1924$ sudo xcodebuild -license
     25}}}
    2026
    21 All this was a result of the upgrade to Xcode 4.5.1 the other week.
     27All this was a result of the upgrade to Xcode 4.5.1 the other week. [[br]]
    2228Version 4.5.1 (4G1004)
    2329
    2430xcode-select version 2311.
    2531
    26 Thanks
     32Thanks [[br]]
    2733Problem solved.