+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/glimpse-4.18.6/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/glimpse-4.18.6/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for glimpse-4.18.6 for d in compress agrep libtemplate index dynfilters ; do \ ( cd $d; /bin/make ); \ done make[1]: Entering directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/compress' cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o hash.o hash.c hash.c: In function 'pad_hash_file': hash.c:636:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system((const char *)buf); ^ cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o string.o string.c string.c: In function 'pad_string_file': string.c:278:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(buf); ^ cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o misc.o misc.c misc.c: In function 'build_freq': misc.c:231:8: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d\n", &freq_words); ^ cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o quick.o quick.c quick.c: In function 'quick_tcompress': quick.c:87:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(hashindexfp, "%d\n", &blocksize); ^ quick.c: In function 'quick_tuncompress': quick.c:189:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(stringindexfp, "%d\n", &blocksize); ^ cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o cast.o cast.c cast.c: In function 'tcompress_file': cast.c:799:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%c", s); ^ cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o uncast.o uncast.c uncast.c: In function 'tuncompress_file': uncast.c:593:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%c", s); ^ cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o tsimpletest.o tsimpletest.c cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o tmemlook.o tmemlook.c cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o tbuild.o tbuild.c tbuild.c: In function 'compute_dictionary': tbuild.c:153:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(s); ^ tbuild.c:155:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(s); ^ tbuild.c:157:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(s); ^ tbuild.c:255:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(s); ^ tbuild.c:257:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(s); ^ tbuild.c:270:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(s); ^ tbuild.c:291:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(s); ^ /bin/ar rcv ../lib/libcast.a hash.o string.o misc.o quick.o cast.o uncast.o tsimpletest.o tmemlook.o tbuild.o a - hash.o a - string.o a - misc.o a - quick.o a - cast.o a - uncast.o a - tsimpletest.o a - tmemlook.o a - tbuild.o ranlib ../lib/libcast.a cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o main_tbuild.o main_tbuild.c main_tbuild.c: In function 'main': main_tbuild.c:56:31: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(comp_dir, MAX_LINE_LEN-1); ^ cc -o tbuild hash.o string.o misc.o tbuild.o main_tbuild.o cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o main_cast.o main_cast.c main_cast.c: In function 'main': main_cast.c:114:10: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(comp_dir, MAXNAME-1); ^ cc -o cast main_cast.o hash.o string.o misc.o quick.o cast.o uncast.o tsimpletest.o tmemlook.o tbuild.o cc -I../index -I../agrep -I../libtemplate/include -O2 -I/usr/pkg/include -c -o main_uncast.o main_uncast.c main_uncast.c: In function 'main': main_uncast.c:118:10: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(comp_dir, MAXNAME-1); ^ cc -o uncast main_uncast.o hash.o string.o misc.o quick.o cast.o uncast.o tsimpletest.o tmemlook.o tbuild.o make[1]: Leaving directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/compress' make[1]: Entering directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/agrep' cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o follow.o follow.c In file included from /usr/include/stdio.h:27:0, from follow.c:6: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o asearch.o asearch.c In file included from /usr/include/stdio.h:27:0, from agrep.h:6, from asearch.c:2: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o asearch1.o asearch1.c In file included from /usr/include/stdio.h:27:0, from agrep.h:6, from asearch1.c:2: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o agrep.o agrep.c In file included from /usr/include/sys/stat.h:26:0, from agrep.c:6: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o bitap.o bitap.c In file included from /usr/include/stdio.h:27:0, from agrep.h:6, from bitap.c:15: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o checkfile.o checkfile.c In file included from /usr/include/stdio.h:27:0, from checkfile.c:8: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o compat.o compat.c In file included from /usr/include/stdio.h:27:0, from compat.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o maskgen.o maskgen.c In file included from /usr/include/stdio.h:27:0, from agrep.h:6, from maskgen.c:2: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o parse.o parse.c In file included from /usr/include/stdio.h:27:0, from parse.c:6: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ In file included from parse.c:7:0: parse.c: In function 'mk_leaf': re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:45:2: note: in expansion of macro 'new_node' new_node(Re_Lit, l, l); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:45:2: note: in expansion of macro 'new_node' new_node(Re_Lit, l, l); ^ re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:46:2: note: in expansion of macro 'new_node' new_node(Re_node, node, node); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:46:2: note: in expansion of macro 'new_node' new_node(Re_node, node, node); ^ parse.c:48:18: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] if (l != NULL) free(l); ^ In file included from parse.c:7:0: parse.c: In function 'parse_cset': re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:76:2: note: in expansion of macro 'new_node' new_node(Ch_Set, curr_ptr, curr_ptr); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:76:2: note: in expansion of macro 'new_node' new_node(Ch_Set, curr_ptr, curr_ptr); ^ re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:79:3: note: in expansion of macro 'new_node' new_node(Ch_Range, range, range); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:79:3: note: in expansion of macro 'new_node' new_node(Ch_Range, range, range); ^ parse.c:83:4: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(range); ^ parse.c:89:4: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(range); ^ parse.c:96:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(range); ^ In file included from parse.c:7:0: re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:104:3: note: in expansion of macro 'new_node' new_node(Ch_Set, curr_ptr, curr_ptr); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:104:3: note: in expansion of macro 'new_node' new_node(Ch_Set, curr_ptr, curr_ptr); ^ parse.c:112:22: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] if (range != NULL) free(range); ^ In file included from parse.c:7:0: parse.c: In function 'parse_wildcard': re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:128:2: note: in expansion of macro 'new_node' new_node(Ch_Range, r, r); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:128:2: note: in expansion of macro 'new_node' new_node(Ch_Range, r, r); ^ re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:131:2: note: in expansion of macro 'new_node' new_node(Ch_Set, s, s); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:131:2: note: in expansion of macro 'new_node' new_node(Ch_Set, s, s); ^ parse.c: In function 'free_tok': parse.c:163:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(next_token); ^ In file included from parse.c:7:0: parse.c: In function 'get_token': re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:181:2: note: in expansion of macro 'new_node' new_node(Tok_node, rn, rn); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:181:2: note: in expansion of macro 'new_node' new_node(Tok_node, rn, rn); ^ parse.c: In function 'cat2': re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:245:2: note: in expansion of macro 'new_node' new_node(Re_node, r, r); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:245:2: note: in expansion of macro 'new_node' new_node(Re_node, r, r); ^ parse.c:253:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(r); ^ In file included from parse.c:7:0: parse.c: In function 'wrap': re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:277:2: note: in expansion of macro 'new_node' new_node(Re_node, r, r); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:277:2: note: in expansion of macro 'new_node' new_node(Re_node, r, r); ^ parse.c:283:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(r); ^ In file included from parse.c:7:0: parse.c: In function 'mk_alt': re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ parse.c:303:2: note: in expansion of macro 'new_node' new_node(Re_node, node, node); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ parse.c:303:2: note: in expansion of macro 'new_node' new_node(Re_node, node, node); ^ parse.c: In function 'parse_re': parse.c:339:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(top); ^ parse.c:355:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(ret); ^ parse.c:360:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(ret); ^ parse.c:370:6: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(ret); ^ parse.c:397:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(ret); ^ parse.c:402:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(ret); ^ parse.c:413:4: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(next_token); ^ parse.c: In function 'parse': parse.c:451:2: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(top); ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o checksg.o checksg.c In file included from /usr/include/stdio.h:27:0, from agrep.h:6, from checksg.c:2: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o preprocess.o preprocess.c In file included from /usr/include/stdio.h:27:0, from agrep.h:6, from preprocess.c:16: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o delim.o delim.c In file included from /usr/include/stdio.h:27:0, from agrep.h:6, from delim.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o asplit.o asplit.c In file included from /usr/include/stdio.h:27:0, from agrep.h:6, from asplit.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o recursive.o recursive.c In file included from /usr/include/stdio.h:27:0, from recursive.c:12: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ recursive.c: In function 'recursive': recursive.c:67:3: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] strcpy(name_buf, argv[i]); ^ recursive.c:74:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(file_list[j]); ^ recursive.c: In function 'treewalk': recursive.c:125:3: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] strcpy(file_list[fdx++], name); ^ recursive.c:130:30: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] for(i=0; id_name); ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o sgrep.o sgrep.c In file included from /usr/include/stdio.h:27:0, from sgrep.c:2: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o newmgrep.o newmgrep.c In file included from /usr/include/stdio.h:27:0, from newmgrep.c:5: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o utilities.o utilities.c In file included from /usr/include/stdio.h:27:0, from utilities.c:5: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ In file included from utilities.c:7:0: utilities.c: In function 'Push': re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ utilities.c:21:2: note: in expansion of macro 'new_node' new_node(Stack, node, node); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ utilities.c:21:2: note: in expansion of macro 'new_node' new_node(Stack, node, node); ^ utilities.c: In function 'Pop': utilities.c:42:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(temp); ^ In file included from utilities.c:7:0: utilities.c: In function 'pset_union': re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ utilities.c:89:3: note: in expansion of macro 'new_node' new_node(Pset, new, new); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ utilities.c:89:3: note: in expansion of macro 'new_node' new_node(Pset, new, new); ^ re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ utilities.c:102:4: note: in expansion of macro 'new_node' new_node(Pset, new, new); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ utilities.c:102:4: note: in expansion of macro 'new_node' new_node(Pset, new, new); ^ utilities.c: In function 'create_pos': re.h:75:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2);\ ^ utilities.c:124:2: note: in expansion of macro 'new_node' new_node(Pset, x, x); ^ re.h:77:2: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset((l), '\0', sizeof(*(x)));\ ^ utilities.c:124:2: note: in expansion of macro 'new_node' new_node(Pset, x, x); ^ cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o dummyfilters.o dummyfilters.c /bin/ar rcv ../lib/libagrep.a follow.o asearch.o asearch1.o agrep.o bitap.o checkfile.o compat.o maskgen.o parse.o checksg.o preprocess.o delim.o asplit.o recursive.o sgrep.o newmgrep.o utilities.o dummyfilters.o a - follow.o a - asearch.o a - asearch1.o a - agrep.o a - bitap.o a - checkfile.o a - compat.o a - maskgen.o a - parse.o a - checksg.o a - preprocess.o a - delim.o a - asplit.o a - recursive.o a - sgrep.o a - newmgrep.o a - utilities.o a - dummyfilters.o ranlib ../lib/libagrep.a cc -DMEASURE_TIMES=0 -DDOTCOMPRESSED=0 -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o main.o main.c In file included from /usr/include/stdio.h:27:0, from main.c:2: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -o agrep follow.o asearch.o asearch1.o agrep.o bitap.o checkfile.o compat.o maskgen.o parse.o checksg.o preprocess.o delim.o asplit.o recursive.o sgrep.o newmgrep.o utilities.o dummyfilters.o main.o make[1]: Leaving directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/agrep' make[1]: Entering directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/libtemplate' Making all in util make[2]: Entering directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/libtemplate/util' cc -D__STRICT_ANSI__ -I../include -I/usr/pkg/include -c -o buffer.o buffer.c In file included from /usr/include/stdio.h:27:0, from buffer.c:52: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -D__STRICT_ANSI__ -I../include -I/usr/pkg/include -c -o host.o host.c In file included from /usr/include/stdio.h:27:0, from host.c:52: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ host.c: In function 'getrealhost': host.c:139:32: warning: incompatible implicit declaration of built-in function 'strdup' [enabled by default] return ((char *)(hp != NULL ? strdup(hp->h_name) : NULL)); ^ cc -D__STRICT_ANSI__ -I../include -I/usr/pkg/include -c -o log.o log.c In file included from /usr/include/stdio.h:27:0, from log.c:52: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ log.c: In function 'init_log3': log.c:112:10: warning: incompatible implicit declaration of built-in function 'strdup' [enabled by default] pname = strdup(pn); ^ log.c: In function 'fatal': log.c:171:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^ cc -D__STRICT_ANSI__ -I../include -I/usr/pkg/include -c -o strdup.o strdup.c In file included from /usr/include/string.h:25:0, from strdup.c:52: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -D__STRICT_ANSI__ -I../include -I/usr/pkg/include -c -o system.o system.c In file included from /usr/include/stdlib.h:24:0, from system.c:52: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ system.c: In function 'run_cmd': system.c:105:3: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset(argv, '\0', sizeof(char *) * 64); ^ system.c:120:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (void) waitpid(pid, &status, (int) NULL); ^ system.c: In function 'do_system_lifetime': system.c:175:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] (void) waitpid(dsl_pid, (int *) NULL, (int) NULL); ^ system.c:183:3: warning: incompatible implicit declaration of built-in function 'memset' [enabled by default] memset(argv, '\0', sizeof(char *) * 64); ^ cc -D__STRICT_ANSI__ -I../include -I/usr/pkg/include -c -o strerror.o strerror.c In file included from /usr/include/stdio.h:27:0, from strerror.c:52: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -D__STRICT_ANSI__ -I../include -I/usr/pkg/include -c -o string.o string.c In file included from /usr/include/stdio.h:27:0, from string.c:52: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ string.c: In function 'parse_argv': string.c:73:16: warning: incompatible implicit declaration of built-in function 'strdup' [enabled by default] p = q = tmp = strdup(cmd); ^ cc -D__STRICT_ANSI__ -I../include -I/usr/pkg/include -c -o xmalloc.o xmalloc.c In file included from /usr/include/stdio.h:27:0, from xmalloc.c:52: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ ar r libutil.a buffer.o host.o log.o strdup.o system.o strerror.o string.o xmalloc.o ar: creating libutil.a ranlib libutil.a /bin/install -c -o pbulk -g pbulk -m 644 libutil.a ../lib/libutil.a ranlib ../lib/libutil.a make[2]: Leaving directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/libtemplate/util' Making all in template make[2]: Entering directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/libtemplate/template' cc -I../include -I/usr/pkg/include -c -o template.o template.c In file included from /usr/include/stdio.h:27:0, from template.c:52: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ ar r libtemplate.a template.o ar: creating libtemplate.a ranlib libtemplate.a /bin/install -c -o pbulk -g pbulk libtemplate.a ../lib/libtemplate.a ranlib ../lib/libtemplate.a make[2]: Leaving directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/libtemplate/template' Making all in lib make[2]: Entering directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/libtemplate/lib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/libtemplate/lib' make[1]: Leaving directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/libtemplate' make[1]: Entering directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/index' rm -f buildcast.c cp glimpse.c buildcast.c cc -c -I../index -I../agrep -I../libtemplate/include -DBUILDCAST=1 -o buildcast.o buildcast.c In file included from /usr/include/stdio.h:27:0, from glimpse.h:8, from buildcast.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -c -I../index -I../agrep -I../libtemplate/include region.c In file included from /usr/include/stdio.h:27:0, from region.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -c -I../index -I../agrep -I../libtemplate/include dir.c In file included from /usr/include/stdio.h:27:0, from dir.c:12: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -c -I../index -I../agrep -I../libtemplate/include io.c In file included from /usr/include/stdio.h:27:0, from glimpse.h:8, from io.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -c -I../index -I../agrep -I../libtemplate/include build_in.c In file included from /usr/include/stdio.h:27:0, from glimpse.h:8, from build_in.c:26: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -c -I../index -I../agrep -I../libtemplate/include filetype.c In file included from /usr/include/stdio.h:27:0, from glimpse.h:8, from filetype.c:17: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -c -I../index -I../agrep -I../libtemplate/include simpletest.c In file included from /usr/include/stdio.h:27:0, from simpletest.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -c -I../index -I../agrep -I../libtemplate/include getword.c In file included from /usr/include/stdio.h:27:0, from glimpse.h:8, from getword.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -c -I../index -I../agrep -I../libtemplate/include memlook.c In file included from /usr/include/string.h:25:0, from memlook.c:21: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -c -I../index -I../agrep -I../libtemplate/include lib.c In file included from /usr/include/stdio.h:27:0, from lib.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ lib.c:5:16: warning: conflicting types for built-in function 'strdup' [enabled by default] unsigned char *strdup(str) ^ lib.c: In function 'strdup': lib.c:12:8: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default] len = strlen(str); ^ lib.c:16:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2); ^ cc -c -I../index -I../agrep -I../libtemplate/include partition.c In file included from /usr/include/stdio.h:27:0, from glimpse.h:8, from partition.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L../lib -o ../bin/buildcast buildcast.o region.o dir.o io.o build_in.o filetype.o simpletest.o getword.o memlook.o lib.o partition.o -lagrep -lm -ldl cc -c -I../index -I../agrep -I../libtemplate/include -DBUILDCAST=0 glimpse.c In file included from /usr/include/stdio.h:27:0, from glimpse.h:8, from glimpse.c:3: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L../lib -o ../bin/glimpseindex glimpse.o region.o dir.o io.o build_in.o filetype.o simpletest.o getword.o memlook.o lib.o partition.o -lagrep -lm -ldl cc -I../index -I../agrep -I../libtemplate/include -I/usr/pkg/include -c -o convert.o convert.c In file included from /usr/include/stdio.h:27:0, from glimpse.h:8, from convert.c:10: /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ cc -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L../lib -o ../bin/wgconvert convert.o io.o simpletest.o filetype.o region.o memlook.o getword.o -lagrep -lm -ldl make[1]: Leaving directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/index' make[1]: Entering directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/dynfilters' flex -F -8 htuml2txt.lex gcc -O3 -fomit-frame-pointer -c lex.yy.c gcc -o htuml2txt lex.yy.o -lfl /bin/ld: cannot find -lfl collect2: error: ld returned 1 exit status make[1]: *** [htuml2txt] Error 1 make[1]: Leaving directory `/home/pbulk/build/textproc/glimpse/work/glimpse-4.18.6/dynfilters' make: *** [build-sub] Error 2 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/textproc/glimpse *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/textproc/glimpse