------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The rxp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> rxp-1.4.4 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The rxp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> rxp-1.4.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rxp-1.4.4 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The rxp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> rxp-1.4.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rxp-1.4.4 for building => SHA256 Checksum OK for rxp-1.4.4.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The rxp port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> rxp-1.4.4 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rxp-1.4.4 for building ===> Extracting for rxp-1.4.4 => SHA256 Checksum OK for rxp-1.4.4.tar.gz. Extracted Memory Use: 1.27M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for rxp-1.4.4 ===> Applying ports patches for rxp-1.4.4 ===> Cleanly applied ports patch(es) patch-Makefile SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for rxp-1.4.4 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for rxp-1.4.4 --- rxp.o --- --- infoset-print.o --- --- xmlparser.o --- --- url.o --- --- charset.o --- --- string16.o --- --- ctype16.o --- --- dtd.o --- --- input.o --- --- stdio16.o --- --- rxp.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c rxp.c --- infoset-print.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c infoset-print.c --- xmlparser.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c xmlparser.c --- url.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c url.c --- charset.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c charset.c --- string16.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c string16.c --- ctype16.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c ctype16.c --- dtd.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c dtd.c --- input.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c input.c --- stdio16.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c stdio16.c --- xmlparser.o --- xmlparser.c: In function 'parse_starttag': xmlparser.c:1356:12: warning: variable 'is_top_level' set but not used [-Wunused-but-set-variable] int c, is_top_level = 0; ^~~~~~~~~~~~ xmlparser.c: In function 'process_xml_space': xmlparser.c:2092:10: warning: variable 'buf' set but not used [-Wunused-but-set-variable] Char buf[9]; ^~~ --- stdio16.o --- In file included from /usr/include/stdio.h:42, from stdio16.c:13: stdio16.c: In function 'Vfprintf': stdio16.c:769:39: warning: ISO C90 does not support 'long long' [-Wlong-long] sprintf(val, fmt, va_arg(args, long long)); ^~~~ stdio16.c:642:15: warning: variable 'L' set but not used [-Wunused-but-set-variable] int l, h, L, ll; ^ stdio16.c:641:37: warning: variable 'zflag' set but not used [-Wunused-but-set-variable] int mflag, pflag, sflag, hflag, zflag; ^~~~~ stdio16.c:641:30: warning: variable 'hflag' set but not used [-Wunused-but-set-variable] int mflag, pflag, sflag, hflag, zflag; ^~~~~ stdio16.c:641:23: warning: variable 'sflag' set but not used [-Wunused-but-set-variable] int mflag, pflag, sflag, hflag, zflag; ^~~~~ stdio16.c:641:16: warning: variable 'pflag' set but not used [-Wunused-but-set-variable] int mflag, pflag, sflag, hflag, zflag; ^~~~~ --- input.o --- input.c: In function 'translate_latin': input.c:392:2: warning: label 'more_bytes' defined but not used [-Wunused-label] more_bytes: \ ^~~~~~~~~~ input.c:469:5: note: in expansion of macro 'MORE_BYTES' MORE_BYTES; ^~~~~~~~~~ input.c: In function 'translate_latin1': input.c:392:2: warning: label 'more_bytes' defined but not used [-Wunused-label] more_bytes: \ ^~~~~~~~~~ input.c:497:5: note: in expansion of macro 'MORE_BYTES' MORE_BYTES; ^~~~~~~~~~ --- system.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c system.c --- hash.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c hash.c --- xmlparser.o --- xmlparser.c: In function 'check_id': xmlparser.c:4883:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if(!(int)hash_get_value(id_entry)) ^ xmlparser.c: In function 'check_attribute_token': xmlparser.c:5520:31: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hash_set_value(id_entry, (void *)(a->type == AT_id)); ^ xmlparser.c:82:58: note: in definition of macro 'hash_set_value' #define hash_set_value(entry, _value) ((entry)->value = (_value)) ^~~~~~ xmlparser.c:5530:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int idinfo = (int)hash_get_value(id_entry); ^ xmlparser.c:5540:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hash_set_value(id_entry, (void *)(idinfo | 1)); ^ xmlparser.c:82:58: note: in definition of macro 'hash_set_value' #define hash_set_value(entry, _value) ((entry)->value = (_value)) ^~~~~~ --- version.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c version.c --- namespaces.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c namespaces.c --- xmlparser.o --- At top level: xmlparser.c:7:13: warning: 'vcid' defined but not used [-Wunused-variable] static char vcid[] = "$Id: xmlparser.c,v 1.131 2004/11/03 13:47:31 richard Exp $"; ^~~~ --- http.o --- --- nf16check.o --- --- nf16data.o --- --- http.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c http.c --- nf16check.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c nf16check.c --- nf16data.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c nf16data.c --- catalog.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c catalog.c --- catutil.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c catutil.c --- catalog.o --- In file included from catalog.c:469: catalog_dtd.c:177:1: warning: string length '3843' is greater than the length '509' ISO C90 compilers are required to support [-Woverlength-strings] ""; ^~ --- resolve.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c resolve.c --- entityopener.o --- cc -Wall -ansi -pedantic -g -O -DCHAR_SIZE=16 -c entityopener.c --- libcatalog.a --- ar rv libcatalog.a catalog.o catutil.o resolve.o entityopener.o /usr/libexec/binutils227/elf/ar: creating libcatalog.a a - catalog.o a - catutil.o a - resolve.o a - entityopener.o ranlib libcatalog.a --- librxp.a --- ar rv librxp.a xmlparser.o url.o charset.o string16.o ctype16.o dtd.o input.o stdio16.o system.o hash.o version.o namespaces.o http.o nf16check.o nf16data.o /usr/libexec/binutils227/elf/ar: creating librxp.a a - xmlparser.o a - url.o a - charset.o a - string16.o a - ctype16.o a - dtd.o a - input.o a - stdio16.o a - system.o a - hash.o a - version.o a - namespaces.o a - http.o a - nf16check.o a - nf16data.o ranlib librxp.a --- rxp --- cc -g -o rxp rxp.o infoset-print.o -L. -lrxp -lcatalog SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for rxp-1.4.4 ===> Generating temporary packing list install -s -m 555 /construction/textproc/rxp/rxp-1.4.4/rxp /construction/textproc/rxp/stage/usr/local/bin install -m 0644 /construction/textproc/rxp/rxp-1.4.4/librxp.a /construction/textproc/rxp/stage/usr/local/lib install -m 444 /construction/textproc/rxp/rxp-1.4.4/rxp.1 /construction/textproc/rxp/stage/usr/local/man/man1 install -m 0644 /construction/textproc/rxp/rxp-1.4.4/charset.h /construction/textproc/rxp/rxp-1.4.4/ctype16.h /construction/textproc/rxp/rxp-1.4.4/dtd.h /construction/textproc/rxp/rxp-1.4.4/hash.h /construction/textproc/rxp/rxp-1.4.4/input.h /construction/textproc/rxp/rxp-1.4.4/namespaces.h /construction/textproc/rxp/rxp-1.4.4/rxputil.h /construction/textproc/rxp/rxp-1.4.4/stdio16.h /construction/textproc/rxp/rxp-1.4.4/string16.h /construction/textproc/rxp/rxp-1.4.4/system.h /construction/textproc/rxp/rxp-1.4.4/url.h /construction/textproc/rxp/rxp-1.4.4/version.h /construction/textproc/rxp/rxp-1.4.4/xmlparser.h /construction/textproc/rxp/stage/usr/local/include/rxp ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for rxp-1.4.4 file sizes/checksums [16]: 0% file sizes/checksums [16]: 100% packing files [16]: 0% packing files [16]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:02 TOTAL TIME 00:00:06