have_func: checking for mysql_ssl_set()… ——————– yes
“x86_64-pld-linux-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -I/usr/include/mysql -fPIC -fPIC -DNDEBUG -fabi-version=2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby -lpthread -lgmp -ldl -lcrypt -lm -lc” checked program was:
begin
1: include “ruby.h” 2: 3: int main(int argc, char **argv) 4: { 5: return 0; 6: }
end
“x86_64-pld-linux-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -I/usr/include/mysql -fPIC -fPIC -DNDEBUG -fabi-version=2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:57: error: 'mysql_ssl_set' undeclared (first use in this function)
int t(void) { void ((*volatile p)()); p = (void ((*)()))mysql_ssl_set; return 0; } ^
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */
1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: }
10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))mysql_ssl_set; return 0; } /* end */
“x86_64-pld-linux-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -I/usr/include/mysql -fPIC -fPIC -DNDEBUG -fabi-version=2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:15: warning: implicit declaration of function 'mysql_ssl_set' [-Wimplicit-function-declaration]
int t(void) { mysql_ssl_set(); return 0; } ^
checked program was: /* begin */
1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: }
10: 11: return 0; 12: } 13: int t(void) { mysql_ssl_set(); return 0; } /* end */
have_func: checking for rb_str_set_len()… ——————– yes
“x86_64-pld-linux-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -I/usr/include/mysql -fPIC -fPIC -DNDEBUG -fabi-version=2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -lpthread -lgmp -ldl -lcrypt -lm -lc” checked program was: /* begin */
1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: }
10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_str_set_len; return 0; } /* end */
have_func: checking for rb_thread_start_timer()… ——————– no
“x86_64-pld-linux-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -I/usr/include/mysql -fPIC -fPIC -DNDEBUG -fabi-version=2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:57: error: 'rb_thread_start_timer' undeclared (first use in this function)
int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_start_timer; return 0; } ^
conftest.c:13:57: note: each undeclared identifier is reported only once for each function it appears in checked program was: /* begin */
1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: }
10: 11: return 0; 12: } 13: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_thread_start_timer; return 0; } /* end */
“x86_64-pld-linux-gcc -o conftest -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -I/usr/include/mysql -fPIC -fPIC -DNDEBUG -fabi-version=2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -L. -L/usr/lib64 -Wl,-R/usr/lib64 -L. -Wl,–as-needed -Wl,–no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -fstack-protector -rdynamic -Wl,-export-dynamic -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -Wl,-R -Wl,/usr/lib64 -L/usr/lib64 -lruby -L/usr/lib64 -lmysqlclient -lpthread -lz -lm -lrt -lssl -lcrypto -ldl -lpthread -lgmp -ldl -lcrypt -lm -lc” conftest.c: In function 't': conftest.c:13:15: warning: implicit declaration of function 'rb_thread_start_timer' [-Wimplicit-function-declaration]
int t(void) { rb_thread_start_timer(); return 0; } ^
/tmp/B.5cpJYr/BUILD/tmp/ccgAiMVr.o: In function `t': /tmp/B.5cpJYr/BUILD/mysql-ruby-2.8.2/conftest.c:13: undefined reference to `rb_thread_start_timer' collect2: error: ld returned 1 exit status checked program was: /* begin */
1: #include "ruby.h" 2: 3: /*top*/ 4: extern int t(void); 5: int main(int argc, char **argv) 6: { 7: if (argc > 1000000) { 8: printf("%p", &t); 9: }
10: 11: return 0; 12: } 13: int t(void) { rb_thread_start_timer(); return 0; } /* end */
have_header: checking for mysql.h… ——————– yes
“x86_64-pld-linux-gcc -E -I/usr/include/ruby-2.1 -I/usr/include/ruby-2.1/ruby/backward -I/usr/include/ruby-2.1 -I. -I/usr/include/mysql -fPIC -fPIC -DNDEBUG -fabi-version=2 -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong –param=ssp-buffer-size=4 -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fPIC conftest.c -o conftest.i” checked program was: /* begin */ 1: include “ruby.h” 2: 3: include <mysql.h> /* end */