Created
August 28, 2016 18:29
-
-
Save mvz/a58e4e836ba1013f74f10c28fa788dbb to your computer and use it in GitHub Desktop.
Compiling rbx needs -latomic on Debian Unstable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Rubinius | |
config = {} | |
config[:config_file] = "/home/matijs/src/rubinius-3.56/config.rb" | |
config[:command_line] = ["--prefix=/home/matijs/.rbenv/versions/rbx-3.56", ""] | |
config[:build_make] = "make" | |
config[:build_rake] = "rake" | |
config[:build_perl] = "perl" | |
config[:llvm_path] = nil | |
config[:llvm_system_name] = nil | |
config[:llvm_configure] = "/usr/bin/llvm-config" | |
config[:llvm_version] = "3.6.2" | |
config[:llvm_api_version] = 306 | |
config[:llvm_shared] = false | |
config[:llvm_shared_objs] = nil | |
config[:llvm_cxxflags] = " -std=c++11" | |
config[:llvm_ldflags] = "-L/usr/lib/llvm-3.6/lib -lz -lpthread -lffi -ledit -ltinfo -ldl -lm" | |
config[:cc] = "clang" | |
config[:cxx] = "clang++" | |
config[:ldshared] = "clang -shared" | |
config[:ldsharedxx] = "clang++ -shared" | |
config[:gcc_major] = "4.2" | |
config[:user_cflags] = "" | |
config[:user_cxxflags] = "" | |
config[:user_cppflags] = "" | |
config[:user_ldflags] = "-latomic" | |
config[:system_cflags] = "-fPIC" | |
config[:system_cxxflags] = "" | |
config[:system_cppflags] = "" | |
config[:system_ldflags] = "-Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread" | |
config[:include_dirs] = ["/home/matijs/src/rubinius-3.56/vendor/libsodium/src/libsodium/include", "/usr/local/include"] | |
config[:lib_dirs] = ["/home/matijs/src/rubinius-3.56/vendor/libsodium/src/libsodium/.libs/", "/usr/local/lib"] | |
config[:defines] = ["HAS_EXECINFO", "HAVE_SPT_REUSEARGV", "HAVE_CLOCK_GETTIME", "HAVE_NL_LANGINFO", "HAVE_POSIX_FADVISE", "HAVE_STRNLEN", "HAVE_TIMERFD", "HAVE_INOTIFY", "HAVE_STRUCT_STAT_ST_ATIM", "HAVE_STRUCT_STAT_ST_MTIM", "HAVE_STRUCT_STAT_ST_CTIM", "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] = "-lcurses" | |
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_64] = true | |
config[:dtrace] = false | |
config[:dtrace_const] = false | |
config[:debug_build] = false | |
config[:sourcedir] = "/home/matijs/src/rubinius-3.56" | |
config[:stagingdir] = "/home/matijs/src/rubinius-3.56/staging" | |
config[:build_prefix] = "/home/matijs/src/rubinius-3.56/staging" | |
config[:runtime_gems_dir] = "/home/matijs/src/rubinius-3.56/staging/runtime/gems" | |
config[:bootstrap_gems_dir] = "/home/matijs/src/rubinius-3.56/bootstrap/gems" | |
config[:capi_includedir] = "/home/matijs/src/rubinius-3.56/machine/include/capi" | |
config[:build_exe] = "/home/matijs/src/rubinius-3.56/staging/bin/rbx" | |
config[:build_bin] = "/home/matijs/src/rubinius-3.56/build/bin" | |
config[:prefixdir] = "/home/matijs/.rbenv/versions/rbx-3.56" | |
config[:bindir] = "/bin" | |
config[:libdir] = "/library" | |
config[:encdir] = "/library/encoding/converter" | |
config[:runtimedir] = "/runtime" | |
config[:coredir] = "/core" | |
config[:sitedir] = "/site" | |
config[:vendordir] = "/vendor" | |
config[:includedir] = "/machine/include/capi" | |
config[:mandir] = "/man" | |
config[:gemsdir] = "/gems" | |
config[:gems_cache] = "/home/matijs/src/rubinius-3.56/vendor/cache" | |
config[:gems_list] = "/home/matijs/src/rubinius-3.56/gems_list.txt" | |
config[:gem_files] = ["bundler-1.11.2.gem", "daedalus-core-0.5.0.gem", "daedalus-core-1.2.gem", "ffi2-generators-0.1.1.gem", "json-1.8.3.gem", "minitest-4.7.5.gem", "psych-2.0.17.gem", "racc-1.4.14.gem", "rake-10.5.0.gem", "rb-readline-0.5.3.gem", "rdoc-4.2.2.gem", "redcard-1.1.0.gem", "rubinius-ast-3.8.gem", "rubinius-bridge-2.2.gem", "rubinius-code-3.0.gem", "rubinius-compiler-3.10.gem", "rubinius-coverage-2.1.gem", "rubinius-debugger-2.5.gem", "rubinius-developer_tools-2.0.0.gem", "rubinius-instructions-3.0.gem", "rubinius-melbourne-3.8.gem", "rubinius-processor-3.2.gem", "rubinius-profiler-2.1.gem", "rubinius-toolset-3.0.gem", "rubysl-2.2.0.gem", "rubysl-abbrev-2.0.4.gem", "rubysl-base64-2.0.0.gem", "rubysl-benchmark-2.0.1.gem", "rubysl-bigdecimal-2.0.2.gem", "rubysl-cgi-2.0.1.gem", "rubysl-cgi-session-2.1.0.gem", "rubysl-cmath-2.0.0.gem", "rubysl-complex-2.0.0.gem", "rubysl-continuation-2.0.0.gem", "rubysl-coverage-2.1.gem", "rubysl-csv-2.0.2.gem", "rubysl-curses-2.0.1.gem", "rubysl-date-2.0.9.gem", "rubysl-delegate-2.0.1.gem", "rubysl-digest-2.0.8.gem", "rubysl-drb-2.0.1.gem", "rubysl-e2mmap-2.0.0.gem", "rubysl-english-2.0.0.gem", "rubysl-enumerator-2.0.0.gem", "rubysl-erb-2.0.2.gem", "rubysl-etc-2.0.3.gem", "rubysl-expect-2.0.0.gem", "rubysl-fcntl-2.0.4.gem", "rubysl-fiber-2.0.0.gem", "rubysl-fileutils-2.0.3.gem", "rubysl-find-2.0.1.gem", "rubysl-forwardable-2.0.1.gem", "rubysl-getoptlong-2.0.0.gem", "rubysl-gserver-2.0.0.gem", "rubysl-io-console-2.0.0.gem", "rubysl-io-nonblock-2.0.0.gem", "rubysl-io-wait-2.0.0.gem", "rubysl-ipaddr-2.0.0.gem", "rubysl-irb-2.1.1.gem", "rubysl-logger-2.1.0.gem", "rubysl-mathn-2.0.0.gem", "rubysl-matrix-2.1.0.gem", "rubysl-mkmf-2.1.gem", "rubysl-monitor-2.0.0.gem", "rubysl-mutex_m-2.0.0.gem", "rubysl-net-ftp-2.0.1.gem", "rubysl-net-http-2.0.4.gem", "rubysl-net-imap-2.0.1.gem", "rubysl-net-pop-2.0.1.gem", "rubysl-net-protocol-2.0.1.gem", "rubysl-net-smtp-2.0.1.gem", "rubysl-net-telnet-2.0.0.gem", "rubysl-nkf-2.0.1.gem", "rubysl-observer-2.0.0.gem", "rubysl-open-uri-2.0.0.gem", "rubysl-open3-2.0.0.gem", "rubysl-openssl-2.8.0.gem", "rubysl-optparse-2.0.1.gem", "rubysl-ostruct-2.1.0.gem", "rubysl-pathname-2.3.gem", "rubysl-prettyprint-2.0.3.gem", "rubysl-prime-2.0.1.gem", "rubysl-profile-2.0.0.gem", "rubysl-profiler-2.1.gem", "rubysl-pstore-2.0.0.gem", "rubysl-pty-2.0.3.gem", "rubysl-rational-2.0.1.gem", "rubysl-readline-2.0.2.gem", "rubysl-resolv-2.1.2.gem", "rubysl-rexml-2.0.4.gem", "rubysl-rinda-2.0.1.gem", "rubysl-rss-2.0.0.gem", "rubysl-scanf-2.0.0.gem", "rubysl-securerandom-2.0.0.gem", "rubysl-set-2.0.1.gem", "rubysl-shellwords-2.0.0.gem", "rubysl-singleton-2.0.0.gem", "rubysl-socket-2.1.2.gem", "rubysl-stringio-2.1.0.gem", "rubysl-strscan-2.0.0.gem", "rubysl-sync-2.0.0.gem", "rubysl-syslog-2.1.0.gem", "rubysl-tempfile-2.0.1.gem", "rubysl-test-unit-2.0.3.gem", "rubysl-thread-2.0.3.gem", "rubysl-thwait-2.0.0.gem", "rubysl-time-2.0.3.gem", "rubysl-timeout-2.0.0.gem", "rubysl-tmpdir-2.0.1.gem", "rubysl-tsort-2.0.1.gem", "rubysl-un-2.0.0.gem", "rubysl-unicode_normalize-2.0.gem", "rubysl-uri-2.0.0.gem", "rubysl-weakref-2.0.0.gem", "rubysl-webrick-2.0.0.gem", "rubysl-xmlrpc-2.0.0.gem", "rubysl-yaml-2.1.0.gem", "rubysl-zlib-2.0.1.gem"] | |
config[:program_name] = "rbx" | |
config[:bin_links] = ["ruby", "rake", "gem", "irb", "rdoc", "ri", "erb"] | |
config[:use_bin_links] = true | |
config[:rpath] = true | |
config[:windows] = false | |
config[:darwin] = false | |
config[:bsd] = false | |
config[:linux] = true | |
config[:vendor_zlib] = false | |
config[:vendor_libsodium] = true | |
config[:vm_release_h] = "/home/matijs/src/rubinius-3.56/machine/gen/release.h" | |
config[:bootstrap_gems] = ["ffi2-generators", "rubysl-etc", "rubysl-fileutils", "rubysl-mkmf", "rubysl-shellwords", "rubysl-date", "rubysl-delegate", "rubysl-digest", "rubysl-etc", "rubysl-fcntl", "rubysl-fileutils", "rubysl-io-nonblock", "rubysl-monitor", "rubysl-openssl", "rubysl-optparse", "rubysl-stringio", "rubysl-strscan", "rubysl-tempfile", "rubysl-thread", "rubysl-tmpdir", "rubysl-uri", "rubysl-yaml", "rubysl-zlib", "psych"] | |
config[:runtime_gems] = ["rubinius-ast", "rubinius-compiler", "rubinius-melbourne", "rubinius-processor", "rubinius-toolset"] | |
config[:ruby_version] = "2.3.1" | |
config[:ruby_libversion] = 23 | |
if Rubinius.constants.map { |x| x.to_s }.include?("BUILD_CONFIG") | |
self::BUILD_CONFIG.replace config | |
else | |
self::BUILD_CONFIG = config | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2016-08-28 20:22:21] Configuring Rubinius... | |
[2016-08-28 20:22:21] Command line: "--prefix=/home/matijs/.rbenv/versions/rbx-3.56 " | |
[2016-08-28 20:22:21] Checking clang: | |
[2016-08-28 20:22:21] found | |
[2016-08-28 20:22:21] Checking clang++: | |
[2016-08-28 20:22:21] found | |
[2016-08-28 20:22:21] Checking for 'llvm-config': | |
[2016-08-28 20:22:21] found! (version 3.6.2 - api: 306) | |
[2016-08-28 20:22:21] | |
[2016-08-28 20:22:21] Checking sizeof(short): | |
[2016-08-28 20:22:21] --- | |
#include <stddef.h> | |
int main() { return sizeof(short); } | |
--- | |
[2016-08-28 20:22:21] --- | |
#include <stddef.h> | |
int main() { return sizeof(short); } | |
--- | |
[2016-08-28 20:22:21] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:22] 2 bytes | |
[2016-08-28 20:22:22] Checking sizeof(int): | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(int); } | |
--- | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(int); } | |
--- | |
[2016-08-28 20:22:22] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:22] 4 bytes | |
[2016-08-28 20:22:22] Checking sizeof(void*): | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(void*); } | |
--- | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(void*); } | |
--- | |
[2016-08-28 20:22:22] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:22] 8 bytes | |
[2016-08-28 20:22:22] Checking sizeof(size_t): | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(size_t); } | |
--- | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(size_t); } | |
--- | |
[2016-08-28 20:22:22] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:22] 8 bytes | |
[2016-08-28 20:22:22] Checking sizeof(long): | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(long); } | |
--- | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(long); } | |
--- | |
[2016-08-28 20:22:22] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:22] 8 bytes | |
[2016-08-28 20:22:22] Checking sizeof(long long): | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(long long); } | |
--- | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(long long); } | |
--- | |
[2016-08-28 20:22:22] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:22] 8 bytes | |
[2016-08-28 20:22:22] Checking sizeof(float): | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(float); } | |
--- | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(float); } | |
--- | |
[2016-08-28 20:22:22] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:22] 4 bytes | |
[2016-08-28 20:22:22] Checking sizeof(double): | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(double); } | |
--- | |
[2016-08-28 20:22:22] --- | |
#include <stddef.h> | |
int main() { return sizeof(double); } | |
--- | |
[2016-08-28 20:22:22] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:22] 8 bytes | |
[2016-08-28 20:22:22] Checking sizeof(off_t): | |
[2016-08-28 20:22:22] --- | |
#include <unistd.h>#include <stddef.h> | |
int main() { return sizeof(off_t); } | |
--- | |
[2016-08-28 20:22:22] --- | |
#include <unistd.h>#include <stddef.h> | |
int main() { return sizeof(off_t); } | |
--- | |
[2016-08-28 20:22:22] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/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-08-28 20:22:22] 8 bytes | |
[2016-08-28 20:22:22] Checking sizeof(time_t): | |
[2016-08-28 20:22:22] --- | |
#include <time.h>#include <stddef.h> | |
int main() { return sizeof(time_t); } | |
--- | |
[2016-08-28 20:22:22] --- | |
#include <time.h>#include <stddef.h> | |
int main() { return sizeof(time_t); } | |
--- | |
[2016-08-28 20:22:22] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/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-08-28 20:22:22] 8 bytes | |
[2016-08-28 20:22:22] Checking for libc version: | |
[2016-08-28 20:22:22] libc.so.6 found! | |
[2016-08-28 20:22:22] Checking platform endianness: | |
[2016-08-28 20:22:22] int main() { int one = 1; return (*((char*)&one)) == 1 ? 0 : 1; } | |
[2016-08-28 20:22:22] --- | |
int main() { int one = 1; return (*((char*)&one)) == 1 ? 0 : 1; } | |
--- | |
[2016-08-28 20:22:22] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:23] little endian | |
[2016-08-28 20:22:23] Checking for tr1: | |
[2016-08-28 20:22:23] --- | |
#include <tr1/unordered_map> | |
typedef std::tr1::unordered_map<int, void*> X; | |
int main() { X x; return 0; } | |
--- | |
[2016-08-28 20:22:23] --- | |
#include <tr1/unordered_map> | |
typedef std::tr1::unordered_map<int, void*> X; | |
int main() { X x; return 0; } | |
--- | |
[2016-08-28 20:22:23] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:23] found | |
[2016-08-28 20:22:23] Checking for tr1/hash definition: | |
[2016-08-28 20:22:23] --- | |
#include <stdint.h> | |
#include <tr1/unordered_map> | |
typedef std::tr1::unordered_map<uint64_t, void*> X; | |
int main() { X x; return 0; } | |
--- | |
[2016-08-28 20:22:23] --- | |
#include <stdint.h> | |
#include <tr1/unordered_map> | |
typedef std::tr1::unordered_map<uint64_t, void*> X; | |
int main() { X x; return 0; } | |
--- | |
[2016-08-28 20:22:23] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:23] found | |
[2016-08-28 20:22:23] --- | |
int main() { | |
#if defined(__x86_64) || defined(__x86_64__) | |
return 1; | |
#else | |
return 0; | |
#endif | |
} | |
--- | |
[2016-08-28 20:22:23] --- | |
int main() { | |
#if defined(__x86_64) || defined(__x86_64__) | |
return 1; | |
#else | |
return 0; | |
#endif | |
} | |
--- | |
[2016-08-28 20:22:23] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:23] Checking for function 'backtrace': | |
[2016-08-28 20:22:23] --- | |
#include <execinfo.h> | |
int main() { void* ptr = (void *) &backtrace; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-oayk7v >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-oayk7v" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for function 'clock_gettime': | |
[2016-08-28 20:22:23] --- | |
#include <time.h> | |
int main() { void* ptr = (void *) &clock_gettime; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-vhi4fj >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-vhi4fj" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for function 'nl_langinfo': | |
[2016-08-28 20:22:23] --- | |
#include <langinfo.h> | |
int main() { void* ptr = (void *) &nl_langinfo; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-tfs0z0 >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-tfs0z0" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for function 'setproctitle': | |
[2016-08-28 20:22:23] --- | |
#include <sys/types.h> | |
#include <unistd.h> | |
int main() { void* ptr = (void *) &setproctitle; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1bw2abq >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1bw2abq:3:36: error: use of undeclared identifier 'setproctitle' | |
int main() { void* ptr = (void *) &setproctitle; } | |
^ | |
1 error generated. | |
[2016-08-28 20:22:23] not found | |
[2016-08-28 20:22:23] Checking for function 'posix_fadvise': | |
[2016-08-28 20:22:23] --- | |
#include <fcntl.h> | |
int main() { void* ptr = (void *) &posix_fadvise; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1giocdn >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1giocdn" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for function 'strnlen': | |
[2016-08-28 20:22:23] --- | |
#include <string.h> | |
int main() { void* ptr = (void *) &strnlen; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-ss6y4r >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-ss6y4r" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for function 'kqueue': | |
[2016-08-28 20:22:23] --- | |
#include <sys/types.h> | |
#include <sys/event.h> | |
#include <sys/time.h> | |
int main() { void* ptr = (void *) &kqueue; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1yfu1hm >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1yfu1hm:2:10: fatal error: 'sys/event.h' file not found | |
#include <sys/event.h> | |
^ | |
1 error generated. | |
[2016-08-28 20:22:23] not found | |
[2016-08-28 20:22:23] Checking for function 'timerfd_create': | |
[2016-08-28 20:22:23] --- | |
#include <sys/timerfd.h> | |
int main() { void* ptr = (void *) &timerfd_create; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-7imzmo >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-7imzmo" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for function 'inotify_init': | |
[2016-08-28 20:22:23] --- | |
#include <sys/inotify.h> | |
int main() { void* ptr = (void *) &inotify_init; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-qmxu1f >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-qmxu1f" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for function 'gettid': | |
[2016-08-28 20:22:23] --- | |
#include <unistd.d> | |
#include <sys/types.h> | |
int main() { void* ptr = (void *) &gettid; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-19viz6s >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-19viz6s:1:10: fatal error: 'unistd.d' file not found | |
#include <unistd.d> | |
^ | |
1 error generated. | |
[2016-08-28 20:22:23] not found | |
[2016-08-28 20:22:23] Checking for struct stat has member st_atim: | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
int main() { struct stat st; st.st_atim; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1d9fuyw >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1d9fuyw:2:33: warning: expression result unused [-Wunused-value] | |
int main() { struct stat st; st.st_atim; } | |
~~ ^~~~~~~ | |
.text | |
.file "/tmp/rbx-test20160828-28060-1d9fuyw" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
1 warning generated. | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for struct stat has member st_atimespec: | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
int main() { struct stat st; st.st_atimespec; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-15jcyiq >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-15jcyiq:2:33: error: no member named 'st_atimespec' in 'stat' | |
int main() { struct stat st; st.st_atimespec; } | |
~~ ^ | |
1 error generated. | |
[2016-08-28 20:22:23] not found | |
[2016-08-28 20:22:23] Checking for struct stat has member st_atimensec: | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
int main() { struct stat st; st.st_atimensec; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-q0qp0i >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-q0qp0i:2:33: error: no member named 'st_atimensec' in 'stat' | |
int main() { struct stat st; st.st_atimensec; } | |
~~ ^ | |
1 error generated. | |
[2016-08-28 20:22:23] not found | |
[2016-08-28 20:22:23] Checking for struct stat has member st_mtim: | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
int main() { struct stat st; st.st_mtim; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-11ydopu >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-11ydopu:2:33: warning: expression result unused [-Wunused-value] | |
int main() { struct stat st; st.st_mtim; } | |
~~ ^~~~~~~ | |
.text | |
.file "/tmp/rbx-test20160828-28060-11ydopu" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
1 warning generated. | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for struct stat has member st_mtimespec: | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
int main() { struct stat st; st.st_mtimespec; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1ghzsmf >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1ghzsmf:2:33: error: no member named 'st_mtimespec' in 'stat' | |
int main() { struct stat st; st.st_mtimespec; } | |
~~ ^ | |
1 error generated. | |
[2016-08-28 20:22:23] not found | |
[2016-08-28 20:22:23] Checking for struct stat has member st_mtimensec: | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
int main() { struct stat st; st.st_mtimensec; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-eakr85 >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-eakr85:2:33: error: no member named 'st_mtimensec' in 'stat' | |
int main() { struct stat st; st.st_mtimensec; } | |
~~ ^ | |
1 error generated. | |
[2016-08-28 20:22:23] not found | |
[2016-08-28 20:22:23] Checking for struct stat has member st_ctim: | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
int main() { struct stat st; st.st_ctim; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-jp7a6k >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-jp7a6k:2:33: warning: expression result unused [-Wunused-value] | |
int main() { struct stat st; st.st_ctim; } | |
~~ ^~~~~~~ | |
.text | |
.file "/tmp/rbx-test20160828-28060-jp7a6k" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
1 warning generated. | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for struct stat has member st_ctimespec: | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
int main() { struct stat st; st.st_ctimespec; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-kxnsxb >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-kxnsxb:2:33: error: no member named 'st_ctimespec' in 'stat' | |
int main() { struct stat st; st.st_ctimespec; } | |
~~ ^ | |
1 error generated. | |
[2016-08-28 20:22:23] not found | |
[2016-08-28 20:22:23] Checking for struct stat has member st_ctimensec: | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
int main() { struct stat st; st.st_ctimensec; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-t0hezp >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-t0hezp:2:33: error: no member named 'st_ctimensec' in 'stat' | |
int main() { struct stat st; st.st_ctimensec; } | |
~~ ^ | |
1 error generated. | |
[2016-08-28 20:22:23] not found | |
[2016-08-28 20:22:23] Checking for struct stat has member st_birthtimespec: | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
int main() { struct stat st; st.st_birthtimespec; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-149tj0d >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-149tj0d:2:33: error: no member named 'st_birthtimespec' in 'stat' | |
int main() { struct stat st; st.st_birthtimespec; } | |
~~ ^ | |
1 error generated. | |
[2016-08-28 20:22:23] not found | |
[2016-08-28 20:22:23] Checking for function 'lchown': | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
#include <unistd.h> | |
int main() { void* ptr = (void *) &lchown; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-bg74iz >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-bg74iz" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for function 'mkfifo': | |
[2016-08-28 20:22:23] --- | |
#include <sys/stat.h> | |
#include <sys/types.h> | |
int main() { void* ptr = (void *) &mkfifo; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1ovxvl9 >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1ovxvl9" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for struct tm has member tm_gmtoff: | |
[2016-08-28 20:22:23] --- | |
#include <time.h> | |
int main() { struct tm st; st.tm_gmtoff; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-pulnyh >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-pulnyh:2:31: warning: expression result unused [-Wunused-value] | |
int main() { struct tm st; st.tm_gmtoff; } | |
~~ ^~~~~~~~~ | |
.text | |
.file "/tmp/rbx-test20160828-28060-pulnyh" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
1 warning generated. | |
[2016-08-28 20:22:23] found! | |
[2016-08-28 20:22:23] Checking for struct tm has member tm_zone: | |
[2016-08-28 20:22:23] --- | |
#include <time.h> | |
int main() { struct tm st; st.tm_zone; } | |
--- | |
[2016-08-28 20:22:23] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-out6fo >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-out6fo:2:31: warning: expression result unused [-Wunused-value] | |
int main() { struct tm st; st.tm_zone; } | |
~~ ^~~~~~~ | |
.text | |
.file "/tmp/rbx-test20160828-28060-out6fo" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
1 warning generated. | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for global 'timezone': | |
[2016-08-28 20:22:24] --- | |
#include <time.h> | |
int main() { timezone; } | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-13ybep4 >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-13ybep4:2:14: warning: expression result unused [-Wunused-value] | |
int main() { timezone; } | |
^~~~~~~~ | |
.text | |
.file "/tmp/rbx-test20160828-28060-13ybep4" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
1 warning generated. | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for global 'tzname': | |
[2016-08-28 20:22:24] --- | |
#include <time.h> | |
int main() { tzname; } | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-s05o5e >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-s05o5e:2:14: warning: expression result unused [-Wunused-value] | |
int main() { tzname; } | |
^~~~~~ | |
.text | |
.file "/tmp/rbx-test20160828-28060-s05o5e" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
1 warning generated. | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for global 'daylight': | |
[2016-08-28 20:22:24] --- | |
#include <time.h> | |
int main() { daylight; } | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-o3qmxy >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-o3qmxy:2:14: warning: expression result unused [-Wunused-value] | |
int main() { daylight; } | |
^~~~~~~~ | |
.text | |
.file "/tmp/rbx-test20160828-28060-o3qmxy" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
1 warning generated. | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for header 'zlib.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <zlib.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-n5skzx >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-n5skzx" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for header 'openssl/ssl.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <openssl/ssl.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1153e1 >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1153e1" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for header 'alloca.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <alloca.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-o3ed4r >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-o3ed4r" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for header 'string.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <string.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-lgubb5 >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-lgubb5" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for header 'sys/time.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <sys/time.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-69cj26 >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-69cj26" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for header 'sys/times.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <sys/times.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1vmyojo >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1vmyojo" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for header 'sys/types.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <sys/types.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-12mr3re >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-12mr3re" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for header 'unistd.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <unistd.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1322q18 >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1322q18" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for header 'stdarg.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <stdarg.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1din7v6 >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1din7v6" | |
.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 | |
.Ltmp3: | |
.size main, .Ltmp3-main | |
.cfi_endproc | |
.ident "Debian clang version 3.6.2-3 (tags/RELEASE_362/final) (based on LLVM 3.6.2)" | |
.section ".note.GNU-stack","",@progbits | |
[2016-08-28 20:22:24] found! | |
[2016-08-28 20:22:24] Checking for header 'sys/pstat.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <sys/pstat.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-uaf3cl >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-uaf3cl:2:10: fatal error: 'sys/pstat.h' file not found | |
#include <sys/pstat.h> | |
^ | |
1 error generated. | |
[2016-08-28 20:22:24] not found | |
[2016-08-28 20:22:24] Checking for header 'valgrind/valgrind.h': | |
[2016-08-28 20:22:24] --- | |
#include <stdio.h> | |
#include <valgrind/valgrind.h> | |
int main() {return 0;} | |
--- | |
[2016-08-28 20:22:24] clang++ -S -o - -x c++ -latomic -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread /tmp/rbx-test20160828-28060-1kyz8a5 >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
clang: warning: -latomic: 'linker' input unused | |
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-test20160828-28060-1kyz8a5:2:10: fatal error: 'valgrind/valgrind.h' file not found | |
#include <valgrind/valgrind.h> | |
^ | |
1 error generated. | |
[2016-08-28 20:22:24] not found | |
[2016-08-28 20:22:24] Checking curses library: | |
[2016-08-28 20:22:24] --- | |
#include <curses.h> | |
#include <term.h> | |
int main() { return tgetnum(""); } | |
--- | |
[2016-08-28 20:22:24] --- | |
#include <curses.h> | |
#include <term.h> | |
int main() { return tgetnum(""); } | |
--- | |
[2016-08-28 20:22:24] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm -lcurses >>/home/matijs/src/rubinius-3.56/configure.log 2>&1 | |
[2016-08-28 20:22:24] -lcurses | |
[2016-08-28 20:22:24] Checking if function 'strerror_r' returns char*: | |
[2016-08-28 20:22:24] --- | |
#include <string.h> | |
int main() { char buf[1024]; static_cast<char*>(strerror_r(42, buf, 1024)); } | |
--- | |
[2016-08-28 20:22:24] clang++ -latomic -o rbx-configure-test rbx-configure-test.cpp -fPIC -Wl,--export-dynamic -lrt -lcrypt -ldl -lpthread -lm >>/home/matijs/src/rubinius-3.56/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-08-28 20:22:24] yes | |
[2016-08-28 20:22:24] --- | |
Verifying gems... | |
--- | |
[2016-08-28 20:22:24] --- | |
Setting up gems... | |
--- | |
[2016-08-28 20:22:25] --- | |
Writing configuration files... | |
--- | |
[2016-08-28 20:22:25] --- | |
------------------------------------------------------------------ | |
Rubinius (a9e6f6c4) has been configured for the following paths: | |
prefix: /home/matijs/.rbenv/versions/rbx-3.56 | |
bin: /home/matijs/.rbenv/versions/rbx-3.56/bin | |
lib: /home/matijs/.rbenv/versions/rbx-3.56/library | |
include: /home/matijs/.rbenv/versions/rbx-3.56/machine/include/capi | |
runtime: /home/matijs/.rbenv/versions/rbx-3.56/runtime | |
core: /home/matijs/.rbenv/versions/rbx-3.56/core | |
site: /home/matijs/.rbenv/versions/rbx-3.56/site | |
vendor: /home/matijs/.rbenv/versions/rbx-3.56/vendor | |
man: /home/matijs/.rbenv/versions/rbx-3.56/man | |
gems: /home/matijs/.rbenv/versions/rbx-3.56/gems | |
gems cache: /home/matijs/src/rubinius-3.56/vendor/cache | |
Run 'rake' to build, test and install Rubinius. | |
After building, you may add | |
'/home/matijs/.rbenv/versions/rbx-3.56/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