Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. current directory: /usr/local/rvm/gems/ruby-2.3.3@redmine/gems/mysql2-0.4.8/ext/mysql2
  2. /usr/local/rvm/rubies/ruby-2.3.3/bin/ruby -r ./siteconf20170711-39644-9k4zgk.rb extconf.rb
  3. checking for rb_absint_size()... yes
  4. checking for rb_absint_singlebit_p()... yes
  5. checking for ruby/thread.h... yes
  6. checking for rb_thread_call_without_gvl() in ruby/thread.h... yes
  7. checking for rb_thread_blocking_region()... no
  8. checking for rb_wait_for_single_fd()... yes
  9. checking for rb_hash_dup()... yes
  10. checking for rb_intern3()... yes
  11. checking for rb_big_cmp()... yes
  12. -----
  13. Using mysql_config at /usr/bin/mysql_config
  14. -----
  15. checking for mysql.h... yes
  16. checking for errmsg.h... yes
  17. checking for mysqld_error.h... yes
  18. checking for SSL_MODE_DISABLED in mysql.h... no
  19. checking for MYSQL_OPT_SSL_ENFORCE in mysql.h... yes
  20. checking for MYSQL.net.vio in mysql.h... no
  21. checking for MYSQL.net.pvio in mysql.h... yes
  22. -----
  23. Setting libpath to /usr/lib64
  24. -----
  25. creating Makefile
  26.  
  27. current directory: /usr/local/rvm/gems/ruby-2.3.3@redmine/gems/mysql2-0.4.8/ext/mysql2
  28. make "DESTDIR=" clean
  29.  
  30. current directory: /usr/local/rvm/gems/ruby-2.3.3@redmine/gems/mysql2-0.4.8/ext/mysql2
  31. make "DESTDIR="
  32. compiling client.c
  33. In file included from ./mysql2_ext.h:41:0,
  34. from client.c:1:
  35. client.c: In function ‘rb_set_ssl_mode_option’:
  36. ./client.h:56:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  37. mysql_client_wrapper *wrapper; \
  38. ^
  39. client.c:116:3: note: in expansion of macro ‘GET_CLIENT’
  40. GET_CLIENT(self);
  41. ^
  42. client.c:117:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  43. int val = NUM2INT( setting );
  44. ^
  45. client.c:143:1: warning: control reaches end of non-void function [-Wreturn-type]
  46. }
  47. ^
  48. compiling infile.c
  49. compiling mysql2_ext.c
  50. compiling result.c
  51. result.c: In function ‘rb_mysql_result_alloc_result_buffers’:
  52. result.c:326:40: warning: assignment from incompatible pointer type [enabled by default]
  53. wrapper->result_buffers[i].is_null = &wrapper->is_null[i];
  54. ^
  55. result.c:328:40: warning: assignment from incompatible pointer type [enabled by default]
  56. wrapper->result_buffers[i].error = &wrapper->error[i];
  57. ^
  58. compiling statement.c
  59. statement.c: In function ‘rb_raise_mysql2_stmt_error’:
  60. statement.c:50:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  61. VALUE rb_error_msg = rb_str_new2(mysql_stmt_error(stmt_wrapper->stmt));
  62. ^
  63. statement.c:57:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  64. rb_encoding *default_internal_enc = rb_default_internal_encoding();
  65. ^
  66. In file included from ./mysql2_ext.h:41:0,
  67. from statement.c:1:
  68. statement.c: In function ‘execute’:
  69. ./client.h:56:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  70. mysql_client_wrapper *wrapper; \
  71. ^
  72. statement.c:273:3: note: in expansion of macro ‘GET_CLIENT’
  73. GET_CLIENT(stmt_wrapper->client);
  74. ^
  75. statement.c:395:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  76. VALUE rb_val_as_string = rb_funcall(argv[i], intern_to_s, 0);
  77. ^
  78. In file included from ./mysql2_ext.h:41:0,
  79. from statement.c:1:
  80. statement.c: In function ‘fields’:
  81. ./client.h:56:3: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  82. mysql_client_wrapper *wrapper; \
  83. ^
  84. statement.c:471:3: note: in expansion of macro ‘GET_CLIENT’
  85. GET_CLIENT(stmt_wrapper->client);
  86. ^
  87. linking shared-object mysql2/mysql2.so
  88. /usr/bin/ld: cannot find -lmariadb
  89. collect2: error: ld returned 1 exit status
  90. make: *** [mysql2.so] Error 1
  91.  
  92. make failed, exit code 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement