Opened 14 months ago

Last modified 11 months ago

#67106 assigned defect

git destroot fails "The domain/default pair of ... does not exist"

Reported by: kurthindenburg (Kurt Hindenburg) Owned by: ci42
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: herbygillot (Herby Gillot)
Port: git

Description (last modified by ryandesign (Ryan Carsten Schmidt))

DEBUG: Backtrace: 2023-03-15 19:26:04.166 defaults[65215:20646182] 
The domain/default pair of (/opt/local/var/macports/build/_Volumes_Devel_GitHub_macports-ports_devel_git/git/work/destroot/opt/local/share/git-gui/lib/Git Gui.app/Contents/Info, CFBundleExecutable) does not exist

Attachments (1)

main.log (785.8 KB) - added by kurthindenburg (Kurt Hindenburg) 14 months ago.
main.log

Download all attachments as: .zip

Change History (8)

Changed 14 months ago by kurthindenburg (Kurt Hindenburg)

Attachment: main.log added

main.log

comment:1 Changed 14 months ago by kurthindenburg (Kurt Hindenburg)

Cc: ci42 herbygillot added

comment:2 Changed 14 months ago by kurthindenburg (Kurt Hindenburg)

13.2.1 (22D68)

comment:3 Changed 14 months ago by jmroot (Joshua Root)

Most likely coming from this on line 237:

set wish_executable [exec defaults read ${destroot}${guidir}/Info CFBundleExecutable]

comment:4 Changed 14 months ago by jmroot (Joshua Root)

Cc: ci42 removed
Owner: set to ci42
Status: newassigned

Probably want to be using -ignorestderr if there's any chance of the command producing non-fatal warnings.

comment:5 Changed 14 months ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

comment:6 Changed 13 months ago by kurthindenburg (Kurt Hindenburg)

Using -ignorerestderr didn't work. I had to use a try {} to get around the error

result: 1 child process exited abnormally

comment:7 Changed 11 months ago by kurthindenburg (Kurt Hindenburg)

still on 2.41.0

Note: See TracTickets for help on using tickets.