Skip to content

Instantly share code, notes, and snippets.

@geojeff
Last active December 17, 2015 08:28
Show Gist options
  • Save geojeff/5579987 to your computer and use it in GitHub Desktop.
Save geojeff/5579987 to your computer and use it in GitHub Desktop.
Followed these instructions: https://coderwall.com/p/tptocq
ibis~/Development/sproutcore % rvm get stable 1 ↵
Original installed RVM version:
rvm 1.10.2 by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.beginrescueend.com/]
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 131 100 131 0 0 109 0 0:00:01 0:00:01 --:--:-- 123
100 1062k 100 1062k 0 0 320k 0 0:00:03 0:00:03 --:--:-- 840k
Upgrading the RVM installation in /Users/geojeff/.rvm/
Adding rvm PATH line to /Users/geojeff/.bashrc /Users/geojeff/.zshrc.
RVM sourcing line found in /Users/geojeff/.profile /Users/geojeff/.zshrc.
RVM sourcing line not found for Bash, run the installer with '--auto-dotfiles' to fix it.
Installing rvm gem in 5 gemsets ....................
Upgrade Notes:
* WARNING: You're using ~/.profile, make sure you load it,
add the following line to ~/.bash_profile if it exists
otherwise add it to ~/.bash_login:
source ~/.profile
* after_use and after_cd hook now supports multiple files with after_*_*
the custom hooks can be easily turned on/off by:
chmod +x $rvm_path/hooks/after_cd_[hook_name]
chmod -x $rvm_path/hooks/after_use_[hook_name]
* If your shell exits on entering a directory with freshly checked out sources
you should update .rvmrc file, and replace any `exit ` with `return `.
* In case you have some old RVM files/rubies in '/usr/local/bin' or '$HOME/bin' feel free to remove them,
they were copied there because of bug in path detection.
* ZSH 4.3.15 is buggy, be careful with it, it can break RVM, especially multiuser installations,
You should consider downgrading ZSH to 4.3.12 which has proven to work more reliable with RVM.
* Optionally you can run \`rvm tools rvm-env ruby bash\` which will generate
shebang wrappers for easier selecting ruby in scripts.
* RVM comes with set of default gems including 'bundler', 'rake', 'rubygems-bundler' and 'rvm' gems,
if you do not wish to get this gems install RVM with this flag: --without-gems="rvm rubygems-bundler"
this option is remembered, it's enough to use it once.
* If you wish to get more default(global) gems installed, install RVM with this flag: --with-gems="pry vagrant"
this option is remembered, it's enough to use it once.
* Binary rubies are installed by default if available, you can read about it in help:
rvm help install
rvm help mount
* The default umask for multi-user installation got extended to `umask u=rwx,g=rwx,o=rx`,
comment it out to avoid automatic updates.
* If you encounter any issues with a ruby 'X' your best bet is to:
rvm get head && rvm reinstall X --debug
* RVM will run 'rvm requirements' by default, to disable run:
echo rvm_autolibs_flag=0 >> ~/.rvmrc
* RVM will set first installed ruby as default and use it if run as function.
To avoid this behavior either use full path to rvm binary or prefix it with `command `.
* To update RVM loading code run 'rvm get ... --auto-dotfiles'
* RVM will try automatically use available package manager, might require `sudo`,
read more about it in `rvm help autolibs`
* RVM 1.20 changes default behavior of Autolibs to Enabled - if you prefer the 1.19 behavior
then run "rvm autolibs read fail", read more details: rvm help autolibs
# RVM: Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.io/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Cheatsheet: http://cheat.errtheblog.com/s/rvm
# Screencast: http://screencasts.org/episodes/how-to-use-rvm
# In case of any issues run 'rvm requirements' or read 'rvm notes'
Upgrade of RVM in /Users/geojeff/.rvm/ is complete.
# geojeff,
#
# Thank you for using RVM!
# I sincerely hope that RVM helps to make your life easier and
# more enjoyable!!!
#
# ~Wayne
Installed RVM stable version:
rvm 1.20.7 () by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]
RVM reloaded!
ibis~/Development/sproutcore % brew install libyaml
==> Downloading http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/libyaml/0.1.4
==> make install
🍺 /usr/local/Cellar/libyaml/0.1.4: 7 files, 336K, built in 14 seconds
ibis~/Development/sproutcore % rvm pkg install openssl
Beware, 'rvm pkg ...' is deprecated, read about the new autolibs feature: 'rvm help autolibs'.
Installing requirements for osx, might require sudo password.
Updated Homebrew from 972deedc to 528b8223.
==> New Formulae
cityhash discodex libarchive pixz rpm
==> Updated Formulae
akka ekg2 go jpeg-turbo libogg mu parrot postgresql rdup squid
arangodb elixir gpsd lame libslax mysql-connector-odbc pax-runner pstree redland tesseract
bbcp erlang hatari latex2rtf libvorbis nginx perforce pv reposurgeon vert.x
byobu fop hbase ledger lilypond node perforce-proxy pypy shocco vim
czmq funcoeszz httrack libcouchbase liquidprompt open-ocd perforce-server python signing-party xctool
dart git id3v2 libgpg-error macvim pango pixman python3 sleuthkit youtube-dl
disco git-archive-all ios-webkit-debug-proxy libksba meld par plenv qcachegrind solr
easy-tag glib jetty libmagic moreutils pari poppler qt spdylay
==> Deleted Formulae
bigloo
Installing required packages: libxml2, libxslt, libksba, openssl..................................................................................
==> Upgrading 3 outdated packages, with result:
automake 1.13.1, pkg-config 0.28, readline 6.2.4
==> Upgrading automake
==> Downloading http://ftpmirror.gnu.org/automake/automake-1.13.1.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/automake/1.13.1
==> make install
🍺 /usr/local/Cellar/automake/1.13.1: 126 files, 2.3M, built in 13 seconds
==> Upgrading pkg-config
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz
######################################################################## 100.0%
==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz
1 rvm install 2.0.0 --with-openssl-dir=$HOME/.rvm/usr --verify-downloads 1
🍺 /usr/local/Cellar/pkg-config/0.28: 10 files, 636K
==> Upgrading readline
==> Downloading http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz
######################################################################## 100.0%
==> Patching
patching file callback.c
patching file input.c
patching file patchlevel
patching file support/shobj-conf
patching file vi_mode.c
==> ./configure --prefix=/usr/local/Cellar/readline/6.2.4 --mandir=/usr/local/Cellar/readline/6.2.4/share/man --infodir=/usr/local/Cellar/readline/6.2.4/share/info --enable-multibyte
==> make install
==> Caveats
This formula is keg-only: so it was not symlinked into /usr/local.
OS X provides the BSD libedit library, which shadows libreadline.
In order to prevent conflicts when programs look for libreadline we are
defaulting this GNU Readline installation to keg-only.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/readline/lib
CPPFLAGS: -I/usr/local/opt/readline/include
==> Summary
🍺 /usr/local/Cellar/readline/6.2.4: 31 files, 1.6M, built in 27 seconds
Updating certificates in '/usr/local/etc/openssl/cert.pem'.
Fetching openssl-1.0.1c.tar.gz to /Users/geojeff/.rvm/archives
######################################################################## 100.0%
Extracting openssl to /Users/geojeff/.rvm/src/openssl-1.0.1c
Configuring openssl in /Users/geojeff/.rvm/src/openssl-1.0.1c...................................................................................................................................................................................................................
Compiling openssl in /Users/geojeff/.rvm/src/openssl-1.0.1c...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Installing openssl to /Users/geojeff/.rvm/usr..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Please note that it's required to reinstall all rubies:
rvm reinstall all --force
Updating openssl certificates...
ibis~/Development/sproutcore % rvm install 2.0.0 \
Unrecognized command line argument(s): ' ' ( see: 'rvm usage' )
--with-openssl-dir=$HOME/.rvm/usr \
ibis~/Development/sproutcore % --with-openssl-dir=$HOME/.rvm/usr \ 1 ↵
>
zsh: no such file or directory: --with-openssl-dir=/Users/geojeff/.rvm/usr
ibis~/Development/sproutcore % pbpaste > junk 127 ↵
ibis~/Development/sproutcore % vi junk
ibis~/Development/sproutcore % cat junk
rvm install 2.0.0 --with-openssl-dir=$HOME/.rvm/usr --verify-downloads 1
ibis~/Development/sproutcore % rvm install 2.0.0 --with-openssl-dir=$HOME/.rvm/usr --verify-downloads 1
Installing requirements for osx, might require sudo password.
Certificates in '/usr/local/etc/openssl/cert.pem' already are up to date.
Installing Ruby from source to: /Users/geojeff/.rvm/rubies/ruby-2.0.0-p195, this may take a while depending on your cpu(s)...
ruby-2.0.0-p195 - #downloading ruby-2.0.0-p195, this may take a while depending on your connection...
######################################################################## 100.0%
ruby-2.0.0-p195 - #extracting ruby-2.0.0-p195 to /Users/geojeff/.rvm/src/ruby-2.0.0-p195 - using ZSH, can not show progress, be patient...
ruby-2.0.0-p195 - #extracted to /Users/geojeff/.rvm/src/ruby-2.0.0-p195
ruby-2.0.0-p195 - #configuring - using ZSH, can not show progress, be patient...
ruby-2.0.0-p195 - #compiling - using ZSH, can not show progress, be patient...
ruby-2.0.0-p195 - #installing - using ZSH, can not show progress, be patient...
Retrieving rubygems-2.0.3
######################################################################## 100.0%
Extracting rubygems-2.0.3 ...
Removing old Rubygems files...
Installing rubygems-2.0.3 for ruby-2.0.0-p195...........................................................................................................................................................................................................................................................................................................................................................................................................
Installation of rubygems completed successfully.
Saving wrappers to '/Users/geojeff/.rvm/wrappers/ruby-2.0.0-p195'........
- using ZSH, can not show progress, be patient...
ruby-2.0.0-p195 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
ruby-2.0.0-p195 - #importing default gemsets, this may take time - using ZSH, can not show progress, be patient...
Install of ruby-2.0.0-p195 - #complete
ibis~/Development/sproutcore % rvm use 2.0.0
Using /Users/geojeff/.rvm/gems/ruby-2.0.0-p195
ibis~/Development/sproutcore % gem install sproutcore
Fetching: rack-1.5.2.gem (100%)
Successfully installed rack-1.5.2
Fetching: json_pure-1.8.0.gem (100%)
Successfully installed json_pure-1.8.0
Fetching: extlib-0.9.16.gem (100%)
Successfully installed extlib-0.9.16
Fetching: erubis-2.7.0.gem (100%)
Successfully installed erubis-2.7.0
Fetching: thor-0.18.1.gem (100%)
Successfully installed thor-0.18.1
Fetching: sass-3.2.9.gem (100%)
Successfully installed sass-3.2.9
Fetching: haml-3.1.8.gem (100%)
Successfully installed haml-3.1.8
Fetching: chunky_png-1.2.8.gem (100%)
Successfully installed chunky_png-1.2.8
Fetching: fssm-0.2.10.gem (100%)
Successfully installed fssm-0.2.10
Fetching: compass-0.12.2.gem (100%)
Successfully installed compass-0.12.2
Fetching: eventmachine-1.0.3.gem (100%)
Building native extensions. This could take a while...
Successfully installed eventmachine-1.0.3
Fetching: addressable-2.3.4.gem (100%)
Successfully installed addressable-2.3.4
Fetching: http_parser.rb-0.5.3.gem (100%)
Building native extensions. This could take a while...
Successfully installed http_parser.rb-0.5.3
Fetching: em-socksify-0.2.1.gem (100%)
Successfully installed em-socksify-0.2.1
Fetching: cookiejar-0.3.0.gem (100%)
Successfully installed cookiejar-0.3.0
Fetching: em-http-request-1.0.3.gem (100%)
Successfully installed em-http-request-1.0.3
Fetching: daemons-1.1.9.gem (100%)
Successfully installed daemons-1.1.9
Fetching: thin-1.5.1.gem (100%)
Building native extensions. This could take a while...
Successfully installed thin-1.5.1
Fetching: sproutcore-1.9.2.gem (100%)
Successfully installed sproutcore-1.9.2
Parsing documentation for rack-1.5.2
Installing ri documentation for rack-1.5.2
Parsing documentation for json_pure-1.8.0
Installing ri documentation for json_pure-1.8.0
Parsing documentation for extlib-0.9.16
Installing ri documentation for extlib-0.9.16
Parsing documentation for erubis-2.7.0
Installing ri documentation for erubis-2.7.0
Parsing documentation for thor-0.18.1
Installing ri documentation for thor-0.18.1
Parsing documentation for sass-3.2.9
Installing ri documentation for sass-3.2.9
Parsing documentation for haml-3.1.8
Installing ri documentation for haml-3.1.8
Parsing documentation for chunky_png-1.2.8
Installing ri documentation for chunky_png-1.2.8
Parsing documentation for fssm-0.2.10
Installing ri documentation for fssm-0.2.10
Parsing documentation for compass-0.12.2
Installing ri documentation for compass-0.12.2
Parsing documentation for eventmachine-1.0.3
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/fastfilereaderext.bundle, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/rubyeventmachine.bundle, skipping
Installing ri documentation for eventmachine-1.0.3
Parsing documentation for addressable-2.3.4
Installing ri documentation for addressable-2.3.4
Parsing documentation for http_parser.rb-0.5.3
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/ruby_http_parser.bundle, skipping
Installing ri documentation for http_parser.rb-0.5.3
Parsing documentation for em-socksify-0.2.1
Installing ri documentation for em-socksify-0.2.1
Parsing documentation for cookiejar-0.3.0
Installing ri documentation for cookiejar-0.3.0
Parsing documentation for em-http-request-1.0.3
Installing ri documentation for em-http-request-1.0.3
Parsing documentation for daemons-1.1.9
Installing ri documentation for daemons-1.1.9
Parsing documentation for thin-1.5.1
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/thin_parser.bundle, skipping
Installing ri documentation for thin-1.5.1
Parsing documentation for sproutcore-1.9.2
unable to convert "\xFF" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/favicon.ico, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/alarm-clock.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/balloon-facebook.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/balloon-twitter.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/balloon.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/bullet.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/calendar-insert.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/cross.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/example-box-bg.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/fruit-grape.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/fruit-lime.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/fruit-orange.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/fruit.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/glow.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/green-dot.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/grey-dot.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/logo.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/pixels.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/red-dot.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/sproutcore-logo.png, skipping
unable to convert "\xFF" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/showcase/resources/images/sproutcore-startup-landscape.jpg, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/apps/welcome/english.lproj/images/main-bg.png, skipping
unable to convert "\xC4" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/design/greenhouse-statechart.pdf, skipping
unable to convert "\xFF" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/debug/resources/a_sample_image.jpg, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/cap.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/downbutton.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-alert-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-alert-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-alert-48.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-bookmark-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-bookmark-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-cancel-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-document-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-document-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-down-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-error-48.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-favorite-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-favorite-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-folder-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-folder-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-group-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-group-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-help-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-help-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-info-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-info-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-info-48.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-left-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-options-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-options-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-redo-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-right-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-tools-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-trash-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-trash-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-undo-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-up-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-user-16.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/icons/sc-icon-user-24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/thumb-bottom.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/thumb-center.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/thumb-top.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/track.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/desktop/resources/images/upbutton.png, skipping
unable to convert "\xBE" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/fonts/museosans_500.eot, skipping
unable to convert "\x80" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/fonts/museosans_500.otf, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/fonts/museosans_500.woff, skipping
unable to convert "\xF4" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/fonts/museosans_500_italic.eot, skipping
unable to convert "\x80" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/fonts/museosans_500_italic.otf, skipping
unable to convert "\xE1" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/fonts/museosans_500_italic.woff, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/app-selector/choose-app.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/app-selector/list-item-sel.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule-xl/active-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule-xl/active-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule-xl/active-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule-xl/regular-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule-xl/regular-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule-xl/regular-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/active-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/active-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/disabled-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/disabled-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/regular-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/regular-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/sel-active-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/sel-active-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/sel-disabled-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/sel-disabled-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/sel-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/capsule/sel-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/active-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/active-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/active-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/cap-active-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/cap-active-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/cap-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/cap-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/cap-sel-active-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/cap-sel-active-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/cap-sel-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/cap-sel-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/disabled-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/disabled-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/disabled-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/regular-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/regular-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/regular-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/sel-active-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/sel-active-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/sel-active-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/sel-disabled-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/sel-disabled-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/sel-disabled-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/sel-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/sel-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/dark/sel-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/shared/active-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/shared/disabled-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/shared/regular-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/shared/sel-active-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/shared/sel-disabled-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/shared/sel-m.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/active-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/active-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/disabled-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/disabled-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/regular-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/regular-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/sel-active-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/sel-active-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/sel-disabled-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/sel-disabled-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/sel-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/buttons/square/sel-r.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/actions-active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/actions.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/inspector-active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/inspector.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/library-active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/library.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/projects-active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/projects.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/run-active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/run.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/save-active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/icons/save.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/logos/greenhouse-l.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/logos/greenhouse-s.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/logos/sproutcore.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/main-bg.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/bottom-left.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/bottom-right.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/bottom.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/close-active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/close.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/left.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/pointer-bottom.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/pointer-left.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/pointer-right.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/pointer-top.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/right.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/search-active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/search.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/top-left.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/top-right.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/picker/top.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/apps/greenhouse/english.lproj/images/toolbar-bg.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/frameworks/designer/english.lproj/images/controller.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/frameworks/designer/english.lproj/images/dock-bg.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/frameworks/designer/english.lproj/images/dock-item-bg.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/frameworks/designer/english.lproj/images/dock-item-divider.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/frameworks/designer/english.lproj/images/dock-item-sel-bg.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/frameworks/designer/english.lproj/images/dock-item-sel-divider.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/frameworks/designer/english.lproj/images/main-bg.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/frameworks/designer/english.lproj/images/page.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/frameworks/designer/english.lproj/images/pane.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/experimental/frameworks/designer/english.lproj/images/view.png, skipping
unable to convert "\x91" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/foundation/resources/blank.gif, skipping
unable to convert "\xA5" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/foundation/resources/images/favicon.ico, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/foundation/resources/images/sproutcore-logo.png, skipping
unable to convert "\xFF" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/foundation/resources/images/sproutcore-startup-landscape.jpg, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/foundation/resources/images/sproutcore-startup-landscape.png, skipping
unable to convert "\xFF" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/foundation/resources/images/sproutcore-startup-portrait.jpg, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/foundation/resources/images/sproutcore-startup-portrait.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/foundation/resources/images/sproutcore-startup.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/foundation/resources/images/sproutcore.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/media/resources/controls.png, skipping
unable to convert "\xED" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/frameworks/media/resources/videoCanvas.swf, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/designs/dark.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/designs/light.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/designs/switch/switch_handle.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/designs/switch/switch_off.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/designs/switch/switch_on.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/18px/active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/18px/normal_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/18px/selected_active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/18px/selected_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/active_button_capsule.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/active_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/normal_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/normal_button_capsule.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/normal_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/selected_active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/selected_active_button_capsule.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/selected_active_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/selected_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/selected_button_capsule.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/24px/selected_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/30px/active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/30px/active_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/30px/normal_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/30px/normal_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/30px/selected_active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/30px/selected_active_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/30px/selected_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/30px/selected_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/44px/active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/44px/normal_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/44px/selected_active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/ace/44px/selected_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/active_button_capsule.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/active_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/normal_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/normal_button_capsule.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/normal_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/selected_active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/selected_active_button_capsule.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/selected_active_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/selected_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/selected_button_capsule.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/24px/selected_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/30px/active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/30px/active_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/30px/normal_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/30px/normal_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/30px/selected_active_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/30px/selected_active_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/30px/selected_button.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/dark/30px/selected_button_pointer.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/popup/active_select.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/button/popup/normal_select.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/14px/checkbox_checked.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/14px/checkbox_checked_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/14px/checkbox_mixed.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/14px/checkbox_mixed_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/14px/checkbox_unchecked.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/14px/checkbox_unchecked_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/16px/checkbox_checked.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/16px/checkbox_checked_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/16px/checkbox_mixed.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/16px/checkbox_mixed_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/16px/checkbox_unchecked.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/checkbox/ace/16px/checkbox_unchecked_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/collection/source-list/selection.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/disclosure/ace/disclosure_closed.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/disclosure/ace/disclosure_closed_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/disclosure/ace/disclosure_open.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/disclosure/ace/disclosure_open_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/menu/checkmark.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/menu/checkmark_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/menu/down.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/menu/menu.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/menu/menu_item.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/menu/up.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/panel/panel.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/picker/ace/panel.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/picker/ace/pointers.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/picker/popover/popover.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/picker/popover/popover_empty.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/picker/popover/popover_notoolbar.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/picker/popover/popover_pointers.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/picker/popover/popover_pointers_notoolbar.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/progress/ace/progress_view_content.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/progress/ace/progress_view_indeterminate_content.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/progress/ace/progress_view_track.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/radio/radio_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/radio/radio_mixed.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/radio/radio_mixed_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/radio/radio_selected.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/radio/radio_selected_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/radio/radio_unselected.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/thumb.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/track_and_arrows.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/track_and_arrows_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/scroller/vertical/thumb.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/scroller/vertical/track_and_arrows.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/scroller/vertical/track_and_arrows_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/18px/segmented_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/18px/segmented_normal.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/18px/segmented_selected.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/18px/segmented_selected_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/24px/segmented_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/24px/segmented_normal.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/24px/segmented_selected.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/24px/segmented_selected_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/24px/segmented_vertical_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/24px/segmented_vertical_normal.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/24px/segmented_vertical_selected.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/24px/segmented_vertical_selected_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/30px/segmented_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/30px/segmented_normal.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/30px/segmented_selected.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/30px/segmented_selected_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/30px/segmented_vertical_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/30px/segmented_vertical_normal.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/30px/segmented_vertical_selected.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/30px/segmented_vertical_selected_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/44px/segmented_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/44px/segmented_normal.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/44px/segmented_selected.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/segmented/44px/segmented_selected_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/slider/ace/14px/knob.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/slider/ace/14px/knob_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/slider/ace/16px/knob.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/slider/ace/16px/knob_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/slider/ace/22px/knob.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/slider/ace/22px/knob_active.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/slider/ace/22px/track.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/slider/ace/track.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/ace/resources/toolbar/toolbar.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/backButton.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/blueButton.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/cancel.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/grayButton.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/leftButton.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/listArrow.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/listArrowSel.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/listGroup.png, skipping
unable to convert "\xB3" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/loading.gif, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/pinstripes.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/rightButton.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/selection.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/thumb.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/toggle.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/toggleOn.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/toolButton.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/toolbar.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/iphone_theme/english.lproj/images/whiteButton.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/10.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/100.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/102.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/110.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/120.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/127.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/18.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/19.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/2.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/26.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/27.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/28.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/29.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/30.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/31.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/33.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/37.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/41.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/16/99.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/10.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/100.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/102.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/110.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/120.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/127.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/18.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/19.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/2.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/26.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/27.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/28.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/29.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/30.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/31.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/33.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/37.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/41.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/24/99.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/10.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/100.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/102.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/110.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/120.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/127.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/18.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/19.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/2.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/24.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/26.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/27.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/28.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/29.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/30.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/31.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/33.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/37.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/41.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/32/99.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/48/10.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/48/18.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/48/19.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/Source/icons/48/2.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/icons/mini_222222.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/icons/mini_454545.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/icons/mini_888888.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/icons/mini_ffffff.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/panels/sprite-x.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/panels/sprite-y.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/sc-scroller-repeat-x.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/sc-scroller-repeat-y.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/sc-scroller-sprite.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/sc-theme-repeat-x.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/sc-theme-ysprite.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/frameworks/sproutcore/themes/legacy_theme/english.lproj/images/sc-toolbar-view.png, skipping
Installing ri documentation for sproutcore-1.9.2
19 gems installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment