Ho appena effettuato l'upgrade a Mavericks (10.9.2) e dopo anni di utilizzo di MacPorts ho deciso di utilizzare Homebrew . Ho installato con successo Homebrew, ma faccio spettacoli medici:
brew doctor
Warning: 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/libtcl8.6.dylib
/usr/local/lib/libtk8.6.dylib
Warning: 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/tcl.pc
/usr/local/lib/pkgconfig/tk.pc
Warning: Unbrewed static libraries 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 static libraries:
/usr/local/lib/libtclstub8.6.a
/usr/local/lib/libtkstub8.6.a
Tutto questo materiale proviene da R.app, dal sito web specifico di OSX . Ora, preferisco usare la R.app standard piuttosto che la versione Homebrew (per una serie di motivi personali). Posso ignorare tranquillamente questi avvertimenti o ci sarà un problema?