2012-11-30 4 views
1

내 산 사자 터미널에 양조 의사를 실행, 나는 다음과 같은 오류가 얻을 : 양조 의사 오류를 수정하는 방법?

 

Warning: /usr/local/etc isn't writable. 
This can happen if you "sudo make install" software that isn't managed 
by Homebrew. 

If a brew tries to write a file to this directory, the install will 
fail during the link step. 

You should probably `chown` /usr/local/etc 
Warning: 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/man8 

          
   
   Warning: Your XQuartz (2.7.2) is outdated Please install XQuartz 2.7.4. 
   
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/libicudata.49.1.2.dylib /usr/local/lib/libicui18n.49.1.2.dylib /usr/local/lib/libicuio.49.1.2.dylib /usr/local/lib/libicule.49.1.2.dylib /usr/local/lib/libiculx.49.1.2.dylib /usr/local/lib/libicutest.49.1.2.dylib /usr/local/lib/libicutu.49.1.2.dylib /usr/local/lib/libicuuc.49.1.2.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/icu-i18n.pc /usr/local/lib/pkgconfig/icu-io.pc /usr/local/lib/pkgconfig/icu-le.pc /usr/local/lib/pkgconfig/icu-lx.pc /usr/local/lib/pkgconfig/icu-uc.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/libc-client.a 
Warning: Homebrew's sbin was not found in your path. 
Consider amending your PATH variable so it contains: 
    /usr/local/sbin 
 

어떻게 이러한 오류를 해결할 수

? 문제를 해결하는 것이 중요합니까 아니면 무시할 수 있습니까? 감사합니다. 신중하게 텍스트를 읽을 경우 실제로 오류를 해결하는 방법을 설명하는 것이

+0

'brew doctor'를 실행하기 전에 이미 'brew update'를 실행했습니다. – skiabox

+0

저는 이것을 설치하여 XQuartz 오류를 제거 할 수있었습니다 : http://xquartz.macosforge.org/downloads/SL/XQuartz-2.7.4.dmg – skiabox

답변

0

, 당신은 알게 될 것이다 :

You should probably `chown` /usr/local/etc 

You should probably `chown` them: 

    /usr/local/share/man/man8 

dylibs, .PC 파일을 .. 그래서

may need to be deleted 

을의 변경 사용자에게 언급 한 디렉토리의 소유자를 보내고, 원하지 않는 파일을 삭제하십시오 (의도적으로 파일을 저장하지 않은 경우).

관련 문제