Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install rbx-head, rbx-1.2.4, rbx-1.2.3 tried with dependency MRI version 1.9.3,1.9.2, 1.8.7 #1088

Closed
vamseekm opened this issue Jul 29, 2011 · 3 comments

Comments

@vamseekm
Copy link

OS: Ubuntu 11.04
uname -a: Linux vamsee-NC643AA-ACJ-SG3650IL 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:05:41 UTC 2011 i686 i686 i386 GNU/Linux

Build log at https://gist.github.com/1113422

If you need any further information please let me know.

@vamseekm
Copy link
Author

Seems my post got truncated here is the last few lines of the rake build log.

3: CC vm/signal.cpp
3: CC vm/stack_variables.cpp
3: CC vm/symboltable.cpp
3: CC vm/thread_state.cpp
3: CC vm/type_info.cpp
3: CC vm/util/dlmalloc.c
3: CC vm/util/sha1.c
3: CC vm/util/strlcat.cpp
3: CC vm/util/strlcpy.cpp
3: CC vm/util/time.c
3: CC vm/virtual.cpp
3: CC vm/vm.cpp
cc1plus: warnings being treated as errors
vm/vm.cpp: In member function ‘void rubinius::VM::collect_maybe(rubinius::CallFrame*)’:
vm/vm.cpp:388:17: error: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’
vm/vm.cpp:388:17: error: format ‘%lu’ expects type ‘long unsigned int’, but argument 4 has type ‘size_t’
rake aborted!
Error compiling

Tasks: TOP => install => build => build:build => vm/vm
(See full trace by running task with --trace)
Error: gcc -Ivm -Ivm/test/cxxtest -I. -pipe -Wall -fno-omit-frame-pointer -ggdb3 -Werror -DRBX_PROFILER -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O2 -DHAS_EXECINFO -DHAS_READLINE -DNDEBUG -D_GNU_SOURCE -fomit-frame-pointer -fPIC -Ivm/external_libs/llvm/include -DENABLE_LLVM -Ivm/external_libs/udis86 -Ivm/external_libs/libffi/include -Ivm/external_libs/libgdtoa -Ivm/external_libs/onig -Ivm/external_libs/libtommath -I/usr/local/include -I/opt/local/include -c -o vm/artifacts/vm.cpp.o vm/vm.cpp

@jc00ke
Copy link
Member

jc00ke commented Jul 29, 2011

Wow, that's a long one! A gist might be easier next time so your text doesn't get truncated. ;-)

@vamseekm
Copy link
Author

Sorry, this is new to me.

Here is the gist url.

https://gist.github.com/1113422

dbussink added a commit that referenced this issue Jul 30, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants