WARNING: [license.mk] Every package should define a LICENSE.
===> Building for cook-2.26nb12
mkdir bin
chmod 0755 bin
CONFIG_FILES=bin/cook_rsh:script/cook_rsh.in CONFIG_HEADERS= ./config.status
config.status: creating bin/cook_rsh
chmod a+rx bin/cook_rsh
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/cache.c
mv cache.o c_incl/cache.o
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/flatten.c
mv flatten.o c_incl/flatten.o
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/lang.c
mv lang.o c_incl/lang.o
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/lang_c.c
mv lang_c.o c_incl/lang_c.o
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/lang_m4.c
mv lang_m4.o c_incl/lang_m4.o
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/lang_optimis.c
mv lang_optimis.o c_incl/lang_optimis.o
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/lang_roff.c
mv lang_roff.o c_incl/lang_roff.o
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/main.c
c_incl/main.c:340:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_absent_local_error:
                     ^
c_incl/main.c:324:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_absent_local_ignore:
                     ^
c_incl/main.c:334:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_absent_local_mention:
                     ^
c_incl/main.c:370:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_absent_program_error:
                     ^
c_incl/main.c:364:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_absent_program_ignore:
                     ^
c_incl/main.c:358:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_absent_system_error:
                     ^
c_incl/main.c:346:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_absent_system_ignore:
                     ^
c_incl/main.c:352:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_absent_system_mention:
                     ^
c_incl/main.c:376:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_absent_use_this:
                     ^
c_incl/main.c:550:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_escape_newline:
                     ^
c_incl/main.c:562:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_exclude:
                     ^
c_incl/main.c:396:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_include:
                     ^
c_incl/main.c:437:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_language:
                     ^
c_incl/main.c:448:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_lang_c:
                     ^
c_incl/main.c:454:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_lang_roff:
                     ^
c_incl/main.c:514:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_absolute:
                     ^
c_incl/main.c:520:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_no_absolute:
                     ^
c_incl/main.c:419:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_cache:
                     ^
c_incl/main.c:425:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_cache_not:
                     ^
c_incl/main.c:431:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_no_source_relative_includes:
                     ^
c_incl/main.c:413:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_no_system:
                     ^
c_incl/main.c:472:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_output:
                     ^
c_incl/main.c:460:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_prefix:
                     ^
c_incl/main.c:556:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_quote_filenames:
                     ^
c_incl/main.c:526:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_recursive:
                     ^
c_incl/main.c:532:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_recursive_not:
                     ^
c_incl/main.c:480:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_remove_leading_path:
                     ^
c_incl/main.c:538:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_stripdot:
                     ^
c_incl/main.c:544:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_stripdot_not:
                     ^
c_incl/main.c:492:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_substitute_leading_path:
                     ^
c_incl/main.c:466:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_suffix:
                     ^
31 warnings generated.
mv main.o c_incl/main.o
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/os.c
mv os.o c_incl/os.o
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/sniff.c
mv sniff.o c_incl/sniff.o
clang -Ic_incl -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c c_incl/stripdot.c
mv stripdot.o c_incl/stripdot.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/ac/libintl.c
mv libintl.o common/ac/libintl.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/ac/mntent.c
mv mntent.o common/ac/mntent.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/ac/stdlib.c
mv stdlib.o common/ac/stdlib.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/ac/string.c
mv string.o common/ac/string.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/ac/sys/utsname.c
mv utsname.o common/ac/sys/utsname.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/ac/time.c
mv time.o common/ac/time.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/ac/wchar.c
mv wchar.o common/ac/wchar.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/ac/wctype.c
mv wctype.o common/ac/wctype.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/arglex.c
mv arglex.o common/arglex.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/env.c
mv env.o common/env.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/error.c
mv error.o common/error.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/error_intl.c
mv error_intl.o common/error_intl.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/error_intl/close.c
mv close.o common/error_intl/close.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/error_intl/open.c
mv open.o common/error_intl/open.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/error_intl/read.c
mv read.o common/error_intl/read.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/error_intl/stat.c
mv stat.o common/error_intl/stat.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/error_intl/unlink.c
mv unlink.o common/error_intl/unlink.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/error_intl/write.c
mv write.o common/error_intl/write.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/exeext.c
mv exeext.o common/exeext.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/fflush_slow.c
mv fflush_slow.o common/fflush_slow.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/fp.c
mv fp.o common/fp.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/fp/cksum.c
mv cksum.o common/fp/cksum.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/fp/combined.c
mv combined.o common/fp/combined.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/fp/crc32.c
mv crc32.o common/fp/crc32.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/fp/ident.c
mv ident.o common/fp/ident.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/fp/len.c
mv len.o common/fp/len.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/fp/md5.c
mv md5.o common/fp/md5.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/fp/snefru.c
mv snefru.o common/fp/snefru.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/fstrcmp.c
mv fstrcmp.o common/fstrcmp.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/gmatch.c
mv gmatch.o common/gmatch.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/help.c
mv help.o common/help.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/home_directo.c
mv home_directo.o common/home_directo.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/input.c
mv input.o common/input.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/input/crlf.c
mv crlf.o common/input/crlf.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/input/file.c
mv file.o common/input/file.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/input/file_text.c
mv file_text.o common/input/file_text.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/input/null.c
mv null.o common/input/null.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/input/private.c
mv private.o common/input/private.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/input/pushba_trans.c
mv pushba_trans.o common/input/pushba_trans.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/input/stdin.c
mv stdin.o common/input/stdin.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/itab.c
mv itab.o common/itab.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/language.c
mv language.o common/language.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/libdir.c
mv libdir.o common/libdir.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/mem.c
mv mem.o common/mem.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/mprintf.c
mv mprintf.o common/mprintf.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/page.c
mv page.o common/page.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/progname.c
mv progname.o common/progname.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/quit.c
mv quit.o common/quit.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/star.c
mv star.o common/star.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/str.c
mv str.o common/str.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/str/cat2.c
mv cat2.o common/str/cat2.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/str/cat3.c
mv cat3.o common/str/cat3.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/str/downcase.c
mv downcase.o common/str/downcase.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/str/quote.c
mv quote.o common/str/quote.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/str/re.c
mv re.o common/str/re.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/str/substitute.c
mv substitute.o common/str/substitute.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/str/upcase.c
mv upcase.o common/str/upcase.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/str_list.c
mv str_list.o common/str_list.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/stracc.c
mv stracc.o common/stracc.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub.c
mv sub.o common/sub.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/basename.c
mv basename.o common/sub/basename.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/date.c
mv date.o common/sub/date.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/dirname.c
mv dirname.o common/sub/dirname.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/downcase.c
mv downcase.o common/sub/downcase.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/errno.c
mv errno.o common/sub/errno.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/expr.c
mv expr.o common/sub/expr.o
Expect no conflicts:
/usr/bin/yacc -d common/sub/expr_gram.y
sed -e 's/[yY][yY]/sub_expr_gram_/g' -e '/<stdio.h>/d' -e  '/<stdlib.h>/d' -e '/<stddef.h>/d' y.tab.c >  common/sub/expr_gram.gen.c
sed -e 's/[yY][yY]/sub_expr_gram_/g' -e  's/Y_TAB_H/sub_expr_gram_TAB_H/g' y.tab.h >  common/sub/expr_gram.gen.h
rm y.tab.c y.tab.h
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  common/sub/expr_gram.gen.c
mv expr_gram.gen.o common/sub/expr_gram.gen.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/expr_lex.c
mv expr_lex.o common/sub/expr_lex.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/ident.c
mv ident.o common/sub/ident.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/left.c
mv left.o common/sub/left.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/length.c
mv length.o common/sub/length.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/plural.c
mv plural.o common/sub/plural.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/progname.c
mv progname.o common/sub/progname.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/right.c
mv right.o common/sub/right.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/upcase.c
mv upcase.o common/sub/upcase.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/sub/zero_pad.c
mv zero_pad.o common/sub/zero_pad.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/symtab.c
mv symtab.o common/symtab.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/timing.c
mv timing.o common/timing.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/trace.c
mv trace.o common/trace.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/verbose.c
mv verbose.o common/verbose.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/version-stmp.c
mv version-stmp.o common/version-stmp.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/version.c
mv version.o common/version.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/wstr.c
mv wstr.o common/wstr.o
clang -Icommon -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c common/wstr_list.c
mv wstr_list.o common/wstr_list.o
rm -f common/lib.a
ar qc common/lib.a common/ac/libintl.o common/ac/mntent.o  common/ac/stdlib.o common/ac/string.o  common/ac/sys/utsname.o common/ac/time.o  common/ac/wchar.o common/ac/wctype.o  common/arglex.o common/env.o  common/error.o common/error_intl.o  common/error_intl/close.o  common/error_intl/open.o  common/error_intl/read.o  common/error_intl/stat.o  common/error_intl/unlink.o  common/error_intl/write.o  common/exeext.o common/fflush_slow.o  common/fp.o common/fp/cksum.o  common/fp/combined.o common/fp/crc32.o  common/fp/ident.o common/fp/len.o  common/fp/md5.o common/fp/snefru.o  common/fstrcmp.o common/gmatch.o  common/help.o common/home_directo.o  common/input.o common/input/crlf.o  common/input/file.o  common/input/file_text.o  common/input/null.o  common/input/private.o  common/input/pushba_trans.o  common/input/stdin.o common/itab.o  common/language.o common/libdir.o  common/mem.o common/mprintf.o  common/page.o common/progname.o  common/quit.o common/star.o  common/str.o common/str/cat2.o  common/str/cat3.o common/str/downcase.o  common/str/quote.o common/str/re.o  common/str/substitute.o  common/str/upcase.o common/str_list.o  common/stracc.o common/sub.o  common/sub/basename.o common/sub/date.o  common/sub/dirname.o  common/sub/downcase.o common/sub/errno.o  common/sub/expr.o  common/sub/expr_gram.gen.o  common/sub/expr_lex.o common/sub/ident.o  common/sub/left.o common/sub/length.o  common/sub/plural.o  common/sub/progname.o common/sub/right.o  common/sub/upcase.o  common/sub/zero_pad.o common/symtab.o  common/timing.o common/trace.o  common/verbose.o common/version-stmp.o  common/version.o common/wstr.o  common/wstr_list.o
ranlib common/lib.a
clang -L/opt/pkg/lib -o bin/c_incl c_incl/cache.o c_incl/flatten.o  c_incl/lang.o c_incl/lang_c.o  c_incl/lang_m4.o c_incl/lang_optimis.o  c_incl/lang_roff.o c_incl/main.o  c_incl/os.o c_incl/sniff.o  c_incl/stripdot.o common/lib.a -lintl
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/archive.c
cook/archive.c:185:13: warning: self-comparison always evaluates to false [-Wtautological-compare]
        if (nbytes != nbytes)
                   ^
1 warning generated.
mv archive.o cook/archive.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin.c
mv builtin.o cook/builtin.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/addprefix.c
mv addprefix.o cook/builtin/addprefix.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/addsuffix.c
mv addsuffix.o cook/builtin/addsuffix.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/basename.c
mv basename.o cook/builtin/basename.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/boolean.c
mv boolean.o cook/builtin/boolean.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/cando.c
mv cando.o cook/builtin/cando.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/collect.c
mv collect.o cook/builtin/collect.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/cook.c
mv cook.o cook/builtin/cook.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/defined.c
mv defined.o cook/builtin/defined.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/dos.c
mv dos.o cook/builtin/dos.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/execute.c
mv execute.o cook/builtin/execute.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/exists.c
mv exists.o cook/builtin/exists.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/expr.c
mv expr.o cook/builtin/expr.o
Expect no conflicts:
/usr/bin/yacc -d cook/builtin/expr_parse.y
sed -e 's/[yY][yY]/builtin_expr_parse_/g' -e '/<stdio.h>/d' -e  '/<stdlib.h>/d' -e '/<stddef.h>/d' y.tab.c >  cook/builtin/expr_parse.gen.c
sed -e 's/[yY][yY]/builtin_expr_parse_/g' -e  's/Y_TAB_H/builtin_expr_parse_TAB_H/g' y.tab.h >  cook/builtin/expr_parse.gen.h
rm y.tab.c y.tab.h
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/expr_lex.c
mv expr_lex.o cook/builtin/expr_lex.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/builtin/expr_parse.gen.c
mv expr_parse.gen.o cook/builtin/expr_parse.gen.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/builtin/filter_out.c
mv filter_out.o cook/builtin/filter_out.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/builtin/find_command.c
mv find_command.o cook/builtin/find_command.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/builtin/findstring.c
mv findstring.o cook/builtin/findstring.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/getenv.c
mv getenv.o cook/builtin/getenv.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/glob.c
mv glob.o cook/builtin/glob.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/home.c
mv home.o cook/builtin/home.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/builtin/interi_files.c
mv interi_files.o cook/builtin/interi_files.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/join.c
mv join.o cook/builtin/join.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/match.c
mv match.o cook/builtin/match.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/mtime.c
mv mtime.o cook/builtin/mtime.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/opsys.c
mv opsys.o cook/builtin/opsys.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/options.c
mv options.o cook/builtin/options.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/pathname.c
mv pathname.o cook/builtin/pathname.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/builtin/positional.c
mv positional.o cook/builtin/positional.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/print.c
mv print.o cook/builtin/print.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/private.c
mv private.o cook/builtin/private.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/read.c
mv read.o cook/builtin/read.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/readlink.c
mv readlink.o cook/builtin/readlink.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/builtin/relati_dirna.c
mv relati_dirna.o cook/builtin/relati_dirna.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/resolve.c
mv resolve.o cook/builtin/resolve.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/builtin/sort_newest.c
mv sort_newest.o cook/builtin/sort_newest.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/split.c
mv split.o cook/builtin/split.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/stringset.c
mv stringset.o cook/builtin/stringset.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/strip.c
mv strip.o cook/builtin/strip.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/stripdot.c
mv stripdot.o cook/builtin/stripdot.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/subst.c
mv subst.o cook/builtin/subst.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/substr.c
mv substr.o cook/builtin/substr.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/suffix.c
mv suffix.o cook/builtin/suffix.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/text.c
mv text.o cook/builtin/text.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/thread-id.c
mv thread-id.o cook/builtin/thread-id.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/unsplit.c
mv unsplit.o cook/builtin/unsplit.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/uptodate.c
mv uptodate.o cook/builtin/uptodate.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/word.c
mv word.o cook/builtin/word.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/wordlist.c
mv wordlist.o cook/builtin/wordlist.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/builtin/write.c
mv write.o cook/builtin/write.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/cascade.c
mv cascade.o cook/cascade.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/cook.c
mv cook.o cook/cook.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/desist.c
mv desist.o cook/desist.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/dir_part.c
mv dir_part.o cook/dir_part.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/expr.c
cook/expr.c:261:21: warning: self-comparison always evaluates to true [-Wtautological-compare]
        return (e1->method == e1->method && e1->method->equal(e1, e2));
                           ^
1 warning generated.
mv expr.o cook/expr.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/expr/catenate.c
mv catenate.o cook/expr/catenate.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/expr/constant.c
mv constant.o cook/expr/constant.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/expr/function.c
mv function.o cook/expr/function.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/expr/list.c
mv list.o cook/expr/list.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/expr/position.c
mv position.o cook/expr/position.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/fingerprint.c
mv fingerprint.o cook/fingerprint.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/fingerprint/calc_string.c
mv calc_string.o cook/fingerprint/calc_string.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/fingerprint/calculate.c
mv calculate.o cook/fingerprint/calculate.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/fingerprint/filename.c
mv filename.o cook/fingerprint/filename.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/fingerprint/find.c
mv find.o cook/fingerprint/find.o
Expect no conflicts:
/usr/bin/yacc -d cook/fingerprint/gram.y
sed -e 's/[yY][yY]/fingerprint_gram_/g' -e '/<stdio.h>/d' -e  '/<stdlib.h>/d' -e '/<stddef.h>/d' y.tab.c >  cook/fingerprint/gram.gen.c
sed -e 's/[yY][yY]/fingerprint_gram_/g' -e  's/Y_TAB_H/fingerprint_gram_TAB_H/g' y.tab.h >  cook/fingerprint/gram.gen.h
rm y.tab.c y.tab.h
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/fingerprint/gram.gen.c
mv gram.gen.o cook/fingerprint/gram.gen.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/fingerprint/ingredients.c
mv ingredients.o cook/fingerprint/ingredients.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/fingerprint/lex.c
mv lex.o cook/fingerprint/lex.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/fingerprint/record.c
mv record.o cook/fingerprint/record.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/fingerprint/subdir.c
mv subdir.o cook/fingerprint/subdir.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/fingerprint/sync.c
mv sync.o cook/fingerprint/sync.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/fingerprint/value.c
mv value.o cook/fingerprint/value.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/flag.c
mv flag.o cook/flag.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/function.c
mv function.o cook/function.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph.c
mv graph.o cook/graph.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/build.c
mv build.o cook/graph/build.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/check.c
mv check.o cook/graph/check.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/edge_type.c
mv edge_type.o cook/graph/edge_type.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/file.c
mv file.o cook/graph/file.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/file_list.c
mv file_list.o cook/graph/file_list.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/file_pair.c
mv file_pair.o cook/graph/file_pair.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/leaf.c
mv leaf.o cook/graph/leaf.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/pairs.c
mv pairs.o cook/graph/pairs.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/recipe.c
mv recipe.o cook/graph/recipe.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/recipe_list.c
mv recipe_list.o cook/graph/recipe_list.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/run.c
mv run.o cook/graph/run.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/script.c
mv script.o cook/graph/script.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/stats.c
mv stats.o cook/graph/stats.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/walk.c
mv walk.o cook/graph/walk.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/graph/web.c
mv web.o cook/graph/web.o
Expect no conflicts:
/usr/bin/yacc -d cook/hashline.y
sed -e 's/[yY][yY]/hashline_/g' -e '/<stdio.h>/d' -e  '/<stdlib.h>/d' -e '/<stddef.h>/d' y.tab.c >  cook/hashline.gen.c
sed -e 's/[yY][yY]/hashline_/g' -e 's/Y_TAB_H/hashline_TAB_H/g'  y.tab.h > cook/hashline.gen.h
rm y.tab.c y.tab.h
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/hashline.gen.c
mv hashline.gen.o cook/hashline.gen.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/id.c
mv id.o cook/id.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/id/builtin.c
mv builtin.o cook/id/builtin.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/id/function.c
mv function.o cook/id/function.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/id/global.c
mv global.o cook/id/global.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/id/nothing.c
mv nothing.o cook/id/nothing.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/id/private.c
mv private.o cook/id/private.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/id/variable.c
mv variable.o cook/id/variable.o
Expect no conflicts:
/usr/bin/yacc -d cook/parse.y
sed -e 's/[yY][yY]/parse_/g' -e '/<stdio.h>/d' -e  '/<stdlib.h>/d' -e '/<stddef.h>/d' y.tab.c >  cook/parse.gen.c
sed -e 's/[yY][yY]/parse_/g' -e 's/Y_TAB_H/parse_TAB_H/g'  y.tab.h > cook/parse.gen.h
rm y.tab.c y.tab.h
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/lex.c
mv lex.o cook/lex.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/lex/filename.c
mv filename.o cook/lex/filename.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/lex/filenamelist.c
mv filenamelist.o cook/lex/filenamelist.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/listing.c
mv listing.o cook/listing.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/main.c
cook/main.c:455:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_action:
                     ^
cook/main.c:459:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_action_not:
                     ^
cook/main.c:392:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_book:
                     ^
cook/main.c:403:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_book_not:
                     ^
cook/main.c:345:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_cascade:
                     ^
cook/main.c:349:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_cascade_not:
                     ^
cook/main.c:353:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_disassemble:
                     ^
cook/main.c:357:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_disassemble_not:
                     ^
cook/main.c:471:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_errok:
                     ^
cook/main.c:475:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_errok_not:
                     ^
cook/main.c:487:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_fingerprint:
                     ^
cook/main.c:491:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_fingerprint_not:
                     ^
cook/main.c:495:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_fingerprint_update:
                     ^
cook/main.c:479:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_force:
                     ^
cook/main.c:483:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_force_not:
                     ^
cook/main.c:314:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_include:
                     ^
cook/main.c:407:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_include_cooked:
                     ^
cook/main.c:411:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_include_cooked_not:
                     ^
cook/main.c:415:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_include_cooked_warning:
                     ^
cook/main.c:419:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_include_cooked_warning_not:
                     ^
cook/main.c:377:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_log:
                     ^
cook/main.c:388:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_log_not:
                     ^
cook/main.c:439:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_metering:
                     ^
cook/main.c:443:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_metering_not:
                     ^
cook/main.c:503:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_pairs:
                     ^
cook/main.c:591:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_parallel:
                     ^
cook/main.c:609:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_parallel_not:
                     ^
cook/main.c:463:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_persevere:
                     ^
cook/main.c:467:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_persevere_not:
                     ^
cook/main.c:369:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_precious:
                     ^
cook/main.c:373:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_precious_not:
                     ^
cook/main.c:325:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_reason:
                     ^
cook/main.c:337:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_reason_not:
                     ^
cook/main.c:511:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_script:
                     ^
cook/main.c:615:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_shallow:
                     ^
cook/main.c:619:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_shallow_not:
                     ^
cook/main.c:423:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_silent:
                     ^
cook/main.c:427:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_silent_not:
                     ^
cook/main.c:567:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_star:
                     ^
cook/main.c:571:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_star_not:
                     ^
cook/main.c:575:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_strip_dot:
                     ^
cook/main.c:579:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_strip_dot_not:
                     ^
cook/main.c:431:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_tell_position:
                     ^
cook/main.c:435:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_tell_position_not:
                     ^
cook/main.c:447:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_touch:
                     ^
cook/main.c:451:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_touch_not:
                     ^
cook/main.c:361:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_tty:
                     ^
cook/main.c:365:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_tty_not:
                     ^
cook/main.c:583:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_update:
                     ^
cook/main.c:587:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_update_not:
                     ^
cook/main.c:519:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_web:
                     ^
51 warnings generated.
mv main.o cook/main.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/match.c
mv match.o cook/match.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/match/cook.c
mv cook.o cook/match/cook.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/match/new.c
mv new.o cook/match/new.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/match/new_by_recip.c
mv new_by_recip.o cook/match/new_by_recip.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/match/private.c
mv private.o cook/match/private.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/match/regex.c
mv regex.o cook/match/regex.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/match/stack.c
mv stack.o cook/match/stack.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/match/wl.c
mv wl.o cook/match/wl.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/meter.c
mv meter.o cook/meter.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode.c
mv opcode.o cook/opcode.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/assign.c
mv assign.o cook/opcode/assign.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/opcode/assign_appen.c
mv assign_appen.o cook/opcode/assign_appen.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/opcode/assign_local.c
mv assign_local.o cook/opcode/assign_local.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/cascade.c
mv cascade.o cook/opcode/cascade.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/catenate.c
mv catenate.o cook/opcode/catenate.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/command.c
mv command.o cook/opcode/command.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/context.c
mv context.o cook/opcode/context.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/fail.c
mv fail.o cook/opcode/fail.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/function.c
mv function.o cook/opcode/function.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/gosub.c
mv gosub.o cook/opcode/gosub.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/goto.c
mv goto.o cook/opcode/goto.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/jmpf.c
mv jmpf.o cook/opcode/jmpf.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/jmpt.c
mv jmpt.o cook/opcode/jmpt.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/label.c
mv label.o cook/opcode/label.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/list.c
mv list.o cook/opcode/list.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/postlude.c
mv postlude.o cook/opcode/postlude.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/prelude.c
mv prelude.o cook/opcode/prelude.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/private.c
mv private.o cook/opcode/private.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/push.c
mv push.o cook/opcode/push.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/recipe.c
mv recipe.o cook/opcode/recipe.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/set.c
mv set.o cook/opcode/set.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/setenv.c
mv setenv.o cook/opcode/setenv.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  cook/opcode/setenv_appen.c
mv setenv_appen.o cook/opcode/setenv_appen.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/status.c
mv status.o cook/opcode/status.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/string.c
mv string.o cook/opcode/string.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/thread-id.c
mv thread-id.o cook/opcode/thread-id.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/touch.c
mv touch.o cook/opcode/touch.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/opcode/unsetenv.c
mv unsetenv.o cook/opcode/unsetenv.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/option.c
mv option.o cook/option.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/os.c
mv os.o cook/os.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/os/below_dir.c
mv below_dir.o cook/os/below_dir.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/os/dirnam_relat.c
mv dirnam_relat.o cook/os/dirnam_relat.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/os/path_cat.c
mv path_cat.o cook/os/path_cat.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/os/pathname.c
mv pathname.o cook/os/pathname.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/os/rel_if_poss.c
mv rel_if_poss.o cook/os/rel_if_poss.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/os/wait.c
mv wait.o cook/os/wait.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/parse.gen.c
mv parse.gen.o cook/parse.gen.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/recipe.c
mv recipe.o cook/recipe.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/recipe/list.c
mv list.o cook/recipe/list.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stat.cache.c
mv stat.cache.o cook/stat.cache.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt.c
mv stmt.o cook/stmt.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/append.c
mv append.o cook/stmt/append.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/assign.c
mv assign.o cook/stmt/assign.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/command.c
mv command.o cook/stmt/command.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/compound.c
mv compound.o cook/stmt/compound.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/fail.c
mv fail.o cook/stmt/fail.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/gosub.c
mv gosub.o cook/stmt/gosub.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/if.c
mv if.o cook/stmt/if.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/list.c
mv list.o cook/stmt/list.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/loop.c
mv loop.o cook/stmt/loop.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/loopvar.c
mv loopvar.o cook/stmt/loopvar.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/nop.c
mv nop.o cook/stmt/nop.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/recipe.c
mv recipe.o cook/stmt/recipe.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/return.c
mv return.o cook/stmt/return.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/set.c
mv set.o cook/stmt/set.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/touch.c
mv touch.o cook/stmt/touch.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/stmt/unsetenv.c
mv unsetenv.o cook/stmt/unsetenv.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/strip_dot.c
mv strip_dot.o cook/strip_dot.o
clang -Icook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook/tempfilename.c
mv tempfilename.o cook/tempfilename.o
clang -L/opt/pkg/lib -o bin/cook cook/archive.o cook/builtin.o  cook/builtin/addprefix.o  cook/builtin/addsuffix.o  cook/builtin/basename.o  cook/builtin/boolean.o  cook/builtin/cando.o  cook/builtin/collect.o  cook/builtin/cook.o  cook/builtin/defined.o  cook/builtin/dos.o  cook/builtin/execute.o  cook/builtin/exists.o  cook/builtin/expr.o  cook/builtin/expr_lex.o  cook/builtin/expr_parse.gen.o  cook/builtin/filter_out.o  cook/builtin/find_command.o  cook/builtin/findstring.o  cook/builtin/getenv.o  cook/builtin/glob.o cook/builtin/home.o  cook/builtin/interi_files.o  cook/builtin/join.o cook/builtin/match.o  cook/builtin/mtime.o  cook/builtin/opsys.o  cook/builtin/options.o  cook/builtin/pathname.o  cook/builtin/positional.o  cook/builtin/print.o  cook/builtin/private.o  cook/builtin/read.o  cook/builtin/readlink.o  cook/builtin/relati_dirna.o  cook/builtin/resolve.o  cook/builtin/sort_newest.o  cook/builtin/split.o  cook/builtin/stringset.o  cook/builtin/strip.o  cook/builtin/stripdot.o  cook/builtin/subst.o  cook/builtin/substr.o  cook/builtin/suffix.o  cook/builtin/text.o  cook/builtin/thread-id.o  cook/builtin/unsplit.o  cook/builtin/uptodate.o  cook/builtin/word.o  cook/builtin/wordlist.o  cook/builtin/write.o cook/cascade.o  cook/cook.o cook/desist.o  cook/dir_part.o cook/expr.o  cook/expr/catenate.o  cook/expr/constant.o  cook/expr/function.o cook/expr/list.o  cook/expr/position.o cook/fingerprint.o  cook/fingerprint/calc_string.o  cook/fingerprint/calculate.o  cook/fingerprint/filename.o  cook/fingerprint/find.o  cook/fingerprint/gram.gen.o  cook/fingerprint/ingredients.o  cook/fingerprint/lex.o  cook/fingerprint/record.o  cook/fingerprint/subdir.o  cook/fingerprint/sync.o  cook/fingerprint/value.o cook/flag.o  cook/function.o cook/graph.o  cook/graph/build.o cook/graph/check.o  cook/graph/edge_type.o cook/graph/file.o  cook/graph/file_list.o  cook/graph/file_pair.o cook/graph/leaf.o  cook/graph/pairs.o cook/graph/recipe.o  cook/graph/recipe_list.o  cook/graph/run.o cook/graph/script.o  cook/graph/stats.o cook/graph/walk.o  cook/graph/web.o cook/hashline.gen.o  cook/id.o cook/id/builtin.o  cook/id/function.o cook/id/global.o  cook/id/nothing.o cook/id/private.o  cook/id/variable.o cook/lex.o  cook/lex/filename.o  cook/lex/filenamelist.o cook/listing.o  cook/main.o cook/match.o  cook/match/cook.o cook/match/new.o  cook/match/new_by_recip.o  cook/match/private.o cook/match/regex.o  cook/match/stack.o cook/match/wl.o  cook/meter.o cook/opcode.o  cook/opcode/assign.o  cook/opcode/assign_appen.o  cook/opcode/assign_local.o  cook/opcode/cascade.o  cook/opcode/catenate.o  cook/opcode/command.o  cook/opcode/context.o cook/opcode/fail.o  cook/opcode/function.o  cook/opcode/gosub.o cook/opcode/goto.o  cook/opcode/jmpf.o cook/opcode/jmpt.o  cook/opcode/label.o cook/opcode/list.o  cook/opcode/postlude.o  cook/opcode/prelude.o  cook/opcode/private.o cook/opcode/push.o  cook/opcode/recipe.o cook/opcode/set.o  cook/opcode/setenv.o  cook/opcode/setenv_appen.o  cook/opcode/status.o  cook/opcode/string.o  cook/opcode/thread-id.o  cook/opcode/touch.o  cook/opcode/unsetenv.o cook/option.o  cook/os.o cook/os/below_dir.o  cook/os/dirnam_relat.o  cook/os/path_cat.o cook/os/pathname.o  cook/os/rel_if_poss.o cook/os/wait.o  cook/parse.gen.o cook/recipe.o  cook/recipe/list.o cook/stat.cache.o  cook/stmt.o cook/stmt/append.o  cook/stmt/assign.o cook/stmt/command.o  cook/stmt/compound.o cook/stmt/fail.o  cook/stmt/gosub.o cook/stmt/if.o  cook/stmt/list.o cook/stmt/loop.o  cook/stmt/loopvar.o cook/stmt/nop.o  cook/stmt/recipe.o cook/stmt/return.o  cook/stmt/set.o cook/stmt/touch.o  cook/stmt/unsetenv.o cook/strip_dot.o  cook/tempfilename.o common/lib.a -lintl
clang -Icook_bom -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook_bom/main.c
cook_bom/main.c:105:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_directory:
                     ^
cook_bom/main.c:114:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_ignore:
                     ^
cook_bom/main.c:150:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_output:
                     ^
cook_bom/main.c:123:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_prefix:
                     ^
cook_bom/main.c:128:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_suffix:
                     ^
5 warnings generated.
mv main.o cook_bom/main.o
clang -Icook_bom -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cook_bom/sniff.c
mv sniff.o cook_bom/sniff.o
clang -L/opt/pkg/lib -o bin/cook_bom cook_bom/main.o cook_bom/sniff.o common/lib.a -lintl
clang -Icookfp -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cookfp/main.c
cookfp/main.c:144:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_cksum:
                     ^
cookfp/main.c:132:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_ident:
                     ^
cookfp/main.c:138:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_md5:
                     ^
cookfp/main.c:118:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_snefru:
                     ^
4 warnings generated.
mv main.o cookfp/main.o
clang -L/opt/pkg/lib -o bin/cookfp cookfp/main.o common/lib.a -lintl
Expect 8 shift/reduce conflicts:
/usr/bin/yacc -d cooktime/date.y
conflicts: 8 shift/reduce
sed -e 's/[yY][yY]/date_/g' -e '/<stdio.h>/d' -e '/<stdlib.h>/d'  -e '/<stddef.h>/d' y.tab.c > cooktime/date.gen.c
sed -e 's/[yY][yY]/date_/g' -e 's/Y_TAB_H/date_TAB_H/g' y.tab.h  > cooktime/date.gen.h
rm y.tab.c y.tab.h
clang -Icooktime -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cooktime/date.gen.c
mv date.gen.o cooktime/date.gen.o
clang -Icooktime -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c cooktime/main.c
cooktime/main.c:136:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_access:
                     ^
cooktime/main.c:166:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_modify:
                     ^
cooktime/main.c:126:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_report:
                     ^
3 warnings generated.
mv main.o cooktime/main.o
clang -L/opt/pkg/lib -o bin/cooktime cooktime/date.gen.o cooktime/main.o common/lib.a -lintl
clang -Ifile_check -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  file_check/file_check.c
mv file_check.o file_check/file_check.o
clang -Ifile_check -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c file_check/main.c
file_check/main.c:97:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_warning:
                     ^
1 warning generated.
mv main.o file_check/main.o
clang -L/opt/pkg/lib -o bin/file_check file_check/file_check.o  file_check/main.o common/lib.a -lintl
clang -Ifind_libs -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c find_libs/main.c
find_libs/main.c:220:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_path:
                     ^
find_libs/main.c:164:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_search:
                     ^
2 warnings generated.
mv main.o find_libs/main.o
clang -Ifind_libs -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c find_libs/os.c
mv os.o find_libs/os.o
clang -L/opt/pkg/lib -o bin/find_libs find_libs/main.o find_libs/os.o common/lib.a -lintl
clang -Ifstrcmp -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c fstrcmp/main.c
mv main.o fstrcmp/main.o
clang -L/opt/pkg/lib -o bin/fstrcmp fstrcmp/main.o common/lib.a -lintl
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c make2cook/blob.c
mv blob.o make2cook/blob.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c make2cook/emit.c
mv emit.o make2cook/emit.o
Expect 2 shift/reduce conflicts:
/usr/bin/yacc -d make2cook/gram.y
conflicts: 2 shift/reduce
sed -e 's/[yY][yY]/gram_/g' -e '/<stdio.h>/d' -e '/<stdlib.h>/d'  -e '/<stddef.h>/d' y.tab.c > make2cook/gram.gen.c
sed -e 's/[yY][yY]/gram_/g' -e 's/Y_TAB_H/gram_TAB_H/g' y.tab.h  > make2cook/gram.gen.h
rm y.tab.c y.tab.h
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/gram.gen.c
mv gram.gen.o make2cook/gram.gen.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c make2cook/lex.c
mv lex.o make2cook/lex.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c make2cook/main.c
make2cook/main.c:147:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_environment_variables:
                     ^
make2cook/main.c:151:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_environment_variables_not:
                     ^
make2cook/main.c:139:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_history_commands:
                     ^
make2cook/main.c:143:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_history_commands_not:
                     ^
make2cook/main.c:163:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_internal_rules:
                     ^
make2cook/main.c:167:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_internal_rules_not:
                     ^
make2cook/main.c:155:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_line_numbers:
                     ^
make2cook/main.c:159:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_line_numbers_not:
                     ^
8 warnings generated.
mv main.o make2cook/main.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c make2cook/stmt.c
mv stmt.o make2cook/stmt.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/assign.c
mv assign.o make2cook/stmt/assign.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/blank.c
mv blank.o make2cook/stmt/blank.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/command.c
mv command.o make2cook/stmt/command.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/comment.c
mv comment.o make2cook/stmt/comment.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/compound.c
mv compound.o make2cook/stmt/compound.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/define.c
mv define.o make2cook/stmt/define.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/export.c
mv export.o make2cook/stmt/export.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c make2cook/stmt/if.c
mv if.o make2cook/stmt/if.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/include.c
mv include.o make2cook/stmt/include.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/rule.c
mv rule.o make2cook/stmt/rule.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/unexport.c
mv unexport.o make2cook/stmt/unexport.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/stmt/vpath.c
mv vpath.o make2cook/stmt/vpath.o
Expect 2 shift/reduce, 10 reduce/reduce conflicts:
/usr/bin/yacc -d make2cook/vargram.y
conflicts: 2 shift/reduce, 10 reduce/reduce
make2cook/vargram.y:360.11-361.28: warning: rule never reduced because of conflicts: argc: PLAIN
sed -e 's/[yY][yY]/vargram_/g' -e '/<stdio.h>/d' -e  '/<stdlib.h>/d' -e '/<stddef.h>/d' y.tab.c >  make2cook/vargram.gen.c
sed -e 's/[yY][yY]/vargram_/g' -e 's/Y_TAB_H/vargram_TAB_H/g'  y.tab.h > make2cook/vargram.gen.h
rm y.tab.c y.tab.h
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/vargram.gen.c
mv vargram.gen.o make2cook/vargram.gen.o
clang -Imake2cook -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c  make2cook/variable.c
mv variable.o make2cook/variable.o
clang -L/opt/pkg/lib -o bin/make2cook make2cook/blob.o make2cook/emit.o  make2cook/gram.gen.o make2cook/lex.o  make2cook/main.o make2cook/stmt.o  make2cook/stmt/assign.o  make2cook/stmt/blank.o  make2cook/stmt/command.o  make2cook/stmt/comment.o  make2cook/stmt/compound.o  make2cook/stmt/define.o  make2cook/stmt/export.o  make2cook/stmt/if.o  make2cook/stmt/include.o  make2cook/stmt/rule.o  make2cook/stmt/unexport.o  make2cook/stmt/vpath.o  make2cook/vargram.gen.o  make2cook/variable.o common/lib.a -lintl
clang -Iroffpp -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c roffpp/main.c
roffpp/main.c:132:8: warning: case value not in enumerated type 'arglex_token_ty' (aka 'enum arglex_token_ty') [-Wswitch]
                case arglex_token_include:
                     ^
1 warning generated.
mv main.o roffpp/main.o
clang -Iroffpp -Icommon -I/opt/pkg/include -pipe -Os -I/opt/pkg/include -c roffpp/preprocess.c
mv preprocess.o roffpp/preprocess.o
clang -L/opt/pkg/lib -o bin/roffpp roffpp/main.o roffpp/preprocess.o common/lib.a -lintl
sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat  --output=lib/en/LC_MESSAGES/c_incl.mo  lib/en/LC_MESSAGES/c_incl.po  lib/en/LC_MESSAGES/common.po
sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat  --output=lib/en/LC_MESSAGES/cook.mo  lib/en/LC_MESSAGES/cook.po lib/en/LC_MESSAGES/common.po
sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat  --output=lib/en/LC_MESSAGES/cook_bom.mo  lib/en/LC_MESSAGES/cook_bom.po  lib/en/LC_MESSAGES/common.po
sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat  --output=lib/en/LC_MESSAGES/cookfp.mo  lib/en/LC_MESSAGES/cookfp.po  lib/en/LC_MESSAGES/common.po
sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat  --output=lib/en/LC_MESSAGES/cooktime.mo  lib/en/LC_MESSAGES/cooktime.po  lib/en/LC_MESSAGES/common.po
sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat  --output=lib/en/LC_MESSAGES/file_check.mo  lib/en/LC_MESSAGES/file_check.po  lib/en/LC_MESSAGES/common.po
sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat  --output=lib/en/LC_MESSAGES/find_libs.mo  lib/en/LC_MESSAGES/find_libs.po  lib/en/LC_MESSAGES/common.po
sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat  --output=lib/en/LC_MESSAGES/make2cook.mo  lib/en/LC_MESSAGES/make2cook.po  lib/en/LC_MESSAGES/common.po
sh etc/msgfmt.sh --msgfmt=msgfmt --msgcat=msgcat  --output=lib/en/LC_MESSAGES/roffpp.mo  lib/en/LC_MESSAGES/roffpp.po  lib/en/LC_MESSAGES/common.po
bin/roffpp -Ilib/en/refman -Ietc -Ilib/en/man1  -Ilib/en/readme lib/en/refman/main.man | groff -s -t  -p -man -mpic -mpspic > lib/en/refman.ps
lib/en/refman/index.so:4: warning: table wider than line length minus indentation
bin/roffpp -Ilib/en/refman -Ietc -Ilib/en/man1  -Ilib/en/readme lib/en/refman/main.man | groff -Tdvi  -s -t -p -man -mpic > lib/en/refman.dvi
lib/en/refman/index.so:4: warning: table wider than line length minus indentation
bin/roffpp -Ilib/en/refman -Ietc -Ilib/en/man1  -Ilib/en/readme lib/en/refman/main.man | groff  -Tascii -s -t -p -man -mpic > lib/en/refman.txt
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22269: warning: ignoring unsupported drawing command 't'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22366: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22370: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22382: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22394: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22406: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22418: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22536: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22540: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22552: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22564: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22576: warning: ignoring unsupported drawing command 'a'
grotty:<standard input>:(lib/en/refman/i18n.pic.so):22588: warning: ignoring unsupported drawing command 'a'
gtroff:lib/en/refman/i18n.so:120: warning [p 16, 13.3i]: cannot adjust line
bin/roffpp -Ilib/en/tutorial -Ietc -Ilib/en/man1  -Ilib/en/readme lib/en/tutorial/main.mm | groff -s -t  -p -mm -mpic -mpspic > lib/en/tutorial.ps
gtroff:lib/en/tutorial/main.mm:1082: warning [p 10, 3.3i]: cannot adjust line
bin/roffpp -Ilib/en/tutorial -Ietc -Ilib/en/man1  -Ilib/en/readme lib/en/tutorial/main.mm | groff -Tdvi  -s -t -p -mm -mpic > lib/en/tutorial.dvi
gtroff:lib/en/tutorial/main.mm:84: fatal error: input stack limit exceeded (probable infinite loop)
*** Error code 1

Stop.
bmake: stopped making "all" in /Users/pbulk/build/devel/cook/work/cook-2.26
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/cook
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/devel/cook