Skip to content

Instantly share code, notes, and snippets.

@jcoglan
Created January 29, 2009 23:58
Show Gist options
  • Save jcoglan/54848 to your computer and use it in GitHub Desktop.
Save jcoglan/54848 to your computer and use it in GitHub Desktop.
# Tail end of Rubinius 'rake' output
# Ubuntu 8.10, Ruby 1.8.7-72, Rubygems 1.3.1
Compiling lib/ruby_parser_extras.rb
Compiling lib/sexp.rb
Compiling lib/sexp_processor.rb
Compiling kernel/delta/compiled_file.rb
/usr/bin/gcc -I/home/jcoglan/projects/rubinius/vm/subtend -I. -I.. -I/usr/include -pipe -Wall -DBASE_PATH="/home/jcoglan/projects/rubinius" -DRBA_PATH="/home/jcoglan/projects/rubinius/runtime" -ggdb3 -O2 -Werror -fPIC -c -o readline.o readline.c
/usr/bin/gcc -lreadline -lncurses -shared readline.o -o readline.so
Created readline.so
/usr/bin/gcc -I/home/jcoglan/projects/rubinius/vm/subtend -I. -I.. -pipe -Wall -DBASE_PATH="/home/jcoglan/projects/rubinius" -DRBA_PATH="/home/jcoglan/projects/rubinius/runtime" -ggdb3 -O2 -Werror -fPIC -c -o md5.o md5.c
/usr/bin/gcc -I/home/jcoglan/projects/rubinius/vm/subtend -I. -I.. -pipe -Wall -DBASE_PATH="/home/jcoglan/projects/rubinius" -DRBA_PATH="/home/jcoglan/projects/rubinius/runtime" -ggdb3 -O2 -Werror -fPIC -c -o md5init.o md5init.c
/usr/bin/gcc -shared md5.o md5init.o -o md5.so
Created md5.so
/usr/bin/gcc -I/home/jcoglan/projects/rubinius/vm/subtend -I. -I.. -pipe -Wall -DBASE_PATH="/home/jcoglan/projects/rubinius" -DRBA_PATH="/home/jcoglan/projects/rubinius/runtime" -ggdb3 -O2 -Werror -fPIC -c -o rmd160.o rmd160.c
/usr/bin/gcc -I/home/jcoglan/projects/rubinius/vm/subtend -I. -I.. -pipe -Wall -DBASE_PATH="/home/jcoglan/projects/rubinius" -DRBA_PATH="/home/jcoglan/projects/rubinius/runtime" -ggdb3 -O2 -Werror -fPIC -c -o rmd160init.o rmd160init.c
/usr/bin/gcc -shared rmd160.o rmd160init.o -o rmd160.so
Created rmd160.so
/usr/bin/gcc -I/home/jcoglan/projects/rubinius/vm/subtend -I. -I.. -pipe -Wall -DBASE_PATH="/home/jcoglan/projects/rubinius" -DRBA_PATH="/home/jcoglan/projects/rubinius/runtime" -ggdb3 -O2 -Werror -fPIC -c -o sha1init.o sha1init.c
/usr/bin/gcc -I/home/jcoglan/projects/rubinius/vm/subtend -I. -I.. -pipe -Wall -DBASE_PATH="/home/jcoglan/projects/rubinius" -DRBA_PATH="/home/jcoglan/projects/rubinius/runtime" -ggdb3 -O2 -Werror -fPIC -c -o sha1.o sha1.c
/usr/bin/gcc -shared sha1init.o sha1.o -o sha1.so
Created sha1.so
/usr/bin/gcc -I/home/jcoglan/projects/rubinius/vm/subtend -I. -I.. -pipe -Wall -DBASE_PATH="/home/jcoglan/projects/rubinius" -DRBA_PATH="/home/jcoglan/projects/rubinius/runtime" -ggdb3 -O2 -Werror -fPIC -c -o sha2init.o sha2init.c
/usr/bin/gcc -I/home/jcoglan/projects/rubinius/vm/subtend -I. -I.. -pipe -Wall -DBASE_PATH="/home/jcoglan/projects/rubinius" -DRBA_PATH="/home/jcoglan/projects/rubinius/runtime" -ggdb3 -O2 -Werror -fPIC -c -o sha2.o sha2.c
/usr/bin/gcc -shared sha2init.o sha2.o -o sha2.so
Created sha2.so
GEN vm/test/runner.cpp
CC vm/test/runner.cpp
In file included from vm/test/runner.cpp:878:
./vm/test/test_contexts.hpp: In member function ‘void TestContexts::test_dup()’:
./vm/test/test_contexts.hpp:112: error: invalid conversion from ‘rubinius::Object*’ to ‘rubinius::MethodContext*’
rake aborted!
Command failed with status (1): [gcc -Ivm/external_libs/libtommath -Ivm/ext...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment