Changes between Initial Version and Version 5 of Ticket #35332


Ignore:
Timestamp:
Jul 30, 2012, 1:18:34 PM (12 years ago)
Author:
anddam (Andrea D'Amore)
Comment:

Edited description to report the actual issue. Please provide the output of:

/usr/bin/xcodebuild -version

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35332

    • Property Owner changed from macports-tickets@… to and.damore@…
    • Property Status changed from new to assigned
  • Ticket #35332 – Description

    initial v5  
    33Running freshly installed Mac OS X 10.8
    44
    5 Issuing: {{{sudo port install py-keyring}}}
    6 results to
    7 
     5Issuing: {{{sudo port install py-keyring}}} breaks with
    86{{{
    9 :debug:build Backtrace: command execution failed
    10     while executing
    11 "system -nice 0 $fullcmdstring"
    12     ("eval" body line 1)
    13     invoked from within
    14 "eval system $notty $nice \$fullcmdstring"
    15     invoked from within
    16 "command_exec build"
    17     (procedure "portbuild::build_main" line 8)
    18     invoked from within
    19 "$procedure $targetname"
    20 :info:build Warning: targets not executed for py27-keyring: org.macports.activate org.macports.build org.macports.destroot org.macports.install
    21 :error:build Failed to install py27-keyring
    22 :debug:build couldn't open "/System/Library/Frameworks/Tcl.framework/Versions/8.5/Resources/tclIndex": no such file or directory
    23     while executing
    24 "open [file join $dir tclIndex]"
     7:info:build   File "setup.py", line 24, in <module>
     8:info:build     version = runcmd(['/usr/bin/xcodebuild', '-version'], {})[0].splitlines()[0]
     9:info:build IndexError: list index out of range
    2510}}}
    26 
    27 Quite a few ports are mentioning the issue w/ tclIndex - but some people say this error is not harmful. Full log is attached.