J'essaie d'installer GraphicsMagick sur Mountain Lion et j'ai des problèmes. J'ai essayé toutes les choses que je pouvais rechercher dans les blogs et autres questions de stackoverflow mais rien n'a fonctionné. J'ai donc mis la pile complète d'erreurs que j'obtiens sur chaque commande. S'il vous plaît regardez-moi et aidez-moi.
Quand je cours
brew install graphicsmagick
J'ai compris
Warning: Could not link jpeg. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link jpeg'
et
Warning: Could not link libpng. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link libpng'
et dans le dernier je reçois
==> make install
Warning: Could not link graphicsmagick. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link graphicsmagick'
Possible conflicting files are:
==> Summary
???? /usr/local/Cellar/graphicsmagick/1.3.18: 283 files, 10M, built in 52 seconds
Maintenant, si j'essaie de brew link jpeg
ou brew link libpng
Je reçois cette erreur
Linking /usr/local/Cellar/jpeg/8d... Warning: Could not link jpeg. Unlinking...
Error: Could not symlink file: /usr/local/Cellar/jpeg/8d/bin/wrjpgcom
Target /usr/local/bin/wrjpgcom already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
brew link --overwrite formula_name
To list all files that would be deleted:
brew link --overwrite --dry-run formula_name
Si j'essaie la méthode d'écrasement en faisant brew link --overwrite jpeg
ça a marché. Mais 'brew link --overwrite libpng
' J'ai compris
Linking /usr/local/Cellar/libpng/1.5.14... Warning: Could not link libpng. Unlinking...
Error: Permission denied - /usr/local/share/man/man5/png.5
Et après ça, quand j'essaie brew link graphicsmagick
Je reçois:
Linking /usr/local/Cellar/graphicsmagick/1.3.18... Warning: Could not link graphicsmagick. Unlinking...
Error: Could not symlink file: /usr/local/Cellar/graphicsmagick/1.3.18/share/man/man5/quantize.5
/usr/local/share/man/man5 is not writable. You should change its permissions.
Aidez-moi, s'il vous plaît. Merci d'avance.
Essayez de tout supprimer et recommencez:
brew uninstall imagemagick graphicsmagick libpng jpeg
brew cleanup -s
brew install graphicsmagick
J'ai résolu quelques problèmes récemment