Le migliori pratiche per gestire i file non vincolati in una nuova installazione di homebrew

1

Ho eliminato per errore /usr/local/bin che conteneva brew tra le altre cose. Ho reinstallato homebrew e ho eseguito brew prune per eliminare i link simbolici non funzionanti, ma quando eseguo brew doctor, ricevo comunque il seguente avviso:

$ 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 header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.

Unexpected header files:
    /usr/local/include/fakemysql.h
    /usr/local/include/fakepq.h
    /usr/local/include/fakesql.h
    ...
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
Warning: You have uncommitted modifications to Homebrew
If this a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
    cd /usr/local/Library && git stash && git clean -d -f

Se vuoi vedere l'elenco completo, controlla qui: link

La mia domanda è, dovrei cancellare manualmente questi file? Secondo questa risposta , posso semplicemente lasciare i file (o spostarli in una cartella separata e quindi eseguire brew link <folder name> ma poiché quella risposta ha tre anni (e in particolare i binari), sto verificando se esiste una tattica più corretta .

    
posta Eric Baldwin 21.10.2014 - 00:16
fonte

1 risposta

2

Per la maggior parte possono essere tranquillamente ignorati a meno che non ci sia un problema con il software aggiuntivo che non si installa. Come da questo commento da uno degli sviluppatori. Il comando brew doctor è in gran parte solo lì come mezzo di risoluzione dei problemi.

    
risposta data 11.11.2014 - 10:39
fonte

Leggi altre domande sui tag