Skip to content

Instantly share code, notes, and snippets.

@wcleveland
Created March 13, 2013 21:22
Show Gist options
  • Save wcleveland/5156412 to your computer and use it in GitHub Desktop.
Save wcleveland/5156412 to your computer and use it in GitHub Desktop.
diagnostic data resulting from: \curl -L https://get.rvm.io | sudo bash -s head rvm requirements rvm install 1.9.3 --debug
Output of rvm reinstall 1.9.3 --debug
Using ScientificLinux 6.3 and installed rvm with `curl -L https://get.rvm.io | sudo bash -s head`
[user@Scientific ~]$ rvm install 1.9.3 --debug
Already installed ruby-1.9.3-p392.
To reinstall use:
rvm reinstall 1.9.3
__rvm_rm_rf already gone: /usr/local/rvm/tmp/28625*
[user@Scientific ~]$ rvm reinstall 1.9.3 --debug
1.9.3 - reinstall
Log file: /usr/local/rvm/log/ruby-1.9.3-p392/remove.src.log
[2013-03-13 16:09:40] __rvm_rm_rf
__rvm_rm_rf ()
{
__rvm_rm_rf_verbose "$@"
}
current path: /home/user
command(2): __rvm_rm_rf /usr/local/rvm/src/ruby-1.9.3-p392
Removing /usr/local/rvm/src/ruby-1.9.3-p392...
Log file: /usr/local/rvm/log/ruby-1.9.3-p392/remove.rubies.log
[2013-03-13 16:09:40] __rvm_rm_rf
__rvm_rm_rf ()
{
__rvm_rm_rf_verbose "$@"
}
current path: /home/user
command(2): __rvm_rm_rf /usr/local/rvm/rubies/ruby-1.9.3-p392
Removing /usr/local/rvm/rubies/ruby-1.9.3-p392...
Searching for binary rubies, this might take some time.
Remote file does not exist https://rvm.io/binaries/redhat/6.3/x86_64/ruby-1.9.3-p392.tar.bz2
Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/ruby-1.9.3-p392.tar.bz2
Remote file does not exist http://binaries.rubini.us/redhat/6.3/x86_64/ruby-1.9.3-p392.tar.bz2
rvm_remote_server_url3 not found
No remote file name found
No binary rubies available for: redhat/6.3/x86_64/ruby-1.9.3-p392.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
__rvm_setup_compile_environment_requirements ruby-1.9.3-p392
Installing requirements for redhat/6.3/x86_64, might require sudo password
Found required packages: bash, curl, git, patch.
Found required packages: gcc-c++, patch, readline, readline-devel, zlib, zlib-devel, libffi-devel, openssl-devel, make, bzip2, autoconf, automake, libtool, bison, libxml2-devel, libxslt-devel.
Missing required packages: libyaml-devel.
__rvm_setup_compile_environment_osx_gcc ruby-1.9.3-p392
__rvm_setup_compile_environment_architectures ruby-1.9.3-p392
__rvm_setup_compile_environment_gcc47 ruby-1.9.3-p392
__rvm_setup_compile_environment_bison ruby-1.9.3-p392
__rvm_setup_compile_environment_smartos ruby-1.9.3-p392
__rvm_setup_compile_environment_sunos ruby-1.9.3-p392
__rvm_setup_compile_environment_openbsd ruby-1.9.3-p392
__rvm_setup_compile_environment_flags_docs ruby-1.9.3-p392
__rvm_setup_compile_environment_flags_tcltk ruby-1.9.3-p392
__rvm_setup_compile_environment_flags_shared_static ruby-1.9.3-p392
__rvm_setup_compile_environment_flags_threads ruby-1.9.3-p392
found compiler: /usr/bin/gcc
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-1.9.3-p392, this may take a while depending on your cpu(s)...
ruby-1.9.3-p392 - #downloading ruby-1.9.3-p392, this may take a while depending on your connection...
Fetching: http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p392.tar.bz2
Fetch command: curl -f -L --create-dirs -C - -o ruby-1.9.3-p392.tar.bz2
Archive checksum matched, not downloading
Downloaded archive checksum matched.
Log file: /usr/local/rvm/log/ruby-1.9.3-p392/extract.log
[2013-03-13 16:09:44] __rvm_package_extract
__rvm_package_extract ()
{
rvm_debug __rvm_package_extract:$#: "$@";
[[ -d "$2" ]] || mkdir -p "$2";
case "$1" in
*.zip)
unzip -q -o "$1" -d "$2"
;;
*.tar.bz2)
if [[ -n "$ZSH_VERSION" ]]; then
${rvm_tar_command:-tar} xjf "$1" -C "$2" ${=rvm_tar_options:-};
else
${rvm_tar_command:-tar} xjf "$1" -C "$2" ${rvm_tar_options:-};
fi
;;
*.tar.gz | *.tgz)
if [[ -n "$ZSH_VERSION" ]]; then
${rvm_tar_command:-tar} xzf "$1" -C "$2" ${=rvm_tar_options:-};
else
${rvm_tar_command:-tar} xzf "$1" -C "$2" ${rvm_tar_options:-};
fi
;;
*)
return 199
;;
esac && __rvm_fix_group_permissions "$2"
}
current path: /usr/local/rvm/src
command(3): __rvm_package_extract /usr/local/rvm/archives/ruby-1.9.3-p392.tar.bz2 /usr/local/rvm/tmp/rvm_src_28729
ruby-1.9.3-p392 - #extracting ruby-1.9.3-p392 to /usr/local/rvm/src/ruby-1.9.3-p392.
__rvm_rm_rf already gone: /usr/local/rvm/src/ruby-1.9.3-p392
ruby-1.9.3-p392 - #extracted to /usr/local/rvm/src/ruby-1.9.3-p392
Trying patch 'default'.
Patch name 'default'.
All found patches(0): .
Log file: /usr/local/rvm/log/ruby-1.9.3-p392/configure.log
[2013-03-13 16:09:46] ./configure
current path: /usr/local/rvm/src/ruby-1.9.3-p392
command(4): ./configure --prefix=/usr/local/rvm/rubies/ruby-1.9.3-p392 --disable-install-doc --enable-shared
ruby-1.9.3-p392 - #configuring..........................................................................................................................................................................................................................................................................................................................................................................................................................................................
Log file: /usr/local/rvm/log/ruby-1.9.3-p392/make.log
[2013-03-13 16:10:01] make
current path: /usr/local/rvm/src/ruby-1.9.3-p392
command(2): make -j1
ruby-1.9.3-p392 - #compiling.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
__rvm_rm_rf already gone: /usr/local/rvm/src/ruby-1.9.3-p392/.ext/rdoc
Log file: /usr/local/rvm/log/ruby-1.9.3-p392/install.log
[2013-03-13 16:11:54] make
current path: /usr/local/rvm/src/ruby-1.9.3-p392
command(2): make install
ruby-1.9.3-p392 - #installing ............................................................................................................................................................................................................................................
Running /usr/local/rvm/hooks/after_use_maglev
Running /usr/local/rvm/hooks/after_use_maglev
Retrieving rubygems-1.8.25
Fetching: http://production.cf.rubygems.org/rubygems/rubygems-1.8.25.tgz
Fetch command: curl -f -L --create-dirs -C - -o rubygems-1.8.25.tgz
Archive checksum matched, not downloading
Downloaded archive checksum matched.
Log file: /usr/local/rvm/log/ruby-1.9.3-p392/rubygems.extract.log
[2013-03-13 16:11:57] __rvm_package_extract
__rvm_package_extract ()
{
rvm_debug __rvm_package_extract:$#: "$@";
[[ -d "$2" ]] || mkdir -p "$2";
case "$1" in
*.zip)
unzip -q -o "$1" -d "$2"
;;
*.tar.bz2)
if [[ -n "$ZSH_VERSION" ]]; then
${rvm_tar_command:-tar} xjf "$1" -C "$2" ${=rvm_tar_options:-};
else
${rvm_tar_command:-tar} xjf "$1" -C "$2" ${rvm_tar_options:-};
fi
;;
*.tar.gz | *.tgz)
if [[ -n "$ZSH_VERSION" ]]; then
${rvm_tar_command:-tar} xzf "$1" -C "$2" ${=rvm_tar_options:-};
else
${rvm_tar_command:-tar} xzf "$1" -C "$2" ${rvm_tar_options:-};
fi
;;
*)
return 199
;;
esac && __rvm_fix_group_permissions "$2"
}
current path: /usr/local/rvm/src/ruby-1.9.3-p392
command(3): __rvm_package_extract /usr/local/rvm/archives/rubygems-1.8.25.tgz /usr/local/rvm/src
Extracting rubygems-1.8.25 ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Error running '__rvm_package_extract /usr/local/rvm/archives/rubygems-1.8.25.tgz /usr/local/rvm/src',
please read /usr/local/rvm/log/ruby-1.9.3-p392/rubygems.extract.log
There has been an error while trying to extract rubygems.
Halting the installation.
__rvm_rm_rf already gone: /usr/local/rvm/tmp/28729*
[user@Scientific ~]$
Contents of log:
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/falcon.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/xcode-debugopt-fix-r34840.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/gcdata.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/railsexpress': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/railsexpress/03-display-more-detailed-stack-trace.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/railsexpress/07-revert-f6b49243eb0c21bea1c4198cdd52a549e6ead075.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/railsexpress/04-fork-support-for-gc-logging.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/railsexpress/01-merge-revision-s-34719-34720-b.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/railsexpress/08-backport-c2086cc7ff1142b14c95c.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/railsexpress/02-railsbench-gc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/railsexpress/09-webrick_204_304_keep_alive_fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/railsexpress/06-export-some-symbols-for-rubyprof.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p125/railsexpress/05-track-live-dataset-size.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/cflags.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/ruby-multilib.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/railsexpress': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/railsexpress/04-display-more-detailed-stack-trace.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/railsexpress/05-fork-support-for-gc-logging.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/railsexpress/07-webrick_204_304_keep_alive_fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/railsexpress/02-backport-c2086cc7ff1142b14c95c8758af24b8689b78ffc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/railsexpress/06-track-live-dataset-size.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/railsexpress/01-revert-f6b49243eb0c21bea1c4198cdd52a549e6ead075.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/railsexpress/08-export-a-few-more-symbols-for-ruby-prof.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/railsexpress/09-avoid-using-broken-ffi-headers.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/railsexpress/03-railsbench-gc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p194/falcon.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/ruby-multilib.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/segfault_fix_7629.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/08-thread-variables.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/03-display-more-detailed-stack-trace.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/12-falcon-array-queue.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/06-webrick_204_304_keep_alive_fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/10-falcon-st-opt.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/04-fork-support-for-gc-logging.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/02-railsbench-gc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/09-faster-loading.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/01-fix-make-clean.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/07-export-a-few-more-symbols-for-ruby-prof.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/05-track-live-dataset-size.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p362/railsexpress/11-falcon-sparse-array.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/08-thread-variables.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/03-display-more-detailed-stack-trace.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/12-falcon-array-queue.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/06-webrick_204_304_keep_alive_fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/10-falcon-st-opt.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/04-fork-support-for-gc-logging.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/13-railsbench-gc-fixes.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/02-railsbench-gc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/09-faster-loading.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/01-fix-make-clean.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/07-export-a-few-more-symbols-for-ruby-prof.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/05-track-live-dataset-size.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p392/railsexpress/11-falcon-sparse-array.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/preview1': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/preview1/gcdata.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/ruby-multilib.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/falcon-gc.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/11-falcon-array-queue.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/08-thread-variables.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/03-display-more-detailed-stack-trace.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/06-webrick_204_304_keep_alive_fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/10-falcon-st-opt.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/04-fork-support-for-gc-logging.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/02-railsbench-gc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/09-faster-loading.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/01-fix-make-clean.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/07-export-a-few-more-symbols-for-ruby-prof.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/05-track-live-dataset-size.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/railsexpress/12-falcon-sparse-array.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p327/falcon.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p0': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p0/osx-arch-fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p0/cflags.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p0/debug.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p0/falcon.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p0/gcdata.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/cflags.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/ruby-multilib.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/railsexpress': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/railsexpress/05-webrick_204_304_keep_alive_fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/railsexpress/01-railsbench-gc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/railsexpress/07-thread-variables.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/railsexpress/04-track-live-dataset-size.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/railsexpress/03-fork-support-for-gc-logging.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/railsexpress/06-export-a-few-more-symbols-for-ruby-prof.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/railsexpress/02-display-more-detailed-stack-trace.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p286/falcon.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/ruby-multilib.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/08-thread-variables.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/03-display-more-detailed-stack-trace.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/12-falcon-array-queue.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/06-webrick_204_304_keep_alive_fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/10-falcon-st-opt.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/04-fork-support-for-gc-logging.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/02-railsbench-gc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/09-faster-loading.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/01-fix-make-clean.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/07-export-a-few-more-symbols-for-ruby-prof.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/05-track-live-dataset-size.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.3/p374/railsexpress/11-falcon-sparse-array.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.1': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.1/osx-arch-fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.1/openssl-1.0.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.1/p431': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.1/p431/backport-2404.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.1/railsbench.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.9.1/nossl2.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.8.6': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.8.6/openssl-1.0.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.8.6/hs.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.8.6/stdout-rouge-fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.8.6/railsbench.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.8.6/no_sslv2.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.8.6/ruby186gc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.8.6/syck.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.8.6/mbari.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ruby/1.8.6/fix-irb-completion.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/ruby-binary-shebang.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.7': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.7/2010.02': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.7/2010.02/tcmalloc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.7/stdout-rouge-fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.7/no_sslv2.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.7/tcmalloc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/fix-irb-completion.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/lib64.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.6': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.6/perftools-gcc46.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.6/openssl-1.0.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.6/stdout-rouge-fix.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.6/no_sslv2.diff': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/ree/1.8.6/tcmalloc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/jruby': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/jruby/rubygems_etc.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/tcs': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/patches/tcs/support_joke.patch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/NEXT.md': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/rvmrc': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/remove': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/build': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/specs': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/get': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/use': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/rubygems': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/upgrade': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/repair': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/do': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/tools': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/current': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/upgrade-notes.txt': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/config-get': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/color': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/alias': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/ruby': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/gemset': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/wrapper': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/user': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/monitor': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/autolibs': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/alt.md': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/rake': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/debug': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/snapshot': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/list': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/docs': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/pkg': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/mount': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/reset': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/srcdir': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/fetch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/implode': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/gemdir': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/migrate': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/install': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/cleanup': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/info': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/update': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/reinstall': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/uninstall': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/disk-usage': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/benchmark': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/cron': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/notes': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/help/tests': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/VERSION': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/extras': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/extras/rails': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/patchsets': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/get': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/set': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/irbrc.rb': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/zsh': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/zsh/Completion': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/zsh/Completion/_rvm': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/aliases': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/rubygems': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/upgrade': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/base': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/repair': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/external': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/hook': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/tools': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/irbrc': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/selector': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/db': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/initialize': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/group': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/color': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/rtfm': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/manage': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/alias': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/wrapper': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/monitor': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/default': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/override_gem': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/snapshot': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/cd': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/list': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/requirements': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/docs': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/hash': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/version': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/pkg': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/env': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/fetch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/selector_gemsets': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/rvmrc': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/build': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/utility': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/build_config': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/rvmrc_warning': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/installer': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/irbrc': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/db': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/environment': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/group': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/base': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/goruby': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/macruby': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/topaz': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/ruby': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/ironruby': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/opal': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/rubinius': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/ree': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/jruby': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/maglev': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/manage/mruby': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/gemset': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/checksum': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/fun': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/support': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/developer': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/init': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/solaris': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/osx_fink': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/openbsd': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/unknown': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/arch': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/osx': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/smartos': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/centos': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/opensuse': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/osx_brew': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/osx_port': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/openindiana': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/gentoo': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/requirements/ubuntu': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/logging': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/pkg': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/env': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/reset': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/rvmrc_set': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/rvmrc_trust': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/implode': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/hooks': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/hooks/rbx': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/hooks/jruby': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/hooks/maglev': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/install': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/cleanup': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/rvmrc_project': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/functions/benchmark': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/completion': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/migrate': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/gemsets': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/install': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/cleanup': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/info': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/rvm': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/maglev': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/cli': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/patches': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/disk-usage': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/help': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/cron': Operation not permitted
chmod: changing permissions of `/usr/local/rvm/src/rvm/scripts/notes': Operation not permitted
[user@Scientific ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment