Created
January 12, 2023 09:53
-
-
Save tycooon/c077a1d99299469bd86131211c565ff7 to your computer and use it in GitHub Desktop.
This file contains 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
Configuration summary for ruby version 3.2.0 | |
* Installation prefix: /home/app/.rbenv/versions/3.2.0 | |
* exec prefix: ${prefix} | |
* arch: x86_64-linux | |
* site arch: ${arch} | |
* RUBY_BASE_NAME: ruby | |
* enable shared: yes | |
* ruby lib prefix: ${libdir}/${RUBY_BASE_NAME} | |
* site libraries path: ${rubylibprefix}/${sitearch} | |
* vendor path: ${rubylibprefix}/vendor_ruby | |
* target OS: linux | |
* compiler: gcc -std=gnu11 | |
* with thread: pthread | |
* with coroutine: amd64 | |
* enable shared libs: yes | |
* dynamic library ext: so | |
* CFLAGS: ${optflags} ${debugflags} ${warnflags} | |
* LDFLAGS: -L. -L/home/app/.rbenv/versions/3.2.0/lib \ | |
-fstack-protector-strong -rdynamic \ | |
-Wl,-export-dynamic -Wl,--no-as-needed | |
* DLDFLAGS: -L/home/app/.rbenv/versions/3.2.0/lib \ | |
-Wl,--compress-debug-sections=zlib | |
* optflags: -O3 -fno-fast-math | |
* debugflags: -ggdb3 | |
* warnflags: -Wall -Wextra -Wdeprecated-declarations \ | |
-Wdiv-by-zero -Wimplicit-function-declaration \ | |
-Wimplicit-int -Wpointer-arith -Wwrite-strings \ | |
-Wold-style-definition -Wmissing-noreturn \ | |
-Wno-cast-function-type \ | |
-Wno-constant-logical-operand -Wno-long-long \ | |
-Wno-missing-field-initializers \ | |
-Wno-overlength-strings \ | |
-Wno-packed-bitfield-compat \ | |
-Wno-parentheses-equality -Wno-self-assign \ | |
-Wno-tautological-compare -Wno-unused-parameter \ | |
-Wno-unused-value -Wsuggest-attribute=format \ | |
-Wsuggest-attribute=noreturn -Wunused-variable \ | |
-Wno-maybe-uninitialized | |
* strip command: strip -S -x | |
* install doc: rdoc | |
* MJIT support: yes | |
* YJIT support: no | |
* man page type: doc | |
* BASERUBY -v: ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) \ | |
[x86_64-linux] | |
--- | |
BASERUBY = /home/app/.rbenv/shims/ruby --disable=gems | |
CC = gcc -std=gnu11 | |
LD = ld | |
LDSHARED = gcc -std=gnu11 -shared | |
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wno-maybe-uninitialized -fPIC | |
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/15.0.0 | |
CPPFLAGS = -I/home/app/.rbenv/versions/3.2.0/include | |
DLDFLAGS = -L/home/app/.rbenv/versions/3.2.0/lib -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2 -fstack-protector-strong | |
SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread | |
LANG = en_US.UTF-8 | |
LC_ALL = en_US.UTF-8 | |
LC_CTYPE = UTF-8 | |
MFLAGS = - --jobserver-fds=6,7 -j | |
RUSTC = no | |
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby-build.20230112092320.16896.0k0eva/ruby-3.2.0/yjit/target/release/' ./yjit/src/lib.rs | |
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) | |
Copyright (C) 2015 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
compiling ./main.c | |
compiling dmydln.c | |
compiling miniinit.c | |
compiling dmyext.c | |
making dummy probes.h | |
compiling ast.c | |
compiling bignum.c | |
In file included from vm_core.h:164:0, | |
from iseq.h:14, | |
from mini_builtin.c:3, | |
from miniinit.c:51: | |
thread_pthread.h:109:39: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘struct’ | |
RUBY_EXTERN RB_THREAD_LOCAL_SPECIFIER struct rb_execution_context_struct *ruby_current_ec; | |
^ | |
In file included from iseq.h:14:0, | |
from mini_builtin.c:3, | |
from miniinit.c:51: | |
vm_core.h: In function ‘rb_current_execution_context’: | |
vm_core.h:1864:34: error: ‘ruby_current_ec’ undeclared (first use in this function) | |
rb_execution_context_t *ec = ruby_current_ec; | |
^ | |
vm_core.h:1864:34: note: each undeclared identifier is reported only once for each function it appears in | |
compiling class.c | |
In file included from vm_core.h:164:0, | |
from iseq.h:14, | |
from ast.c:6: | |
thread_pthread.h:109:39: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘struct’ | |
RUBY_EXTERN RB_THREAD_LOCAL_SPECIFIER struct rb_execution_context_struct *ruby_current_ec; | |
^ | |
In file included from iseq.h:14:0, | |
from ast.c:6: | |
vm_core.h: In function ‘rb_current_execution_context’: | |
vm_core.h:1864:34: error: ‘ruby_current_ec’ undeclared (first use in this function) | |
rb_execution_context_t *ec = ruby_current_ec; | |
^ | |
vm_core.h:1864:34: note: each undeclared identifier is reported only once for each function it appears in | |
miniinit.c: At top level: | |
cc1: warning: unrecognized command line option "-Wno-tautological-compare" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-self-assign" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-parentheses-equality" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-constant-logical-operand" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-cast-function-type" [enabled by default] | |
make: *** [miniinit.o] Error 1 | |
make: *** Waiting for unfinished jobs.... | |
ast.c: At top level: | |
cc1: warning: unrecognized command line option "-Wno-tautological-compare" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-self-assign" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-parentheses-equality" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-constant-logical-operand" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-cast-function-type" [enabled by default] | |
make: *** [ast.o] Error 1 | |
In file included from vm_core.h:164:0, | |
from class.c:31: | |
thread_pthread.h:109:39: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘struct’ | |
RUBY_EXTERN RB_THREAD_LOCAL_SPECIFIER struct rb_execution_context_struct *ruby_current_ec; | |
^ | |
In file included from class.c:31:0: | |
vm_core.h: In function ‘rb_current_execution_context’: | |
vm_core.h:1864:34: error: ‘ruby_current_ec’ undeclared (first use in this function) | |
rb_execution_context_t *ec = ruby_current_ec; | |
^ | |
vm_core.h:1864:34: note: each undeclared identifier is reported only once for each function it appears in | |
class.c: At top level: | |
cc1: warning: unrecognized command line option "-Wno-tautological-compare" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-self-assign" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-parentheses-equality" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-constant-logical-operand" [enabled by default] | |
cc1: warning: unrecognized command line option "-Wno-cast-function-type" [enabled by default] | |
make: *** [class.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment