Skip to content

Instantly share code, notes, and snippets.

View cdwijayarathna's full-sized avatar

Chamila Wijayarathna cdwijayarathna

View GitHub Profile
Startup: Refreshing catalog 'solaris' ... Done
+ 1374970611.439442220 /scripts/functions/build_requirements : requirements_check() 197 > __rvm_filter_installed_package_check requirements_solaris_lib_installed file/gnu-coreutils
+ 1374970611.442956181 /scripts/functions/build_requirements : __rvm_filter_installed_package_checkrequirements_solaris_lib_installed file/gnu-coreutils
+ 1374970611.447375183 /scripts/functions/requirements/solaris : requirements_solaris_lib_installedpkg info file/gnu-coreutils
+ 1374970612.495389155 /scripts/functions/build_requirements : __rvm_filter_installed_package_checkpackages_installed+=("$2")
+ 1374970612.499067342 /scripts/functions/build_requirements : __rvm_requirements_run_define() 84 true
+ 1374970612.502585981 /scripts/functions/build_requirements : __rvm_requirements_run() 10 > for __iterator in load reset before define summary update custom install after
+ 1374970612.505999822 /scripts/functions/build_requirements : __rvm_requirements_run() 12 > __rvm_requirements_run_summary ruby-2.0.0.2
+ 1374970612.51025817
chamila@solaris:~$ rvm requirements ruby-2.0.0
Installing requirements for solaris, might require sudo password.
No updates available for this image.
awk: illegal statement 1044014160
record number 1
Installing required packages: developer/library/lint..Error running 'requirements_solaris_libs_install developer/library/lint',
please read /home/chamila/.rvm/log/1375009462_package_install_developer/library/lint.log
Requirements installation failed with status: 1.
chamila@solaris:~$ vim /home/chamila/.rvm/log/1375009462_package_install_developer/library/lint.log
chamila@solaris:~$ sudo pkg install developer/library/lint && echo installed || echo failed
chamila@solaris:~$ \curl -L https://get.rvm.io | bash -s head --ruby
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 13784 100 13784 0 0 1338 0 0:00:10 0:00:10 --:--:-- 3322
Please read and follow further instructions.
Press ENTER to continue.
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
59 1083k 59 639k 0 0 14210 0 0:01:18 0:00:46 0:00:32 17609
chamila@solaris:~$ \curl -L https://get.rvm.io | bash -s head --ruby
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 13784 100 13784 0 0 2264 0 0:00:06 0:00:06 --:--:-- 7559
Please read and follow further instructions.
Press ENTER to continue.
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1083k 100 1083k 0 0 27917 0 0:00:39 0:00:39 --:--:-- 15315
/etc/default/passwd
/etc/passwd
/etc/pam.d/passwd
chamila@solaris:~/jr/jruby$ jruby -S rake test:mri19
org/apache/tools/ant/launch/AntMain
java.lang.ClassLoader.defineClass1(Native Method)
java.lang.ClassLoader.defineClass(ClassLoader.java:791)
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
java.net.URLClassLoader.access$100(URLClassLoader.java:71)
java.net.URLClassLoader$1.run(URLClassLoader.java:361)
java.net.URLClassLoader$1.run(URLClassLoader.java:355)
java.security.AccessController.doPrivileged(Native Method)
chamila@solaris:~/jr/jruby$ ant clean jar
Buildfile: build.xml
init:
prepare-bin-jruby:
clean:
[delete] Deleting directory /home/chamila/jr/jruby/build
[delete] Deleting directory /home/chamila/jr/jruby/docs/api
chamila@solaris:~/jr/jruby$ ant install-dev-gems
Buildfile: build.xml
init:
prepare-bin-jruby:
jar:
init:
chamila@solaris:~/jr/jruby$ bin/jruby -S rake test:mri19
org/apache/tools/ant/launch/AntMain
java.lang.ClassLoader.defineClass1(Native Method)
java.lang.ClassLoader.defineClass(ClassLoader.java:791)
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
java.net.URLClassLoader.access$100(URLClassLoader.java:71)
java.net.URLClassLoader$1.run(URLClassLoader.java:361)
java.net.URLClassLoader$1.run(URLClassLoader.java:355)
java.security.AccessController.doPrivileged(Native Method)