current directory: /Users/shawndhawan/code/connect-proto/vendor/bundle/ruby/2.7.0/gems/psych-4.0.2/ext/psych /Users/shawndhawan/.rbenv/versions/2.7.4/bin/ruby -I /Users/shawndhawan/.rbenv/versions/2.7.4/lib/ruby/2.7.0 -r ./siteconf20220421-46989-1r86yq9.rb extconf.rb checking for yaml.h... no checking for _WIN32... no checking for dlfcn.h... yes checking for inttypes.h... yes checking for memory.h... yes checking for stdint.h... yes checking for stdlib.h... yes checking for strings.h... yes checking for string.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for yaml.h... yes checking for config.h... yes creating Makefile current directory: /Users/shawndhawan/code/connect-proto/vendor/bundle/ruby/2.7.0/gems/psych-4.0.2/ext/psych make "DESTDIR=" clean current directory: /Users/shawndhawan/code/connect-proto/vendor/bundle/ruby/2.7.0/gems/psych-4.0.2/ext/psych make "DESTDIR=" compiling ./yaml/api.c compiling ./yaml/dumper.c compiling ./yaml/emitter.c compiling ./yaml/loader.c compiling ./yaml/parser.c compiling psych.c compiling psych_emitter.c compiling psych_parser.c psych_parser.c:88:46: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError")); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^ psych_parser.c:88:46: note: '{' token is here ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError")); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE' { \ ^ psych_parser.c:88:46: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError")); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE' } ^ psych_parser.c:88:46: note: ')' token is here ePsychSyntaxError = rb_const_get(mPsych, rb_intern("SyntaxError")); ^~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^ psych_parser.c:90:42: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6, ^~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall' rb_funcallv(recv, mid, \ ^~~ psych_parser.c:90:42: note: '{' token is here return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6, ^~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE' { \ ^ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall' rb_funcallv(recv, mid, \ ^~~ psych_parser.c:90:42: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6, ^~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE' } ^ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall' rb_funcallv(recv, mid, \ ^~~ psych_parser.c:90:42: note: ')' token is here return rb_funcall(ePsychSyntaxError, rb_intern("new"), 6, ^~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall' rb_funcallv(recv, mid, \ ^~~ psych_parser.c:133:44: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall' rb_funcallv(recv, mid, \ ^~~ psych_parser.c:133:44: note: '{' token is here io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE' { \ ^ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall' rb_funcallv(recv, mid, \ ^~~ psych_parser.c:133:44: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE' } ^ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall' rb_funcallv(recv, mid, \ ^~~ psych_parser.c:133:44: note: ')' token is here io_external_encoding = rb_funcall(src, rb_intern("external_encoding"), 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:2689:27: note: expanded from macro 'rb_funcall' rb_funcallv(recv, mid, \ ^~~ psych_parser.c:529:48: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark")); ^~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:23: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^ psych_parser.c:529:48: note: '{' token is here mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark")); ^~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1832:5: note: expanded from macro 'RUBY_CONST_ID_CACHE' { \ ^ psych_parser.c:529:48: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro] mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark")); ^~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:24: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1837:5: note: expanded from macro 'RUBY_CONST_ID_CACHE' } ^ psych_parser.c:529:48: note: ')' token is here mark_klass = rb_const_get_at(cPsychParser, rb_intern("Mark")); ^~~~~~~~~~~~~~~~~ /Users/shawndhawan/.rbenv/versions/2.7.4/include/ruby-2.7.0/ruby/ruby.h:1847:56: note: expanded from macro 'rb_intern' __extension__ (RUBY_CONST_ID_CACHE((ID), (str))) : \ ^ 8 warnings generated. compiling psych_to_ruby.c compiling psych_yaml_tree.c compiling ./yaml/reader.c compiling ./yaml/scanner.c compiling ./yaml/writer.c linking shared-object psych.bundle ld: warning: directory not found for option '-L/opt/homebrew/opt/ruby@2.7/lib' ld: warning: directory not found for option '-L/opt/homebrew/opt/ruby@2.7/lib' current directory: /Users/shawndhawan/code/connect-proto/vendor/bundle/ruby/2.7.0/gems/psych-4.0.2/ext/psych make "DESTDIR=" install /usr/bin/install -c -m 0755 psych.bundle ./.gem.20220421-46989-ypcpkn