------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The dancer 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 ------------------------------------------------------------------------------- ===> dancer-4.16_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The dancer 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 ===> dancer-4.16_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dancer-4.16_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The dancer 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 ===> dancer-4.16_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dancer-4.16_1 for building => SHA256 Checksum OK for dancer-4.16.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The dancer 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 ===> dancer-4.16_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dancer-4.16_1 for building ===> Extracting for dancer-4.16_1 => SHA256 Checksum OK for dancer-4.16.tar.gz. Extracted Memory Use: 1.90M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for dancer-4.16_1 ===> Applying ports patches for dancer-4.16_1 ===> Cleanly applied ports patch(es) patch-src__list.h SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for dancer-4.16_1 loading site script /xports/Templates/config.site creating cache ./config.cache checking for gcc... cc checking whether we are using GNU C... yes checking for inline... inline checking for -lm... no checking for -lnsl... no checking for -lsocket... no checking for -lucb... no checking for -lcrypt... yes checking for -lfpl... no checking how to run the C preprocessor... cc -E checking whether cross-compiling... no checking for ANSI C header files... (cached) yes checking for limits.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking for pwd.h... (cached) yes checking for working const... yes checking for size_t... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for ulong... yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking return type of signal handlers... void checking for vprintf... (cached) yes checking for gettimeofday... (cached) yes checking for mktime... yes checking for strftime... (cached) yes checking for strdup... (cached) yes checking for strstr... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for atol... yes checking for strsep... (cached) yes checking for strcasecmp... (cached) yes checking for memmove... (cached) yes checking for gethostname... (cached) yes checking for getdomainname... yes checking for select... (cached) yes checking for socket... yes checking for strerror... (cached) yes checking for getdtablesize... (cached) yes checking for yp_get_default_domain... yes checking for yp_master... yes checking for inet_ntoa... (cached) yes checking for re_comp... no checking for regcomp... yes checking for _crypt... no checking for %n in scanf... yes checking for non-blocking... posix checking for sys_errlist declaration... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for dancer-4.16_1 --- dancer.o --- --- function.o --- --- server.o --- --- command.o --- --- ctcp.o --- --- netstuff.o --- --- user.o --- --- explain.o --- --- seen.o --- --- country.o --- --- command.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c command.c --- ctcp.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c ctcp.c --- explain.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c explain.c --- dancer.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c dancer.c --- user.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c user.c --- country.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c country.c --- function.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c function.c --- server.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c server.c --- netstuff.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c netstuff.c --- seen.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c seen.c --- user.o --- user.c: In function 'CheckPassword': user.c:1581:25: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] return StrEqualCase((char *)crypt(passwd, SALT), crypted); ^ user.c: In function 'User2ID': user.c:1599:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)g; ^ user.c:1602:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)u; ^ user.c:1605:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)g; ^ user.c:1607:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)u; ^ user.c:1609:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (int)c; ^ user.c: In function 'ID2User': user.c:1627:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (g == (itemguest *)id) { ^ user.c:1635:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (g == (itemguest *)id) { ^ user.c:1643:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (u == (itemuser *)id) { ^ user.c:1650:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] if (c == (itemclient *)id) { ^ --- regex.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c regex.c --- bans.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c bans.c --- regex.o --- regex.c: In function 're_match_2': regex.c:3765:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int) old_regend[r] >= (int) regstart[r]) ^ regex.c:3765:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int) old_regend[r] >= (int) regstart[r]) ^ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2407:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (lowest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3771:19: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p1 + mcnt, d, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2410:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (highest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3771:19: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p1 + mcnt, d, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2407:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (lowest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3918:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p + mcnt, NULL, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2410:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (highest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3918:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p + mcnt, NULL, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2407:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (lowest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3971:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p + mcnt, d, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2410:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (highest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:3971:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (p + mcnt, d, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2495:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] high_reg = (unsigned) POP_FAILURE_ITEM (); \ ^ regex.c:4077:13: note: in expansion of macro 'POP_FAILURE_POINT' POP_FAILURE_POINT (sdummy, pdummy, ^~~~~~~~~~~~~~~~~ regex.c:2498:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] low_reg = (unsigned) POP_FAILURE_ITEM (); \ ^ regex.c:4077:13: note: in expansion of macro 'POP_FAILURE_POINT' POP_FAILURE_POINT (sdummy, pdummy, ^~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2407:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (lowest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:4110:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (0, 0, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2410:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (highest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:4110:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (0, 0, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2407:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (lowest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:4123:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (0, 0, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2328:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] fail_stack.stack[fail_stack.avail++] = (fail_stack_elt_t) item ^ regex.c:2410:5: note: in expansion of macro 'PUSH_FAILURE_ITEM' PUSH_FAILURE_ITEM (highest_active_reg); \ ^~~~~~~~~~~~~~~~~ regex.c:4123:11: note: in expansion of macro 'PUSH_FAILURE_POINT' PUSH_FAILURE_POINT (0, 0, -2); ^~~~~~~~~~~~~~~~~~ regex.c:2495:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] high_reg = (unsigned) POP_FAILURE_ITEM (); \ ^ regex.c:4291:11: note: in expansion of macro 'POP_FAILURE_POINT' POP_FAILURE_POINT (d, p, ^~~~~~~~~~~~~~~~~ regex.c:2498:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] low_reg = (unsigned) POP_FAILURE_ITEM (); \ ^ regex.c:4291:11: note: in expansion of macro 'POP_FAILURE_POINT' POP_FAILURE_POINT (d, p, ^~~~~~~~~~~~~~~~~ --- transfer.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c transfer.c --- setup.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c setup.c setup.c: In function 'MakeConfig': setup.c:591:57: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] fprintf(stdout, "#%s = %d\n", cfg[i].label, (int)cfg[i].def); ^ setup.c: In function 'PreConfig': setup.c:685:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *(bool *)cfg[i].value = (bool)((int)cfg[i].def); ^ setup.c:689:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *(int *)cfg[i].value = (int)cfg[i].def; ^ --- tell.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c tell.c --- list.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c list.c --- language.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c language.c --- parse.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c parse.c --- flood.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c flood.c --- parse.o --- parse.c: In function 'PutAlias': parse.c:261:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (argc <= (int)a->data[i]) /* ARG_IFPOSSIBLE */ ^ parse.c:264:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] StrAppendMax(buffer, buffer_size, argv[(int)a->data[i]]); ^ parse.c:267:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] for (j = (int)a->data[i] + 1; j < argc; j++) ^ --- ourcrypt.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c ourcrypt.c --- link.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c link.c --- servfunc.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c servfunc.c --- fplrun.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c fplrun.c --- convert.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c convert.c --- news.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c news.c --- strio.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c strio.c --- trio.o --- cc -DHAVE_CONFIG_H -pipe -O2 -fno-strict-aliasing -std=gnu89 -c trio.c --- strio.o --- In function 'StrCopyMax', inlined from 'StrDuplicateMax' at strio.c:180:7: strio.c:138:12: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] target = strncpy(target, source, max - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from strio.c:85: strio.c: In function 'StrDuplicateMax': strio.h:136:22: note: length computed here #define StrLength(x) strlen((x)) ^~~~~~~~~~~ strio.c:172:9: note: in expansion of macro 'StrLength' len = StrLength(source) + 1; ^~~~~~~~~ --- ../dancer --- cc -lm dancer.o function.o server.o command.o ctcp.o netstuff.o user.o explain.o seen.o country.o regex.o bans.o transfer.o setup.o tell.o list.o language.o parse.o flood.o ourcrypt.o link.o servfunc.o fplrun.o convert.o news.o strio.o trio.o -lcrypt -o ../dancer SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for dancer-4.16_1 ===> Generating temporary packing list install -s -m 555 /construction/irc/dancer/dancer-4.16/src/../dancer /construction/irc/dancer/stage/usr/local/bin/ cd /construction/irc/dancer/dancer-4.16/src/../example && install -m 0644 dancer.config dancer.users dancer.funcs dancer.explain /construction/irc/dancer/stage/usr/local/share/dancer ====> 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:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for dancer-4.16_1 file sizes/checksums [5]: 0% file sizes/checksums [5]: 100% packing files [5]: 0% packing files [5]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:07