###
### Fri Feb 6 21:57:02 EST 2004:
### bmake bulk-package for utilisp-1.13
### Current pkg count:  4 installed packages: digest-20021220 libtool-base-1.4.20010614nb19 patch-2.5.4nb2 xpkgwedge-1.9
###
BULK> Full rebuild in progress...
BULK> Cleaning package and its depends
===> Cleaning for utilisp-1.13
===> Cleaning for patch-2.5.4nb2
BULK> Removing installed packages which are not needed to build utilisp-1.13
BULK> Keeping BULK_PREREQ: xpkgwedge-1.9 (pkgtools/xpkgwedge)
BULK> Keeping BULK_PREREQ: digest-20021220 (pkgtools/digest)
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r libtool-base-1.4.20010614nb19
BULK> utilisp-1.13 requires installed package patch-2.5.4nb2 (devel/patch) to build.
BULK> Installing packages which are required to build utilisp-1.13.
BULK> Required package patch-2.5.4nb2 (devel/patch) is already installed
BULK> Required package xpkgwedge-1.9 (pkgtools/xpkgwedge) is already installed
BULK> Required package digest-20021220 (pkgtools/digest) is already installed
bmake package (utilisp-1.13)
===> Checking for vulnerabilities in utilisp-1.13
=> Checksum OK for utilispc-1.13.tar.gz.
work.sol9 -> /work/pkgbuild/lang/utilisp/work.sol9
===> Extracting for utilisp-1.13
===> Required installed package patch>=2.2: patch-2.5.4nb2 found
===> Patching for utilisp-1.13
===> Applying pkgsrc patches for utilisp-1.13
===> Overriding tools for utilisp-1.13
===> Configuring for utilisp-1.13
creating cache ./config.cache
checking for gcc... /opt/SUNWspro/bin/cc
checking whether the C compiler (/opt/SUNWspro/bin/cc -O  -Wl,-R/usr/pkg/lib -L/usr/pkg/lib) works... yes
checking whether the C compiler (/opt/SUNWspro/bin/cc -O  -Wl,-R/usr/pkg/lib -L/usr/pkg/lib) is a cross-compiler... no
checking whether we are using GNU C... no
checking for a BSD compatible install... /usr/ucb/install -c -o root -g root
checking whether bmake sets ${MAKE}... yes
checking for ranlib... ranlib
checking for m4... /usr/ccs/bin/m4
checking for perl... no
checking for gperl... no
checking for main in -ldl... yes
checking for main in -lm... yes
checking host system type... sparc-sun-solaris2
checking target system type... sparc-sun-solaris2
checking build system type... sparc-sun-solaris2
checking how to run the C preprocessor... /opt/SUNWspro/bin/cc -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for sys/file.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for sys/reg.h... yes
checking for ucontext.h... yes
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... yes
checking for alloca... yes
checking whether sys/types.h defines makedev... no
checking for sys/mkdev.h... yes
checking for 8-bit clean memcmp... yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking return type of signal handlers... void
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for putenv... yes
checking for select... yes
checking for socket... no
checking for dlopen... yes
checking for signal... yes
checking for ieee_handler... no
checking for sigsetmask... no
checking for memmove... yes
checking for bcopy... yes
checking whether to enable compiler... yes
checking whether to enable dynamic load... yes
sparc-sun-solaris2
checking whether to enable bignum support... sparc native code
checking which assembly language file to include ... 
checking whether to enable flonum support... yes
checking whether to enable mmap stack check... yes
checking whether to cause SIGBUS usignal with miss-aligned access... no
checking whether to catch type checks with alignment... no
checking whether to catch type checks with alignment... yes
checking whether to tagged arithmetic... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating lib/lispcomp/Makefile
creating lib/lisplib/Makefile
creating lib/Makefile
creating src/Makefile
creating ulx/Makefile
creating lib/lispcomp/dump.l
creating src/config.h
===> Building for utilisp-1.13
cd src; bmake all
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c main.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c alloc.c
"alloc.c", line 287: warning: implicit function declaration: finite
"alloc.c", line 287: warning: implicit function declaration: fpoferr
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c eval.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c init.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c input.c
"input.c", line 280: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 303
	argument : pointer to unsigned int
"input.c", line 282: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 301
	argument : pointer to unsigned int
"input.c", line 282: warning: argument #2 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 301
	argument : pointer to unsigned int
"input.c", line 384: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "defvar.h", line 257
	argument : pointer to unsigned char
"input.c", line 389: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "defvar.h", line 257
	argument : pointer to unsigned char
"input.c", line 542: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "defvar.h", line 257
	argument : pointer to unsigned char
"input.c", line 587: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "defvar.h", line 266
	argument : pointer to unsigned char
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c output.c
"output.c", line 61: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"output.c", line 62: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "output.c", line 49
	argument : pointer to unsigned char
"output.c", line 101: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"output.c", line 102: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "output.c", line 49
	argument : pointer to unsigned char
"output.c", line 116: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"output.c", line 117: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "output.c", line 49
	argument : pointer to unsigned char
"output.c", line 134: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "output.c", line 49
	argument : pointer to unsigned char
"output.c", line 146: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"output.c", line 147: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "output.c", line 49
	argument : pointer to unsigned char
"output.c", line 236: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"output.c", line 237: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "output.c", line 49
	argument : pointer to unsigned char
"output.c", line 240: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"output.c", line 241: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "output.c", line 49
	argument : pointer to unsigned char
"output.c", line 262: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"output.c", line 270: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"output.c", line 276: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 306
	argument : pointer to unsigned int
"output.c", line 276: warning: argument #3 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 306
	argument : pointer to unsigned int
"output.c", line 277: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"output.c", line 280: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnfix.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnlist.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c err.c
"err.c", line 225: warning: argument #2 is incompatible with prototype:
	prototype: pointer to function(int) returning void : "/usr/include/iso/signal_iso.h", line 48
	argument : pointer to function() returning void
"err.c", line 273: warning: argument #2 is incompatible with prototype:
	prototype: pointer to function(int) returning void : "/usr/include/iso/signal_iso.h", line 48
	argument : pointer to function() returning void
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnspec.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnmis.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfncd.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnpred.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnio.c
"sysfnio.c", line 253: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "defvar.h", line 243
	argument : pointer to unsigned char
"sysfnio.c", line 356: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/fcntl.h", line 93
	argument : pointer to unsigned char
"sysfnio.c", line 382: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/fcntl.h", line 93
	argument : pointer to unsigned char
"sysfnio.c", line 409: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/fcntl.h", line 93
	argument : pointer to unsigned char
"sysfnio.c", line 584: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"sysfnio.c", line 585: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
"sysfnio.c", line 589: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 306
	argument : pointer to unsigned int
"sysfnio.c", line 589: warning: argument #3 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 306
	argument : pointer to unsigned int
"sysfnio.c", line 590: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183
	argument : pointer to unsigned char
"sysfnio.c", line 591: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70
	argument : pointer to unsigned char
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnvec.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnmap.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnhash.c
"sysfnhash.c", line 40: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "sysfnhash.c", line 7
	argument : pointer to unsigned char
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfneval.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnstg.c
"sysfnstg.c", line 26: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "defvar.h", line 257
	argument : pointer to unsigned char
"sysfnstg.c", line 52: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to unsigned char
"sysfnstg.c", line 52: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to unsigned char
"sysfnstg.c", line 56: warning: argument #1 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to unsigned char
"sysfnstg.c", line 56: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 72
	argument : pointer to unsigned char
"sysfnstg.c", line 268: warning: argument #1 is incompatible with prototype:
	prototype: pointer to char : "defvar.h", line 243
	argument : pointer to unsigned char
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnsym.c
"sysfnsym.c", line 161: warning: argument #2 is incompatible with prototype:
	prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 73
	argument : pointer to unsigned char
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnerr.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnsys.c
"sysfnsys.c", line 9: warning: no explicit type given for parameter: na
"sysfnsys.c", line 37: warning: no explicit type given for parameter: na
"sysfnsys.c", line 58: warning: no explicit type given for parameter: na
"sysfnsys.c", line 74: warning: no explicit type given for parameter: na
"sysfnsys.c", line 88: warning: no explicit type given for parameter: na
"sysfnsys.c", line 111: warning: no explicit type given for parameter: na
"sysfnsys.c", line 124: warning: no explicit type given for parameter: na
"sysfnsys.c", line 131: warning: no explicit type given for parameter: na
"sysfnsys.c", line 144: warning: no explicit type given for parameter: na
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnnum.c
"sysfnnum.c", line 230: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 299
	argument : pointer to unsigned int
"sysfnnum.c", line 253: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 301
	argument : pointer to unsigned int
"sysfnnum.c", line 253: warning: argument #2 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 301
	argument : pointer to unsigned int
"sysfnnum.c", line 325: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 299
	argument : pointer to unsigned int
"sysfnnum.c", line 348: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 302
	argument : pointer to unsigned int
"sysfnnum.c", line 348: warning: argument #2 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 302
	argument : pointer to unsigned int
"sysfnnum.c", line 427: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 303
	argument : pointer to unsigned int
"sysfnnum.c", line 444: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 304
	argument : pointer to unsigned int
"sysfnnum.c", line 444: warning: argument #3 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 304
	argument : pointer to unsigned int
"sysfnnum.c", line 529: warning: assignment type mismatch:
	pointer to int "=" pointer to unsigned int
"sysfnnum.c", line 562: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "sysfnnum.c", line 502
	argument : pointer to unsigned int
"sysfnnum.c", line 571: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "sysfnnum.c", line 502
	argument : pointer to unsigned int
"sysfnnum.c", line 571: warning: argument #3 is incompatible with prototype:
	prototype: pointer to int : "sysfnnum.c", line 502
	argument : pointer to unsigned int
"sysfnnum.c", line 644: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "sysfnnum.c", line 520
	argument : pointer to unsigned int
"sysfnnum.c", line 644: warning: argument #3 is incompatible with prototype:
	prototype: pointer to int : "sysfnnum.c", line 520
	argument : pointer to unsigned int
"sysfnnum.c", line 756: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 299
	argument : pointer to unsigned int
"sysfnnum.c", line 787: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 300
	argument : pointer to unsigned int
"sysfnnum.c", line 804: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 302
	argument : pointer to unsigned int
"sysfnnum.c", line 804: warning: argument #2 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 302
	argument : pointer to unsigned int
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c gc.c
"gc.c", line 302: warning: loop not entered at top
"gc.c", line 616: warning: loop not entered at top
./Mkversion
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c version.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysdep.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c makecode.c
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c proglink.c
/opt/SUNWspro/bin/cc  -c bignum-sparc-sunos5.s
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c sysfnflo.c
"sysfnflo.c", line 194: warning: argument #1 is incompatible with prototype:
	prototype: pointer to int : "defvar.h", line 299
	argument : pointer to unsigned int
/opt/SUNWspro/bin/cc -I. -O -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib/utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.l\" -DUTILISP=\"/usr/pkg/bin/utilisp\"   -c signal-sparc-sunos5.c
"signal-sparc-sunos5.c", line 44: warning: argument #2 is incompatible with prototype:
	prototype: pointer to function(int) returning void : "/usr/include/iso/signal_iso.h", line 48
	argument : pointer to function(int, pointer to struct siginfo {int si_signo, int si_code, int si_errno, union  {..} __data}, pointer to struct ucontext {unsigned int uc_flags, pointer to struct ucontext {..} uc_link, struct  {..} uc_sigmask, struct sigaltstack {..} uc_stack, struct  {..} uc_mcontext, array[23] of long uc_filler}) returning void
"signal-sparc-sunos5.c", line 46: warning: implicit function declaration: parerrsub
"signal-sparc-sunos5.c", line 48: warning: implicit function declaration: sigill
"signal-sparc-sunos5.c", line 73: warning: argument #2 is incompatible with prototype:
	prototype: pointer to function(int) returning void : "/usr/include/iso/signal_iso.h", line 48
	argument : pointer to function(int, pointer to struct siginfo {int si_signo, int si_code, int si_errno, union  {..} __data}, pointer to struct ucontext {unsigned int uc_flags, pointer to struct ucontext {..} uc_link, struct  {..} uc_sigmask, struct sigaltstack {..} uc_stack, struct  {..} uc_mcontext, array[23] of long uc_filler}) returning void
/opt/SUNWspro/bin/cc -export-dynamic -o utilisp main.o alloc.o eval.o init.o input.o output.o sysfnfix.o sysfnlist.o err.o sysfnspec.o sysfnmis.o sysfncd.o sysfnpred.o sysfnio.o sysfnvec.o sysfnmap.o sysfnhash.o sysfneval.o sysfnstg.o sysfnsym.o sysfnerr.o sysfnsys.o sysfnnum.o gc.o version.o sysdep.o makecode.o proglink.o bignum-sparc-sunos5.o sysfnflo.o   signal-sparc-sunos5.o -lm -ldl
Undefined			first referenced
 symbol  			    in file
tadd                                sysfnfix.o
tsub                                output.o
ld: fatal: Symbol referencing errors. No output written to utilisp
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/lang/utilisp/work.sol9/utilispc-1.13/src
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/lang/utilisp/work.sol9/utilispc-1.13
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/lang/utilisp
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/lang/utilisp
BULK> utilisp-1.13 was marked as broken:
-rw-r--r--   1 root     other      25106 Feb  6 21:58 .broken.html
bmake deinstall
===> Deinstalling for utilisp
BULK> Marking all packages which depend upon utilisp-1.13 as broken:
BULK> Build for utilisp-1.13 was not successful, aborting.