"cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/usr/local/include -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC conftest.c -L. -L/usr/local/lib -L. -fstack-protector -rdynamic -lruby23 -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main(int argc, char **argv) 4: { 5: return 0; 6: } /* end */ "cc -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/usr/local/include -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -Werror -c conftest.c" checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main() {return 0;} /* end */ have_library: checking for gzdopen() in -lz... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/usr/local/include -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX conftest.c -L. -L/usr/local/lib -L. -fstack-protector -rdynamic -lruby23 -lz -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: int t(void) { void ((*volatile p)()); p = (void ((*)()))gzdopen; return !p; } /* end */ -------------------- have_iconv?: checking for iconv... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/usr/local/include -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX conftest.c -L. -L/usr/local/lib -L. -fstack-protector -rdynamic -lruby23 -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " /tmp/conftest-3733a5.o: In function `main': /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ext/nokogiri/conftest.c:8: undefined reference to `libiconv_open' /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ext/nokogiri/conftest.c:9: undefined reference to `libiconv' cc: error: linker command failed with exit code 1 (use -v to see invocation) checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: #include 5: 6: int main(void) 7: { 8: iconv_t cd = iconv_open("", ""); 9: iconv(cd, NULL, NULL, NULL, NULL); 10: return EXIT_SUCCESS; 11: } /* end */ "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/usr/local/include -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX conftest.c -L. -L/usr/local/lib -L. -fstack-protector -rdynamic -lruby23 -liconv -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: #include 5: 6: int main(void) 7: { 8: iconv_t cd = iconv_open("", ""); 9: iconv(cd, NULL, NULL, NULL, NULL); 10: return EXIT_SUCCESS; 11: } /* end */ -------------------- have_library: checking for main() in -llzma... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/usr/local/include -isystem /usr/local/include -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L. -fstack-protector -rdynamic -lruby23 -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -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 ((*)()))main; return !p; } /* end */ -------------------- have_func: checking for xmlParseDoc() in libxml/parser.h... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlParseDoc; return !p; } /* end */ -------------------- have_func: checking for xsltParseStylesheetDoc() in libxslt/xslt.h... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " conftest.c:15:57: error: use of undeclared identifier 'xsltParseStylesheetDoc' int t(void) { void ((*volatile p)()); p = (void ((*)()))xsltParseStylesheetDoc; return !p; } ^ 1 error generated. checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: int t(void) { void ((*volatile p)()); p = (void ((*)()))xsltParseStylesheetDoc; return !p; } /* end */ "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: extern void xsltParseStylesheetDoc(); 16: int t(void) { xsltParseStylesheetDoc(); return 0; } /* end */ -------------------- have_func: checking for exsltFuncRegister() in libexslt/exslt.h... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " checked program was: /* begin */ 1: #include "ruby.h" 2: 3: #include 4: 5: /*top*/ 6: extern int t(void); 7: int main(int argc, char **argv) 8: { 9: if (argc > 1000000) { 10: printf("%p", &t); 11: } 12: 13: return 0; 14: } 15: int t(void) { void ((*volatile p)()); p = (void ((*)()))exsltFuncRegister; return !p; } /* end */ -------------------- have_func: checking for xmlHasFeature()... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " conftest.c:13:57: error: use of undeclared identifier 'xmlHasFeature' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlHasFeature; return !p; } ^ 1 error generated. 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 ((*)()))xmlHasFeature; return !p; } /* end */ "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -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: extern void xmlHasFeature(); 14: int t(void) { xmlHasFeature(); return 0; } /* end */ -------------------- have_func: checking for xmlFirstElementChild()... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " conftest.c:13:57: error: use of undeclared identifier 'xmlFirstElementChild' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlFirstElementChild; return !p; } ^ 1 error generated. 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 ((*)()))xmlFirstElementChild; return !p; } /* end */ "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -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: extern void xmlFirstElementChild(); 14: int t(void) { xmlFirstElementChild(); return 0; } /* end */ -------------------- have_func: checking for xmlRelaxNGSetParserStructuredErrors()... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " conftest.c:13:57: error: use of undeclared identifier 'xmlRelaxNGSetParserStructuredErrors' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; } ^ 1 error generated. 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 ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; } /* end */ "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -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: extern void xmlRelaxNGSetParserStructuredErrors(); 14: int t(void) { xmlRelaxNGSetParserStructuredErrors(); return 0; } /* end */ -------------------- have_func: checking for xmlRelaxNGSetParserStructuredErrors()... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " conftest.c:13:57: error: use of undeclared identifier 'xmlRelaxNGSetParserStructuredErrors' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; } ^ 1 error generated. 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 ((*)()))xmlRelaxNGSetParserStructuredErrors; return !p; } /* end */ "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -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: extern void xmlRelaxNGSetParserStructuredErrors(); 14: int t(void) { xmlRelaxNGSetParserStructuredErrors(); return 0; } /* end */ -------------------- have_func: checking for xmlRelaxNGSetValidStructuredErrors()... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " conftest.c:13:57: error: use of undeclared identifier 'xmlRelaxNGSetValidStructuredErrors' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlRelaxNGSetValidStructuredErrors; return !p; } ^ 1 error generated. 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 ((*)()))xmlRelaxNGSetValidStructuredErrors; return !p; } /* end */ "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -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: extern void xmlRelaxNGSetValidStructuredErrors(); 14: int t(void) { xmlRelaxNGSetValidStructuredErrors(); return 0; } /* end */ -------------------- have_func: checking for xmlSchemaSetValidStructuredErrors()... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " conftest.c:13:57: error: use of undeclared identifier 'xmlSchemaSetValidStructuredErrors' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetValidStructuredErrors; return !p; } ^ 1 error generated. 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 ((*)()))xmlSchemaSetValidStructuredErrors; return !p; } /* end */ "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -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: extern void xmlSchemaSetValidStructuredErrors(); 14: int t(void) { xmlSchemaSetValidStructuredErrors(); return 0; } /* end */ -------------------- have_func: checking for xmlSchemaSetParserStructuredErrors()... -------------------- yes "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -lc " conftest.c:13:57: error: use of undeclared identifier 'xmlSchemaSetParserStructuredErrors' int t(void) { void ((*volatile p)()); p = (void ((*)()))xmlSchemaSetParserStructuredErrors; return !p; } ^ 1 error generated. 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 ((*)()))xmlSchemaSetParserStructuredErrors; return !p; } /* end */ "cc -o conftest -I/usr/local/include/ruby-2.3//amd64-freebsd11 -I/usr/local/include/ruby-2.3//ruby/backward -I/usr/local/include/ruby-2.3/ -I. -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/include -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/include/libxml2 -I/usr/local/include -isystem /usr/local/include "-DNOKOGIRI_LIBXML2_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4\"" "-DNOKOGIRI_LIBXML2_PATCHES=\"0001-Fix-comparison-with-root-node-in-xmlXPathCmpNodes.patch 0002-Fix-XPointer-paths-beginning-with-range-to.patch 0003-Disallow-namespace-nodes-in-XPointer-ranges.patch\"" "-DNOKOGIRI_LIBXSLT_PATH=\"/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29\"" "-DNOKOGIRI_LIBXSLT_PATCHES=\"\"" -O2 -pipe -fstack-protector -isystem /usr/local/include -fno-strict-aliasing -fPIC -g -DXP_UNIX -DNOKOGIRI_USE_PACKAGED_LIBRARIES conftest.c -L. -L/usr/local/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib -L/data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib -L. -fstack-protector -rdynamic /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lruby23 /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libexslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxslt/1.1.29/lib/libxslt.a -lm -lpthread -llzma -lz /data/home/kosuke/pkg/enju_leaf/vendor/bundle/ruby/2.3/gems/nokogiri-1.7.1/ports/amd64-portbld-freebsd11/libxml2/2.9.4/lib/libxml2.a -llzma -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread -L/usr/local/lib -L/usr/local/lib -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: extern void xmlSchemaSetParserStructuredErrors(); 14: int t(void) { xmlSchemaSetParserStructuredErrors(); return 0; } /* end */ --------------------