###
### Mon Jul 4 10:56:42 EDT 2005:
### /usr/pkg/bin/bmake bulk-package for caml-light-0.74
### Current pkg count:  2 installed packages: bwbasic-2.20pl2 digest-20050323
###
BULK> Full rebuild in progress...
BULK> Cleaning package caml-light-0.74 and pre-requisite packages
===> Cleaning for caml-light-0.74
BULK> Removing installed packages which are not needed to build caml-light-0.74
BULK> Keeping BULK_PREREQ: digest-20050323 (pkgtools/digest)
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r bwbasic-2.20pl2
BULK> Installing packages which are required to build caml-light-0.74.
BULK> Required package digest-20050323 (pkgtools/digest) is already installed
/usr/pkg/bin/bmake package (caml-light-0.74)
===> Checking for vulnerabilities in caml-light-0.74
=> Checksum SHA1 OK for cl74unix.tar.gz.
=> Checksum RMD160 OK for cl74unix.tar.gz.
work -> /pkgobj/lang/caml-light/work
===> Extracting for caml-light-0.74
===> Patching for caml-light-0.74
===> Applying pkgsrc patches for caml-light-0.74
===> Overriding tools for caml-light-0.74
===> Creating toolchain wrappers for caml-light-0.74
===> Configuring for caml-light-0.74
(cd /pkgobj/lang/caml-light/work/cl74/src; make configure)
cd ../config; sh ./autoconf "gcc -Dunix -fno-defer-pop "
Checking the sizes of integers and pointers...
cc: Warning: illegal option -fno-defer-pop
"sizes.c", line 5: warning: implicit function declaration: printf
OK, this is a regular 32 bit architecture.
cc: Warning: illegal option -fno-defer-pop
"schar.c", line 3: warning: old-style declaration or incorrect type for: main
"schar.c", line 6: warning: implicit function declaration: exit
The char type is signed. Good!
cc: Warning: illegal option -fno-defer-pop
"endian.c", line 4: warning: old-style declaration or incorrect type for: main
"endian.c", line 19: warning: implicit function declaration: strcmp
"endian.c", line 20: warning: implicit function declaration: exit
This is a big-endian architecture.
cc: Warning: illegal option -fno-defer-pop
"align.c", line 72: warning: implicit function declaration: alarm
"align.c", line 83: warning: old-style declaration or incorrect type for: main
"align.c", line 87: warning: implicit function declaration: exit
This architecture has alignment constraints.
cc: Warning: illegal option -fno-defer-pop
"dblalign.c", line 22: warning: old-style declaration or incorrect type for: main
"dblalign.c", line 36: warning: implicit function declaration: exit
Doubles can be word-aligned.
cc: Warning: illegal option -fno-defer-pop
"bytecopy.c", line 10: warning: old-style declaration or incorrect type for: main
"bytecopy.c", line 11: warning: implicit function declaration: memmove
"bytecopy.c", line 12: warning: implicit function declaration: strcmp
"bytecopy.c", line 12: warning: implicit function declaration: exit
Function "memmove" is provided and handles overlapping moves correctly.
cc: Warning: illegal option -fno-defer-pop
"bytecopy.c", line 10: warning: old-style declaration or incorrect type for: main
"bytecopy.c", line 11: warning: implicit function declaration: bcopy
"bytecopy.c", line 12: warning: implicit function declaration: strcmp
"bytecopy.c", line 12: warning: implicit function declaration: exit
Function "bcopy" is provided and handles overlapping moves correctly.
cc: Warning: illegal option -fno-defer-pop
"bytecopy.c", line 10: warning: old-style declaration or incorrect type for: main
"bytecopy.c", line 11: warning: implicit function declaration: memcpy
"bytecopy.c", line 12: warning: implicit function declaration: strcmp
"bytecopy.c", line 12: warning: implicit function declaration: exit
cc: Warning: illegal option -fno-defer-pop
"sighandler.c", line 4: warning: old-style declaration or incorrect type for: main
cc: Warning: illegal option -fno-defer-pop
"sighandler.c", line 4: warning: old-style declaration or incorrect type for: main
"sighandler.c", line 6: warning: assignment type mismatch:
Sorry, I can't determine the return type for signal handlers.
I'm assuming "void". If this seems to cause errors,
try to change "sighandler_return_type" in s.h
cc: Warning: illegal option -fno-defer-pop
"signals.c", line 42: warning: implicit function declaration: getpid
Signals have the System V semantics.
rename() found.
unistd.h found.
dirent.h found.
lockf() found.
mkfifo() found.
getcwd() found.
getwd() found.
getpriority() found.
utime() found.
utimes() found.
dup2() found.
fchmod() found.
truncate() found.
select() found.
symlink() found.
wait3() found.
waitpid() found.
cc: Warning: illegal option -fno-defer-pop
POSIX termios found.
cc: Warning: illegal option -fno-defer-pop
setitimer() found.
gethostname() found.
uname() found.
gettimeofday() found.
/usr/ucb/echo '#define HAS_STRERROR' >> /pkgobj/lang/caml-light/work/cl74/config/s.h
===> Building for caml-light-0.74
cd runtime; make CC="gcc" OPTS="-Dunix -fno-defer-pop" LIBS="" all
awk -f ../tools/make-jumptbl instruct.h > jumptbl.h
gcc -O2 -Dunix -fno-defer-pop -I..  -c interp.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c misc.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c stacks.c
cc: Warning: illegal option -fno-defer-pop
"stacks.c", line 56: warning: implicit function declaration: memmove
gcc -O2 -Dunix -fno-defer-pop -I..  -c fix_code.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c main.c
cc: Warning: illegal option -fno-defer-pop
"main.c", line 67: warning: implicit function declaration: lseek
"main.c", line 68: warning: implicit function declaration: read
"main.c", line 95: warning: implicit function declaration: close
"main.c", line 133: warning: old-style declaration or incorrect type for: main
gcc -O2 -Dunix -fno-defer-pop -I..  -c fail.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c signals.c
cc: Warning: illegal option -fno-defer-pop
"signals.c", line 22: warning: implicit function declaration: callback
gcc -O2 -Dunix -fno-defer-pop -I..  -c debugcom.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c freelist.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c major_gc.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c minor_gc.c
cc: Warning: illegal option -fno-defer-pop
"minor_gc.c", line 65: warning: implicit function declaration: memmove
gcc -O2 -Dunix -fno-defer-pop -I..  -c memory.c
cc: Warning: illegal option -fno-defer-pop
"memory.c", line 66: warning: implicit function declaration: memmove
gcc -O2 -Dunix -fno-defer-pop -I..  -c alloc.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c roots.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c compare.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c ints.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c floats.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c str.c
cc: Warning: illegal option -fno-defer-pop
"str.c", line 49: warning: implicit function declaration: memmove
"str.c", line 94: warning: implicit function declaration: strcmp
gcc -O2 -Dunix -fno-defer-pop -I..  -c io.c
cc: Warning: illegal option -fno-defer-pop
"io.c", line 54: warning: implicit function declaration: lseek
"io.c", line 74: warning: implicit function declaration: write
"io.c", line 137: warning: implicit function declaration: memmove
"io.c", line 195: warning: implicit function declaration: close
"io.c", line 214: warning: implicit function declaration: read
gcc -O2 -Dunix -fno-defer-pop -I..  -c extern.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c externcp.c
cc: Warning: illegal option -fno-defer-pop
"externcp.c", line 85: warning: implicit function declaration: string_length
"externcp.c", line 143: warning: implicit function declaration: pos_out
"externcp.c", line 162: warning: implicit function declaration: seek_out
gcc -O2 -Dunix -fno-defer-pop -I..  -c intern.c
cc: Warning: illegal option -fno-defer-pop
"intern.c", line 383: warning: implicit function declaration: memmove
gcc -O2 -Dunix -fno-defer-pop -I..  -c interncp.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c hash.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c sys.c
cc: Warning: illegal option -fno-defer-pop
"sys.c", line 72: warning: implicit function declaration: string_length
"sys.c", line 135: warning: implicit function declaration: close
"sys.c", line 143: warning: implicit function declaration: unlink
"sys.c", line 152: warning: implicit function declaration: rename
"sys.c", line 163: warning: implicit function declaration: chdir
"sys.c", line 307: warning: implicit function declaration: access
gcc -O2 -Dunix -fno-defer-pop -I..  -c meta.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c parsing.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I..  -c lexing.c
cc: Warning: illegal option -fno-defer-pop
"lexing.c", line 27: warning: implicit function declaration: callback
gcc -O2 -Dunix -fno-defer-pop -I..  -c gc_ctrl.c
cc: Warning: illegal option -fno-defer-pop
"gc_ctrl.c", line 210: warning: implicit function declaration: init_c_roots
sed -n -e '/\/\* ML \*\//s/.* \([a-z0-9_][a-z0-9_]*\) *(.*/\1/p'  compare.c extern.c externcp.c floats.c gc_ctrl.c hash.c  intern.c interncp.c interp.c ints.c io.c lexing.c meta.c parsing.c  str.c sys.c > primitives2
sh -c 'if cmp -s primitives primitives2;  then rm primitives2;  else mv primitives2 primitives;  fi'
(echo '#include "mlvalues.h"';  echo '#include "prims.h"';  sed -e 's/.*/extern value &();/' primitives;  echo 'c_primitive cprim[] = {';  sed -e 's/.*/  &,/' primitives;  echo '  0 };';  echo 'char * names_of_cprim[] = {';  sed -e 's/.*/  "&",/' primitives;  echo '  0 };') > prims.c
gcc -O2 -Dunix -fno-defer-pop -I..  -c prims.c
cc: Warning: illegal option -fno-defer-pop
gcc -O2 -Dunix -fno-defer-pop -I.. -o camlrun prims.o interp.o misc.o stacks.o fix_code.o main.o fail.o signals.o debugcom.o  freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o  compare.o ints.o floats.o str.o io.o  extern.o externcp.o intern.o interncp.o  hash.o sys.o meta.o parsing.o lexing.o gc_ctrl.o  -lm
cc: Warning: illegal option -fno-defer-pop
rm -f libcaml.a
ar rc libcaml.a interp.o misc.o stacks.o fix_code.o main.o fail.o signals.o debugcom.o  freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o  compare.o ints.o floats.o str.o io.o  extern.o externcp.o intern.o interncp.o  hash.o sys.o meta.o parsing.o lexing.o gc_ctrl.o
if test -f /usr/bin/ranlib -o -f /bin/ranlib; then ranlib libcaml.a; else true; fi
cp runtime/camlrun .
cd yacc; make CC="gcc" OPTS="-Dunix -fno-defer-pop" all
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c closure.c
cc: Warning: illegal option -fno-defer-pop
"closure.c", line 12: warning: old-style declaration or incorrect type for: set_EFF
"closure.c", line 39: warning: implicit function declaration: reflexive_transitive_closure
"closure.c", line 48: warning: old-style declaration or incorrect type for: set_first_derives
"closure.c", line 105: warning: old-style declaration or incorrect type for: closure
"closure.c", line 180: warning: old-style declaration or incorrect type for: finalize_closure
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c error.c
cc: Warning: illegal option -fno-defer-pop
"error.c", line 7: warning: old-style declaration or incorrect type for: fatal
"error.c", line 10: warning: implicit function declaration: done
"error.c", line 15: warning: old-style declaration or incorrect type for: no_space
"error.c", line 22: warning: old-style declaration or incorrect type for: open_error
"error.c", line 30: warning: old-style declaration or incorrect type for: unexpected_EOF
"error.c", line 38: warning: old-style declaration or incorrect type for: print_pos
"error.c", line 43: warning: function expects to return value: print_pos
"error.c", line 65: warning: old-style declaration or incorrect type for: syntax_error
"error.c", line 77: warning: old-style declaration or incorrect type for: unterminated_comment
"error.c", line 89: warning: old-style declaration or incorrect type for: unterminated_string
"error.c", line 101: warning: old-style declaration or incorrect type for: unterminated_text
"error.c", line 113: warning: old-style declaration or incorrect type for: unterminated_union
"error.c", line 125: warning: old-style declaration or incorrect type for: over_unionized
"error.c", line 135: warning: old-style declaration or incorrect type for: illegal_tag
"error.c", line 147: warning: old-style declaration or incorrect type for: illegal_character
"error.c", line 157: warning: old-style declaration or incorrect type for: used_reserved
"error.c", line 166: warning: old-style declaration or incorrect type for: tokenized_start
"error.c", line 175: warning: old-style declaration or incorrect type for: retyped_warning
"error.c", line 183: warning: old-style declaration or incorrect type for: reprec_warning
"error.c", line 191: warning: old-style declaration or incorrect type for: revalued_warning
"error.c", line 199: warning: old-style declaration or incorrect type for: terminal_start
"error.c", line 207: warning: old-style declaration or incorrect type for: too_many_entries
"error.c", line 215: warning: old-style declaration or incorrect type for: no_grammar
"error.c", line 223: warning: old-style declaration or incorrect type for: terminal_lhs
"error.c", line 232: warning: old-style declaration or incorrect type for: prec_redeclared
"error.c", line 239: warning: old-style declaration or incorrect type for: unterminated_action
"error.c", line 251: warning: old-style declaration or incorrect type for: dollar_warning
"error.c", line 260: warning: old-style declaration or incorrect type for: dollar_error
"error.c", line 272: warning: old-style declaration or incorrect type for: untyped_lhs
"error.c", line 280: warning: old-style declaration or incorrect type for: untyped_rhs
"error.c", line 290: warning: old-style declaration or incorrect type for: unknown_rhs
"error.c", line 298: warning: old-style declaration or incorrect type for: illegal_token_ref
"error.c", line 308: warning: old-style declaration or incorrect type for: default_action_error
"error.c", line 317: warning: old-style declaration or incorrect type for: undefined_goal
"error.c", line 325: warning: old-style declaration or incorrect type for: undefined_symbol_warning
"error.c", line 332: warning: old-style declaration or incorrect type for: entry_without_type
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c lalr.c
cc: Warning: illegal option -fno-defer-pop
"lalr.c", line 38: warning: old-style declaration or incorrect type for: lalr
"lalr.c", line 41: warning: implicit function declaration: set_state_table
"lalr.c", line 42: warning: implicit function declaration: set_accessing_symbol
"lalr.c", line 43: warning: implicit function declaration: set_shift_table
"lalr.c", line 44: warning: implicit function declaration: set_reduction_table
"lalr.c", line 45: warning: implicit function declaration: set_maxrhs
"lalr.c", line 46: warning: implicit function declaration: initialize_LA
"lalr.c", line 47: warning: implicit function declaration: set_goto_map
"lalr.c", line 48: warning: implicit function declaration: initialize_F
"lalr.c", line 49: warning: implicit function declaration: build_relations
"lalr.c", line 50: warning: implicit function declaration: compute_FOLLOWS
"lalr.c", line 51: warning: implicit function declaration: compute_lookaheads
"lalr.c", line 57: warning: old-style declaration or incorrect type for: set_state_table
"lalr.c", line 68: warning: old-style declaration or incorrect type for: set_accessing_symbol
"lalr.c", line 79: warning: old-style declaration or incorrect type for: set_shift_table
"lalr.c", line 90: warning: old-style declaration or incorrect type for: set_reduction_table
"lalr.c", line 101: warning: old-style declaration or incorrect type for: set_maxrhs
"lalr.c", line 129: warning: old-style declaration or incorrect type for: initialize_LA
"lalr.c", line 166: warning: old-style declaration or incorrect type for: set_goto_map
"lalr.c", line 188: warning: implicit function declaration: fatal
"lalr.c", line 264: warning: old-style declaration or incorrect type for: initialize_F
"lalr.c", line 326: warning: implicit function declaration: digraph
"lalr.c", line 341: warning: old-style declaration or incorrect type for: build_relations
"lalr.c", line 391: warning: implicit function declaration: add_lookback_edge
"lalr.c", line 433: warning: old-style declaration or incorrect type for: add_lookback_edge
"lalr.c", line 518: warning: old-style declaration or incorrect type for: compute_FOLLOWS
"lalr.c", line 524: warning: old-style declaration or incorrect type for: compute_lookaheads
"lalr.c", line 558: warning: old-style declaration or incorrect type for: digraph
"lalr.c", line 575: warning: implicit function declaration: traverse
"lalr.c", line 585: warning: old-style declaration or incorrect type for: traverse
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c lr0.c
cc: Warning: illegal option -fno-defer-pop
"lr0.c", line 34: warning: old-style declaration or incorrect type for: allocate_itemsets
"lr0.c", line 76: warning: old-style declaration or incorrect type for: allocate_storage
"lr0.c", line 85: warning: old-style declaration or incorrect type for: append_states
"lr0.c", line 114: warning: old-style declaration or incorrect type for: free_storage
"lr0.c", line 127: warning: old-style declaration or incorrect type for: generate_states
"lr0.c", line 131: warning: implicit function declaration: set_first_derives
"lr0.c", line 132: warning: implicit function declaration: initialize_states
"lr0.c", line 136: warning: implicit function declaration: closure
"lr0.c", line 137: warning: implicit function declaration: save_reductions
"lr0.c", line 138: warning: implicit function declaration: new_itemsets
"lr0.c", line 142: warning: implicit function declaration: save_shifts
"lr0.c", line 147: warning: implicit function declaration: finalize_closure
"lr0.c", line 219: warning: old-style declaration or incorrect type for: initialize_states
"lr0.c", line 229: warning: implicit function declaration: no_space
"lr0.c", line 246: warning: old-style declaration or incorrect type for: new_itemsets
"lr0.c", line 296: warning: implicit function declaration: fatal
"lr0.c", line 323: warning: old-style declaration or incorrect type for: show_cores
"lr0.c", line 358: warning: old-style declaration or incorrect type for: show_ritems
"lr0.c", line 368: warning: old-style declaration or incorrect type for: show_rrhs
"lr0.c", line 379: warning: old-style declaration or incorrect type for: show_shifts
"lr0.c", line 397: warning: old-style declaration or incorrect type for: save_shifts
"lr0.c", line 431: warning: old-style declaration or incorrect type for: save_reductions
"lr0.c", line 480: warning: old-style declaration or incorrect type for: set_derives
"lr0.c", line 510: warning: old-style declaration or incorrect type for: free_derives
"lr0.c", line 539: warning: old-style declaration or incorrect type for: set_nullable
"lr0.c", line 588: warning: old-style declaration or incorrect type for: free_nullable
"lr0.c", line 594: warning: old-style declaration or incorrect type for: lr0
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c main.c
cc: Warning: illegal option -fno-defer-pop
"main.c", line 77: warning: old-style declaration or incorrect type for: done
"main.c", line 79: warning: implicit function declaration: unlink
"main.c", line 101: warning: old-style declaration or incorrect type for: set_signals
"main.c", line 118: warning: old-style declaration or incorrect type for: usage
"main.c", line 125: warning: old-style declaration or incorrect type for: getargs
"main.c", line 141: warning: function expects to return value: getargs
"main.c", line 195: warning: implicit function declaration: strlen
"main.c", line 197: warning: implicit function declaration: no_space
"main.c", line 198: warning: implicit function declaration: strcpy
"main.c", line 227: warning: old-style declaration or incorrect type for: create_file_names
"main.c", line 314: warning: old-style declaration or incorrect type for: open_files
"main.c", line 321: warning: implicit function declaration: open_error
"main.c", line 374: warning: old-style declaration or incorrect type for: main
"main.c", line 380: warning: implicit function declaration: reader
"main.c", line 381: warning: implicit function declaration: lr0
"main.c", line 382: warning: implicit function declaration: lalr
"main.c", line 383: warning: implicit function declaration: make_parser
"main.c", line 384: warning: implicit function declaration: verbose
"main.c", line 385: warning: implicit function declaration: output
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c mkpar.c
cc: Warning: illegal option -fno-defer-pop
"mkpar.c", line 24: warning: old-style declaration or incorrect type for: make_parser
"mkpar.c", line 31: warning: implicit function declaration: find_final_state
"mkpar.c", line 32: warning: implicit function declaration: remove_conflicts
"mkpar.c", line 33: warning: implicit function declaration: unused_rules
"mkpar.c", line 34: warning: implicit function declaration: total_conflicts
"mkpar.c", line 35: warning: implicit function declaration: defreds
"mkpar.c", line 154: warning: old-style declaration or incorrect type for: find_final_state
"mkpar.c", line 171: warning: old-style declaration or incorrect type for: unused_rules
"mkpar.c", line 176: warning: implicit function declaration: no_space
"mkpar.c", line 203: warning: old-style declaration or incorrect type for: remove_conflicts
"mkpar.c", line 278: warning: old-style declaration or incorrect type for: total_conflicts
"mkpar.c", line 327: warning: old-style declaration or incorrect type for: defreds
"mkpar.c", line 336: warning: old-style declaration or incorrect type for: free_action_row
"mkpar.c", line 349: warning: old-style declaration or incorrect type for: free_parser
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c output.c
cc: Warning: illegal option -fno-defer-pop
"output.c", line 21: warning: old-style declaration or incorrect type for: output
"output.c", line 24: warning: implicit function declaration: free_itemsets
"output.c", line 25: warning: implicit function declaration: free_shifts
"output.c", line 26: warning: implicit function declaration: free_reductions
"output.c", line 27: warning: implicit function declaration: write_section
"output.c", line 28: warning: implicit function declaration: output_stored_text
"output.c", line 29: warning: implicit function declaration: output_transl
"output.c", line 30: warning: implicit function declaration: output_rule_data
"output.c", line 31: warning: implicit function declaration: output_yydefred
"output.c", line 32: warning: implicit function declaration: output_actions
"output.c", line 33: warning: implicit function declaration: free_parser
"output.c", line 34: warning: implicit function declaration: output_debug
"output.c", line 42: warning: implicit function declaration: output_semantic_actions
"output.c", line 46: warning: implicit function declaration: output_entries
"output.c", line 47: warning: implicit function declaration: output_trailing_text
"output.c", line 69: warning: old-style declaration or incorrect type for: output_rule_data
"output.c", line 117: warning: old-style declaration or incorrect type for: output_yydefred
"output.c", line 144: warning: old-style declaration or incorrect type for: output_actions
"output.c", line 152: warning: implicit function declaration: token_actions
"output.c", line 158: warning: implicit function declaration: goto_actions
"output.c", line 163: warning: implicit function declaration: sort_actions
"output.c", line 164: warning: implicit function declaration: pack_table
"output.c", line 165: warning: implicit function declaration: output_base
"output.c", line 166: warning: implicit function declaration: output_table
"output.c", line 167: warning: implicit function declaration: output_check
"output.c", line 172: warning: old-style declaration or incorrect type for: token_actions
"output.c", line 256: warning: old-style declaration or incorrect type for: goto_actions
"output.c", line 261: warning: implicit function declaration: default_goto
"output.c", line 265: warning: implicit function declaration: save_column
"output.c", line 327: warning: old-style declaration or incorrect type for: save_column
"output.c", line 348: warning: function expects to return value: save_column
"output.c", line 369: warning: old-style declaration or incorrect type for: sort_actions
"output.c", line 404: warning: old-style declaration or incorrect type for: pack_table
"output.c", line 424: warning: implicit function declaration: matching_vector
"output.c", line 427: warning: implicit function declaration: pack_vector
"output.c", line 540: warning: implicit function declaration: fatal
"output.c", line 545: warning: implicit function declaration: no_space
"output.c", line 585: warning: old-style declaration or incorrect type for: output_base
"output.c", line 656: warning: old-style declaration or incorrect type for: output_table
"output.c", line 688: warning: old-style declaration or incorrect type for: output_check
"output.c", line 717: warning: old-style declaration or incorrect type for: output_transl
"output.c", line 730: warning: old-style declaration or incorrect type for: output_stored_text
"output.c", line 737: warning: implicit function declaration: open_error
"output.c", line 740: warning: function expects to return value: output_stored_text
"output.c", line 757: warning: old-style declaration or incorrect type for: output_debug
"output.c", line 761: warning: old-style declaration or incorrect type for: output_trailing_text
"output.c", line 766: warning: function expects to return value: output_trailing_text
"output.c", line 775: warning: function expects to return value: output_trailing_text
"output.c", line 818: warning: old-style declaration or incorrect type for: copy_file
"output.c", line 830: warning: function expects to return value: copy_file
"output.c", line 854: warning: old-style declaration or incorrect type for: output_semantic_actions
"output.c", line 859: warning: old-style declaration or incorrect type for: output_entries
"output.c", line 864: warning: old-style declaration or incorrect type for: free_itemsets
"output.c", line 877: warning: old-style declaration or incorrect type for: free_shifts
"output.c", line 891: warning: old-style declaration or incorrect type for: free_reductions
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c reader.c
cc: Warning: illegal option -fno-defer-pop
"reader.c", line 38: warning: old-style declaration or incorrect type for: cachec
"reader.c", line 45: warning: implicit function declaration: no_space
"reader.c", line 53: warning: old-style declaration or incorrect type for: get_line
"reader.c", line 63: warning: function expects to return value: get_line
"reader.c", line 79: warning: function expects to return value: get_line
"reader.c", line 92: warning: function expects to return value: get_line
"reader.c", line 117: warning: old-style declaration or incorrect type for: skip_comment
"reader.c", line 131: warning: function expects to return value: skip_comment
"reader.c", line 137: warning: implicit function declaration: unterminated_comment
"reader.c", line 233: warning: implicit function declaration: strcmp
"reader.c", line 266: warning: implicit function declaration: syntax_error
"reader.c", line 272: warning: old-style declaration or incorrect type for: copy_ident
"reader.c", line 277: warning: implicit function declaration: unexpected_EOF
"reader.c", line 287: warning: function expects to return value: copy_ident
"reader.c", line 294: warning: function expects to return value: copy_ident
"reader.c", line 301: warning: old-style declaration or incorrect type for: copy_text
"reader.c", line 314: warning: implicit function declaration: unterminated_text
"reader.c", line 349: warning: implicit function declaration: unterminated_string
"reader.c", line 405: warning: function expects to return value: copy_text
"reader.c", line 418: warning: old-style declaration or incorrect type for: copy_union
"reader.c", line 426: warning: implicit function declaration: over_unionized
"reader.c", line 447: warning: implicit function declaration: unterminated_union
"reader.c", line 459: warning: function expects to return value: copy_union
"reader.c", line 597: warning: implicit function declaration: illegal_character
"reader.c", line 723: warning: implicit function declaration: used_reserved
"reader.c", line 780: warning: implicit function declaration: strcpy
"reader.c", line 789: warning: old-style declaration or incorrect type for: declare_tokens
"reader.c", line 814: warning: function expects to return value: declare_tokens
"reader.c", line 816: warning: implicit function declaration: tokenized_start
"reader.c", line 822: warning: implicit function declaration: retyped_warning
"reader.c", line 833: warning: implicit function declaration: reprec_warning
"reader.c", line 846: warning: implicit function declaration: revalued_warning
"reader.c", line 856: warning: old-style declaration or incorrect type for: declare_types
"reader.c", line 874: warning: function expects to return value: declare_types
"reader.c", line 884: warning: old-style declaration or incorrect type for: declare_start
"reader.c", line 891: warning: function expects to return value: declare_start
"reader.c", line 895: warning: implicit function declaration: terminal_start
"reader.c", line 898: warning: implicit function declaration: too_many_entries
"reader.c", line 904: warning: old-style declaration or incorrect type for: read_declarations
"reader.c", line 919: warning: function expects to return value: read_declarations
"reader.c", line 952: warning: old-style declaration or incorrect type for: output_token_type
"reader.c", line 971: warning: old-style declaration or incorrect type for: initialize_grammar
"reader.c", line 1002: warning: old-style declaration or incorrect type for: expand_items
"reader.c", line 1010: warning: old-style declaration or incorrect type for: expand_rules
"reader.c", line 1022: warning: old-style declaration or incorrect type for: advance_to_start
"reader.c", line 1036: warning: implicit function declaration: no_grammar
"reader.c", line 1066: warning: implicit function declaration: start_rule
"reader.c", line 1072: warning: old-style declaration or incorrect type for: start_rule
"reader.c", line 1076: warning: implicit function declaration: terminal_lhs
"reader.c", line 1087: warning: old-style declaration or incorrect type for: end_rule
"reader.c", line 1088: warning: implicit function declaration: default_action_error
"reader.c", line 1099: warning: old-style declaration or incorrect type for: insert_empty_rule
"reader.c", line 1128: warning: old-style declaration or incorrect type for: add_symbol
"reader.c", line 1145: warning: function expects to return value: add_symbol
"reader.c", line 1159: warning: old-style declaration or incorrect type for: copy_action
"reader.c", line 1198: warning: implicit function declaration: unknown_rhs
"reader.c", line 1204: warning: implicit function declaration: illegal_token_ref
"reader.c", line 1233: warning: function expects to return value: copy_action
"reader.c", line 1243: warning: implicit function declaration: unterminated_action
"reader.c", line 1359: warning: implicit function declaration: prec_redeclared
"reader.c", line 1368: warning: old-style declaration or incorrect type for: read_grammar
"reader.c", line 1401: warning: old-style declaration or incorrect type for: free_tags
"reader.c", line 1404: warning: function expects to return value: free_tags
"reader.c", line 1416: warning: old-style declaration or incorrect type for: pack_names
"reader.c", line 1422: warning: implicit function declaration: strlen
"reader.c", line 1441: warning: old-style declaration or incorrect type for: check_symbols
"reader.c", line 1445: warning: implicit function declaration: undefined_goal
"reader.c", line 1451: warning: implicit function declaration: undefined_symbol_warning
"reader.c", line 1459: warning: old-style declaration or incorrect type for: pack_symbols
"reader.c", line 1595: warning: old-style declaration or incorrect type for: make_goal
"reader.c", line 1619: warning: implicit function declaration: entry_without_type
"reader.c", line 1641: warning: old-style declaration or incorrect type for: pack_grammar
"reader.c", line 1700: warning: old-style declaration or incorrect type for: print_grammar
"reader.c", line 1705: warning: function expects to return value: print_grammar
"reader.c", line 1736: warning: old-style declaration or incorrect type for: reader
"reader.c", line 1737: warning: implicit function declaration: create_symbol_table
"reader.c", line 1742: warning: implicit function declaration: free_symbol_table
"reader.c", line 1748: warning: implicit function declaration: free_symbols
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c skeleton.c
cc: Warning: illegal option -fno-defer-pop
"skeleton.c", line 29: warning: old-style declaration or incorrect type for: write_section
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c symtab.c
cc: Warning: illegal option -fno-defer-pop
"symtab.c", line 34: warning: implicit function declaration: no_space
"symtab.c", line 37: warning: implicit function declaration: strlen
"symtab.c", line 49: warning: implicit function declaration: strcpy
"symtab.c", line 66: warning: implicit function declaration: strcmp
"symtab.c", line 80: warning: old-style declaration or incorrect type for: create_symbol_table
"symtab.c", line 100: warning: old-style declaration or incorrect type for: free_symbol_table
"symtab.c", line 107: warning: old-style declaration or incorrect type for: free_symbols
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c verbose.c
cc: Warning: illegal option -fno-defer-pop
"verbose.c", line 8: warning: old-style declaration or incorrect type for: verbose
"verbose.c", line 11: warning: function expects to return value: verbose
"verbose.c", line 14: warning: implicit function declaration: no_space
"verbose.c", line 17: warning: implicit function declaration: print_state
"verbose.c", line 21: warning: implicit function declaration: log_unused
"verbose.c", line 23: warning: implicit function declaration: log_conflicts
"verbose.c", line 32: warning: old-style declaration or incorrect type for: log_unused
"verbose.c", line 51: warning: old-style declaration or incorrect type for: log_conflicts
"verbose.c", line 79: warning: old-style declaration or incorrect type for: print_state
"verbose.c", line 84: warning: implicit function declaration: print_conflicts
"verbose.c", line 86: warning: implicit function declaration: print_core
"verbose.c", line 87: warning: implicit function declaration: print_nulls
"verbose.c", line 88: warning: implicit function declaration: print_actions
"verbose.c", line 93: warning: old-style declaration or incorrect type for: print_conflicts
"verbose.c", line 141: warning: old-style declaration or incorrect type for: print_core
"verbose.c", line 177: warning: old-style declaration or incorrect type for: print_nulls
"verbose.c", line 221: warning: old-style declaration or incorrect type for: print_actions
"verbose.c", line 233: warning: implicit function declaration: print_shifts
"verbose.c", line 234: warning: implicit function declaration: print_reductions
"verbose.c", line 242: warning: implicit function declaration: print_gotos
"verbose.c", line 248: warning: old-style declaration or incorrect type for: print_shifts
"verbose.c", line 273: warning: old-style declaration or incorrect type for: print_reductions
"verbose.c", line 311: warning: old-style declaration or incorrect type for: print_gotos
gcc -O -DNDEBUG -Dunix -fno-defer-pop  -c warshall.c
cc: Warning: illegal option -fno-defer-pop
"warshall.c", line 4: warning: old-style declaration or incorrect type for: transitive_closure
"warshall.c", line 57: warning: old-style declaration or incorrect type for: reflexive_transitive_closure
gcc -O -DNDEBUG -Dunix -fno-defer-pop -o camlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o  skeleton.o symtab.o verbose.o warshall.o
cc: Warning: illegal option -fno-defer-pop
cp yacc/camlyacc .
cd lib; make CPP="cpp -P -C -Dunix" all
../camlrun ../camlcomp -stdlib . -O none -g -W arg.mli
../camlrun ../camlcomp -stdlib . -O none -g -W bool.mli
../camlrun ../camlcomp -stdlib . -O none -g -W char.mli
../camlrun ../camlcomp -stdlib . -O none -g -W string.mli
../camlrun ../camlcomp -stdlib . -O none -g -W vect.mli
../camlrun ../camlcomp -stdlib . -O none -g -W eq.mli
../camlrun ../camlcomp -stdlib . -O none -g -W exc.mli
../camlrun ../camlcomp -stdlib . -O none -g -W fchar.mli
../camlrun ../camlcomp -stdlib . -O none -g -W sys.mli
../camlrun ../camlcomp -stdlib . -O none -g -W filename.mli
../camlrun ../camlcomp -stdlib . -O none -g -W float.mli
../camlrun ../camlcomp -stdlib . -O none -g -W fstring.mli
../camlrun ../camlcomp -stdlib . -O none -g -W fvect.mli
../camlrun ../camlcomp -stdlib . -O none -g -W hashtbl.mli
../camlrun ../camlcomp -stdlib . -O none -g -W int.mli
../camlrun ../camlcomp -stdlib . -O none -g -W io.mli
../camlrun ../camlcomp -stdlib . -O none -g -W obj.mli
../camlrun ../camlcomp -stdlib . -O none -g -W lexing.mli
../camlrun ../camlcomp -stdlib . -O none -g -W list.mli
../camlrun ../camlcomp -stdlib . -O none -g -W pair.mli
../camlrun ../camlcomp -stdlib . -O none -g -W parsing.mli
../camlrun ../camlcomp -stdlib . -O none -g -W printexc.mli
../camlrun ../camlcomp -stdlib . -O none -g -W ref.mli
../camlrun ../camlcomp -stdlib . -O none -g -W sort.mli
../camlrun ../camlcomp -stdlib . -O none -g -W printf.mli
../camlrun ../camlcomp -stdlib . -O none -g -W stream.mli
../camlrun ../camlcomp -stdlib . -O none -g -W stack.mli
../camlrun ../camlcomp -stdlib . -O none -g -W queue.mli
../camlrun ../camlcomp -stdlib . -O none -g -W random.mli
../camlrun ../camlcomp -stdlib . -O none -g -W genlex.mli
../camlrun ../camlcomp -stdlib . -O none -g -W baltree.mli
../camlrun ../camlcomp -stdlib . -O none -g -W set.mli
../camlrun ../camlcomp -stdlib . -O none -g -W map.mli
../camlrun ../camlcomp -stdlib . -O none -g -W gc.mli
../camlrun ../camlcomp -stdlib . -O none -g -W format.mli
../camlrun ../camlcomp -stdlib . -O none -g -W bool.ml
../camlrun ../camlcomp -stdlib . -O none -g -W eq.ml
../camlrun ../camlcomp -stdlib . -O none -g -W exc.ml
../camlrun ../camlcomp -stdlib . -O none -g -W int.ml
../camlrun ../camlcomp -stdlib . -O none -g -W fstring.ml
../camlrun ../camlcomp -stdlib . -O none -g -W string.ml
../camlrun ../camlcomp -stdlib . -O none -g -W fchar.ml
../camlrun ../camlcomp -stdlib . -O none -g -W char.ml
../camlrun ../camlcomp -stdlib . -O none -g -W float.ml
../camlrun ../camlcomp -stdlib . -O none -g -W list.ml
../camlrun ../camlcomp -stdlib . -O none -g -W fvect.ml
../camlrun ../camlcomp -stdlib . -O none -g -W vect.ml
../camlrun ../camlcomp -stdlib . -O none -g -W io.ml
../camlrun ../camlcomp -stdlib . -O none -g -W pair.ml
../camlrun ../camlcomp -stdlib . -O none -g -W arg.ml
cpp -P -C -Dunix filename.mlp > filename.ml
/bin/sh: cpp: not found
*** Error code 1

Stop.
make: stopped in /pkgobj/lang/caml-light/work/cl74/src/lib
*** Error code 1

Stop.
bmake: stopped in /pkgobj/lang/caml-light/work/cl74/src
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/lang/caml-light
===> 
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===>      * log of the build
===>      * /pkgobj/lang/caml-light/work/.work.log
===> 
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/lang/caml-light

Please view the work log for caml-light-0.74


BULK> caml-light-0.74 was marked as broken:
-rw-r--r--   1 root     other      40282 Jul  4 10:58 .broken.html
/usr/pkg/bin/bmake deinstall
===> Deinstalling for caml-light
BULK> Marking all packages which depend upon caml-light-0.74 as broken:
BULK> Build for caml-light-0.74 was not successful, aborting.