होमब्रेव की एक ताजा स्थापना में अनब्रेटेड फ़ाइलों से निपटने के लिए सर्वोत्तम अभ्यास


1

मैंने गलती से डिलीट कर दिया /usr/local/bin जिसमें सम्‍मिलित है brew अन्य बातों के अलावा। मैंने होमब्रेव को फिर से स्थापित किया और भाग गया brew prune टूटी हुई सीमलिंक से छुटकारा पाने के लिए, लेकिन जब मैं काढ़ा डॉक्टर चलाता हूं, तब भी मुझे निम्नलिखित चेतावनी मिलती है:

$ 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

यदि आप पूरी सूची देखना चाहते हैं, तो यहां देखें: http://pastie.org/9663902

मेरा सवाल है, क्या मुझे इन फ़ाइलों को मैन्युअल रूप से हटाना चाहिए? इसके अनुसार यह जवाब , मैं बस फाइलों को छोड़ सकता हूं (या उन्हें एक अलग फ़ोल्डर में स्थानांतरित कर सकता हूं और फिर चला सकता हूं brew link <folder name> लेकिन चूंकि यह उत्तर तीन साल पुराना है (और विशेष रूप से बायनेरिज़ के बारे में), मैं यह देखने के लिए जाँच कर रहा हूं कि क्या अधिक सही रणनीति है।

जवाबों:


2

अधिकांश भाग के लिए उन्हें सुरक्षित रूप से अनदेखा किया जा सकता है जब तक कि अतिरिक्त सॉफ़्टवेयर स्थापित न होने की समस्या है। इसके अनुसार टिप्पणी डेवलपर्स में से एक से। brew doctor समस्या निवारण के साधन के रूप में कमांड काफी हद तक है।

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.