------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/libyaml-0.2.2.tgz Installing /packages/All/ncurses-6.1.20190525.tgz Installing /packages/All/libedit-3.1.20190324,1.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/libffi-3.2.1_3.tgz Installing /packages/All/openssl-1.0.2s,1.tgz Message from openssl-1.0.2s,1: Edit /usr/local/openssl/openssl.cnf to fit your needs. Installing /packages/All/ruby-2.5.5_3,1.tgz Message from ruby-2.5.5_3,1: ==== Some of the standard commands are provided as separate ports for ease of upgrading: devel/ruby-gems: gem - RubyGems package manager devel/rubygem-rake: rake - Ruby Make And some of the standard libraries are provided as separate ports since they require extra dependencies: databases/rubygem-dbm: DBM module databases/rubygem-gdbm: GDBM module Install them as occasion demands. ==== Installing /packages/All/expat-2.2.6_1.tgz Installing /packages/All/perl5-5.28.2.tgz Message from perl5-5.28.2: The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/p5-XML-Parser-2.44.tgz Installing /packages/All/ja-ruby25-uconv-0.5.3.tgz SUCCEEDED 00:00:06 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x/!\ ruby25-xmlparser-0.7.3_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x/!\ ruby25-xmlparser-0.7.3_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by ruby25-xmlparser-0.7.3_1 for building SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x/!\ ruby25-xmlparser-0.7.3_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by ruby25-xmlparser-0.7.3_1 for building => SHA256 Checksum OK for ruby/xmlparser-0.7.3.tar.gz. SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x/!\ ruby25-xmlparser-0.7.3_1: Makefile warnings, please consider fixing /!\ Please set LICENSE for this port ===> Fetching all distfiles required by ruby25-xmlparser-0.7.3_1 for building ===> Extracting for ruby25-xmlparser-0.7.3_1 => SHA256 Checksum OK for ruby/xmlparser-0.7.3.tar.gz. /usr/bin/find /construction/textproc/ruby-xmlparser/xmlparser -name CVS -type d -exec /bin/rm -f -r {} ';' -prune Extracted Memory Use: 0.59M SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for ruby25-xmlparser-0.7.3_1 ===> Applying ports patches for ruby25-xmlparser-0.7.3_1 /usr/local/bin/ruby25 -i -pe 'gsub /%%PREFIX%%/, "/usr/local"' /construction/textproc/ruby-xmlparser/xmlparser/lib/wget.rb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for ruby25-xmlparser-0.7.3_1 ===> Running extconf.rb to configure checking for expat.h... yes checking for XML_ParserCreate() in -lexpat... yes checking for XML_SetNotStandaloneHandler()... yes checking for XML_SetParamEntityParsing()... yes checking for XML_SetDoctypeDeclHandler()... yes checking for XML_ParserReset()... yes checking for XML_SetSkippedEntityHandler()... yes checking for XML_GetFeatureList()... yes checking for XML_UseForeignDTD()... yes checking for XML_GetIdAttributeIndex()... yes checking for ntohl() in -lsocket... no creating Makefile SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for ruby25-xmlparser-0.7.3_1 --- xmlparser.o --- compiling xmlparser.c In file included from /usr/local/include/ruby-2.5/ruby.h:33, from xmlparser.c:44: xmlparser.c: In function 'iterStartElementHandler': xmlparser.c:231:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:231:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterEndElementHandler': xmlparser.c:257:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:257:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterCharacterDataHandler': xmlparser.c:272:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:272:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterProcessingInstructionHandler': xmlparser.c:287:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:287:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterDefaultHandler': xmlparser.c:303:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:303:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterUnparsedEntityDeclHandler': xmlparser.c:324:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:324:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterNotationDeclHandler': xmlparser.c:348:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:348:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterCommentHandler': xmlparser.c:398:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:398:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterStartCdataSectionHandler': xmlparser.c:411:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:411:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterEndCdataSectionHandler': xmlparser.c:423:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:423:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterStartNamespaceDeclHandler': xmlparser.c:437:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:437:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterEndNamespaceDeclHandler': xmlparser.c:452:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:452:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterStartDoctypeDeclHandler': xmlparser.c:479:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:479:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterEndDoctypeDeclHandler': xmlparser.c:499:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:499:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterElementDeclHandler': xmlparser.c:551:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:551:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterAttlistDeclHandler': xmlparser.c:573:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:573:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterXmlDeclHandler': xmlparser.c:597:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:597:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterEntityDeclHandler': xmlparser.c:625:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:625:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'iterSkippedEntityHandler': xmlparser.c:695:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:695:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myStartElementHandler': xmlparser.c:716:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:716:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myEndElementHandler': xmlparser.c:737:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:737:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myCharacterDataHandler': xmlparser.c:748:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:748:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myProcessingInstructionHandler': xmlparser.c:759:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:759:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myDefaultHandler': xmlparser.c:771:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:771:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myDefaultExpandHandler': xmlparser.c:783:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:783:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myUnparsedEntityDeclHandler': xmlparser.c:798:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:798:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myNotationDeclHandler': xmlparser.c:815:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:815:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myCommentHandler': xmlparser.c:852:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:852:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myStartCdataSectionHandler': xmlparser.c:861:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:861:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myEndCdataSectionHandler': xmlparser.c:869:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:869:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myStartNamespaceDeclHandler': xmlparser.c:879:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:879:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myEndNamespaceDeclHandler': xmlparser.c:890:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:890:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myNotStandaloneHandler': xmlparser.c:901:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:901:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myStartDoctypeDeclHandler': xmlparser.c:922:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:922:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myEndDoctypeDeclHandler': xmlparser.c:940:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:940:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myElementDeclHandler': xmlparser.c:955:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:955:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myAttlistDeclHandler': xmlparser.c:970:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:970:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myXmlDeclHandler': xmlparser.c:986:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:986:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'myEntityDeclHandler': xmlparser.c:1005:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:1005:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'getEncinfo': xmlparser.c:1146:39: warning: implicit declaration of function 'ntohl'; did you mean 'atoll'? [-Wimplicit-function-declaration] if (size < sizeof(Encmap_Header) || ntohl(header->magic) != ENCMAP_MAGIC) ^~~~~ atoll xmlparser.c:1148:19: warning: implicit declaration of function 'ntohs' [-Wimplicit-function-declaration] prefixes_size = ntohs(header->pfsize); ^~~~~ In file included from /usr/local/include/ruby-2.5/ruby.h:33, from xmlparser.c:44: xmlparser.c: In function 'myUnknownEncodingHandler': xmlparser.c:1299:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:1299:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'mySkippedEntityHandler': xmlparser.c:1355:14: warning: passing argument 1 of 'rb_data_object_get' makes integer from pointer without a cast [-Wint-conversion] GET_PARSER(recv, parser); ^~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1183:41: note: in definition of macro 'Data_Get_Struct' ((sval) = (type*)rb_data_object_get(obj)) ^~~ xmlparser.c:1355:3: note: in expansion of macro 'GET_PARSER' GET_PARSER(recv, parser); ^~~~~~~~~~ /usr/local/include/ruby-2.5/ruby/ruby.h:1354:26: note: expected 'VALUE' {aka 'long unsigned int'} but argument is of type 'void *' rb_data_object_get(VALUE obj) ~~~~~~^~~ xmlparser.c: In function 'XMLParser_parse': xmlparser.c:1806:16: warning: implicit declaration of function 'ENC_TO_ENCINDEX'; did you mean 'ENC_CODERANGE'? [-Wimplicit-function-declaration] if ((int)ENC_TO_ENCINDEX(enc) != rb_ascii8bit_encindex()) { ^~~~~~~~~~~~~~~ ENC_CODERANGE In file included from /usr/local/include/ruby-2.5/ruby.h:33, from xmlparser.c:44: xmlparser.c: In function 'findEncoding': /usr/local/include/ruby-2.5/ruby/ruby.h:629:27: warning: call to 'ruby_safe_level_2_warning' declared with attribute warning: $SAFE=2 to 4 are obsolete # define rb_secure(level) rb_secure(RUBY_SAFE_LEVEL_CHECK(level, warning)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xmlparser.c:1254:3: note: in expansion of macro 'rb_secure' rb_secure(2); ^~~~~~~~~ --- xmlparser.so --- linking shared-object xmlparser.so SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- x===> Staging for ruby25-xmlparser-0.7.3_1 ===> Generating temporary packing list install -s -m 555 xmlparser.so /construction/textproc/ruby-xmlparser/stage/usr/local/lib/ruby/site_ruby/2.5/x86_64-dragonfly5 installing default xmlparser libraries /bin/mkdir -p /construction/textproc/ruby-xmlparser/stage/usr/local/share/doc/ruby25/xmlparser/ja/ install -m 0644 /construction/textproc/ruby-xmlparser/xmlparser/README /construction/textproc/ruby-xmlparser/stage/usr/local/share/doc/ruby25/xmlparser/ install -m 0644 /construction/textproc/ruby-xmlparser/xmlparser/README.ja /construction/textproc/ruby-xmlparser/stage/usr/local/share/doc/ruby25/xmlparser/ja/ ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. Notice: Please install sysutils/rubygem-bundler for additional Gemfile-checks Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- x====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- x===> Building package for ruby25-xmlparser-0.7.3_1 file sizes/checksums [44]: 0% file sizes/checksums [44]: 100% packing files [44]: 0% packing files [44]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:55