=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/security/gnupg", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for gnupg-1.4.23nb30 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23' Making all in m4 gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/m4' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/m4' Making all in intl gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/intl' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/intl' Making all in zlib gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/zlib' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/zlib' Making all in util gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/util' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT logger.o -MD -MP -MF .deps/logger.Tpo -c -o logger.o logger.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT fileutil.o -MD -MP -MF .deps/fileutil.Tpo -c -o fileutil.o fileutil.c mv -f .deps/logger.Tpo .deps/logger.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT miscutil.o -MD -MP -MF .deps/miscutil.Tpo -c -o miscutil.o miscutil.c mv -f .deps/fileutil.Tpo .deps/fileutil.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT strgutil.o -MD -MP -MF .deps/strgutil.Tpo -c -o strgutil.o strgutil.c miscutil.c: In function 'strtimestamp': miscutil.c:137:30: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 137 | sprintf(buffer,"%04d-%02d-%02d", | ^~~~ miscutil.c:137:24: note: directive argument in the range [-2147483647, 2147483647] 137 | sprintf(buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ miscutil.c:137:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 137 | sprintf(buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 138 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ miscutil.c: In function 'isotimestamp': miscutil.c:159:45: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 0 and 16 [-Wformat-overflow=] 159 | sprintf(buffer,"%04d-%02d-%02d %02d:%02d:%02d", | ^~~~ miscutil.c:159:9: note: 'sprintf' output between 20 and 72 bytes into a destination of size 30 159 | sprintf(buffer,"%04d-%02d-%02d %02d:%02d:%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 160 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 161 | tp->tm_hour, tp->tm_min, tp->tm_sec); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ strgutil.c: In function 'set_native_charset': strgutil.c:559:17: warning: variable 'full_newset' set but not used [-Wunused-but-set-variable] 559 | const char *full_newset; | ^~~~~~~~~~~ mv -f .deps/miscutil.Tpo .deps/miscutil.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT ttyio.o -MD -MP -MF .deps/ttyio.Tpo -c -o ttyio.o ttyio.c ttyio.c: In function 'tty_fprintf': ttyio.c:307:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 307 | if( !initialized ) | ^~ In file included from ttyio.c:25: ttyio.c:310:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 310 | va_start( arg_ptr, fmt ) ; | ^~~~~~~~ mv -f .deps/ttyio.Tpo .deps/ttyio.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT argparse.o -MD -MP -MF .deps/argparse.Tpo -c -o argparse.o argparse.c mv -f .deps/strgutil.Tpo .deps/strgutil.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT memory.o -MD -MP -MF .deps/memory.Tpo -c -o memory.o memory.c mv -f .deps/memory.Tpo .deps/memory.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT secmem.o -MD -MP -MF .deps/secmem.Tpo -c -o secmem.o secmem.c mv -f .deps/argparse.Tpo .deps/argparse.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT errors.o -MD -MP -MF .deps/errors.Tpo -c -o errors.o errors.c mv -f .deps/secmem.Tpo .deps/secmem.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT iobuf.o -MD -MP -MF .deps/iobuf.Tpo -c -o iobuf.o iobuf.c mv -f .deps/errors.Tpo .deps/errors.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT dotlock.o -MD -MP -MF .deps/dotlock.Tpo -c -o dotlock.o dotlock.c mv -f .deps/dotlock.Tpo .deps/dotlock.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o http.c mv -f .deps/http.Tpo .deps/http.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT pka.o -MD -MP -MF .deps/pka.Tpo -c -o pka.o pka.c mv -f .deps/iobuf.Tpo .deps/iobuf.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT membuf.o -MD -MP -MF .deps/membuf.Tpo -c -o membuf.o membuf.c mv -f .deps/pka.Tpo .deps/pka.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT cert.o -MD -MP -MF .deps/cert.Tpo -c -o cert.o cert.c mv -f .deps/membuf.Tpo .deps/membuf.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT convert.o -MD -MP -MF .deps/convert.Tpo -c -o convert.o convert.c mv -f .deps/cert.Tpo .deps/cert.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT estream-printf.o -MD -MP -MF .deps/estream-printf.Tpo -c -o estream-printf.o estream-printf.c estream-printf.c: In function 'pr_integer': estream-printf.c:783:1: note: the ABI of passing union with 'long double' has changed in GCC 4.4 783 | pr_integer (estream_printf_out_t outfnc, void *outfncarg, | ^~~~~~~~~~ mv -f .deps/convert.Tpo .deps/convert.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT compat.o -MD -MP -MF .deps/compat.Tpo -c -o compat.o compat.c mv -f .deps/compat.Tpo .deps/compat.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT srv.o -MD -MP -MF .deps/srv.Tpo -c -o srv.o srv.c mv -f .deps/srv.Tpo .deps/srv.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT assuan-buffer.o -MD -MP -MF .deps/assuan-buffer.Tpo -c -o assuan-buffer.o assuan-buffer.c mv -f .deps/assuan-buffer.Tpo .deps/assuan-buffer.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT assuan-client.o -MD -MP -MF .deps/assuan-client.Tpo -c -o assuan-client.o assuan-client.c mv -f .deps/assuan-client.Tpo .deps/assuan-client.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT assuan-errors.o -MD -MP -MF .deps/assuan-errors.Tpo -c -o assuan-errors.o assuan-errors.c mv -f .deps/assuan-errors.Tpo .deps/assuan-errors.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT assuan-logging.o -MD -MP -MF .deps/assuan-logging.Tpo -c -o assuan-logging.o assuan-logging.c mv -f .deps/estream-printf.Tpo .deps/estream-printf.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT assuan-socket-connect.o -MD -MP -MF .deps/assuan-socket-connect.Tpo -c -o assuan-socket-connect.o assuan-socket-connect.c mv -f .deps/assuan-logging.Tpo .deps/assuan-logging.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT assuan-connect.o -MD -MP -MF .deps/assuan-connect.Tpo -c -o assuan-connect.o assuan-connect.c mv -f .deps/assuan-socket-connect.Tpo .deps/assuan-socket-connect.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT assuan-socket.o -MD -MP -MF .deps/assuan-socket.Tpo -c -o assuan-socket.o assuan-socket.c mv -f .deps/assuan-connect.Tpo .deps/assuan-connect.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT assuan-util.o -MD -MP -MF .deps/assuan-util.Tpo -c -o assuan-util.o assuan-util.c mv -f .deps/assuan-socket.Tpo .deps/assuan-socket.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT regex.o -MD -MP -MF .deps/regex.Tpo -c -o regex.o regex.c In file included from regcomp.c:72, from regex.c:50: regex_internal.h: In function 'bitset_not': regex_internal.h:557:1: warning: old-style function definition [-Wold-style-definition] 557 | bitset_not (set) | ^~~~~~~~~~ regex_internal.h: In function 'bitset_merge': regex_internal.h:566:1: warning: old-style function definition [-Wold-style-definition] 566 | bitset_merge (dest, src) | ^~~~~~~~~~~~ regcomp.c: In function 're_compile_pattern': regcomp.c:263:1: warning: old-style function definition [-Wold-style-definition] 263 | re_compile_pattern (pattern, length, bufp) | ^~~~~~~~~~~~~~~~~~ regcomp.c: In function 're_set_syntax': regcomp.c:308:1: warning: old-style function definition [-Wold-style-definition] 308 | re_set_syntax (syntax) | ^~~~~~~~~~~~~ regcomp.c: In function 're_compile_fastmap': regcomp.c:321:1: warning: old-style function definition [-Wold-style-definition] 321 | re_compile_fastmap (bufp) | ^~~~~~~~~~~~~~~~~~ regcomp.c: In function 're_compile_fastmap_iter': regcomp.c:346:1: warning: old-style function definition [-Wold-style-definition] 346 | re_compile_fastmap_iter (bufp, init_state, fastmap) | ^~~~~~~~~~~~~~~~~~~~~~~ regcomp.c: In function 'regcomp': regcomp.c:464:1: warning: old-style function definition [-Wold-style-definition] 464 | regcomp (preg, pattern, cflags) | ^~~~~~~ regcomp.c: In function 'regerror': regcomp.c:528:1: warning: old-style function definition [-Wold-style-definition] 528 | regerror (errcode, preg, errbuf, errbuf_size) | ^~~~~~~~ regcomp.c: In function 'regfree': regcomp.c:574:1: warning: old-style function definition [-Wold-style-definition] 574 | regfree (preg) | ^~~~~~~ regcomp.c: In function 're_compile_internal': regcomp.c:709:1: warning: old-style function definition [-Wold-style-definition] 709 | re_compile_internal (preg, pattern, length, syntax) | ^~~~~~~~~~~~~~~~~~~ regcomp.c: In function 'init_dfa': regcomp.c:792:1: warning: old-style function definition [-Wold-style-definition] 792 | init_dfa (dfa, pat_len) | ^~~~~~~~ regcomp.c: In function 'init_word_char': regcomp.c:835:1: warning: old-style function definition [-Wold-style-definition] 835 | init_word_char (dfa) | ^~~~~~~~~~~~~~ regcomp.c: In function 'free_workarea_compile': regcomp.c:852:1: warning: old-style function definition [-Wold-style-definition] 852 | free_workarea_compile (preg) | ^~~~~~~~~~~~~~~~~~~~~ regcomp.c: In function 'create_initial_state': regcomp.c:863:1: warning: old-style function definition [-Wold-style-definition] 863 | create_initial_state (dfa) | ^~~~~~~~~~~~~~~~~~~~ regcomp.c: In function 'analyze': regcomp.c:958:1: warning: old-style function definition [-Wold-style-definition] 958 | analyze (dfa) | ^~~~~~~ regcomp.c: In function 'analyze_tree': regcomp.c:998:1: warning: old-style function definition [-Wold-style-definition] 998 | analyze_tree (dfa, node) | ^~~~~~~~~~~~ regcomp.c: In function 'calc_first': regcomp.c:1028:1: warning: old-style function definition [-Wold-style-definition] 1028 | calc_first (dfa, node) | ^~~~~~~~~~ regcomp.c: In function 'calc_next': regcomp.c:1096:1: warning: old-style function definition [-Wold-style-definition] 1096 | calc_next (dfa, node) | ^~~~~~~~~ regcomp.c: In function 'calc_epsdest': regcomp.c:1143:1: warning: old-style function definition [-Wold-style-definition] 1143 | calc_epsdest (dfa, node) | ^~~~~~~~~~~~ regcomp.c: In function 'duplicate_node': regcomp.c:1203:1: warning: old-style function definition [-Wold-style-definition] 1203 | duplicate_node (new_idx, dfa, org_idx, constraint) | ^~~~~~~~~~~~~~ regcomp.c: In function 'calc_inveclosure': regcomp.c:1260:1: warning: old-style function definition [-Wold-style-definition] 1260 | calc_inveclosure (dfa) | ^~~~~~~~~~~~~~~~ regcomp.c: In function 'calc_eclosure': regcomp.c:1286:1: warning: old-style function definition [-Wold-style-definition] 1286 | calc_eclosure (dfa) | ^~~~~~~~~~~~~ regcomp.c: In function 'calc_eclosure_iter': regcomp.c:1365:1: warning: old-style function definition [-Wold-style-definition] 1365 | calc_eclosure_iter (new_set, dfa, node, root) | ^~~~~~~~~~~~~~~~~~ regcomp.c: In function 'fetch_token': regcomp.c:1457:1: warning: old-style function definition [-Wold-style-definition] 1457 | fetch_token (input, syntax) | ^~~~~~~~~~~ regcomp.c: In function 'peek_token': regcomp.c:1472:1: warning: old-style function definition [-Wold-style-definition] 1472 | peek_token (token, input, syntax) | ^~~~~~~~~~ regcomp.c: In function 'peek_token_bracket': regcomp.c:1684:1: warning: old-style function definition [-Wold-style-definition] 1684 | peek_token_bracket (token, input, syntax) | ^~~~~~~~~~~~~~~~~~ regcomp.c: In function 'parse': regcomp.c:1778:1: warning: old-style function definition [-Wold-style-definition] 1778 | parse (regexp, preg, syntax, err) | ^~~~~ regcomp.c: In function 'parse_reg_exp': regcomp.c:1813:1: warning: old-style function definition [-Wold-style-definition] 1813 | parse_reg_exp (regexp, preg, token, syntax, nest, err) | ^~~~~~~~~~~~~ regcomp.c: In function 'parse_branch': regcomp.c:1863:1: warning: old-style function definition [-Wold-style-definition] 1863 | parse_branch (regexp, preg, token, syntax, nest, err) | ^~~~~~~~~~~~ regcomp.c: In function 'parse_expression': regcomp.c:1905:1: warning: old-style function definition [-Wold-style-definition] 1905 | parse_expression (regexp, preg, token, syntax, nest, err) | ^~~~~~~~~~~~~~~~ regcomp.c: In function 'parse_sub_exp': regcomp.c:2082:1: warning: old-style function definition [-Wold-style-definition] 2082 | parse_sub_exp (regexp, preg, token, syntax, nest, err) | ^~~~~~~~~~~~~ regcomp.c: In function 'parse_dup_op': regcomp.c:2149:1: warning: old-style function definition [-Wold-style-definition] 2149 | parse_dup_op (dup_elem, regexp, dfa, token, syntax, err) | ^~~~~~~~~~~~ regcomp.c: In function 'build_range_exp': regcomp.c:2315:1: warning: old-style function definition [-Wold-style-definition] 2315 | build_range_exp (sbcset, start_elem, end_elem) | ^~~~~~~~~~~~~~~ regcomp.c: In function 'build_collating_symbol': regcomp.c:2425:1: warning: old-style function definition [-Wold-style-definition] 2425 | build_collating_symbol (sbcset, name) | ^~~~~~~~~~~~~~~~~~~~~~ regcomp.c: In function 'parse_bracket_exp': regcomp.c:2445:1: warning: old-style function definition [-Wold-style-definition] 2445 | parse_bracket_exp (regexp, dfa, token, syntax, err) | ^~~~~~~~~~~~~~~~~ regcomp.c: In function 'parse_bracket_element': regcomp.c:2982:1: warning: old-style function definition [-Wold-style-definition] 2982 | parse_bracket_element (elem, regexp, token, token_len, dfa, syntax) | ^~~~~~~~~~~~~~~~~~~~~ regcomp.c: In function 'parse_bracket_symbol': regcomp.c:3015:1: warning: old-style function definition [-Wold-style-definition] 3015 | parse_bracket_symbol (elem, regexp, token) | ^~~~~~~~~~~~~~~~~~~~ regcomp.c: In function 'build_equiv_class': regcomp.c:3065:1: warning: old-style function definition [-Wold-style-definition] 3065 | build_equiv_class (sbcset, name) | ^~~~~~~~~~~~~~~~~ regcomp.c: In function 'build_charclass': regcomp.c:3157:1: warning: old-style function definition [-Wold-style-definition] 3157 | build_charclass (sbcset, class_name, syntax) | ^~~~~~~~~~~~~~~ regcomp.c: In function 'build_word_op': regcomp.c:3226:1: warning: old-style function definition [-Wold-style-definition] 3226 | build_word_op (dfa, not, err) | ^~~~~~~~~~~~~ regcomp.c: In function 'fetch_number': regcomp.c:3355:1: warning: old-style function definition [-Wold-style-definition] 3355 | fetch_number (input, token, syntax) | ^~~~~~~~~~~~ regcomp.c: In function 'create_tree': regcomp.c:3399:1: warning: old-style function definition [-Wold-style-definition] 3399 | create_tree (left, right, type, index) | ^~~~~~~~~~~ regcomp.c: In function 'free_bin_tree': regcomp.c:3432:1: warning: old-style function definition [-Wold-style-definition] 3432 | free_bin_tree (tree) | ^~~~~~~~~~~~~ regcomp.c: In function 'duplicate_tree': regcomp.c:3446:1: warning: old-style function definition [-Wold-style-definition] 3446 | duplicate_tree (src, dfa) | ^~~~~~~~~~~~~~ In file included from regex.c:51: regexec.c: In function 'regexec': regexec.c:196:1: warning: old-style function definition [-Wold-style-definition] 196 | regexec (preg, string, nmatch, pmatch, eflags) | ^~~~~~~ regexec.c: In function 're_match': regexec.c:247:1: warning: old-style function definition [-Wold-style-definition] 247 | re_match (bufp, string, length, start, regs) | ^~~~~~~~ regexec.c: In function 're_search': regexec.c:260:1: warning: old-style function definition [-Wold-style-definition] 260 | re_search (bufp, string, length, start, range, regs) | ^~~~~~~~~ regexec.c: In function 're_match_2': regexec.c:273:1: warning: old-style function definition [-Wold-style-definition] 273 | re_match_2 (bufp, string1, length1, string2, length2, start, regs, stop) | ^~~~~~~~~~ regexec.c: In function 're_search_2': regexec.c:287:1: warning: old-style function definition [-Wold-style-definition] 287 | re_search_2 (bufp, string1, length1, string2, length2, start, range, regs, stop) | ^~~~~~~~~~~ regexec.c: In function 're_search_2_stub': regexec.c:301:1: warning: old-style function definition [-Wold-style-definition] 301 | re_search_2_stub (bufp, string1, length1, string2, length2, start, range, regs, | ^~~~~~~~~~~~~~~~ regexec.c: In function 're_search_stub': regexec.c:347:1: warning: old-style function definition [-Wold-style-definition] 347 | re_search_stub (bufp, string, length, start, range, stop, regs, ret_len) | ^~~~~~~~~~~~~~ regexec.c: In function 're_copy_regs': regexec.c:428:1: warning: old-style function definition [-Wold-style-definition] 428 | re_copy_regs (regs, pmatch, nregs, regs_allocated) | ^~~~~~~~~~~~ regexec.c: In function 're_set_registers': regexec.c:509:1: warning: old-style function definition [-Wold-style-definition] 509 | re_set_registers (bufp, regs, num_regs, starts, ends) | ^~~~~~~~~~~~~~~~ regexec.c: In function 're_search_internal': regexec.c:562:1: warning: old-style function definition [-Wold-style-definition] 562 | re_search_internal (preg, string, length, start, range, stop, nmatch, pmatch, | ^~~~~~~~~~~~~~~~~~ regexec.c: In function 'acquire_init_state_context': regexec.c:777:1: warning: old-style function definition [-Wold-style-definition] 777 | acquire_init_state_context (err, preg, mctx, idx) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'check_matching': regexec.c:823:1: warning: old-style function definition [-Wold-style-definition] 823 | check_matching (preg, mctx, fl_search, fl_longest_match) | ^~~~~~~~~~~~~~ regexec.c: In function 'check_halt_node_context': regexec.c:952:12: warning: old-style function definition [-Wold-style-definition] 952 | static int check_halt_node_context (dfa, node, context) | ^~~~~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'check_halt_state_context': regexec.c:975:1: warning: old-style function definition [-Wold-style-definition] 975 | check_halt_state_context (preg, state, mctx, idx) | ^~~~~~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'proceed_next_node': regexec.c:1001:1: warning: old-style function definition [-Wold-style-definition] 1001 | proceed_next_node (preg, nregs, regs, mctx, pidx, node, eps_via_nodes, fs) | ^~~~~~~~~~~~~~~~~ regexec.c:1010:26: warning: variable 'cur_entity' set but not used [-Wunused-but-set-variable] 1010 | int i, err, dest_node, cur_entity; | ^~~~~~~~~~ regexec.c: In function 'push_fail_stack': regexec.c:1119:1: warning: old-style function definition [-Wold-style-definition] 1119 | push_fail_stack (fs, str_idx, dests, nregs, regs, eps_via_nodes) | ^~~~~~~~~~~~~~~ regexec.c: In function 'pop_fail_stack': regexec.c:1144:1: warning: old-style function definition [-Wold-style-definition] 1144 | pop_fail_stack (fs, pidx, nregs, regs, eps_via_nodes) | ^~~~~~~~~~~~~~ regexec.c: In function 'set_regs': regexec.c:1165:1: warning: old-style function definition [-Wold-style-definition] 1165 | set_regs (preg, mctx, nmatch, pmatch, fl_backtrack) | ^~~~~~~~ regexec.c: In function 'update_regs': regexec.c:1231:1: warning: old-style function definition [-Wold-style-definition] 1231 | update_regs (dfa, pmatch, cur_node, cur_idx, nmatch) | ^~~~~~~~~~~ regexec.c: In function 'sift_states_backward': regexec.c:1280:1: warning: old-style function definition [-Wold-style-definition] 1280 | sift_states_backward (preg, mctx, sctx) | ^~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'clean_state_log_if_need': regexec.c:1392:1: warning: old-style function definition [-Wold-style-definition] 1392 | clean_state_log_if_need (mctx, next_state_log_idx) | ^~~~~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'merge_state_array': regexec.c:1417:22: warning: old-style function definition [-Wold-style-definition] 1417 | static reg_errcode_t merge_state_array (dfa, dst, src, num) | ^~~~~~~~~~~~~~~~~ regexec.c: In function 'update_cur_sifted_state': regexec.c:1446:1: warning: old-style function definition [-Wold-style-definition] 1446 | update_cur_sifted_state (preg, mctx, sctx, str_idx, dest_nodes) | ^~~~~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'add_epsilon_src_nodes': regexec.c:1499:1: warning: old-style function definition [-Wold-style-definition] 1499 | add_epsilon_src_nodes (dfa, dest_nodes, candidates) | ^~~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'sub_epsilon_src_nodes': regexec.c:1524:1: warning: old-style function definition [-Wold-style-definition] 1524 | sub_epsilon_src_nodes (dfa, node, dest_nodes, candidates) | ^~~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'check_dst_limits': regexec.c:1572:1: warning: old-style function definition [-Wold-style-definition] 1572 | check_dst_limits (dfa, limits, mctx, dst_node, dst_idx, src_node, src_idx) | ^~~~~~~~~~~~~~~~ regexec.c: In function 'check_dst_limits_calc_pos': regexec.c:1609:1: warning: old-style function definition [-Wold-style-definition] 1609 | check_dst_limits_calc_pos (dfa, mctx, limit, eclosures, subexp_idx, node, | ^~~~~~~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'check_subexp_limits': regexec.c:1674:1: warning: old-style function definition [-Wold-style-definition] 1674 | check_subexp_limits (dfa, dest_nodes, candidates, limits, bkref_ents, str_idx) | ^~~~~~~~~~~~~~~~~~~ regexec.c: In function 'search_subexp': regexec.c:1772:1: warning: old-style function definition [-Wold-style-definition] 1772 | search_subexp (preg, mctx, sctx, str_idx, dest_nodes) | ^~~~~~~~~~~~~ regexec.c: In function 'sift_states_bkref': regexec.c:1917:1: warning: old-style function definition [-Wold-style-definition] 1917 | sift_states_bkref (preg, mctx, sctx, str_idx, dest_nodes) | ^~~~~~~~~~~~~~~~~ regexec.c: In function 'transit_state': regexec.c:2097:1: warning: old-style function definition [-Wold-style-definition] 2097 | transit_state (err, preg, mctx, state, fl_search) | ^~~~~~~~~~~~~ regexec.c: In function 'transit_state_sb': regexec.c:2226:1: warning: old-style function definition [-Wold-style-definition] 2226 | transit_state_sb (err, preg, state, fl_search, mctx) | ^~~~~~~~~~~~~~~~ regexec.c: In function 'transit_state_bkref': regexec.c:2359:1: warning: old-style function definition [-Wold-style-definition] 2359 | transit_state_bkref (preg, pstate, mctx) | ^~~~~~~~~~~~~~~~~~~ regexec.c: In function 'transit_state_bkref_loop': regexec.c:2380:1: warning: old-style function definition [-Wold-style-definition] 2380 | transit_state_bkref_loop (preg, nodes, work_state_log, mctx) | ^~~~~~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'build_trtable': regexec.c:2498:1: warning: old-style function definition [-Wold-style-definition] 2498 | build_trtable (preg, state, fl_search) | ^~~~~~~~~~~~~ regexec.c: In function 'group_nodes_into_DFAstates': regexec.c:2672:1: warning: old-style function definition [-Wold-style-definition] 2672 | group_nodes_into_DFAstates (preg, state, dests_node, dests_ch) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/assuan-util.Tpo .deps/assuan-util.Po regexec.c: In function 'check_node_accept': regexec.c:3054:1: warning: old-style function definition [-Wold-style-definition] 3054 | check_node_accept (preg, node, mctx, idx) | ^~~~~~~~~~~~~~~~~ regexec.c: In function 'extend_buffers': regexec.c:3092:1: warning: old-style function definition [-Wold-style-definition] 3092 | extend_buffers (mctx) | ^~~~~~~~~~~~~~ regexec.c: In function 'match_ctx_init': regexec.c:3143:1: warning: old-style function definition [-Wold-style-definition] 3143 | match_ctx_init (mctx, eflags, input, n) | ^~~~~~~~~~~~~~ regexec.c: In function 'match_ctx_free': regexec.c:3166:1: warning: old-style function definition [-Wold-style-definition] 3166 | match_ctx_free (mctx) | ^~~~~~~~~~~~~~ regexec.c: In function 'match_ctx_add_entry': regexec.c:3175:1: warning: old-style function definition [-Wold-style-definition] 3175 | match_ctx_add_entry (mctx, node, str_idx, from, to) | ^~~~~~~~~~~~~~~~~~~ rm -f libcompat.a regexec.c: In function 'match_ctx_clear_flag': regexec.c:3201:1: warning: old-style function definition [-Wold-style-definition] 3201 | match_ctx_clear_flag (mctx) | ^~~~~~~~~~~~~~~~~~~~ regexec.c: In function 'sift_ctx_init': regexec.c:3212:1: warning: old-style function definition [-Wold-style-definition] 3212 | sift_ctx_init (sctx, sifted_sts, limited_sts, last_node, last_str_idx, | ^~~~~~~~~~~~~ In file included from regex.c:52: regex_internal.c: In function 're_string_allocate': regex_internal.c:91:1: warning: old-style function definition [-Wold-style-definition] 91 | re_string_allocate (pstr, str, len, init_len, trans, icase) | ^~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_string_construct': regex_internal.c:117:1: warning: old-style function definition [-Wold-style-definition] 117 | re_string_construct (pstr, str, len, trans, icase) | ^~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_string_realloc_buffers': regex_internal.c:171:1: warning: old-style function definition [-Wold-style-definition] 171 | re_string_realloc_buffers (pstr, new_buf_len) | ^~~~~~~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_string_construct_common': regex_internal.c:203:1: warning: old-style function definition [-Wold-style-definition] 203 | re_string_construct_common (str, len, pstr, trans, icase) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 'build_upper_buffer': regex_internal.c:367:1: warning: old-style function definition [-Wold-style-definition] 367 | build_upper_buffer (pstr) | ^~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_string_translate_buffer': ar cru libcompat.a compat.o srv.o regex_internal.c:392:1: warning: old-style function definition [-Wold-style-definition] 392 | re_string_translate_buffer (pstr) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_string_reconstruct': regex_internal.c:412:1: warning: old-style function definition [-Wold-style-definition] 412 | re_string_reconstruct (pstr, idx, eflags, newline) | ^~~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_string_destruct': regex_internal.c:509:1: warning: old-style function definition [-Wold-style-definition] 509 | re_string_destruct (pstr) | ^~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_string_context_at': regex_internal.c:524:1: warning: old-style function definition [-Wold-style-definition] 524 | re_string_context_at (input, idx, eflags, newline_anchor) | ^~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_alloc': regex_internal.c:548:1: warning: old-style function definition [-Wold-style-definition] 548 | re_node_set_alloc (set, size) | ^~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_init_1': regex_internal.c:561:1: warning: old-style function definition [-Wold-style-definition] 561 | re_node_set_init_1 (set, elem) | ^~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_init_2': regex_internal.c:575:1: warning: old-style function definition [-Wold-style-definition] 575 | re_node_set_init_2 (set, elem1, elem2) | ^~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_init_copy': regex_internal.c:606:1: warning: old-style function definition [-Wold-style-definition] 606 | re_node_set_init_copy (dest, src) | ^~~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_add_intersect': regex_internal.c:629:1: warning: old-style function definition [-Wold-style-definition] 629 | re_node_set_add_intersect (dest, src1, src2) | ^~~~~~~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_init_union': regex_internal.c:677:1: warning: old-style function definition [-Wold-style-definition] 677 | re_node_set_init_union (dest, src1, src2) | ^~~~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_merge': regex_internal.c:730:1: warning: old-style function definition [-Wold-style-definition] 730 | re_node_set_merge (dest, src) | ^~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_insert': ranlib libcompat.a regex_internal.c:799:1: warning: old-style function definition [-Wold-style-definition] 799 | re_node_set_insert (set, elem) | ^~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_compare': regex_internal.c:860:1: warning: old-style function definition [-Wold-style-definition] 860 | re_node_set_compare (set1, set2) | ^~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_contains': regex_internal.c:875:1: warning: old-style function definition [-Wold-style-definition] 875 | re_node_set_contains (set, elem) | ^~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_node_set_remove_at': regex_internal.c:898:1: warning: old-style function definition [-Wold-style-definition] 898 | re_node_set_remove_at (set, idx) | ^~~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 're_dfa_add_node': regex_internal.c:915:1: warning: old-style function definition [-Wold-style-definition] 915 | re_dfa_add_node (dfa, token, mode) | ^~~~~~~~~~~~~~~ regex_internal.c: In function 'calc_state_hash': regex_internal.c:957:1: warning: old-style function definition [-Wold-style-definition] 957 | calc_state_hash (nodes, context) | ^~~~~~~~~~~~~~~ regex_internal.c: In function 're_acquire_state': regex_internal.c:978:1: warning: old-style function definition [-Wold-style-definition] 978 | re_acquire_state (err, dfa, nodes) | ^~~~~~~~~~~~~~~~ regex_internal.c: In function 're_acquire_state_context': regex_internal.c:1026:1: warning: old-style function definition [-Wold-style-definition] 1026 | re_acquire_state_context (err, dfa, nodes, context) | ^~~~~~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 'create_newstate_common': regex_internal.c:1068:1: warning: old-style function definition [-Wold-style-definition] 1068 | create_newstate_common (dfa, nodes, hash) | ^~~~~~~~~~~~~~~~~~~~~~ regex_internal.c: In function 'register_state': regex_internal.c:1088:1: warning: old-style function definition [-Wold-style-definition] 1088 | register_state (dfa, newstate, hash) | ^~~~~~~~~~~~~~ regex_internal.c: In function 'create_ci_newstate': regex_internal.c:1111:1: warning: old-style function definition [-Wold-style-definition] 1111 | create_ci_newstate (dfa, nodes, hash) | ^~~~~~~~~~~~~~~~~~ regex_internal.c: In function 'create_cd_newstate': regex_internal.c:1157:1: warning: old-style function definition [-Wold-style-definition] 1157 | create_cd_newstate (dfa, nodes, context, hash) | ^~~~~~~~~~~~~~~~~~ In function 'proceed_next_node', inlined from 'set_regs' at regexec.c:1212:18, inlined from 're_search_internal' at regexec.c:748:17: regexec.c:1037:10: warning: 'dest_entities[1]' may be used uninitialized [-Wmaybe-uninitialized] 1037 | if (dest_entities[0] > dest_entities[1]) | ^ regexec.c: In function 're_search_internal': regexec.c:1016:33: note: 'dest_entities[1]' was declared here 1016 | int ndest, dest_nodes[2], dest_entities[2]; | ^~~~~~~~~~~~~ mv -f .deps/regex.Tpo .deps/regex.Po rm -f libutil.a ar cru libutil.a logger.o fileutil.o miscutil.o strgutil.o ttyio.o argparse.o memory.o secmem.o errors.o iobuf.o dotlock.o http.o pka.o membuf.o cert.o convert.o estream-printf.o compat.o srv.o assuan-buffer.o assuan-client.o assuan-errors.o assuan-logging.o assuan-socket-connect.o assuan-connect.o assuan-socket.o assuan-util.o regex.o ranlib libutil.a gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/util' Making all in mpi gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/mpi' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-add.o -MD -MP -MF .deps/mpi-add.Tpo -c -o mpi-add.o mpi-add.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-bit.o -MD -MP -MF .deps/mpi-bit.Tpo -c -o mpi-bit.o mpi-bit.c mv -f .deps/mpi-bit.Tpo .deps/mpi-bit.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-cmp.o -MD -MP -MF .deps/mpi-cmp.Tpo -c -o mpi-cmp.o mpi-cmp.c mv -f .deps/mpi-cmp.Tpo .deps/mpi-cmp.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-div.o -MD -MP -MF .deps/mpi-div.Tpo -c -o mpi-div.o mpi-div.c mv -f .deps/mpi-add.Tpo .deps/mpi-add.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-gcd.o -MD -MP -MF .deps/mpi-gcd.Tpo -c -o mpi-gcd.o mpi-gcd.c mv -f .deps/mpi-gcd.Tpo .deps/mpi-gcd.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-inline.o -MD -MP -MF .deps/mpi-inline.Tpo -c -o mpi-inline.o mpi-inline.c mv -f .deps/mpi-inline.Tpo .deps/mpi-inline.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-inv.o -MD -MP -MF .deps/mpi-inv.Tpo -c -o mpi-inv.o mpi-inv.c mv -f .deps/mpi-div.Tpo .deps/mpi-div.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-mul.o -MD -MP -MF .deps/mpi-mul.Tpo -c -o mpi-mul.o mpi-mul.c mv -f .deps/mpi-inv.Tpo .deps/mpi-inv.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-pow.o -MD -MP -MF .deps/mpi-pow.Tpo -c -o mpi-pow.o mpi-pow.c mv -f .deps/mpi-mul.Tpo .deps/mpi-mul.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-mpow.o -MD -MP -MF .deps/mpi-mpow.Tpo -c -o mpi-mpow.o mpi-mpow.c mv -f .deps/mpi-mpow.Tpo .deps/mpi-mpow.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpi-scan.o -MD -MP -MF .deps/mpi-scan.Tpo -c -o mpi-scan.o mpi-scan.c mv -f .deps/mpi-scan.Tpo .deps/mpi-scan.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpicoder.o -MD -MP -MF .deps/mpicoder.Tpo -c -o mpicoder.o mpicoder.c mv -f .deps/mpi-pow.Tpo .deps/mpi-pow.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpih-cmp.o -MD -MP -MF .deps/mpih-cmp.Tpo -c -o mpih-cmp.o mpih-cmp.c mv -f .deps/mpih-cmp.Tpo .deps/mpih-cmp.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpih-div.o -MD -MP -MF .deps/mpih-div.Tpo -c -o mpih-div.o mpih-div.c mv -f .deps/mpicoder.Tpo .deps/mpicoder.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpih-mul.o -MD -MP -MF .deps/mpih-mul.Tpo -c -o mpih-mul.o mpih-mul.c mv -f .deps/mpih-div.Tpo .deps/mpih-div.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpiutil.o -MD -MP -MF .deps/mpiutil.Tpo -c -o mpiutil.o mpiutil.c mv -f .deps/mpih-mul.Tpo .deps/mpih-mul.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpih-mul1.o -MD -MP -MF .deps/mpih-mul1.Tpo -c -o mpih-mul1.o mpih-mul1.c mv -f .deps/mpih-mul1.Tpo .deps/mpih-mul1.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpih-mul2.o -MD -MP -MF .deps/mpih-mul2.Tpo -c -o mpih-mul2.o mpih-mul2.c mv -f .deps/mpih-mul2.Tpo .deps/mpih-mul2.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpih-mul3.o -MD -MP -MF .deps/mpih-mul3.Tpo -c -o mpih-mul3.o mpih-mul3.c mv -f .deps/mpih-mul3.Tpo .deps/mpih-mul3.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpih-add1.o -MD -MP -MF .deps/mpih-add1.Tpo -c -o mpih-add1.o mpih-add1.c mv -f .deps/mpiutil.Tpo .deps/mpiutil.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpih-sub1.o -MD -MP -MF .deps/mpih-sub1.Tpo -c -o mpih-sub1.o mpih-sub1.c mv -f .deps/mpih-add1.Tpo .deps/mpih-add1.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpih-lshift.o -MD -MP -MF .deps/mpih-lshift.Tpo -c -o mpih-lshift.o mpih-lshift.c mv -f .deps/mpih-sub1.Tpo .deps/mpih-sub1.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpih-rshift.o -MD -MP -MF .deps/mpih-rshift.Tpo -c -o mpih-rshift.o mpih-rshift.c mv -f .deps/mpih-lshift.Tpo .deps/mpih-lshift.Po mv -f .deps/mpih-rshift.Tpo .deps/mpih-rshift.Po rm -f libmpi.a ar cru libmpi.a mpi-add.o mpi-bit.o mpi-cmp.o mpi-div.o mpi-gcd.o mpi-inline.o mpi-inv.o mpi-mul.o mpi-pow.o mpi-mpow.o mpi-scan.o mpicoder.o mpih-cmp.o mpih-div.o mpih-mul.o mpiutil.o mpih-mul1.o mpih-mul2.o mpih-mul3.o mpih-add1.o mpih-sub1.o mpih-lshift.o mpih-rshift.o ranlib libmpi.a gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/mpi' Making all in cipher gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/cipher' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT cipher.o -MD -MP -MF .deps/cipher.Tpo -c -o cipher.o cipher.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT pubkey.o -MD -MP -MF .deps/pubkey.Tpo -c -o pubkey.o pubkey.c mv -f .deps/pubkey.Tpo .deps/pubkey.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT md.o -MD -MP -MF .deps/md.Tpo -c -o md.o md.c mv -f .deps/cipher.Tpo .deps/cipher.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT dynload.o -MD -MP -MF .deps/dynload.Tpo -c -o dynload.o dynload.c dynload.c: In function 'dynload_enum_module_names': dynload.c:98:13: warning: the comparison will always evaluate as 'true' for the address of 'name' will never be NULL [-Waddress] 98 | for (; el && el->name && seq; el = el->next, seq--) | ^~ dynload.c:32:10: note: 'name' declared here 32 | char name[1]; | ^~~~ In function 'md_start_debug', inlined from 'md_start_debug' at md.c:495:1: md.c:505:18: warning: '%.10s' directive writing up to 10 bytes into a region of size between 7 and 13 [-Wformat-overflow=] 505 | sprintf(buf, "dbgmd-%05d" EXTSEP_S "%.10s", idx, suffix ); | ^~~~~~~~~~~~ md.c: In function 'md_start_debug': md.c:505:41: note: format string is defined here 505 | sprintf(buf, "dbgmd-%05d" EXTSEP_S "%.10s", idx, suffix ); | ^~~~~ In function 'md_start_debug', inlined from 'md_start_debug' at md.c:495:1: md.c:505:5: note: 'sprintf' output between 13 and 29 bytes into a destination of size 25 505 | sprintf(buf, "dbgmd-%05d" EXTSEP_S "%.10s", idx, suffix ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/dynload.Tpo .deps/dynload.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT des.o -MD -MP -MF .deps/des.Tpo -c -o des.o des.c mv -f .deps/md.Tpo .deps/md.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT twofish.o -MD -MP -MF .deps/twofish.Tpo -c -o twofish.o twofish.c mv -f .deps/des.Tpo .deps/des.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT blowfish.o -MD -MP -MF .deps/blowfish.Tpo -c -o blowfish.o blowfish.c mv -f .deps/blowfish.Tpo .deps/blowfish.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT cast5.o -MD -MP -MF .deps/cast5.Tpo -c -o cast5.o cast5.c mv -f .deps/twofish.Tpo .deps/twofish.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT rijndael.o -MD -MP -MF .deps/rijndael.Tpo -c -o rijndael.o rijndael.c mv -f .deps/cast5.Tpo .deps/cast5.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT camellia.o -MD -MP -MF .deps/camellia.Tpo -c -o camellia.o camellia.c mv -f .deps/rijndael.Tpo .deps/rijndael.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT camellia-glue.o -MD -MP -MF .deps/camellia-glue.Tpo -c -o camellia-glue.o camellia-glue.c mv -f .deps/camellia-glue.Tpo .deps/camellia-glue.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT idea.o -MD -MP -MF .deps/idea.Tpo -c -o idea.o idea.c mv -f .deps/idea.Tpo .deps/idea.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT elgamal.o -MD -MP -MF .deps/elgamal.Tpo -c -o elgamal.o elgamal.c mv -f .deps/elgamal.Tpo .deps/elgamal.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT rsa.o -MD -MP -MF .deps/rsa.Tpo -c -o rsa.o rsa.c mv -f .deps/rsa.Tpo .deps/rsa.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT primegen.o -MD -MP -MF .deps/primegen.Tpo -c -o primegen.o primegen.c mv -f .deps/primegen.Tpo .deps/primegen.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.c mv -f .deps/camellia.Tpo .deps/camellia.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT dsa.o -MD -MP -MF .deps/dsa.Tpo -c -o dsa.o dsa.c mv -f .deps/dsa.Tpo .deps/dsa.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT smallprime.o -MD -MP -MF .deps/smallprime.Tpo -c -o smallprime.o smallprime.c mv -f .deps/smallprime.Tpo .deps/smallprime.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c mv -f .deps/random.Tpo .deps/random.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT rmd160.o -MD -MP -MF .deps/rmd160.Tpo -c -o rmd160.o rmd160.c mv -f .deps/md5.Tpo .deps/md5.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c mv -f .deps/rmd160.Tpo .deps/rmd160.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT sha256.o -MD -MP -MF .deps/sha256.Tpo -c -o sha256.o sha256.c mv -f .deps/sha1.Tpo .deps/sha1.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT rndlinux.o -MD -MP -MF .deps/rndlinux.Tpo -c -o rndlinux.o rndlinux.c mv -f .deps/sha256.Tpo .deps/sha256.Po gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../intl -I../mpi -I../mpi -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT sha512.o -MD -MP -MF .deps/sha512.Tpo -c -o sha512.o sha512.c mv -f .deps/rndlinux.Tpo .deps/rndlinux.Po mv -f .deps/sha512.Tpo .deps/sha512.Po rm -f libcipher.a ar cru libcipher.a cipher.o pubkey.o md.o dynload.o des.o twofish.o blowfish.o cast5.o rijndael.o camellia.o camellia-glue.o idea.o elgamal.o rsa.o primegen.o random.o dsa.o smallprime.o md5.o rmd160.o sha1.o sha256.o rndlinux.o sha512.o ranlib libcipher.a gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/cipher' Making all in tools gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/tools' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mpicalc.o -MD -MP -MF .deps/mpicalc.Tpo -c -o mpicalc.o mpicalc.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT bftest.o -MD -MP -MF .deps/bftest.Tpo -c -o bftest.o bftest.c mv -f .deps/bftest.Tpo .deps/bftest.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT clean-sat.o -MD -MP -MF .deps/clean-sat.Tpo -c -o clean-sat.o clean-sat.c mv -f .deps/clean-sat.Tpo .deps/clean-sat.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mk-tdata.o -MD -MP -MF .deps/mk-tdata.Tpo -c -o mk-tdata.o mk-tdata.c mv -f .deps/mpicalc.Tpo .deps/mpicalc.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT shmtest.o -MD -MP -MF .deps/shmtest.Tpo -c -o shmtest.o shmtest.c mv -f .deps/mk-tdata.Tpo .deps/mk-tdata.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT make-dns-cert.o -MD -MP -MF .deps/make-dns-cert.Tpo -c -o make-dns-cert.o make-dns-cert.c mv -f .deps/shmtest.Tpo .deps/shmtest.Po gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o mpicalc mpicalc.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o bftest bftest.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -lsocket -lnsl -lreadline mv -f .deps/make-dns-cert.Tpo .deps/make-dns-cert.Po gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o clean-sat clean-sat.o gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o mk-tdata mk-tdata.o gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o shmtest shmtest.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -lreadline gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o make-dns-cert make-dns-cert.o gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/tools' Making all in g10 gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/g10' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT gpg.o -MD -MP -MF .deps/gpg.Tpo -c -o gpg.o gpg.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT build-packet.o -MD -MP -MF .deps/build-packet.Tpo -c -o build-packet.o build-packet.c build-packet.c: In function 'string_to_notation': build-packet.c:945:3: warning: 'strncpy' destination unchanged after copying no bytes [-Wstringop-truncation] 945 | strncpy(notation->name,string,s-string); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/build-packet.Tpo .deps/build-packet.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT compress.o -MD -MP -MF .deps/compress.Tpo -c -o compress.o compress.c mv -f .deps/compress.Tpo .deps/compress.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT compress-bz2.o -MD -MP -MF .deps/compress-bz2.Tpo -c -o compress-bz2.o compress-bz2.c mv -f .deps/compress-bz2.Tpo .deps/compress-bz2.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT free-packet.o -MD -MP -MF .deps/free-packet.Tpo -c -o free-packet.o free-packet.c mv -f .deps/free-packet.Tpo .deps/free-packet.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT getkey.o -MD -MP -MF .deps/getkey.Tpo -c -o getkey.o getkey.c mv -f .deps/gpg.Tpo .deps/gpg.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT keydb.o -MD -MP -MF .deps/keydb.Tpo -c -o keydb.o keydb.c mv -f .deps/keydb.Tpo .deps/keydb.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT keyring.o -MD -MP -MF .deps/keyring.Tpo -c -o keyring.o keyring.c mv -f .deps/getkey.Tpo .deps/getkey.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT seskey.o -MD -MP -MF .deps/seskey.Tpo -c -o seskey.o seskey.c mv -f .deps/seskey.Tpo .deps/seskey.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT kbnode.o -MD -MP -MF .deps/kbnode.Tpo -c -o kbnode.o kbnode.c mv -f .deps/kbnode.Tpo .deps/kbnode.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mainproc.o -MD -MP -MF .deps/mainproc.Tpo -c -o mainproc.o mainproc.c mv -f .deps/keyring.Tpo .deps/keyring.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT armor.o -MD -MP -MF .deps/armor.Tpo -c -o armor.o armor.c armor.c: In function 'armor_filter': armor.c:1240:31: warning: 'radbuf' may be used uninitialized [-Wmaybe-uninitialized] 1240 | c = bintoasc[(*radbuf>>2)&077]; | ^~~~~~~ armor.c:986:10: note: 'radbuf' declared here 986 | byte radbuf[3]; | ^~~~~~ mv -f .deps/armor.Tpo .deps/armor.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT mdfilter.o -MD -MP -MF .deps/mdfilter.Tpo -c -o mdfilter.o mdfilter.c mv -f .deps/mainproc.Tpo .deps/mainproc.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT textfilter.o -MD -MP -MF .deps/textfilter.Tpo -c -o textfilter.o textfilter.c mv -f .deps/mdfilter.Tpo .deps/mdfilter.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT progress.o -MD -MP -MF .deps/progress.Tpo -c -o progress.o progress.c mv -f .deps/textfilter.Tpo .deps/textfilter.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT misc.o -MD -MP -MF .deps/misc.Tpo -c -o misc.o misc.c mv -f .deps/progress.Tpo .deps/progress.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT openfile.o -MD -MP -MF .deps/openfile.Tpo -c -o openfile.o openfile.c mv -f .deps/openfile.Tpo .deps/openfile.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT keyid.o -MD -MP -MF .deps/keyid.Tpo -c -o keyid.o keyid.c mv -f .deps/misc.Tpo .deps/misc.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT parse-packet.o -MD -MP -MF .deps/parse-packet.Tpo -c -o parse-packet.o parse-packet.c keyid.c: In function 'datestr_from_pk': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'datestr_from_pk' at keyid.c:477:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keyid.c: In function 'datestr_from_sk': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'datestr_from_sk' at keyid.c:486:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keyid.c: In function 'datestr_from_sig': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'datestr_from_sig' at keyid.c:495:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keyid.c: In function 'expirestr_from_pk': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'expirestr_from_pk' at keyid.c:507:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keyid.c: In function 'expirestr_from_sk': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'expirestr_from_sk' at keyid.c:519:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keyid.c: In function 'expirestr_from_sig': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'expirestr_from_sig' at keyid.c:531:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keyid.c: In function 'revokestr_from_pk': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'revokestr_from_pk' at keyid.c:543:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keyid.c: In function 'colon_datestr_from_pk': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'datestr_from_pk' at keyid.c:477:12, inlined from 'colon_datestr_from_pk' at keyid.c:595:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keyid.c: In function 'colon_datestr_from_sk': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'datestr_from_sk' at keyid.c:486:12, inlined from 'colon_datestr_from_sk' at keyid.c:606:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keyid.c: In function 'colon_datestr_from_sig': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'datestr_from_sig' at keyid.c:495:12, inlined from 'colon_datestr_from_sig' at keyid.c:617:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ keyid.c: In function 'colon_expirestr_from_sig': keyid.c:460:31: warning: '%02d' directive writing between 2 and 11 bytes into a region of size between 4 and 11 [-Wformat-overflow=] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~ In function 'mk_datestr', inlined from 'expirestr_from_sig' at keyid.c:531:12, inlined from 'colon_expirestr_from_sig' at keyid.c:630:12: keyid.c:460:25: note: directive argument in the range [-2147483647, 2147483647] 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~ keyid.c:460:9: note: 'sprintf' output between 11 and 36 bytes into a destination of size 16 460 | sprintf (buffer,"%04d-%02d-%02d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 461 | 1900+tp->tm_year, tp->tm_mon+1, tp->tm_mday ); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mv -f .deps/keyid.Tpo .deps/keyid.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT status.o -MD -MP -MF .deps/status.Tpo -c -o status.o status.c mv -f .deps/status.Tpo .deps/status.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT plaintext.o -MD -MP -MF .deps/plaintext.Tpo -c -o plaintext.o plaintext.c mv -f .deps/plaintext.Tpo .deps/plaintext.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT sig-check.o -MD -MP -MF .deps/sig-check.Tpo -c -o sig-check.o sig-check.c mv -f .deps/sig-check.Tpo .deps/sig-check.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT keylist.o -MD -MP -MF .deps/keylist.Tpo -c -o keylist.o keylist.c mv -f .deps/parse-packet.Tpo .deps/parse-packet.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT signal.o -MD -MP -MF .deps/signal.Tpo -c -o signal.o signal.c mv -f .deps/signal.Tpo .deps/signal.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT cardglue.o -MD -MP -MF .deps/cardglue.Tpo -c -o cardglue.o cardglue.c mv -f .deps/keylist.Tpo .deps/keylist.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT tlv.o -MD -MP -MF .deps/tlv.Tpo -c -o tlv.o tlv.c mv -f .deps/cardglue.Tpo .deps/cardglue.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT card-util.o -MD -MP -MF .deps/card-util.Tpo -c -o card-util.o card-util.c mv -f .deps/tlv.Tpo .deps/tlv.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT app-openpgp.o -MD -MP -MF .deps/app-openpgp.Tpo -c -o app-openpgp.o app-openpgp.c mv -f .deps/card-util.Tpo .deps/card-util.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT iso7816.o -MD -MP -MF .deps/iso7816.Tpo -c -o iso7816.o iso7816.c mv -f .deps/iso7816.Tpo .deps/iso7816.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT apdu.o -MD -MP -MF .deps/apdu.Tpo -c -o apdu.o apdu.c mv -f .deps/app-openpgp.Tpo .deps/app-openpgp.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT ccid-driver.o -MD -MP -MF .deps/ccid-driver.Tpo -c -o ccid-driver.o ccid-driver.c mv -f .deps/ccid-driver.Tpo .deps/ccid-driver.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT pkclist.o -MD -MP -MF .deps/pkclist.Tpo -c -o pkclist.o pkclist.c mv -f .deps/apdu.Tpo .deps/apdu.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT skclist.o -MD -MP -MF .deps/skclist.Tpo -c -o skclist.o skclist.c mv -f .deps/pkclist.Tpo .deps/pkclist.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT pubkey-enc.o -MD -MP -MF .deps/pubkey-enc.Tpo -c -o pubkey-enc.o pubkey-enc.c mv -f .deps/skclist.Tpo .deps/skclist.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT passphrase.o -MD -MP -MF .deps/passphrase.Tpo -c -o passphrase.o passphrase.c mv -f .deps/pubkey-enc.Tpo .deps/pubkey-enc.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT seckey-cert.o -MD -MP -MF .deps/seckey-cert.Tpo -c -o seckey-cert.o seckey-cert.c mv -f .deps/seckey-cert.Tpo .deps/seckey-cert.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT encr-data.o -MD -MP -MF .deps/encr-data.Tpo -c -o encr-data.o encr-data.c mv -f .deps/encr-data.Tpo .deps/encr-data.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT cipher.o -MD -MP -MF .deps/cipher.Tpo -c -o cipher.o cipher.c mv -f .deps/cipher.Tpo .deps/cipher.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT encode.o -MD -MP -MF .deps/encode.Tpo -c -o encode.o encode.c mv -f .deps/passphrase.Tpo .deps/passphrase.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT sign.o -MD -MP -MF .deps/sign.Tpo -c -o sign.o sign.c mv -f .deps/encode.Tpo .deps/encode.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT verify.o -MD -MP -MF .deps/verify.Tpo -c -o verify.o verify.c mv -f .deps/verify.Tpo .deps/verify.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT revoke.o -MD -MP -MF .deps/revoke.Tpo -c -o revoke.o revoke.c mv -f .deps/sign.Tpo .deps/sign.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT decrypt.o -MD -MP -MF .deps/decrypt.Tpo -c -o decrypt.o decrypt.c mv -f .deps/decrypt.Tpo .deps/decrypt.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT keyedit.o -MD -MP -MF .deps/keyedit.Tpo -c -o keyedit.o keyedit.c mv -f .deps/revoke.Tpo .deps/revoke.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT dearmor.o -MD -MP -MF .deps/dearmor.Tpo -c -o dearmor.o dearmor.c mv -f .deps/dearmor.Tpo .deps/dearmor.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT import.o -MD -MP -MF .deps/import.Tpo -c -o import.o import.c mv -f .deps/import.Tpo .deps/import.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT export.o -MD -MP -MF .deps/export.Tpo -c -o export.o export.c mv -f .deps/export.Tpo .deps/export.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT trustdb.o -MD -MP -MF .deps/trustdb.Tpo -c -o trustdb.o trustdb.c mv -f .deps/keyedit.Tpo .deps/keyedit.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT tdbdump.o -MD -MP -MF .deps/tdbdump.Tpo -c -o tdbdump.o tdbdump.c mv -f .deps/tdbdump.Tpo .deps/tdbdump.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT tdbio.o -MD -MP -MF .deps/tdbio.Tpo -c -o tdbio.o tdbio.c mv -f .deps/trustdb.Tpo .deps/trustdb.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT delkey.o -MD -MP -MF .deps/delkey.Tpo -c -o delkey.o delkey.c mv -f .deps/delkey.Tpo .deps/delkey.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT keygen.o -MD -MP -MF .deps/keygen.Tpo -c -o keygen.o keygen.c mv -f .deps/tdbio.Tpo .deps/tdbio.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT pipemode.o -MD -MP -MF .deps/pipemode.Tpo -c -o pipemode.o pipemode.c mv -f .deps/pipemode.Tpo .deps/pipemode.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT helptext.o -MD -MP -MF .deps/helptext.Tpo -c -o helptext.o helptext.c mv -f .deps/helptext.Tpo .deps/helptext.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT keyserver.o -MD -MP -MF .deps/keyserver.Tpo -c -o keyserver.o keyserver.c mv -f .deps/keygen.Tpo .deps/keygen.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT photoid.o -MD -MP -MF .deps/photoid.Tpo -c -o photoid.o photoid.c mv -f .deps/keyserver.Tpo .deps/keyserver.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT exec.o -MD -MP -MF .deps/exec.Tpo -c -o exec.o exec.c mv -f .deps/photoid.Tpo .deps/photoid.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -DLOCALEDIR="\"/opt/pkg/lib/locale\"" -DGNUPG_LIBEXECDIR="\"/opt/pkg/libexec/gnupg\"" -DGNUPG_DATADIR="\"/opt/pkg/share/gnupg\"" -DGNUPG_LIBDIR="\"/opt/pkg/lib/gnupg\"" -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT gpgv.o -MD -MP -MF .deps/gpgv.Tpo -c -o gpgv.o gpgv.c mv -f .deps/exec.Tpo .deps/exec.Po gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o gpg gpg.o build-packet.o compress.o compress-bz2.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o openfile.o keyid.o parse-packet.o status.o plaintext.o sig-check.o keylist.o signal.o cardglue.o tlv.o card-util.o app-openpgp.o iso7816.o apdu.o ccid-driver.o pkclist.o skclist.o pubkey-enc.o passphrase.o seckey-cert.o encr-data.o cipher.o encode.o sign.o verify.o revoke.o decrypt.o keyedit.o dearmor.o import.o export.o trustdb.o tdbdump.o tdbio.o delkey.o keygen.o pipemode.o helptext.o keyserver.o photoid.o exec.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -lresolv -lz -lbz2 -lreadline -lsocket -lnsl mv -f .deps/gpgv.Tpo .deps/gpgv.Po gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o gpgv gpgv.o build-packet.o compress.o compress-bz2.o free-packet.o getkey.o keydb.o keyring.o seskey.o kbnode.o mainproc.o armor.o mdfilter.o textfilter.o progress.o misc.o openfile.o keyid.o parse-packet.o status.o plaintext.o sig-check.o keylist.o signal.o verify.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a -lresolv -lz -lbz2 gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/g10' Making all in keyserver gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/keyserver' gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT gpgkeys_hkp-gpgkeys_hkp.o -MD -MP -MF .deps/gpgkeys_hkp-gpgkeys_hkp.Tpo -c -o gpgkeys_hkp-gpgkeys_hkp.o `test -f 'gpgkeys_hkp.c' || echo './'`gpgkeys_hkp.c gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT gpgkeys_hkp-ksutil.o -MD -MP -MF .deps/gpgkeys_hkp-ksutil.Tpo -c -o gpgkeys_hkp-ksutil.o `test -f 'ksutil.c' || echo './'`ksutil.c mv -f .deps/gpgkeys_hkp-ksutil.Tpo .deps/gpgkeys_hkp-ksutil.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT gpgkeys_hkp-curl-shim.o -MD -MP -MF .deps/gpgkeys_hkp-curl-shim.Tpo -c -o gpgkeys_hkp-curl-shim.o `test -f 'curl-shim.c' || echo './'`curl-shim.c mv -f .deps/gpgkeys_hkp-gpgkeys_hkp.Tpo .deps/gpgkeys_hkp-gpgkeys_hkp.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT gpgkeys_finger-gpgkeys_finger.o -MD -MP -MF .deps/gpgkeys_finger-gpgkeys_finger.Tpo -c -o gpgkeys_finger-gpgkeys_finger.o `test -f 'gpgkeys_finger.c' || echo './'`gpgkeys_finger.c mv -f .deps/gpgkeys_hkp-curl-shim.Tpo .deps/gpgkeys_hkp-curl-shim.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT gpgkeys_finger-ksutil.o -MD -MP -MF .deps/gpgkeys_finger-ksutil.Tpo -c -o gpgkeys_finger-ksutil.o `test -f 'ksutil.c' || echo './'`ksutil.c mv -f .deps/gpgkeys_finger-gpgkeys_finger.Tpo .deps/gpgkeys_finger-gpgkeys_finger.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT gpgkeys_curl-gpgkeys_curl.o -MD -MP -MF .deps/gpgkeys_curl-gpgkeys_curl.Tpo -c -o gpgkeys_curl-gpgkeys_curl.o `test -f 'gpgkeys_curl.c' || echo './'`gpgkeys_curl.c mv -f .deps/gpgkeys_finger-ksutil.Tpo .deps/gpgkeys_finger-ksutil.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT gpgkeys_curl-ksutil.o -MD -MP -MF .deps/gpgkeys_curl-ksutil.Tpo -c -o gpgkeys_curl-ksutil.o `test -f 'ksutil.c' || echo './'`ksutil.c mv -f .deps/gpgkeys_curl-gpgkeys_curl.Tpo .deps/gpgkeys_curl-gpgkeys_curl.Po gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../intl -I/opt/pkg/include -I/opt/pkg/include/ncurses -D_REENTRANT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -MT gpgkeys_curl-curl-shim.o -MD -MP -MF .deps/gpgkeys_curl-curl-shim.Tpo -c -o gpgkeys_curl-curl-shim.o `test -f 'curl-shim.c' || echo './'`curl-shim.c mv -f .deps/gpgkeys_curl-ksutil.Tpo .deps/gpgkeys_curl-ksutil.Po gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o gpgkeys_hkp gpgkeys_hkp-gpgkeys_hkp.o gpgkeys_hkp-ksutil.o gpgkeys_hkp-curl-shim.o ../util/libutil.a -lsocket -lnsl -lresolv gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o gpgkeys_finger gpgkeys_finger-gpgkeys_finger.o gpgkeys_finger-ksutil.o ../util/libutil.a -lsocket -lnsl mv -f .deps/gpgkeys_curl-curl-shim.Tpo .deps/gpgkeys_curl-curl-shim.Po gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/ncurses -Wall -Wno-pointer-sign -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -liconv -lintl -o gpgkeys_curl gpgkeys_curl-gpgkeys_curl.o gpgkeys_curl-ksutil.o gpgkeys_curl-curl-shim.o ../util/libutil.a -lsocket -lnsl -lresolv gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/keyserver' Making all in po gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/po' Making all in doc gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/doc' gcc -o yat2m ./yat2m.c for file in gpg.texi gpgv.texi ; do \ ./yat2m -I . -D gpgone --release "GnuPG 1.4.23" --source "GNU Privacy Guard 1.4" --store \ `test -f '$file' || echo './'`$file ; done yat2m: writing 'gpg.1' yat2m: writing 'gpgv.1' gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/doc' Making all in checks gmake[2]: Entering directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/checks' echo '#!/bin/sh' >./gpg_dearmor ../tools/mk-tdata 500 >data-500 echo "../g10/gpg --no-options --no-greeting \ --no-secmem-warning --batch --dearmor" >>./gpg_dearmor chmod 755 ./gpg_dearmor ../tools/mk-tdata 9000 >data-9000 ../tools/mk-tdata 32000 >data-32000 ../tools/mk-tdata 80000 >data-80000 cat ./../doc/HACKING \ ./../doc/DETAILS \ ./../doc/FAQ >plain-large ./gpg_dearmor > ./pubring.gpg < ./pubring.asc ./gpg_dearmor > ./secring.gpg < ./secring.asc ./gpg_dearmor > ./plain-1 < ./plain-1o.asc ./gpg_dearmor > ./plain-2 < ./plain-2o.asc ./gpg_dearmor > ./plain-3 < ./plain-3o.asc ./gpg_dearmor > ./pubring.pkr < ./pubring.pkr.asc ./gpg_dearmor > ./secring.skr < ./secring.skr.asc ../g10/gpg --homedir . --quiet --yes --no-permission-warning --import ./pubdemo.asc gpg: key DDB7BBB6: no valid user IDs gpg: key 1F97263F: no valid user IDs gpg: key F29549CA: no valid user IDs gpg: key 0C139CFB: no valid user IDs gpg: key 6FC8EF19: no valid user IDs gpg: key CA6A126F: no valid user IDs gpg: key F45258B6: no valid user IDs gpg: key A4F80720: no valid user IDs gpg: key 8280B24D: no valid user IDs gpg: key E27FBA1F: no valid user IDs gpg: key D258CFF2: no valid user IDs gpg: key 985F5A46: no valid user IDs gpg: key AF19D692: no valid user IDs gpg: key 9780CD07: no valid user IDs gpg: key 2FDB29B2: no valid user IDs gpg: key 635D42D0: no valid user IDs gpg: key 9325C6AC: no valid user IDs gpg: key 88B68F3D: no valid user IDs gpg: key C034424D: no valid user IDs gpg: key 9D243EF5: no valid user IDs gpg: key 3BA2ACEC: no valid user IDs gpg: key 074FBDC3: no valid user IDs gpg: key FC204E64: no valid user IDs gpg: key BA9331D9: no valid user IDs gpg: key 6637C47A: no valid user IDs gpg: key 604D14E4: no valid user IDs gmake[2]: *** [Makefile:697: defs-config.inc] Error 2 gmake[2]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23/checks' gmake[1]: *** [Makefile:512: all-recursive] Error 1 gmake[1]: Leaving directory '/tmp/work/security/gnupg/work/gnupg-1.4.23' gmake: *** [Makefile:450: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/gnupg *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/security/gnupg