[MacPorts] #41775: git-core @1.8.3.4_0 gitk defect

MacPorts noreply at macports.org
Thu Dec 12 00:58:24 PST 2013


#41775: git-core @1.8.3.4_0 gitk defect
--------------------------------+---------------------------------
 Reporter:  magdalena.menden@…  |      Owner:  macports-tickets@…
     Type:  defect              |     Status:  new
 Priority:  Normal              |  Milestone:
Component:  ports               |    Version:  2.2.0
 Keywords:  gitk                |       Port:  git-core @1.8.3.4_0
--------------------------------+---------------------------------
 The new feature of gitk (to bring the window to front)

 {{{
 # on OSX bring the current Wish process window to front
 if {[tk windowingsystem] eq "aqua"} {
     exec osascript -e [format {
         tell application "System Events"
             set frontmost of processes whose unix id is %d to true
         end tell
     } [pid] ]
 }
 }}}

 doesn't work on my Mac. I always get the following error message:

 {{{
 Error in startup script: dyld: DYLD_ environment variables being ignored
 because main executable (/usr/bin/osascript) is code signed with
 entitlements
 2013-10-14 10:16:13.454 osascript[2683:707] Error loading
 /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe
 Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit
 Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.
 Did find:
         /Library/ScriptingAdditions/Adobe Unit
 Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in
 universal wrapper
 osascript: OpenScripting.framework - scripting addition
 "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable
 handlers.
     while executing
 "exec osascript -e [format {
         tell application "System Events"
             set frontmost of processes whose unix id is %d to true
         end te..."
     invoked from within
 "if {[tk windowingsystem] eq "aqua"} {
     exec osascript -e [format {
         tell application "System Events"
             set frontmost of processes ..."
     (line 11755)
 }}}

 OS X 10.8.5, Xcode 4.5.2, Macports 2.2.0

-- 
Ticket URL: <https://trac.macports.org/ticket/41775>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list