------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The awka 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 ------------------------------------------------------------------------------- ===> awka-0.7.5_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The awka 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 ===> awka-0.7.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by awka-0.7.5_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The awka 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 ===> awka-0.7.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by awka-0.7.5_1 for building => SHA256 Checksum OK for awka-0.7.5.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The awka 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 ===> awka-0.7.5_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by awka-0.7.5_1 for building ===> Extracting for awka-0.7.5_1 => SHA256 Checksum OK for awka-0.7.5.tar.gz. Extracted Memory Use: 3.15M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for awka-0.7.5_1 ===> Applying ports patches for awka-0.7.5_1 ===> Cleanly applied ports patch(es) patch-io.c SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for awka-0.7.5_1 configure: warning: x86_64-portbld-dragonfly5.9: invalid host type loading site script /xports/Templates/config.site creating cache ./config.cache checking for gcc... cc checking whether we are using GNU C... yes checking how to run the C preprocessor... cpp checking for log in -lm... yes checking checking for inline... __inline__ checking for gawk... (cached) /usr/bin/awk checking for ash... no checking for sh... sh checking for byacc... byacc checking for ar... ar checking for ranlib... ranlib checking for cmp... cmp checking compiler supports void*... yes checking compiler groks prototypes... yes checking for working const... yes checking for stddef.h... (cached) yes getting size_t from checking for fcntl.h... (cached) yes checking for errno.h... (cached) yes checking for time.h... (cached) yes checking for stdarg.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for sys/socket.h... (cached) yes checking for unistd.h... (cached) yes checking for memcpy... (cached) yes checking for strchr... (cached) yes checking for strstr... (cached) yes checking for strerror... (cached) yes checking for vfprintf... (cached) yes checking for fmod... yes checking for matherr... no checking for limits.h... (cached) yes checking for gethostbyname... (cached) yes checking for connect... yes checking where to find the socket library calls... the standard library 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 tm_zone in struct tm... yes checking for time... (cached) yes checking for mktime... yes checking for asctime... yes checking for localtime... (cached) yes checking for gmtime... yes checking for .exe extension... no /* config.h -- generated by configure */ #ifndef CONFIG_H #define CONFIG_H #define HAVE_SOCKETS 1 #define HAVE_SYS_SOCKET_H #define HAVE_UNISTD_H #define HAVE_NETDB_H #define HAVE_NETINET_IN_H #define HAVE_FCNTL_H #define awka_MATHLIB "-lm" #define INLINE __inline__ #define SIZE_T_STDDEF_H 1 #define NO_MATHERR 1 #define NO_FPRINTF_IN_STDIO 1 #define NO_SPRINTF_IN_STDIO 1 #define awka_SOCKET_LIBS "" #define awka_CC "cc" #define awka_CFLAGS "-pipe -O2 -fno-strict-aliasing " #define awka_shell "sh" #define HAVE_REAL_PIPES 1 /* #define NO_BIN_CHARS */ /* #define MEM_DEBUG */ #endif /* CONFIG_H */ updating cache ./config.cache creating ./config.status creating Makefile creating lib/Makefile creating awka/Makefile creating test/Makefile SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for awka-0.7.5_1 --- awka_exe --- --- libawka --- --- awka_exe --- cd awka; /usr/bin/make --- libawka --- cd lib; /usr/bin/make --- libawka.h --- --- ../regexp/regex.o --- --- ../regexp/dfa.o --- --- libawka.h --- /usr/bin/awk -f ../examples/fixhdr.awk libawka.h.in >libawka.h --- ../regexp/regex.o --- cc -pipe -O2 -fno-strict-aliasing -fPIC -I. -I../regexp -c ../regexp/regex.c -o ../regexp/regex.o --- ../regexp/dfa.o --- cc -pipe -O2 -fno-strict-aliasing -fPIC -I. -I../regexp -c ../regexp/dfa.c -o ../regexp/dfa.o --- awka_exe --- --- translate.o --- --- awka.o --- --- scan.o --- --- memory.o --- --- hash.o --- --- code.o --- --- bi_funct.o --- --- translate.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c translate.c --- scan.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c scan.c --- hash.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c hash.c --- bi_funct.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c bi_funct.c --- awka.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c awka.c --- code.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c code.c --- memory.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c memory.c --- libawka --- --- array.o --- cc -pipe -O2 -fno-strict-aliasing -fPIC -c array.c --- awka_exe --- --- awka.o --- awka.c: In function 'main': awka.c:244:9: warning: implicit declaration of function 'unlink'; did you mean 'unix'? [-Wimplicit-function-declaration] unlink(c_file); ^~~~~~ unix --- libawka --- --- ../regexp/dfa.o --- ../regexp/dfa.c: In function 'looking_at': ../regexp/dfa.c:420:9: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] len = strlen(s); ^~~~~~ ../regexp/dfa.c:420:9: warning: incompatible implicit declaration of built-in function 'strlen' ../regexp/dfa.c:420:9: note: include '' or provide a declaration of 'strlen' ../regexp/dfa.c:87:1: +#include ../regexp/dfa.c:420:9: len = strlen(s); ^~~~~~ ../regexp/dfa.c:423:10: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] return strncmp(s, lexptr, len) == 0; ^~~~~~~ --- awka_exe --- --- scan.o --- scan.c: In function 'yylex': scan.c:734:20: warning: implicit declaration of function 'bi_funct_find'; did you mean 'bi_funct_init'? [-Wimplicit-function-declaration] if (bi_funct_find(string_buff)) ^~~~~~~~~~~~~ bi_funct_init --- libawka --- ../regexp/dfa.c: In function 'lex': ../regexp/dfa.c:686:33: warning: incompatible implicit declaration of built-in function 'strlen' lexptr += strlen(prednames[c1].name); ^~~~~~ ../regexp/dfa.c:686:33: note: include '' or provide a declaration of 'strlen' --- awka_exe --- scan.c: In function 'fillbuff': scan.c:1212:19: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] switch (r = read(fd, target, size)) ^~~~ fread --- libawka --- ../regexp/dfa.c: In function 'dfacomp': ../regexp/dfa.c:2008:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(d, 0, sizeof(struct dfa)); ^~~~~~ ../regexp/dfa.c:2008:3: warning: incompatible implicit declaration of built-in function 'memset' ../regexp/dfa.c:2008:3: note: include '' or provide a declaration of 'memset' ../regexp/dfa.c:2011:3: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(string, s); ^~~~~~ ../regexp/dfa.c:2011:3: warning: incompatible implicit declaration of built-in function 'strcpy' ../regexp/dfa.c:2011:3: note: include '' or provide a declaration of 'strcpy' ../regexp/dfa.c:2014:5: warning: implicit declaration of function 'memmove' [-Wimplicit-function-declaration] memmove(string, string+1, len-2); ^~~~~~~ ../regexp/dfa.c:2014:5: warning: incompatible implicit declaration of built-in function 'memmove' ../regexp/dfa.c:2014:5: note: include '' or provide a declaration of 'memmove' ../regexp/dfa.c: In function 'icatalloc': ../regexp/dfa.c:2181:33: warning: incompatible implicit declaration of built-in function 'strlen' newsize = (new == NULL) ? 0 : strlen(new); ^~~~~~ ../regexp/dfa.c:2181:33: note: include '' or provide a declaration of 'strlen' ../regexp/dfa.c:2192:12: warning: incompatible implicit declaration of built-in function 'strcpy' (void) strcpy(result + oldsize, new); ^~~~~~ ../regexp/dfa.c:2192:12: note: include '' or provide a declaration of 'strcpy' ../regexp/dfa.c: In function 'istrstr': ../regexp/dfa.c:2211:9: warning: incompatible implicit declaration of built-in function 'strlen' len = strlen(lookfor); ^~~~~~ ../regexp/dfa.c:2211:9: note: include '' or provide a declaration of 'strlen' ../regexp/dfa.c: In function 'addlists': ../regexp/dfa.c:2336:33: warning: incompatible implicit declaration of built-in function 'strlen' old = enlist(old, new[i], strlen(new[i])); ^~~~~~ ../regexp/dfa.c:2336:33: note: include '' or provide a declaration of 'strlen' ../regexp/dfa.c: In function 'dfamust': ../regexp/dfa.c:2477:17: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(lmp->is, rmp->is) != 0) ^~~~~~ ../regexp/dfa.c:2485:18: warning: incompatible implicit declaration of built-in function 'strlen' ln = strlen(lmp->right); ^~~~~~ ../regexp/dfa.c:2485:18: note: include '' or provide a declaration of 'strlen' --- ../regexp/regex.o --- ../regexp/regex.c: In function 'awka_regexec': --- awka_exe --- --- da.o --- --- libawka --- ../regexp/regex.c:6039:11: warning: implicit declaration of function 'dfaexec' [-Wimplicit-function-declaration] ret = dfaexec((struct dfa *) preg->dfa, string, string+len, 1, &count, &try_backref); ^~~~~~~ --- awka_exe --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c da.c --- libawka --- --- ../regexp/dfa.o --- ../regexp/dfa.c:2514:17: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(musts[0].in[i]) > strlen(result)) ^~~~~~ ../regexp/dfa.c:2514:17: note: include '' or provide a declaration of 'strlen' ../regexp/dfa.c:2546:34: warning: incompatible implicit declaration of built-in function 'strlen' strlen(tp)); ^~~~~~ ../regexp/dfa.c:2546:34: note: include '' or provide a declaration of 'strlen' ../regexp/dfa.c:2617:7: warning: incompatible implicit declaration of built-in function 'strlen' if (strlen(result)) ^~~~~~ ../regexp/dfa.c:2617:7: note: include '' or provide a declaration of 'strlen' ../regexp/dfa.c:2622:7: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(dm->must, result); ^~~~~~ ../regexp/dfa.c:2622:7: note: include '' or provide a declaration of 'strcpy' --- awka_exe --- --- error.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c error.c --- init.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c init.c --- bi_vars.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c bi_vars.c --- cast.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c cast.c --- print.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c print.c print.c: In function 'write_error': print.c:157:4: warning: implicit declaration of function 'awka_exit'; did you mean 'awka_CC'? [-Wimplicit-function-declaration] awka_exit(2) ; ^~~~~~~~~ awka_CC --- kw.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c kw.c --- jmp.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c jmp.c --- field.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c field.c --- re_cmpl.o --- --- preprocess.o --- --- re_cmpl.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c re_cmpl.c --- preprocess.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c preprocess.c --- zmalloc.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c zmalloc.c --- msg.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c msg.c --- scancode.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c scancode.c --- fcall.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c fcall.c --- msg.o --- msg.c: In function 'msg_print_list': msg.c:113:7: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(tmp, varname[i].name, j-4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ msg.c:112:11: note: length computed here j = strlen(varname[i].name); ^~~~~~~~~~~~~~~~~~~~~~~ --- version.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c version.c --- msg.o --- msg.c: In function 'msg_print_setnref': msg.c:139:7: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(tmp, varname[i].name, j-4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ msg.c:138:11: note: length computed here j = strlen(varname[i].name); ^~~~~~~~~~~~~~~~~~~~~~~ msg.c: In function 'msg_print_refnset': msg.c:169:7: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(tmp, varname[i].name, j-4); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ msg.c:168:11: note: length computed here j = strlen(varname[i].name); ^~~~~~~~~~~~~~~~~~~~~~~ --- parse.o --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" -c parse.c --- libawka --- --- builtin.o --- cc -pipe -O2 -fno-strict-aliasing -fPIC -c builtin.c --- error.o --- cc -pipe -O2 -fno-strict-aliasing -fPIC -c error.c --- init.o --- cc -pipe -O2 -fno-strict-aliasing -fPIC -c init.c --- builtin.o --- builtin.c: In function 'awka_system': builtin.c:888:17: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] switch (pid = fork()) ^~~~ builtin.c:896:7: warning: implicit declaration of function 'execl' [-Wimplicit-function-declaration] execl(awka_shell, awka_shell, "-c", ptr, (char *) NULL); ^~~~~ builtin.c:896:7: warning: incompatible implicit declaration of built-in function 'execl' builtin.c:899:7: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(system(ptr) / 256); ^~~~~ builtin.c:899:7: warning: incompatible implicit declaration of built-in function '_exit' --- io.o --- cc -pipe -O2 -fno-strict-aliasing -fPIC -c io.c --- var.o --- cc -pipe -O2 -fno-strict-aliasing -fPIC -c var.c --- io.o --- io.c: In function '_awka_socketopen': io.c:180:11: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration] close(socket_fd); ^~~~~ pclose io.c:191:13: warning: implicit declaration of function 'geteuid'; did you mean 'getenv'? [-Wimplicit-function-declaration] if (geteuid() != 0) ^~~~~~~ getenv io.c: In function '_awka_io_2open': io.c:387:13: warning: implicit declaration of function 'dup' [-Wimplicit-function-declaration] newfd = dup(fd); ^~~ io.c:435:9: warning: implicit declaration of function 'pipe'; did you mean 'time'? [-Wimplicit-function-declaration] if (pipe(ptoc) < 0) ^~~~ time io.c:447:16: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] if ((pid = fork()) < 0) ^~~~ io.c:469:7: warning: implicit declaration of function 'execl' [-Wimplicit-function-declaration] execl(awka_shell, "sh", "-c", str, NULL); ^~~~~ io.c:469:7: warning: incompatible implicit declaration of built-in function 'execl' io.c:470:7: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(127); ^~~~~ io.c:470:7: warning: incompatible implicit declaration of built-in function '_exit' io.c: In function 'awka_cleanup': io.c:944:3: warning: implicit declaration of function '_awka_gc_kill'; did you mean '_awka_re2null'? [-Wimplicit-function-declaration] _awka_gc_kill(); ^~~~~~~~~~~~~ _awka_re2null io.c: In function '_awka_wait_pid': io.c:997:10: warning: implicit declaration of function 'wait'; did you mean 'exit'? [-Wimplicit-function-declaration] id = wait(&exit_value); ^~~~ exit --- garbage.o --- cc -pipe -O2 -fno-strict-aliasing -fPIC -c garbage.c --- rexp.o --- cc -pipe -O2 -fno-strict-aliasing -fPIC -c rexp.c rexp.c: In function '_awka_compile_regexp_SPLIT': rexp.c:191:17: warning: implicit declaration of function '_awka_hashstr'; did you mean 'awka_substr'? [-Wimplicit-function-declaration] idx = (hval = _awka_hashstr(str, len)) % RE_LIST_SIZE; ^~~~~~~~~~~~~ awka_substr rexp.c:145:31: warning: implicit declaration of function 'dfacomp' [-Wimplicit-function-declaration] list->re_fs->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \ ^~~~~~~ rexp.c:214:9: note: in expansion of macro '_return_re_SPLIT' _return_re_SPLIT; ^~~~~~~~~~~~~~~~ rexp.c:145:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] list->re_fs->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \ ^ rexp.c:214:9: note: in expansion of macro '_return_re_SPLIT' _return_re_SPLIT; ^~~~~~~~~~~~~~~~ rexp.c:145:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] list->re_fs->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \ ^ rexp.c:229:3: note: in expansion of macro '_return_re_SPLIT' _return_re_SPLIT; ^~~~~~~~~~~~~~~~ rexp.c: In function '_awka_compile_regexp_MATCH': rexp.c:159:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] list->re_nofs->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \ ^ rexp.c:271:9: note: in expansion of macro '_return_re_MATCH' _return_re_MATCH; ^~~~~~~~~~~~~~~~ rexp.c:159:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] list->re_nofs->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \ ^ rexp.c:286:3: note: in expansion of macro '_return_re_MATCH' _return_re_MATCH; ^~~~~~~~~~~~~~~~ rexp.c: In function '_awka_compile_regexp_GSUB': rexp.c:172:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] list->re_gsub->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \ ^ rexp.c:328:9: note: in expansion of macro '_return_re_GSUB' _return_re_GSUB; ^~~~~~~~~~~~~~~ rexp.c:172:24: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] list->re_gsub->dfa = (void *) dfacomp(list->str, strlen(list->str), TRUE); \ ^ rexp.c:343:3: note: in expansion of macro '_return_re_GSUB' _return_re_GSUB; ^~~~~~~~~~~~~~~ --- libawka.a --- --- libawka.so --- --- libawka.a --- ar -uvr libawka.a var.o builtin.o error.o init.o array.o io.o garbage.o rexp.o ../regexp/regex.o ../regexp/dfa.o --- libawka.so --- cc -shared -pipe -O2 -fno-strict-aliasing -fPIC var.o builtin.o error.o init.o array.o io.o garbage.o rexp.o ../regexp/regex.o ../regexp/dfa.o -o libawka.so --- libawka.a --- /usr/libexec/binutils227/elf/ar: `u' modifier ignored since `D' is the default (see `U') /usr/libexec/binutils227/elf/ar: creating libawka.a a - var.o a - builtin.o a - error.o a - init.o a - array.o a - io.o a - garbage.o a - rexp.o a - ../regexp/regex.o a - ../regexp/dfa.o ranlib libawka.a --- awka_exe --- --- awka --- cc -pipe -O2 -fno-strict-aliasing -Dawka_LIBDIR=\"/usr/local/lib\" -Dawka_INCDIR=\"/usr/local/include\" translate.o awka.o parse.o scan.o memory.o hash.o code.o bi_funct.o da.o error.o init.o bi_vars.o cast.o print.o kw.o jmp.o field.o re_cmpl.o preprocess.o zmalloc.o msg.o scancode.o fcall.o version.o -o awka awka.o:awka.c:function main: warning: warning: tempnam() possibly used unsafely; consider using mkstemp() awka.o:awka.c:function main: warning: warning: tempnam() possibly used unsafely; consider using mkstemp() SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for awka-0.7.5_1 ===> Generating temporary packing list cd awka; /usr/bin/make cd lib; /usr/bin/make if [ ! -d /construction/lang/awka/stage/usr/local/lib ]; then mkdir -p /construction/lang/awka/stage/usr/local/lib; fi if [ ! -d /construction/lang/awka/stage/usr/local/include ]; then mkdir -p /construction/lang/awka/stage/usr/local/include; fi if [ ! -d /construction/lang/awka/stage/usr/local/bin ]; then mkdir -p /construction/lang/awka/stage/usr/local/bin; fi if [ ! -d /construction/lang/awka/stage/usr/local/man/man1 ]; then mkdir -p /construction/lang/awka/stage/usr/local/man/man1; fi if [ ! -d /construction/lang/awka/stage/usr/local/man/man5 ]; then mkdir -p /construction/lang/awka/stage/usr/local/man/man5; fi cd awka; /usr/bin/make install cp awka /construction/lang/awka/stage/usr/local/bin chmod a+rx /construction/lang/awka/stage/usr/local/bin/awka cd lib; /usr/bin/make install cp libawka.a /construction/lang/awka/stage/usr/local/lib if [ -f libawka.so ]; then cp libawka.so /construction/lang/awka/stage/usr/local/lib; fi cp libawka.h /construction/lang/awka/stage/usr/local/include chmod a+r /construction/lang/awka/stage/usr/local/lib/libawka.* chmod a+r /construction/lang/awka/stage/usr/local/include/libawka.h cp doc/awka.1 /construction/lang/awka/stage/usr/local/man/man1/awka.1 cp doc/awka-elm.5 /construction/lang/awka/stage/usr/local/man/man5 cp doc/awka-elmref.5 /construction/lang/awka/stage/usr/local/man/man5 chmod 0644 /construction/lang/awka/stage/usr/local/man/man1/awka.1 ====> 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 awka-0.7.5_1 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:06