Skip to content

Instantly share code, notes, and snippets.

@jfredett
Last active December 24, 2015 10:49
Show Gist options
  • Save jfredett/6786898 to your computer and use it in GitHub Desktop.
Save jfredett/6786898 to your computer and use it in GitHub Desktop.
[2013-10-01 18:09:14] Configuring Rubinius...
[2013-10-01 18:09:14] Command line: ""
[2013-10-01 18:09:14] Checking gcc:
[2013-10-01 18:09:14] found
[2013-10-01 18:09:14] Checking g++:
[2013-10-01 18:09:14] found
[2013-10-01 18:09:14] Checking bison:
[2013-10-01 18:09:14] found
[2013-10-01 18:09:14] Configuring LLVM...
[2013-10-01 18:09:14] Checking for existing LLVM library tree:
[2013-10-01 18:09:14] not found.
[2013-10-01 18:09:14] Checking for 'llvm-config':
[2013-10-01 18:09:14] found! (version 3.3 - api: 303)
[2013-10-01 18:09:14]
[2013-10-01 18:09:14] Checking sizeof(short):
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(short); }
---
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(short); }
---
[2013-10-01 18:09:14] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:14] 2 bytes
[2013-10-01 18:09:14] Checking sizeof(int):
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(int); }
---
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(int); }
---
[2013-10-01 18:09:14] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:14] 4 bytes
[2013-10-01 18:09:14] Checking sizeof(void*):
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(void*); }
---
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(void*); }
---
[2013-10-01 18:09:14] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:14] 8 bytes
[2013-10-01 18:09:14] Checking sizeof(size_t):
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(size_t); }
---
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(size_t); }
---
[2013-10-01 18:09:14] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:14] 8 bytes
[2013-10-01 18:09:14] Checking sizeof(long):
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(long); }
---
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(long); }
---
[2013-10-01 18:09:14] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:14] 8 bytes
[2013-10-01 18:09:14] Checking sizeof(long long):
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(long long); }
---
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(long long); }
---
[2013-10-01 18:09:14] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:14] 8 bytes
[2013-10-01 18:09:14] Checking sizeof(float):
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(float); }
---
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(float); }
---
[2013-10-01 18:09:14] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:14] 4 bytes
[2013-10-01 18:09:14] Checking sizeof(double):
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(double); }
---
[2013-10-01 18:09:14] ---
#include <stddef.h>
int main() { return sizeof(double); }
---
[2013-10-01 18:09:14] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:14] 8 bytes
[2013-10-01 18:09:14] Checking sizeof(off_t):
[2013-10-01 18:09:14] ---
#include <unistd.h>#include <stddef.h>
int main() { return sizeof(off_t); }
---
[2013-10-01 18:09:14] ---
#include <unistd.h>#include <stddef.h>
int main() { return sizeof(off_t); }
---
[2013-10-01 18:09:14] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
rbx-configure-test.cpp:1:20: warning: extra tokens at end of #include directive [enabled by default]
#include <unistd.h>#include <stddef.h>
^
[2013-10-01 18:09:14] 8 bytes
[2013-10-01 18:09:14] Checking sizeof(time_t):
[2013-10-01 18:09:14] ---
#include <time.h>#include <stddef.h>
int main() { return sizeof(time_t); }
---
[2013-10-01 18:09:14] ---
#include <time.h>#include <stddef.h>
int main() { return sizeof(time_t); }
---
[2013-10-01 18:09:14] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
rbx-configure-test.cpp:1:18: warning: extra tokens at end of #include directive [enabled by default]
#include <time.h>#include <stddef.h>
^
[2013-10-01 18:09:15] 8 bytes
[2013-10-01 18:09:15] Checking for libc version:
[2013-10-01 18:09:15] libc.so.6 found!
[2013-10-01 18:09:15] Checking platform endianness:
[2013-10-01 18:09:15] int main() { int one = 1; return (*((char*)&one)) == 1 ? 0 : 1; }
[2013-10-01 18:09:15] ---
int main() { int one = 1; return (*((char*)&one)) == 1 ? 0 : 1; }
---
[2013-10-01 18:09:15] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:15] little endian
[2013-10-01 18:09:15] Checking for tr1:
[2013-10-01 18:09:15] ---
#include <tr1/unordered_map>
typedef std::tr1::unordered_map<int, void*> X;
int main() { X x; return 0; }
---
[2013-10-01 18:09:15] ---
#include <tr1/unordered_map>
typedef std::tr1::unordered_map<int, void*> X;
int main() { X x; return 0; }
---
[2013-10-01 18:09:15] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:15] found
[2013-10-01 18:09:15] Checking for tr1/hash definition:
[2013-10-01 18:09:15] ---
#include <stdint.h>
#include <tr1/unordered_map>
typedef std::tr1::unordered_map<uint64_t, void*> X;
int main() { X x; return 0; }
---
[2013-10-01 18:09:15] ---
#include <stdint.h>
#include <tr1/unordered_map>
typedef std::tr1::unordered_map<uint64_t, void*> X;
int main() { X x; return 0; }
---
[2013-10-01 18:09:15] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:15] found
[2013-10-01 18:09:15] ---
int main() {
#if defined(__x86_64) || defined(__x86_64__)
return 1;
#else
return 0;
#endif
}
---
[2013-10-01 18:09:15] ---
int main() {
#if defined(__x86_64) || defined(__x86_64__)
return 1;
#else
return 0;
#endif
}
---
[2013-10-01 18:09:15] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:15] Checking for function 'backtrace':
[2013-10-01 18:09:15] ---
#include <execinfo.h>
int main() { void* ptr = &backtrace; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-8yej1q >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-8yej1q"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq backtrace@GOTPCREL(%rip), %rax
movq %rax, -8(%rbp)
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for function 'clock_gettime':
[2013-10-01 18:09:15] ---
#include <time.h>
int main() { void* ptr = &clock_gettime; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-spnkf >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-spnkf"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq clock_gettime@GOTPCREL(%rip), %rax
movq %rax, -8(%rbp)
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for function 'nl_langinfo':
[2013-10-01 18:09:15] ---
#include <langinfo.h>
int main() { void* ptr = &nl_langinfo; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-1fcbmp1 >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-1fcbmp1"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq nl_langinfo@GOTPCREL(%rip), %rax
movq %rax, -8(%rbp)
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for function 'setproctitle':
[2013-10-01 18:09:15] ---
#include <sys/types.h>
#include <unistd.h>
int main() { void* ptr = &setproctitle; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-nyzobt >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
/tmp/rbx-test20131001-25270-nyzobt: In function ‘main’:
/tmp/rbx-test20131001-25270-nyzobt:3:27: error: ‘setproctitle’ undeclared (first use in this function)
int main() { void* ptr = &setproctitle; }
^
/tmp/rbx-test20131001-25270-nyzobt:3:27: note: each undeclared identifier is reported only once for each function it appears in
.file "rbx-test20131001-25270-nyzobt"
[2013-10-01 18:09:15] not found
[2013-10-01 18:09:15] Checking for function 'posix_fadvise':
[2013-10-01 18:09:15] ---
#include <fcntl.h>
int main() { void* ptr = &posix_fadvise; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-1e1iwvv >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-1e1iwvv"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq posix_fadvise@GOTPCREL(%rip), %rax
movq %rax, -8(%rbp)
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for function 'strnlen':
[2013-10-01 18:09:15] ---
#include <string.h>
int main() { void* ptr = &strnlen; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-1aggifh >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-1aggifh"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq strnlen@GOTPCREL(%rip), %rax
movq %rax, -8(%rbp)
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for function 'lchmod':
[2013-10-01 18:09:15] ---
#include <sys/stat.h>
#include <unistd.h>
int main() { void* ptr = &lchmod; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-ax8i4d >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
/tmp/rbx-test20131001-25270-ax8i4d: In function ‘main’:
/tmp/rbx-test20131001-25270-ax8i4d:3:27: error: ‘lchmod’ undeclared (first use in this function)
int main() { void* ptr = &lchmod; }
^
/tmp/rbx-test20131001-25270-ax8i4d:3:27: note: each undeclared identifier is reported only once for each function it appears in
.file "rbx-test20131001-25270-ax8i4d"
[2013-10-01 18:09:15] not found
[2013-10-01 18:09:15] Checking for function 'lchown':
[2013-10-01 18:09:15] ---
#include <sys/stat.h>
#include <unistd.h>
int main() { void* ptr = &lchown; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-cvb9m4 >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-cvb9m4"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movq lchown@GOTPCREL(%rip), %rax
movq %rax, -8(%rbp)
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for struct tm has member tm_gmtoff:
[2013-10-01 18:09:15] ---
#include <time.h>
int main() { struct tm st; st.tm_gmtoff; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-1dlc8s3 >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-1dlc8s3"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for struct tm has member tm_zone:
[2013-10-01 18:09:15] ---
#include <time.h>
int main() { struct tm st; st.tm_zone; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-wc85r1 >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-wc85r1"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for global 'timezone':
[2013-10-01 18:09:15] ---
#include <time.h>
int main() { timezone; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-1wazhpa >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-1wazhpa"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for global 'tzname':
[2013-10-01 18:09:15] ---
#include <time.h>
int main() { tzname; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-edn6bu >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-edn6bu"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for global 'daylight':
[2013-10-01 18:09:15] ---
#include <time.h>
int main() { daylight; }
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-16oc6r1 >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-16oc6r1"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for header 'zlib.h':
[2013-10-01 18:09:15] ---
#include <zlib.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-g5mk84 >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-g5mk84"
.text
.globl main
.type main, @function
main:
.LFB2:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $0, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE2:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for header 'openssl/ssl.h':
[2013-10-01 18:09:15] ---
#include <openssl/ssl.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-oicp0y >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-oicp0y"
.text
.globl main
.type main, @function
main:
.LFB2:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $0, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE2:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for header 'alloca.h':
[2013-10-01 18:09:15] ---
#include <alloca.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-lzqijy >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-lzqijy"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $0, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for header 'string.h':
[2013-10-01 18:09:15] ---
#include <string.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-1wb3z3u >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-1wb3z3u"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $0, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for header 'sys/time.h':
[2013-10-01 18:09:15] ---
#include <sys/time.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-se6qts >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-se6qts"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $0, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for header 'sys/times.h':
[2013-10-01 18:09:15] ---
#include <sys/times.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-1f0v8kt >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-1f0v8kt"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $0, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for header 'sys/types.h':
[2013-10-01 18:09:15] ---
#include <sys/types.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-pk3s1v >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-pk3s1v"
.text
.globl main
.type main, @function
main:
.LFB2:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $0, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE2:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for header 'unistd.h':
[2013-10-01 18:09:15] ---
#include <unistd.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-moi4mv >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-moi4mv"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $0, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for header 'stdarg.h':
[2013-10-01 18:09:15] ---
#include <stdarg.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-149ms3g >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
.file "rbx-test20131001-25270-149ms3g"
.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
pushq %rbp
.cfi_def_cfa_offset 16
.cfi_offset 6, -16
movq %rsp, %rbp
.cfi_def_cfa_register 6
movl $0, %eax
popq %rbp
.cfi_def_cfa 7, 8
ret
.cfi_endproc
.LFE0:
.size main, .-main
.ident "GCC: (GNU) 4.8.1 20130725 (prerelease)"
.section .note.GNU-stack,"",@progbits
[2013-10-01 18:09:15] found!
[2013-10-01 18:09:15] Checking for header 'sys/pstat.h':
[2013-10-01 18:09:15] ---
#include <sys/pstat.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-1llzkvq >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
/tmp/rbx-test20131001-25270-1llzkvq:1:23: fatal error: sys/pstat.h: No such file or directory
#include <sys/pstat.h>
^
compilation terminated.
.file "rbx-test20131001-25270-1llzkvq"
[2013-10-01 18:09:15] not found
[2013-10-01 18:09:15] Checking for header 'valgrind/valgrind.h':
[2013-10-01 18:09:15] ---
#include <valgrind/valgrind.h>
int main() {return 0;}
---
[2013-10-01 18:09:15] g++ -S -o - -x c -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib /tmp/rbx-test20131001-25270-57kks4 >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
/tmp/rbx-test20131001-25270-57kks4:1:31: fatal error: valgrind/valgrind.h: No such file or directory
#include <valgrind/valgrind.h>
^
compilation terminated.
.file "rbx-test20131001-25270-57kks4"
[2013-10-01 18:09:15] not found
[2013-10-01 18:09:15] Checking curses library:
[2013-10-01 18:09:15] ---
#include <curses.h>
#include <term.h>
int main() { return tgetnum(""); }
---
[2013-10-01 18:09:15] ---
#include <curses.h>
#include <term.h>
int main() { return tgetnum(""); }
---
[2013-10-01 18:09:15] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm -lcurses >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
rbx-configure-test.cpp: In function ‘int main()’:
rbx-configure-test.cpp:4:31: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
int main() { return tgetnum(""); }
^
[2013-10-01 18:09:15] curses
[2013-10-01 18:09:15] Checking if function 'strerror_r' returns char*:
[2013-10-01 18:09:15] ---
#include <string.h>
int main() { char buf[1024]; static_cast<char*>(strerror_r(42, buf, 1024)); }
---
[2013-10-01 18:09:15] g++ -o rbx-configure-test rbx-configure-test.cpp -I/usr/local/include -fPIC -L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib -lstdc++ -lm >>/home/jfredett/Dropbox/code/forks/rubinius/configure.log 2>&1
[2013-10-01 18:09:15] yes
[2013-10-01 18:09:15] ---
Fetching bootstrap gems...
---
[2013-10-01 18:09:15] Checking rubinius-ast (~> 2.0)
[2013-10-01 18:09:16]
[2013-10-01 18:09:16] Checking rubinius-compiler (~> 2.0)
[2013-10-01 18:09:16]
[2013-10-01 18:09:16] Checking rubinius-melbourne (~> 2.0)
[2013-10-01 18:09:17]
[2013-10-01 18:09:17] Checking rubinius-processor (~> 2.0)
[2013-10-01 18:09:17]
[2013-10-01 18:09:17] Checking rubinius-toolset (~> 0.1)
[2013-10-01 18:09:18]
[2013-10-01 18:09:18] Checking ffi2-generators (~> 0.1)
[2013-10-01 18:09:18]
[2013-10-01 18:09:18] Checking rubysl-etc (~> 2.0)
[2013-10-01 18:09:19]
[2013-10-01 18:09:19] Checking rubysl-fileutils (~> 2.0)
[2013-10-01 18:09:19]
[2013-10-01 18:09:19] Checking rubysl-mkmf (~> 2.0)
[2013-10-01 18:09:20]
[2013-10-01 18:09:20] Checking rubysl-shellwords (~> 2.0)
[2013-10-01 18:09:20]
[2013-10-01 18:09:20] Checking psych (~> 2.0)
[2013-10-01 18:09:21]
[2013-10-01 18:09:21] Checking rubysl-date (~> 2.0)
[2013-10-01 18:09:21]
[2013-10-01 18:09:21] Checking rubysl-delegate (~> 2.0)
[2013-10-01 18:09:22]
[2013-10-01 18:09:22] Checking rubysl-digest (~> 2.0)
[2013-10-01 18:09:22]
[2013-10-01 18:09:22] Checking rubysl-fcntl (~> 2.0)
[2013-10-01 18:09:23]
[2013-10-01 18:09:23] Checking rubysl-monitor (~> 2.0)
[2013-10-01 18:09:23]
[2013-10-01 18:09:23] Checking rubysl-net-http (~> 2.0)
[2013-10-01 18:09:24]
[2013-10-01 18:09:24] Checking rubysl-net-protocol (~> 2.0)
[2013-10-01 18:09:24]
[2013-10-01 18:09:24] Checking rubysl-openssl (~> 2.0)
[2013-10-01 18:09:25]
[2013-10-01 18:09:25] Checking rubysl-optparse (~> 2.0)
[2013-10-01 18:09:25]
[2013-10-01 18:09:25] Checking rubysl-ostruct (~> 2.0)
[2013-10-01 18:09:26]
[2013-10-01 18:09:26] Checking rubysl-resolv (~> 2.0)
[2013-10-01 18:09:26]
[2013-10-01 18:09:26] Checking rubysl-socket (~> 2.0)
[2013-10-01 18:09:27]
[2013-10-01 18:09:27] Checking rubysl-stringio (~> 2.0)
[2013-10-01 18:09:27]
[2013-10-01 18:09:27] Checking rubysl-strscan (~> 2.0)
[2013-10-01 18:09:27]
[2013-10-01 18:09:27] Checking rubysl-tempfile (~> 2.0)
[2013-10-01 18:09:28]
[2013-10-01 18:09:28] Checking rubysl-thread (~> 2.0)
[2013-10-01 18:09:28]
[2013-10-01 18:09:28] Checking rubysl-time (~> 2.0)
[2013-10-01 18:09:29]
[2013-10-01 18:09:29] Checking rubysl-timeout (~> 2.0)
[2013-10-01 18:09:29]
[2013-10-01 18:09:29] Checking rubysl-tmpdir (~> 2.0)
[2013-10-01 18:09:30]
[2013-10-01 18:09:30] Checking rubysl-tsort (~> 2.0)
[2013-10-01 18:09:30]
[2013-10-01 18:09:30] Checking rubysl-uri (~> 2.0)
[2013-10-01 18:09:31]
[2013-10-01 18:09:31] Checking rubysl-yaml (~> 2.0)
[2013-10-01 18:09:31]
[2013-10-01 18:09:31] Checking rubysl-zlib (~> 2.0)
[2013-10-01 18:09:32]
[2013-10-01 18:09:32] Checking json (~> 1.8)
[2013-10-01 18:09:33]
[2013-10-01 18:09:33] Checking rake (~> 10.1)
[2013-10-01 18:09:33]
[2013-10-01 18:09:33] Checking rdoc (~> 4.0)
[2013-10-01 18:09:34]
[2013-10-01 18:09:34] Checking rubysl-rake (~> 2.0)
[2013-10-01 18:09:35]
[2013-10-01 18:09:35] Checking ffi2-generators (~> 0.1)
[2013-10-01 18:09:35]
[2013-10-01 18:09:35] Checking rubinius-profiler (~> 2.0)
[2013-10-01 18:09:36]
[2013-10-01 18:09:36] Checking rubinius-coverage (~> 2.0)
[2013-10-01 18:09:36]
[2013-10-01 18:09:36] Checking rubinius-debugger (~> 2.0)
[2013-10-01 18:09:37]
[2013-10-01 18:09:37] Checking rubysl (~> 2.0)
[2013-10-01 18:09:37]
[2013-10-01 18:09:37]
[2013-10-01 18:09:37] Checking dependencies for json (1.8.0)
[2013-10-01 18:09:38]
[2013-10-01 18:09:38] Checking dependencies for rake (10.1.0)
[2013-10-01 18:09:39]
[2013-10-01 18:09:39] Checking dependencies for rdoc (4.0.1)
[2013-10-01 18:09:40]
[2013-10-01 18:09:40] Checking dependencies for rubysl-rake (2.0.0)
[2013-10-01 18:09:47]
[2013-10-01 18:09:47] Checking dependencies for ffi2-generators (0.1.1)
[2013-10-01 18:09:48]
[2013-10-01 18:09:48] Checking dependencies for rubinius-profiler (2.0.0)
[2013-10-01 18:09:49]
[2013-10-01 18:09:49] Checking dependencies for rubinius-coverage (2.0.0)
[2013-10-01 18:09:50]
[2013-10-01 18:09:50] Checking dependencies for rubinius-debugger (2.0.0)
[2013-10-01 18:09:51]
[2013-10-01 18:09:51] Checking dependencies for rubysl (2.0.6)
[2013-10-01 18:10:39]
[2013-10-01 18:10:39] ---
Fetching gems...
---
[2013-10-01 18:10:40] Downloading rubinius-ast-2.0.7.gem...
[2013-10-01 18:10:40] : done!
[2013-10-01 18:10:41] Downloading rubinius-compiler-2.0.3.gem...
[2013-10-01 18:10:42] : done!
[2013-10-01 18:10:43] Downloading rubinius-melbourne-2.0.0.17.gem...
[2013-10-01 18:10:43] : done!
[2013-10-01 18:10:45] Downloading rubinius-processor-2.0.1.gem...
[2013-10-01 18:10:45] : done!
[2013-10-01 18:10:46] Downloading rubinius-toolset-0.1.1.gem...
[2013-10-01 18:10:46] : done!
[2013-10-01 18:10:47] Downloading ffi2-generators-0.1.1.gem...
[2013-10-01 18:10:47] : done!
[2013-10-01 18:10:47] Downloading rubysl-etc-2.0.2.gem...
[2013-10-01 18:10:47] : done!
[2013-10-01 18:10:49] Downloading rubysl-fileutils-2.0.2.gem...
[2013-10-01 18:10:49] : done!
[2013-10-01 18:10:50] Downloading rubysl-mkmf-2.0.1.gem...
[2013-10-01 18:10:50] : done!
[2013-10-01 18:10:51] Downloading rubysl-shellwords-2.0.0.gem...
[2013-10-01 18:10:51] : done!
[2013-10-01 18:10:53] Downloading psych-2.0.1.gem...
[2013-10-01 18:10:53] : done!
[2013-10-01 18:10:54] Downloading rubysl-date-2.0.2.gem...
[2013-10-01 18:10:54] : done!
[2013-10-01 18:10:55] Downloading rubysl-delegate-2.0.0.gem...
[2013-10-01 18:10:55] : done!
[2013-10-01 18:10:56] Downloading rubysl-digest-2.0.2.gem...
[2013-10-01 18:10:56] : done!
[2013-10-01 18:10:57] Downloading rubysl-fcntl-2.0.4.gem...
[2013-10-01 18:10:57] : done!
[2013-10-01 18:10:58] Downloading rubysl-monitor-2.0.0.gem...
[2013-10-01 18:10:58] : done!
[2013-10-01 18:10:59] Downloading rubysl-net-http-2.0.4.gem...
[2013-10-01 18:11:00] : done!
[2013-10-01 18:11:01] Downloading rubysl-net-protocol-2.0.1.gem...
[2013-10-01 18:11:01] : done!
[2013-10-01 18:11:02] Downloading rubysl-openssl-2.0.0.gem...
[2013-10-01 18:11:02] : done!
[2013-10-01 18:11:04] Downloading rubysl-optparse-2.0.1.gem...
[2013-10-01 18:11:04] : done!
[2013-10-01 18:11:05] Downloading rubysl-ostruct-2.0.4.gem...
[2013-10-01 18:11:05] : done!
[2013-10-01 18:11:06] Downloading rubysl-resolv-2.0.0.gem...
[2013-10-01 18:11:06] : done!
[2013-10-01 18:11:07] Downloading rubysl-socket-2.0.0.gem...
[2013-10-01 18:11:07] : done!
[2013-10-01 18:11:08] Downloading rubysl-stringio-2.0.0.gem...
[2013-10-01 18:11:08] : done!
[2013-10-01 18:11:09] Downloading rubysl-strscan-2.0.0.gem...
[2013-10-01 18:11:09] : done!
[2013-10-01 18:11:09] Downloading rubysl-tempfile-2.0.0.gem...
[2013-10-01 18:11:09] : done!
[2013-10-01 18:11:11] Downloading rubysl-thread-2.0.2.gem...
[2013-10-01 18:11:11] : done!
[2013-10-01 18:11:12] Downloading rubysl-time-2.0.0.gem...
[2013-10-01 18:11:12] : done!
[2013-10-01 18:11:13] Downloading rubysl-timeout-2.0.0.gem...
[2013-10-01 18:11:13] : done!
[2013-10-01 18:11:14] Downloading rubysl-tmpdir-2.0.0.gem...
[2013-10-01 18:11:14] : done!
[2013-10-01 18:11:15] Downloading rubysl-tsort-2.0.1.gem...
[2013-10-01 18:11:15] : done!
[2013-10-01 18:11:16] Downloading rubysl-uri-2.0.0.gem...
[2013-10-01 18:11:16] : done!
[2013-10-01 18:11:17] Downloading rubysl-yaml-2.0.0.gem...
[2013-10-01 18:11:17] : done!
[2013-10-01 18:11:18] Downloading rubysl-zlib-2.0.0.gem...
[2013-10-01 18:11:18] : done!
[2013-10-01 18:11:18] Downloading rake-10.1.0.gem...
[2013-10-01 18:11:19] : done!
[2013-10-01 18:11:20] Downloading rdoc-4.0.1.gem...
[2013-10-01 18:11:21] : done!
[2013-10-01 18:11:22] Downloading rubysl-rake-2.0.0.gem...
[2013-10-01 18:11:22] : done!
[2013-10-01 18:11:23] Downloading rubinius-profiler-2.0.0.gem...
[2013-10-01 18:11:23] : done!
[2013-10-01 18:11:24] Downloading rubinius-coverage-2.0.0.gem...
[2013-10-01 18:11:24] : done!
[2013-10-01 18:11:25] Downloading rubinius-debugger-2.0.0.gem...
[2013-10-01 18:11:25] : done!
[2013-10-01 18:11:26] Downloading rubysl-2.0.6.gem...
[2013-10-01 18:11:26] : done!
[2013-10-01 18:11:27] Downloading rubysl-find-2.0.0.gem...
[2013-10-01 18:11:27] : done!
[2013-10-01 18:11:28] Downloading rubysl-net-ftp-2.0.1.gem...
[2013-10-01 18:11:28] : done!
[2013-10-01 18:11:29] Downloading rubysl-set-2.0.1.gem...
[2013-10-01 18:11:29] : done!
[2013-10-01 18:11:31] Downloading rubysl-singleton-2.0.0.gem...
[2013-10-01 18:11:31] : done!
[2013-10-01 18:11:32] Downloading minitest-4.7.5.gem...
[2013-10-01 18:11:32] : done!
[2013-10-01 18:11:33] Downloading rubysl-xmlrpc-2.0.0.gem...
[2013-10-01 18:11:33] : done!
[2013-10-01 18:11:34] Downloading rubysl-webrick-2.0.0.gem...
[2013-10-01 18:11:34] : done!
[2013-10-01 18:11:35] Downloading rubysl-weakref-2.0.0.gem...
[2013-10-01 18:11:35] : done!
[2013-10-01 18:11:37] Downloading rubysl-un-2.0.0.gem...
[2013-10-01 18:11:37] : done!
[2013-10-01 18:11:38] Downloading rubysl-tracer-2.0.0.gem...
[2013-10-01 18:11:38] : done!
[2013-10-01 18:11:39] Downloading rubysl-thwait-2.0.0.gem...
[2013-10-01 18:11:39] : done!
[2013-10-01 18:11:40] Downloading rubysl-test-unit-2.0.1.gem...
[2013-10-01 18:11:40] : done!
[2013-10-01 18:11:41] Downloading rubysl-syslog-2.0.1.gem...
[2013-10-01 18:11:41] : done!
[2013-10-01 18:11:42] Downloading rubysl-securerandom-2.0.0.gem...
[2013-10-01 18:11:42] : done!
[2013-10-01 18:11:43] Downloading rubysl-scanf-2.0.0.gem...
[2013-10-01 18:11:43] : done!
[2013-10-01 18:11:44] Downloading rubysl-rss-2.0.0.gem...
[2013-10-01 18:11:44] : done!
[2013-10-01 18:11:45] Downloading rubysl-ripper-2.0.0.gem...
[2013-10-01 18:11:45] : done!
[2013-10-01 18:11:46] Downloading rubysl-rinda-2.0.0.gem...
[2013-10-01 18:11:46] : done!
[2013-10-01 18:11:46] Downloading rubysl-rexml-2.0.0.gem...
[2013-10-01 18:11:46] : done!
[2013-10-01 18:11:47] Downloading rubysl-readline-2.0.2.gem...
[2013-10-01 18:11:47] : done!
[2013-10-01 18:11:48] Downloading rubysl-rational-2.0.1.gem...
[2013-10-01 18:11:48] : done!
[2013-10-01 18:11:49] Downloading rubysl-pty-2.0.0.gem...
[2013-10-01 18:11:49] : done!
[2013-10-01 18:11:50] Downloading rubysl-pstore-2.0.0.gem...
[2013-10-01 18:11:51] : done!
[2013-10-01 18:11:51] Downloading rubysl-profiler-2.0.0.gem...
[2013-10-01 18:11:51] : done!
[2013-10-01 18:11:52] Downloading rubysl-profile-2.0.0.gem...
[2013-10-01 18:11:52] : done!
[2013-10-01 18:11:54] Downloading rubysl-prime-2.0.0.gem...
[2013-10-01 18:11:54] : done!
[2013-10-01 18:11:55] Downloading rubysl-prettyprint-2.0.1.gem...
[2013-10-01 18:11:55] : done!
[2013-10-01 18:11:56] Downloading rubysl-pathname-2.0.0.gem...
[2013-10-01 18:11:56] : done!
[2013-10-01 18:11:57] Downloading rubysl-open3-2.0.0.gem...
[2013-10-01 18:11:57] : done!
[2013-10-01 18:11:59] Downloading rubysl-open-uri-2.0.0.gem...
[2013-10-01 18:11:59] : done!
[2013-10-01 18:11:59] Downloading rubysl-observer-2.0.0.gem...
[2013-10-01 18:11:59] : done!
[2013-10-01 18:12:00] Downloading rubysl-nkf-2.0.0.gem...
[2013-10-01 18:12:00] : done!
[2013-10-01 18:12:01] Downloading rubysl-net-telnet-2.0.0.gem...
[2013-10-01 18:12:01] : done!
[2013-10-01 18:12:02] Downloading rubysl-net-smtp-2.0.1.gem...
[2013-10-01 18:12:02] : done!
[2013-10-01 18:12:04] Downloading rubysl-net-pop-2.0.1.gem...
[2013-10-01 18:12:04] : done!
[2013-10-01 18:12:05] Downloading rubysl-net-imap-2.0.1.gem...
[2013-10-01 18:12:05] : done!
[2013-10-01 18:12:06] Downloading rubysl-mutex_m-2.0.0.gem...
[2013-10-01 18:12:06] : done!
[2013-10-01 18:12:07] Downloading rubysl-matrix-2.1.0.gem...
[2013-10-01 18:12:07] : done!
[2013-10-01 18:12:09] Downloading rubysl-mathn-2.0.0.gem...
[2013-10-01 18:12:09] : done!
[2013-10-01 18:12:10] Downloading rubysl-logger-2.0.0.gem...
[2013-10-01 18:12:10] : done!
[2013-10-01 18:12:11] Downloading rubysl-json-2.0.0.gem...
[2013-10-01 18:12:11] : done!
[2013-10-01 18:12:13] Downloading rubysl-irb-2.0.3.gem...
[2013-10-01 18:12:13] : done!
[2013-10-01 18:12:14] Downloading rubysl-ipaddr-2.0.0.gem...
[2013-10-01 18:12:14] : done!
[2013-10-01 18:12:15] Downloading rubysl-io-wait-2.0.0.gem...
[2013-10-01 18:12:15] : done!
[2013-10-01 18:12:15] Downloading rubysl-io-nonblock-2.0.0.gem...
[2013-10-01 18:12:15] : done!
[2013-10-01 18:12:16] Downloading rubysl-io-console-2.0.0.gem...
[2013-10-01 18:12:16] : done!
[2013-10-01 18:12:17] Downloading rubysl-gserver-2.0.0.gem...
[2013-10-01 18:12:17] : done!
[2013-10-01 18:12:19] Downloading rubysl-getoptlong-2.0.0.gem...
[2013-10-01 18:12:19] : done!
[2013-10-01 18:12:20] Downloading rubysl-forwardable-2.0.0.gem...
[2013-10-01 18:12:20] : done!
[2013-10-01 18:12:21] Downloading rubysl-fiber-2.0.0.gem...
[2013-10-01 18:12:21] : done!
[2013-10-01 18:12:22] Downloading rubysl-expect-2.0.0.gem...
[2013-10-01 18:12:22] : done!
[2013-10-01 18:12:24] Downloading rubysl-erb-2.0.0.gem...
[2013-10-01 18:12:24] : done!
[2013-10-01 18:12:25] Downloading rubysl-enumerator-2.0.0.gem...
[2013-10-01 18:12:25] : done!
[2013-10-01 18:12:26] Downloading rubysl-english-2.0.0.gem...
[2013-10-01 18:12:26] : done!
[2013-10-01 18:12:28] Downloading rubysl-e2mmap-2.0.0.gem...
[2013-10-01 18:12:28] : done!
[2013-10-01 18:12:29] Downloading rubysl-drb-2.0.0.gem...
[2013-10-01 18:12:29] : done!
[2013-10-01 18:12:30] Downloading rubysl-curses-2.0.0.gem...
[2013-10-01 18:12:31] : done!
[2013-10-01 18:12:31] Downloading rubysl-csv-2.0.1.gem...
[2013-10-01 18:12:31] : done!
[2013-10-01 18:12:32] Downloading rubysl-coverage-2.0.0.gem...
[2013-10-01 18:12:32] : done!
[2013-10-01 18:12:33] Downloading rubysl-continuation-2.0.0.gem...
[2013-10-01 18:12:33] : done!
[2013-10-01 18:12:34] Downloading rubysl-complex-2.0.0.gem...
[2013-10-01 18:12:35] : done!
[2013-10-01 18:12:36] Downloading rubysl-cmath-2.0.0.gem...
[2013-10-01 18:12:36] : done!
[2013-10-01 18:12:37] Downloading rubysl-cgi-session-2.0.0.gem...
[2013-10-01 18:12:37] : done!
[2013-10-01 18:12:38] Downloading rubysl-cgi-2.0.0.gem...
[2013-10-01 18:12:39] : done!
[2013-10-01 18:12:40] Downloading rubysl-bigdecimal-2.0.2.gem...
[2013-10-01 18:12:40] : done!
[2013-10-01 18:12:41] Downloading rubysl-benchmark-2.0.0.gem...
[2013-10-01 18:12:41] : done!
[2013-10-01 18:12:42] Downloading rubysl-base64-2.0.0.gem...
[2013-10-01 18:12:42] : done!
[2013-10-01 18:12:43] Downloading rubysl-abbrev-2.0.2.gem...
[2013-10-01 18:12:43] : done!
[2013-10-01 18:12:43] ---
Unpacking bootstrap gems...
---
[2013-10-01 18:12:49] ---
------------------------------------------------------------------
Rubinius has been configured.
Run 'rake' to build and test Rubinius.
After building, you may add
'/home/jfredett/Dropbox/code/forks/rubinius/bin'
to your PATH or run commands directly from that directory.
Available commands are:
ruby, rake, gem, irb, rdoc, ri, rbx
------------------------------------------------------------------
---
An exception occurred running /home/jfredett/Dropbox/code/forks/rubinius/lib/bin/gem.rb:
(LoadError)
The library "optparse" is a provided by the "rubysl-optparse" gem and needs to be
installed to be loaded.
If using Bundler, add this library or the standard library meta-gem to the
Gemfile as follows:
gem "rubysl-optparse", "~> 2.0"
OR
gem "rubysl", "~> 2.0"
Otherwise, install the gem with the following command:
gem install rubysl-optparse
OR
gem install rubysl
If the "rubysl-optparse" gem should be installed, ensure that the GEM_HOME or GEM_PATH
environment variables are either not set or set correctly to the directories
containing Rubinius gems.
If these instructions do not help resolve the issue, please open a ticket at:
https://github.com/rubinius/rubinius/issues
The source code for "rubysl-optparse" is on GitHub:
https://github.com/rubysl/rubysl-optparse
Backtrace:
 Rubinius::CodeLoader.missing_standard_library at kernel/delta/codeloader.rb:130
Object#__script__ at lib/optparse.rb:4
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/command.rb:7
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/command_manager.rb:7
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/gem_runner.rb:8
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/bin/gem.rb:9
 Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:66
 Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:182
 Rubinius::Loader#script at kernel/loader.rb:644
 Rubinius::Loader#main at kernel/loader.rb:825
Caused by: no such file to load -- rubysl/optparse (LoadError)
Backtrace:
 Rubinius::CodeLoader#load_error at kernel/common/codeloader.rb:436
 Rubinius::CodeLoader#resolve_require_path at kernel/common/codeloader.rb:423
 { } in Rubinius::CodeLoader#require at kernel/common/codeloader.rb:103
 Rubinius.synchronize at kernel/bootstrap/rubinius.rb:147
 Rubinius::CodeLoader#require at kernel/common/codeloader.rb:102
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:237
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/optparse.rb:2
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/command.rb:7
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/command_manager.rb:7
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/gem_runner.rb:8
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/bin/gem.rb:9
 Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:66
 Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:182
 Rubinius::Loader#script at kernel/loader.rb:644
 Rubinius::Loader#main at kernel/loader.rb:825
module Rubinius
config = {}
config[:command_line] = []
config[:config_file] = "/home/jfredett/Dropbox/code/forks/rubinius/config.rb"
config[:build_ruby] = "/home/jfredett/.rvm/rubies/ruby-2.0.0-p247/bin/ruby"
config[:build_rake] = "rake"
config[:build_perl] = "perl"
config[:llvm] = :config
config[:llvm_configure] = "/usr/bin/llvm-config"
config[:llvm_version] = "3.3"
config[:llvm_shared] = false
config[:cc] = "gcc"
config[:cxx] = "g++"
config[:ldshared] = "gcc -shared"
config[:ldsharedxx] = "g++ -shared -lstdc++"
config[:gcc_major] = "4.8"
config[:user_cflags] = ""
config[:user_cxxflags] = ""
config[:user_cppflags] = ""
config[:user_ldflags] = ""
config[:system_cflags] = "-I/usr/local/include -fPIC"
config[:system_cxxflags] = ""
config[:system_cppflags] = ""
config[:system_ldflags] = "-L/usr/local/lib -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -Wl,-rpath=/usr/local/lib"
config[:make] = "make"
config[:include_dirs] = ["/usr/local/include"]
config[:lib_dirs] = ["/usr/local/lib"]
config[:defines] = ["HAS_EXECINFO", "HAVE_SPT_REUSEARGV", "HAVE_CLOCK_GETTIME", "HAVE_NL_LANGINFO", "HAVE_POSIX_FADVISE", "HAVE_STRNLEN", "HAVE_TM_GMTOFF", "HAVE_TM_ZONE", "HAVE_TIMEZONE", "HAVE_TZNAME", "HAVE_DAYLIGHT", "HAVE_ALLOCA_H", "HAVE_STRING_H", "HAVE_SYS_TIME_H", "HAVE_SYS_TIMES_H", "HAVE_SYS_TYPES_H", "HAVE_UNISTD_H", "HAVE_STDARG_H", "STRERROR_R_CHAR_P"]
config[:curses] = "curses"
config[:host] = "x86_64-unknown-linux-gnu"
config[:cpu] = "x86_64"
config[:vendor] = "unknown"
config[:os] = "linux-gnu"
config[:little_endian] = true
config[:sizeof_long] = 8
config[:x86_32] = false
config[:x86_64] = true
config[:dtrace] = false
config[:fibers] = true
config[:sourcedir] = "/home/jfredett/Dropbox/code/forks/rubinius"
config[:stagingdir] = nil
config[:build_prefix] = "/home/jfredett/Dropbox/code/forks/rubinius"
config[:capi_includedir] = "/home/jfredett/Dropbox/code/forks/rubinius/vm/include/capi"
config[:build_exe] = "/home/jfredett/Dropbox/code/forks/rubinius/bin/rbx"
config[:prefixdir] = "/home/jfredett/Dropbox/code/forks/rubinius"
config[:bindir] = "/bin"
config[:libdir] = "/lib"
config[:encdir] = "/lib/encoding/converter"
config[:runtimedir] = "/runtime"
config[:kerneldir] = "/kernel"
config[:sitedir] = "/site"
config[:vendordir] = "/vendor"
config[:includedir] = "/vm/include/capi"
config[:mandir] = "/man"
config[:gemsdir] = "/gems"
config[:program_name] = "rbx"
config[:bin_links] = ["ruby", "rake", "gem", "irb", "rdoc", "ri"]
config[:use_bin_links] = true
config[:version] = "2.0.0n274"
config[:patch_version] = "0"
config[:libversion] = "2.0"
config[:release_date] = "2013-10-01"
config[:revision] = "dc81063add816cf595f1783c0893dc32ea4728ad"
config[:config_version] = 181
config[:windows] = false
config[:darwin] = false
config[:bsd] = false
config[:linux] = true
config[:vendor_zlib] = false
config[:vm_release_h] = "/home/jfredett/Dropbox/code/forks/rubinius/vm/gen/release.h"
config[:supported_versions] = nil
config[:build_tool_gems] = [["rubinius-ast", "2.0.7"], ["rubinius-compiler", "2.0.3"], ["rubinius-melbourne", "2.0.0.17"], ["rubinius-processor", "2.0.1"], ["rubinius-toolset", "0.1.1"], ["ffi2-generators", "0.1.1"]]
config[:build_c_ext_gems] = [["rubysl-etc", "2.0.2"], ["rubysl-fileutils", "2.0.2"], ["rubysl-mkmf", "2.0.1"], ["rubysl-shellwords", "2.0.0"]]
config[:rubygems_gems] = [["psych", "2.0.1"], ["rubysl-date", "2.0.2"], ["rubysl-delegate", "2.0.0"], ["rubysl-digest", "2.0.2"], ["rubysl-fcntl", "2.0.4"], ["rubysl-monitor", "2.0.0"], ["rubysl-net-http", "2.0.4"], ["rubysl-net-protocol", "2.0.1"], ["rubysl-openssl", "2.0.0"], ["rubysl-optparse", "2.0.1"], ["rubysl-ostruct", "2.0.4"], ["rubysl-resolv", "2.0.0"], ["rubysl-socket", "2.0.0"], ["rubysl-stringio", "2.0.0"], ["rubysl-strscan", "2.0.0"], ["rubysl-tempfile", "2.0.0"], ["rubysl-thread", "2.0.2"], ["rubysl-time", "2.0.0"], ["rubysl-timeout", "2.0.0"], ["rubysl-tmpdir", "2.0.0"], ["rubysl-tsort", "2.0.1"], ["rubysl-uri", "2.0.0"], ["rubysl-yaml", "2.0.0"], ["rubysl-zlib", "2.0.0"]]
config[:runtime_gems] = [["json", "1.8.0"], ["rake", "10.1.0"], ["rdoc", "4.0.1"], ["rubysl-rake", "2.0.0"], ["ffi2-generators", "0.1.1"], ["rubinius-profiler", "2.0.0"], ["rubinius-coverage", "2.0.0"], ["rubinius-debugger", "2.0.0"], ["rubysl", "2.0.6"], ["json", "1.8.0"], ["rubysl-date", "2.0.2"], ["rubysl-fileutils", "2.0.2"], ["rubysl-find", "2.0.0"], ["rubysl-monitor", "2.0.0"], ["rubysl-net-ftp", "2.0.1"], ["rubysl-optparse", "2.0.1"], ["rubysl-ostruct", "2.0.4"], ["rubysl-set", "2.0.1"], ["rubysl-shellwords", "2.0.0"], ["rubysl-singleton", "2.0.0"], ["rubysl-tempfile", "2.0.0"], ["rubysl-thread", "2.0.2"], ["psych", "2.0.1"], ["minitest", "4.7.5"], ["rubysl-zlib", "2.0.0"], ["rubysl-yaml", "2.0.0"], ["rubysl-xmlrpc", "2.0.0"], ["rubysl-webrick", "2.0.0"], ["rubysl-weakref", "2.0.0"], ["rubysl-uri", "2.0.0"], ["rubysl-un", "2.0.0"], ["rubysl-tsort", "2.0.1"], ["rubysl-tracer", "2.0.0"], ["rubysl-tmpdir", "2.0.0"], ["rubysl-timeout", "2.0.0"], ["rubysl-time", "2.0.0"], ["rubysl-thwait", "2.0.0"], ["rubysl-thread", "2.0.2"], ["rubysl-test-unit", "2.0.1"], ["rubysl-tempfile", "2.0.0"], ["rubysl-syslog", "2.0.1"], ["rubysl-strscan", "2.0.0"], ["rubysl-stringio", "2.0.0"], ["rubysl-socket", "2.0.0"], ["rubysl-singleton", "2.0.0"], ["rubysl-shellwords", "2.0.0"], ["rubysl-set", "2.0.1"], ["rubysl-securerandom", "2.0.0"], ["rubysl-scanf", "2.0.0"], ["rubysl-rss", "2.0.0"], ["rubysl-ripper", "2.0.0"], ["rubysl-rinda", "2.0.0"], ["rubysl-rexml", "2.0.0"], ["rubysl-resolv", "2.0.0"], ["rubysl-readline", "2.0.2"], ["rubysl-rational", "2.0.1"], ["rubysl-pty", "2.0.0"], ["rubysl-pstore", "2.0.0"], ["rubysl-profiler", "2.0.0"], ["rubysl-profile", "2.0.0"], ["rubysl-prime", "2.0.0"], ["rubysl-prettyprint", "2.0.1"], ["rubysl-pathname", "2.0.0"], ["rubysl-ostruct", "2.0.4"], ["rubysl-optparse", "2.0.1"], ["rubysl-openssl", "2.0.0"], ["rubysl-open3", "2.0.0"], ["rubysl-open-uri", "2.0.0"], ["rubysl-observer", "2.0.0"], ["rubysl-nkf", "2.0.0"], ["rubysl-net-telnet", "2.0.0"], ["rubysl-net-smtp", "2.0.1"], ["rubysl-net-protocol", "2.0.1"], ["rubysl-net-pop", "2.0.1"], ["rubysl-net-imap", "2.0.1"], ["rubysl-net-http", "2.0.4"], ["rubysl-net-ftp", "2.0.1"], ["rubysl-mutex_m", "2.0.0"], ["rubysl-monitor", "2.0.0"], ["rubysl-mkmf", "2.0.1"], ["rubysl-matrix", "2.1.0"], ["rubysl-mathn", "2.0.0"], ["rubysl-logger", "2.0.0"], ["rubysl-json", "2.0.0"], ["rubysl-irb", "2.0.3"], ["rubysl-ipaddr", "2.0.0"], ["rubysl-io-wait", "2.0.0"], ["rubysl-io-nonblock", "2.0.0"], ["rubysl-io-console", "2.0.0"], ["rubysl-gserver", "2.0.0"], ["rubysl-getoptlong", "2.0.0"], ["rubysl-forwardable", "2.0.0"], ["rubysl-find", "2.0.0"], ["rubysl-fileutils", "2.0.2"], ["rubysl-fiber", "2.0.0"], ["rubysl-fcntl", "2.0.4"], ["rubysl-expect", "2.0.0"], ["rubysl-etc", "2.0.2"], ["rubysl-erb", "2.0.0"], ["rubysl-enumerator", "2.0.0"], ["rubysl-english", "2.0.0"], ["rubysl-e2mmap", "2.0.0"], ["rubysl-drb", "2.0.0"], ["rubysl-digest", "2.0.2"], ["rubysl-delegate", "2.0.0"], ["rubysl-date", "2.0.2"], ["rubysl-curses", "2.0.0"], ["rubysl-csv", "2.0.1"], ["rubysl-coverage", "2.0.0"], ["rubysl-continuation", "2.0.0"], ["rubysl-complex", "2.0.0"], ["rubysl-cmath", "2.0.0"], ["rubysl-cgi-session", "2.0.0"], ["rubysl-cgi", "2.0.0"], ["rubysl-bigdecimal", "2.0.2"], ["rubysl-benchmark", "2.0.0"], ["rubysl-base64", "2.0.0"], ["rubysl-abbrev", "2.0.2"]]
if Rubinius.constants.map { |x| x.to_s }.include?("BUILD_CONFIG")
self::BUILD_CONFIG.replace config
else
self::BUILD_CONFIG = config
end
end
An exception occurred running /home/jfredett/Dropbox/code/forks/rubinius/lib/bin/gem.rb:
(LoadError)
The library "optparse" is a provided by the "rubysl-optparse" gem and needs to be
installed to be loaded.
If using Bundler, add this library or the standard library meta-gem to the
Gemfile as follows:
gem "rubysl-optparse", "~> 2.0"
OR
gem "rubysl", "~> 2.0"
Otherwise, install the gem with the following command:
gem install rubysl-optparse
OR
gem install rubysl
If the "rubysl-optparse" gem should be installed, ensure that the GEM_HOME or GEM_PATH
environment variables are either not set or set correctly to the directories
containing Rubinius gems.
If these instructions do not help resolve the issue, please open a ticket at:
https://github.com/rubinius/rubinius/issues
The source code for "rubysl-optparse" is on GitHub:
https://github.com/rubysl/rubysl-optparse
Backtrace:
 Rubinius::CodeLoader.missing_standard_library at kernel/delta/codeloader.rb:130
Object#__script__ at lib/optparse.rb:4
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/command.rb:7
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/command_manager.rb:7
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/gem_runner.rb:8
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/bin/gem.rb:9
 Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:66
 Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:182
 Rubinius::Loader#script at kernel/loader.rb:644
 Rubinius::Loader#main at kernel/loader.rb:825
Caused by: no such file to load -- rubysl/optparse (LoadError)
Backtrace:
 Rubinius::CodeLoader#load_error at kernel/common/codeloader.rb:436
 Rubinius::CodeLoader#resolve_require_path at kernel/common/codeloader.rb:423
 { } in Rubinius::CodeLoader#require at kernel/common/codeloader.rb:103
 Rubinius.synchronize at kernel/bootstrap/rubinius.rb:147
 Rubinius::CodeLoader#require at kernel/common/codeloader.rb:102
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:237
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/optparse.rb:2
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/command.rb:7
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/command_manager.rb:7
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/rubygems/gem_runner.rb:8
 Rubinius::CodeLoader.require at kernel/common/codeloader.rb:243
 Kernel(Object)#gem_original_require (require) at kernel/common/kernel.rb:685
Kernel(Object)#require at lib/rubygems/core_ext/kernel_require.rb:53
Object#__script__ at lib/bin/gem.rb:9
 Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:66
 Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:182
 Rubinius::Loader#script at kernel/loader.rb:644
 Rubinius::Loader#main at kernel/loader.rb:825
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment