Skip to content

Instantly share code, notes, and snippets.

@tak1n
Created June 9, 2016 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tak1n/7b227cee15a916743f79155bd6dc586d to your computer and use it in GitHub Desktop.
Save tak1n/7b227cee15a916743f79155bd6dc586d to your computer and use it in GitHub Desktop.
[2016-06-08 17:39:00] Configuring Rubinius...
[2016-06-08 17:39:00] Command line: "--prefix=/home/benny/.rubies/rbx"
[2016-06-08 17:39:00] ------------------------- WARNING -----------------------
[2016-06-08 17:39:00] The specified prefix '/home/benny/.rubies/rbx' already exists.
[2016-06-08 17:39:00] Installing Rubinius into an existing directory may
[2016-06-08 17:39:00] overwrite existing unrelated files or cause conflicts
[2016-06-08 17:39:00] between different versions of Rubinius files.
[2016-06-08 17:39:00] ---------------------------------------------------------
[2016-06-08 17:39:02] Checking clang:
[2016-06-08 17:39:02] found
[2016-06-08 17:39:02] Checking clang++:
[2016-06-08 17:39:02] found
[2016-06-08 17:39:02] ---
Detected old configuration settings, forcing a clean build
---
[2016-06-08 17:39:03] Checking for 'llvm-config':
[2016-06-08 17:39:03] found! (version 3.8.0 - api: 308)
[2016-06-08 17:39:03]
[2016-06-08 17:39:03] Checking sizeof(short):
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(short); }
---
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(short); }
---
[2016-06-08 17:39:03] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:03] 2 bytes
[2016-06-08 17:39:03] Checking sizeof(int):
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(int); }
---
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(int); }
---
[2016-06-08 17:39:03] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:03] 4 bytes
[2016-06-08 17:39:03] Checking sizeof(void*):
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(void*); }
---
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(void*); }
---
[2016-06-08 17:39:03] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:03] 8 bytes
[2016-06-08 17:39:03] Checking sizeof(size_t):
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(size_t); }
---
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(size_t); }
---
[2016-06-08 17:39:03] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:03] 8 bytes
[2016-06-08 17:39:03] Checking sizeof(long):
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(long); }
---
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(long); }
---
[2016-06-08 17:39:03] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:03] 8 bytes
[2016-06-08 17:39:03] Checking sizeof(long long):
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(long long); }
---
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(long long); }
---
[2016-06-08 17:39:03] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:03] 8 bytes
[2016-06-08 17:39:03] Checking sizeof(float):
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(float); }
---
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(float); }
---
[2016-06-08 17:39:03] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:03] 4 bytes
[2016-06-08 17:39:03] Checking sizeof(double):
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(double); }
---
[2016-06-08 17:39:03] ---
#include <stddef.h>
int main() { return sizeof(double); }
---
[2016-06-08 17:39:03] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:04] 8 bytes
[2016-06-08 17:39:04] Checking sizeof(off_t):
[2016-06-08 17:39:04] ---
#include <unistd.h>#include <stddef.h>
int main() { return sizeof(off_t); }
---
[2016-06-08 17:39:04] ---
#include <unistd.h>#include <stddef.h>
int main() { return sizeof(off_t); }
---
[2016-06-08 17:39:04] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
rbx-configure-test.cpp:1:20: warning: extra tokens at end of #include directive [-Wextra-tokens]
#include <unistd.h>#include <stddef.h>
^
//
1 warning generated.
[2016-06-08 17:39:04] 8 bytes
[2016-06-08 17:39:04] Checking sizeof(time_t):
[2016-06-08 17:39:04] ---
#include <time.h>#include <stddef.h>
int main() { return sizeof(time_t); }
---
[2016-06-08 17:39:04] ---
#include <time.h>#include <stddef.h>
int main() { return sizeof(time_t); }
---
[2016-06-08 17:39:04] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
rbx-configure-test.cpp:1:18: warning: extra tokens at end of #include directive [-Wextra-tokens]
#include <time.h>#include <stddef.h>
^
//
1 warning generated.
[2016-06-08 17:39:04] 8 bytes
[2016-06-08 17:39:04] Checking for libc version:
[2016-06-08 17:39:04] libc.so.6 found!
[2016-06-08 17:39:04] Checking platform endianness:
[2016-06-08 17:39:04] int main() { int one = 1; return (*((char*)&one)) == 1 ? 0 : 1; }
[2016-06-08 17:39:04] ---
int main() { int one = 1; return (*((char*)&one)) == 1 ? 0 : 1; }
---
[2016-06-08 17:39:04] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:04] little endian
[2016-06-08 17:39:04] Checking for tr1:
[2016-06-08 17:39:04] ---
#include <tr1/unordered_map>
typedef std::tr1::unordered_map<int, void*> X;
int main() { X x; return 0; }
---
[2016-06-08 17:39:04] ---
#include <tr1/unordered_map>
typedef std::tr1::unordered_map<int, void*> X;
int main() { X x; return 0; }
---
[2016-06-08 17:39:04] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:04] found
[2016-06-08 17:39:04] Checking for tr1/hash definition:
[2016-06-08 17:39:04] ---
#include <stdint.h>
#include <tr1/unordered_map>
typedef std::tr1::unordered_map<uint64_t, void*> X;
int main() { X x; return 0; }
---
[2016-06-08 17:39:04] ---
#include <stdint.h>
#include <tr1/unordered_map>
typedef std::tr1::unordered_map<uint64_t, void*> X;
int main() { X x; return 0; }
---
[2016-06-08 17:39:04] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:04] found
[2016-06-08 17:39:04] ---
int main() {
#if defined(__x86_64) || defined(__x86_64__)
return 1;
#else
return 0;
#endif
}
---
[2016-06-08 17:39:04] ---
int main() {
#if defined(__x86_64) || defined(__x86_64__)
return 1;
#else
return 0;
#endif
}
---
[2016-06-08 17:39:04] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:04] Checking for function 'backtrace':
[2016-06-08 17:39:04] ---
#include <execinfo.h>
int main() { void* ptr = (void *) &backtrace; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-oaynxo >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-oaynxo"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movq backtrace@GOTPCREL(%rip), %rcx
movq %rcx, -8(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:04] found!
[2016-06-08 17:39:04] Checking for function 'clock_gettime':
[2016-06-08 17:39:04] ---
#include <time.h>
int main() { void* ptr = (void *) &clock_gettime; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-cvqlbt >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-cvqlbt"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movq clock_gettime@GOTPCREL(%rip), %rcx
movq %rcx, -8(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:04] found!
[2016-06-08 17:39:04] Checking for function 'nl_langinfo':
[2016-06-08 17:39:04] ---
#include <langinfo.h>
int main() { void* ptr = (void *) &nl_langinfo; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-1gp2upr >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-1gp2upr"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movq nl_langinfo@GOTPCREL(%rip), %rcx
movq %rcx, -8(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:04] found!
[2016-06-08 17:39:04] Checking for function 'setproctitle':
[2016-06-08 17:39:04] ---
#include <sys/types.h>
#include <unistd.h>
int main() { void* ptr = (void *) &setproctitle; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-abt9qd >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-abt9qd:3:36: error: use of undeclared identifier 'setproctitle'
int main() { void* ptr = (void *) &setproctitle; }
^
1 error generated.
[2016-06-08 17:39:04] not found
[2016-06-08 17:39:04] Checking for function 'posix_fadvise':
[2016-06-08 17:39:04] ---
#include <fcntl.h>
int main() { void* ptr = (void *) &posix_fadvise; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-12aj4r8 >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-12aj4r8"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movq posix_fadvise@GOTPCREL(%rip), %rcx
movq %rcx, -8(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:04] found!
[2016-06-08 17:39:04] Checking for function 'strnlen':
[2016-06-08 17:39:04] ---
#include <string.h>
int main() { void* ptr = (void *) &strnlen; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-1vgpijc >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-1vgpijc"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movq strnlen@GOTPCREL(%rip), %rcx
movq %rcx, -8(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:04] found!
[2016-06-08 17:39:04] Checking for function 'kqueue':
[2016-06-08 17:39:04] ---
#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
int main() { void* ptr = (void *) &kqueue; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-hxhs8q >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-hxhs8q:2:10: fatal error: 'sys/event.h' file not found
#include <sys/event.h>
^
1 error generated.
[2016-06-08 17:39:04] not found
[2016-06-08 17:39:04] Checking for function 'timerfd_create':
[2016-06-08 17:39:04] ---
#include <sys/timerfd.h>
int main() { void* ptr = (void *) &timerfd_create; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-lvhnz9 >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-lvhnz9"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movq timerfd_create@GOTPCREL(%rip), %rcx
movq %rcx, -8(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:04] found!
[2016-06-08 17:39:04] Checking for function 'inotify_init':
[2016-06-08 17:39:04] ---
#include <sys/inotify.h>
int main() { void* ptr = (void *) &inotify_init; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-gq60km >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-gq60km"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movq inotify_init@GOTPCREL(%rip), %rcx
movq %rcx, -8(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:04] found!
[2016-06-08 17:39:04] Checking for function 'gettid':
[2016-06-08 17:39:04] ---
#include <unistd.d>
#include <sys/types.h>
int main() { void* ptr = (void *) &gettid; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-4o07mp >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-4o07mp:1:10: fatal error: 'unistd.d' file not found
#include <unistd.d>
^
1 error generated.
[2016-06-08 17:39:04] not found
[2016-06-08 17:39:04] Checking for struct stat has member st_atim:
[2016-06-08 17:39:04] ---
#include <sys/stat.h>
int main() { struct stat st; st.st_atim; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-p47s0c >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-p47s0c:2:33: warning: expression result unused [-Wunused-value]
int main() { struct stat st; st.st_atim; }
~~ ^~~~~~~
.text
.file "/tmp/rbx-test20160608-25289-p47s0c"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
subq $16, %rsp
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
1 warning generated.
[2016-06-08 17:39:04] found!
[2016-06-08 17:39:04] Checking for struct stat has member st_atimespec:
[2016-06-08 17:39:04] ---
#include <sys/stat.h>
int main() { struct stat st; st.st_atimespec; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-ba70av >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-ba70av:2:33: error: no member named 'st_atimespec' in 'stat'
int main() { struct stat st; st.st_atimespec; }
~~ ^
1 error generated.
[2016-06-08 17:39:04] not found
[2016-06-08 17:39:04] Checking for struct stat has member st_atimensec:
[2016-06-08 17:39:04] ---
#include <sys/stat.h>
int main() { struct stat st; st.st_atimensec; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-lhkteg >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-lhkteg:2:33: error: no member named 'st_atimensec' in 'stat'
int main() { struct stat st; st.st_atimensec; }
~~ ^
1 error generated.
[2016-06-08 17:39:04] not found
[2016-06-08 17:39:04] Checking for struct stat has member st_mtim:
[2016-06-08 17:39:04] ---
#include <sys/stat.h>
int main() { struct stat st; st.st_mtim; }
---
[2016-06-08 17:39:04] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-1git1om >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-1git1om:2:33: warning: expression result unused [-Wunused-value]
int main() { struct stat st; st.st_mtim; }
~~ ^~~~~~~
.text
.file "/tmp/rbx-test20160608-25289-1git1om"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
subq $16, %rsp
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
1 warning generated.
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for struct stat has member st_mtimespec:
[2016-06-08 17:39:05] ---
#include <sys/stat.h>
int main() { struct stat st; st.st_mtimespec; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-ivrncu >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-ivrncu:2:33: error: no member named 'st_mtimespec' in 'stat'
int main() { struct stat st; st.st_mtimespec; }
~~ ^
1 error generated.
[2016-06-08 17:39:05] not found
[2016-06-08 17:39:05] Checking for struct stat has member st_mtimensec:
[2016-06-08 17:39:05] ---
#include <sys/stat.h>
int main() { struct stat st; st.st_mtimensec; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-d5zhre >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-d5zhre:2:33: error: no member named 'st_mtimensec' in 'stat'
int main() { struct stat st; st.st_mtimensec; }
~~ ^
1 error generated.
[2016-06-08 17:39:05] not found
[2016-06-08 17:39:05] Checking for struct stat has member st_ctim:
[2016-06-08 17:39:05] ---
#include <sys/stat.h>
int main() { struct stat st; st.st_ctim; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-15pkwwn >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-15pkwwn:2:33: warning: expression result unused [-Wunused-value]
int main() { struct stat st; st.st_ctim; }
~~ ^~~~~~~
.text
.file "/tmp/rbx-test20160608-25289-15pkwwn"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
subq $16, %rsp
xorl %eax, %eax
addq $16, %rsp
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
1 warning generated.
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for struct stat has member st_ctimespec:
[2016-06-08 17:39:05] ---
#include <sys/stat.h>
int main() { struct stat st; st.st_ctimespec; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-16vacn0 >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-16vacn0:2:33: error: no member named 'st_ctimespec' in 'stat'
int main() { struct stat st; st.st_ctimespec; }
~~ ^
1 error generated.
[2016-06-08 17:39:05] not found
[2016-06-08 17:39:05] Checking for struct stat has member st_ctimensec:
[2016-06-08 17:39:05] ---
#include <sys/stat.h>
int main() { struct stat st; st.st_ctimensec; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-g6vadr >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-g6vadr:2:33: error: no member named 'st_ctimensec' in 'stat'
int main() { struct stat st; st.st_ctimensec; }
~~ ^
1 error generated.
[2016-06-08 17:39:05] not found
[2016-06-08 17:39:05] Checking for struct stat has member st_birthtimespec:
[2016-06-08 17:39:05] ---
#include <sys/stat.h>
int main() { struct stat st; st.st_birthtimespec; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-11kmkex >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-11kmkex:2:33: error: no member named 'st_birthtimespec' in 'stat'
int main() { struct stat st; st.st_birthtimespec; }
~~ ^
1 error generated.
[2016-06-08 17:39:05] not found
[2016-06-08 17:39:05] Checking for function 'lchown':
[2016-06-08 17:39:05] ---
#include <sys/stat.h>
#include <unistd.h>
int main() { void* ptr = (void *) &lchown; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-24qxew >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-24qxew"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movq lchown@GOTPCREL(%rip), %rcx
movq %rcx, -8(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for function 'mkfifo':
[2016-06-08 17:39:05] ---
#include <sys/stat.h>
#include <sys/types.h>
int main() { void* ptr = (void *) &mkfifo; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-es81vq >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-es81vq"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movq mkfifo@GOTPCREL(%rip), %rcx
movq %rcx, -8(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for struct tm has member tm_gmtoff:
[2016-06-08 17:39:05] ---
#include <time.h>
int main() { struct tm st; st.tm_gmtoff; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-1lv3vi7 >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-1lv3vi7:2:31: warning: expression result unused [-Wunused-value]
int main() { struct tm st; st.tm_gmtoff; }
~~ ^~~~~~~~~
.text
.file "/tmp/rbx-test20160608-25289-1lv3vi7"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
1 warning generated.
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for struct tm has member tm_zone:
[2016-06-08 17:39:05] ---
#include <time.h>
int main() { struct tm st; st.tm_zone; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-kkt3ps >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-kkt3ps:2:31: warning: expression result unused [-Wunused-value]
int main() { struct tm st; st.tm_zone; }
~~ ^~~~~~~
.text
.file "/tmp/rbx-test20160608-25289-kkt3ps"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
1 warning generated.
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for global 'timezone':
[2016-06-08 17:39:05] ---
#include <time.h>
int main() { timezone; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-jfrvtb >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-jfrvtb:2:14: warning: expression result unused [-Wunused-value]
int main() { timezone; }
^~~~~~~~
.text
.file "/tmp/rbx-test20160608-25289-jfrvtb"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
1 warning generated.
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for global 'tzname':
[2016-06-08 17:39:05] ---
#include <time.h>
int main() { tzname; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-toojj6 >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-toojj6:2:14: warning: expression result unused [-Wunused-value]
int main() { tzname; }
^~~~~~
.text
.file "/tmp/rbx-test20160608-25289-toojj6"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
1 warning generated.
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for global 'daylight':
[2016-06-08 17:39:05] ---
#include <time.h>
int main() { daylight; }
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-40olj2 >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-40olj2:2:14: warning: expression result unused [-Wunused-value]
int main() { daylight; }
^~~~~~~~
.text
.file "/tmp/rbx-test20160608-25289-40olj2"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
1 warning generated.
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for header 'zlib.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <zlib.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-ske7sa >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-ske7sa"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movl $0, -4(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for header 'openssl/ssl.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <openssl/ssl.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-p4jdrr >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-p4jdrr"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movl $0, -4(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for header 'alloca.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <alloca.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-fe0w07 >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-fe0w07"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movl $0, -4(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for header 'string.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <string.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-1lv5tln >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-1lv5tln"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movl $0, -4(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for header 'sys/time.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <sys/time.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-1i728xr >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-1i728xr"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movl $0, -4(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for header 'sys/times.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <sys/times.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-1aahm95 >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-1aahm95"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movl $0, -4(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for header 'sys/types.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <sys/types.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-vxfo0i >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-vxfo0i"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movl $0, -4(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for header 'unistd.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <unistd.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-v74bwn >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-v74bwn"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movl $0, -4(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for header 'stdarg.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <stdarg.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-yowvqq >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
.text
.file "/tmp/rbx-test20160608-25289-yowvqq"
.globl main
.align 16, 0x90
.type main,@function
main: # @main
.cfi_startproc
# BB#0:
pushq %rbp
.Ltmp0:
.cfi_def_cfa_offset 16
.Ltmp1:
.cfi_offset %rbp, -16
movq %rsp, %rbp
.Ltmp2:
.cfi_def_cfa_register %rbp
xorl %eax, %eax
movl $0, -4(%rbp)
popq %rbp
retq
.Lfunc_end0:
.size main, .Lfunc_end0-main
.cfi_endproc
.ident "clang version 3.8.0-2ubuntu3 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
[2016-06-08 17:39:05] found!
[2016-06-08 17:39:05] Checking for header 'sys/pstat.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <sys/pstat.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-kfscy8 >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-kfscy8:2:10: fatal error: 'sys/pstat.h' file not found
#include <sys/pstat.h>
^
1 error generated.
[2016-06-08 17:39:05] not found
[2016-06-08 17:39:05] Checking for header 'valgrind/valgrind.h':
[2016-06-08 17:39:05] ---
#include <stdio.h>
#include <valgrind/valgrind.h>
int main() {return 0;}
---
[2016-06-08 17:39:05] clang++ -S -o - -x c++ -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160608-25289-16kkhme >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
clang: warning: -Wl,--export-dynamic: 'linker' input unused
clang: warning: -lrt: 'linker' input unused
clang: warning: -lcrypt: 'linker' input unused
clang: warning: -ldl: 'linker' input unused
clang: warning: -lpthread: 'linker' input unused
/tmp/rbx-test20160608-25289-16kkhme:2:10: fatal error: 'valgrind/valgrind.h' file not found
#include <valgrind/valgrind.h>
^
1 error generated.
[2016-06-08 17:39:05] not found
[2016-06-08 17:39:05] Checking curses library:
[2016-06-08 17:39:05] ---
#include <curses.h>
#include <term.h>
int main() { return tgetnum(""); }
---
[2016-06-08 17:39:05] ---
#include <curses.h>
#include <term.h>
int main() { return tgetnum(""); }
---
[2016-06-08 17:39:05] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm -lcurses >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
[2016-06-08 17:39:05] -lcurses
[2016-06-08 17:39:05] Checking if function 'strerror_r' returns char*:
[2016-06-08 17:39:05] ---
#include <string.h>
int main() { char buf[1024]; static_cast<char*>(strerror_r(42, buf, 1024)); }
---
[2016-06-08 17:39:05] clang++ -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/benny/dev/ruby/rubinius/configure.log 2>&1
rbx-configure-test.cpp:2:30: warning: expression result unused [-Wunused-value]
int main() { char buf[1024]; static_cast<char*>(strerror_r(42, buf, 1024)); }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
[2016-06-08 17:39:06] yes
[2016-06-08 17:39:06] ---
Fetching gems...
---
[2016-06-08 17:39:32] Downloading bundler-1.12.3.gem...
[2016-06-08 17:39:33] : done!
[2016-06-08 17:39:40] Downloading rubinius-coverage-2.1.gem...
[2016-06-08 17:39:40] : done!
[2016-06-08 17:39:47] Downloading rubinius-profiler-2.1.gem...
[2016-06-08 17:39:47] : done!
[2016-06-08 17:39:54] Downloading rubysl-coverage-2.1.gem...
[2016-06-08 17:39:54] : done!
[2016-06-08 17:40:01] Downloading rubysl-profiler-2.1.gem...
[2016-06-08 17:40:01] : done!
[2016-06-08 17:40:01] ---
Setting up gems...
---
[2016-06-08 17:40:02] ---
Writing configuration files...
---
[2016-06-08 17:40:02] ---
------------------------------------------------------------------
Rubinius (d49a89ad) has been configured for the following paths:
prefix: /home/benny/.rubies/rbx
bin: /home/benny/.rubies/rbx/bin
lib: /home/benny/.rubies/rbx/library
include: /home/benny/.rubies/rbx/machine/include/capi
runtime: /home/benny/.rubies/rbx/runtime
core: /home/benny/.rubies/rbx/core
site: /home/benny/.rubies/rbx/site
vendor: /home/benny/.rubies/rbx/vendor
man: /home/benny/.rubies/rbx/man
gems: /home/benny/.rubies/rbx/gems
gems cache: /home/benny/dev/ruby/rubinius/vendor/cache
Run 'rake' to build, test and install Rubinius.
After building, you may add
'/home/benny/.rubies/rbx/bin'
to your PATH or run commands directly from that directory.
Available commands are:
ruby, rake, gem, irb, rdoc, ri, erb, rbx
------------------------------------------------------------------
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment