Je viens d'exécuter le script Homebrew comme décrit dans la page d'installation. J'ai ensuite couru brew doctor
dans Terminal, et il a renvoyé plusieurs erreurs. Je ne sais pas comment corriger ces erreurs, veuillez aider.
brew doctor
Error: Some directories in /usr/local/share/man aren't writable.
This can happen if you "sudo make install" software that isn't managed
by Homebrew. If a brew tries to add locale information to one of these
directories, then the install will fail during the link step.
You should probably `chown` them:
/usr/local/share/man/de
/usr/local/share/man/de/man1
Error: You have Xcode 4.2, which is outdated.
Please install Xcode 4.3.
Error: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libcdt.5.dylib /usr/local/lib/libcgraph.6.dylib /usr/local/lib/libgraph.5.dylib /usr/local/lib/libgvc.6.dylib /usr/local/lib/libgvpr.2.dylib /usr/local/lib/libpathplan.4.dylib /usr/local/lib/libxdot.4.dylib
Error: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/libcdt.pc /usr/local/lib/pkgconfig/libcgraph.pc /usr/local/lib/pkgconfig/libgraph.pc /usr/local/lib/pkgconfig/libgvc.pc /usr/local/lib/pkgconfig/libgvpr.pc /usr/local/lib/pkgconfig/libpathplan.pc /usr/local/lib/pkgconfig/libxdot.pc
Error: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
2to3
Consider amending your PATH so that /usr/local/bin
is ahead of /usr/bin in your PATH.
brew doctor
erreurs en toute sécurité , sauf lorsque vous ne pouvez vraiment pas installer quelque chose.Sauvegardez certainement ces dylib et PC. Ne pas les avoir autour de graphviz casse (en particulier les liaisons python). Copiez-les dans leurs répertoires une fois que vous êtes prêt.
Si vous oubliez de les sauvegarder et que graphiz cesse de fonctionner avec les erreurs "Image introuvable" sur les bibliothèques, réinstallez simplement l'application graphviz à partir du site Web ( http://www.graphviz.org/Download_macos.php ).
Il semble que le nom du jeu ignore ces avertissements particuliers du docteur de brassage.
la source
Je voudrais "liste blanche" les
.dylib
fichiers ici:nano +128 /usr/local/Library/Homebrew/cmd/doctor.rb
ajouter:
et les
.pc
fichiers ici:nano +163 /usr/local/Library/Homebrew/cmd/doctor.rb
la source