Skip to content

Instantly share code, notes, and snippets.

@vaLinBSD
Last active December 14, 2015 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vaLinBSD/5090366 to your computer and use it in GitHub Desktop.
Save vaLinBSD/5090366 to your computer and use it in GitHub Desktop.
Output from 'brew doctor' + broken symlinks in directories
bash-3.2$ brew doctor
Error: pathname contains \0: "\001\000\000\000\f\000\000\200\006\000\000\000\266\006\000\200^@\001\200\202\020\001\200\344\357\002\200\017\360\002"
Please report this bug:
https://github.com/mxcl/homebrew/wiki/troubleshooting
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:215:in `initialize'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:823:in `new'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:823:in `readlink'
/usr/local/Library/Homebrew/cmd/doctor.rb:208:in `check_for_broken_symlinks'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:1024:in `find'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/find.rb:39:in `find'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/find.rb:38:in `catch'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/find.rb:38:in `find'
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/pathname.rb:1024:in `find'
/usr/local/Library/Homebrew/cmd/doctor.rb:207:in `check_for_broken_symlinks'
/usr/local/Library/Homebrew/cmd/doctor.rb:205:in `each'
/usr/local/Library/Homebrew/cmd/doctor.rb:205:in `check_for_broken_symlinks'
/usr/local/Library/Homebrew/cmd/doctor.rb:1111:in `send'
/usr/local/Library/Homebrew/cmd/doctor.rb:1111:in `doctor'
/usr/local/Library/Homebrew/cmd/doctor.rb:1110:in `each'
/usr/local/Library/Homebrew/cmd/doctor.rb:1110:in `doctor'
/usr/local/Library/brew.rb:88:in `send'
/usr/local/Library/brew.rb:88
bash-3.2$ ls -l
...
lrwxr-xr-x 1 vaLin admin 31 25 úno 08:43 lzma -> ?
lrwxr-xr-x 1 vaLin admin 34 1 bře 17:51 ogg -> ??e?????????????Xg??|G()4?????????
lrwxr-xr-x 1 vaLin admin 45 1 bře 17:22 sigc++-2.0 -> ??????@?EV???2c???3\<j?z????:???cƌ??䗇A??}
...
lrwxr-xr-x 1 vaLin admin 49 1 bře 17:17 libfreetype.6.dylib -> c/?
lrwxr-xr-x 1 vaLin admin 45 25 úno 08:44 libpng15.15.dylib -> >??????<key>com_apple_garageband_metadata_num
lrwxr-xr-x 1 vaLin admin 49 1 bře 17:51 libvorbisfile.dylib -> ????q?~#?t??r?ng??Z????Oc?R??(???7?@Q@.????J?"I??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment