###
### Thu Feb 5 15:25:40 EST 2004:
### bmake bulk-package for z80-asm-1.0
### Current pkg count:  11 installed packages: digest-20021220 gettext-0.11.5nb3 gettext-lib-0.11.5nb2 gettext-m4-0.11.5 libiconv-1.9.1nb1 libtool-base-1.4.20010614nb19 patch-2.5.4nb2 perl-5.6.1nb10 pkg_install-info-4.5nb2 xpkgwedge-1.9 yasm-0.2.2nb1
###
BULK> Full rebuild in progress...
BULK> Cleaning package and its depends
===> Cleaning for z80-asm-1.0
===> Cleaning for gmake-3.80nb2
===> Cleaning for pkg_install-info-4.5nb2
===> Cleaning for gettext-lib-0.11.5nb2
===> Cleaning for libiconv-1.9.1nb1
===> Cleaning for libtool-base-1.4.20010614nb19
===> Cleaning for patch-2.5.4nb2
BULK> Removing installed packages which are not needed to build z80-asm-1.0
BULK> Keeping BULK_PREREQ: xpkgwedge-1.9 (pkgtools/xpkgwedge)
BULK> Keeping BULK_PREREQ: digest-20021220 (pkgtools/digest)
BULK> z80-asm-1.0 requires installed package patch-2.5.4nb2 (devel/patch) to build.
BULK> z80-asm-1.0 requires installed package libiconv-1.9.1nb1 (converters/libiconv) to build.
BULK> z80-asm-1.0 requires installed package libtool-base-1.4.20010614nb19 (devel/libtool-base) to build.
BULK> z80-asm-1.0 requires installed package gettext-lib-0.11.5nb2 (devel/gettext-lib) to build.
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r perl-5.6.1nb10
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r gettext-m4-0.11.5
BULK> z80-asm-1.0 requires installed package pkg_install-info-4.5nb2 (pkgtools/pkg_install-info) to build.
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r yasm-0.2.2nb1
BULK> Installing packages which are required to build z80-asm-1.0.
BULK> /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS/5.9/sparc/All/gmake-3.80nb2.tgz
BULK> Required package pkg_install-info-4.5nb2 (pkgtools/pkg_install-info) is already installed
BULK> Required package gettext-lib-0.11.5nb2 (devel/gettext-lib) is already installed
BULK> Required package libiconv-1.9.1nb1 (converters/libiconv) is already installed
BULK> Required package libtool-base-1.4.20010614nb19 (devel/libtool-base) is already installed
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 (z80-asm-1.0)
===> Checking for vulnerabilities in z80-asm-1.0
=> Checksum OK for z80-asm-1.0.tar.gz.
work.sol9 -> /work/pkgbuild/devel/z80-asm/work.sol9
===> Extracting for z80-asm-1.0
===> Required installed package gmake>=3.78: gmake-3.80nb2 found
===> Patching for z80-asm-1.0
===> Overriding tools for z80-asm-1.0
===> Buildlinking for z80-asm-1.0
===> Configuring for z80-asm-1.0
creating cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc -O -I/usr/pkg/include  -L/usr/pkg/lib -Wl,-R/usr/pkg/lib) works... yes
checking whether the C compiler (cc -O -I/usr/pkg/include  -L/usr/pkg/lib -Wl,-R/usr/pkg/lib) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for main in -lc... yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for working const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for select... yes
checking for strtol... yes
checking for strtoul... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
===> Building for z80-asm-1.0
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o z80-asm.o z80-asm.c
"z80-asm.c", line 83: warning: implicit function declaration: bzero
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o file.o file.c
"file.c", line 31: warning: implicit function declaration: strcmp
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o asm.o asm.c
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o hash.o hash.c
"hash.c", line 21: warning: implicit function declaration: strlen
"hash.c", line 62: warning: implicit function declaration: strcmp
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o compile.o compile.c
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o regs.o regs.c
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o instr.o instr.c
rm -f asm.a
ar rcs asm.a asm.o hash.o compile.o regs.o instr.o
cc -DUNIX -O -I/usr/pkg/include -lc  -o z80-asm z80-asm.o asm.a file.o
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o z80-dis.o z80-dis.c
"z80-dis.c", line 663: warning: implicit function declaration: bzero
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o disasm.o disasm.c
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o inst-dis.o inst-dis.c
cc -DUNIX -O -I/usr/pkg/include   -I/usr/pkg/include  -c -o console.o console.c
"console.c", line 41: warning: implicit function declaration: cfmakeraw
"console.c", line 134: warning: statement not reached
"console.c", line 247: warning: implicit function declaration: memset
cc -DUNIX -O -I/usr/pkg/include -lc  -o z80-dis z80-dis.o disasm.o inst-dis.o console.o asm.a file.o
Undefined			first referenced
 symbol  			    in file
cfmakeraw                           console.o
ld: fatal: Symbol referencing errors. No output written to z80-dis
gmake: *** [z80-dis] Error 1
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/devel/z80-asm
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/z80-asm
BULK> z80-asm-1.0 was marked as broken:
-rw-r--r--   1 root     other       5499 Feb  5 15:26 .broken.html
bmake deinstall
===> Deinstalling for z80-asm
BULK> Marking all packages which depend upon z80-asm-1.0 as broken:
BULK> Build for z80-asm-1.0 was not successful, aborting.