Warnings on launch on Mac OS X Sierra

I installed homebrewon my computer. Using brew, I installed meld. When I run it with git, I get the following error:

Couldn't bind the translation domain. Some translations won't work.
'module' object has no attribute 'bindtextdomain'
2016-10-20 10:14:08.422 Python[22212:158273] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.

(meld:22212): Gdk-WARNING **: GdkQuartzDisplay does not implement the monitor vfuncs

I don’t understand how it works brew. In fact, I never broke into my code, I used it only for (un) installing software.

Have there been some online queries, but this does not seem to be the solution. Has anyone figured this out?

+4
source share
1 answer

Homebrew - MacOS. Linux, Mac , , wget, pip .. . Homebrew .

, Homebrew ... , , Homebrew Xcode ( Xcode ): https://github.com/Homebrew/brew/blob/master/docs/Troubleshooting.md#troubleshooting

brew update, brew doctor brew prune .

, , , homebrew/core caskroom/cask. , brew doctor Xcode:

$ brew uninstall meld
$ brew install meld
Error: No available formula with the name "meld"
It was migrated from homebrew/core to caskroom/cask.
You can access it again by running:
brew tap caskroom/cask
$ brew tap caskroom/cask
$ brew cask install meld
==> Downloading https://github.com/yousseb/meld/releases/download/osx-9/meldmerge.dmg
######################################################################## 100.0%
==> Verifying checksum for Cask meld
==> Moving App 'Meld.app' to '/Applications/Meld.app'.
==> Linking Binary 'Meld' to '/usr/local/bin/meld'.
🍺  meld was successfully installed!
+11

Source: https://habr.com/ru/post/1658362/


All Articles