Opened 3 years ago

Last modified 3 years ago

#64764 reopened defect

git contents has an non-existent folder/file - share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish — at Version 1

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

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

/opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish is in the contents but the file doesn't exist and causes errors on rev-upgrade.

--->  Scanning binaries for linking errors

Warning: Error parsing file /opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish: Error opening or reading file


share/git-gui/lib/Git Gui.app/ doesn't exist

git @2.35.1_0+credential_osxkeychain+diff_highlight+doc+pcre+perl5_28 (active)

port contents git  | grep -i wish
  /opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish

Change History (1)

comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)

If /opt/local/share/git-gui/lib/Git Gui.app/Contents/MacOS/Wish does not exist on your disk after installing the git port, there is something wrong with your machine. It does exist on my machine.

Perhaps something deleted it after you installed the port. To get it back, you could:

sudo port -f deactivate git
sudo port activate git
Note: See TracTickets for help on using tickets.