###
### Thu Jan 22 22:00:54 EST 2004:
### bmake bulk-package for libungif-4.1.0.1
### Current pkg count:  5 installed packages: digest-20021220 jpeg-6bnb1 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 libungif-4.1.0.1
===> Cleaning for libtool-base-1.4.20010614nb19
===> Cleaning for patch-2.5.4nb2
BULK> Removing installed packages which are not needed to build libungif-4.1.0.1
BULK> Keeping BULK_PREREQ: xpkgwedge-1.9 (pkgtools/xpkgwedge)
BULK> libungif-4.1.0.1 requires installed package digest-20021220 (pkgtools/digest
pkgtools/rdigest) to build.
BULK> libungif-4.1.0.1 requires installed package patch-2.5.4nb2 (devel/patch) to build.
BULK> libungif-4.1.0.1 requires installed package libtool-base-1.4.20010614nb19 (devel/libtool-base) to build.
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r jpeg-6bnb1
BULK> Installing packages which are required to build libungif-4.1.0.1.
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 (libungif-4.1.0.1)
===> Checking for vulnerabilities in libungif-4.1.0.1
=> Checksum OK for libungif-4.1.0b1.tar.gz.
work.sol9 -> /work/pkgbuild/graphics/libungif/work.sol9
===> Extracting for libungif-4.1.0.1
===> Required installed package libtool-base>=1.4.20010614nb11: libtool-base-1.4.20010614nb19 found
===> Patching for libungif-4.1.0.1
===> Applying pkgsrc patches for libungif-4.1.0.1
/usr/bin/rm /work/pkgbuild/graphics/libungif/work.sol9/libungif-4.1.0b1/doc/gif2x11.html
===> Overriding tools for libungif-4.1.0.1
===> Buildlinking for libungif-4.1.0.1
===> Configuring for libungif-4.1.0.1
creating cache ./config.cache
checking for a BSD compatible install... /usr/ucb/install -c -o root -g root
checking whether build environment is sane... yes
checking whether bmake sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking host system type... sparc-sun-solaris2
checking build system type... sparc-sun-solaris2
checking for ranlib... ranlib
checking for gcc... cc
checking whether the C compiler (cc -O ) works... yes
checking whether the C compiler (cc -O ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for non-GNU ld... ld
checking if the linker (ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
updating cache ./config.cache
loading cache ./config.cache
checking for c++... CC
checking whether the C++ compiler (CC -O ) works... yes
checking whether the C++ compiler (CC -O ) is a cross-compiler... no
checking whether we are using GNU C++... no
checking whether CC accepts -g... yes
checking for gawk... /usr/bin/nawk
checking for gcc... (cached) cc
checking whether the C compiler (cc -O ) works... yes
checking whether the C compiler (cc -O ) is a cross-compiler... no
checking whether we are using GNU C... (cached) no
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... cc -E
checking for a BSD compatible install... /usr/ucb/install -c -o root -g root
checking whether ln -s works... (cached) yes
checking whether bmake sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for X... disabled
checking for pow in -lm... yes
checking for rle_hdr_init in -lrle... no
checking for main in -lgl_s... no
checking for main in -lX11... yes
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for varargs.h... yes
checking for working const... yes
checking for 8-bit clean memcmp... yes
checking whether setvbuf arguments are reversed... no
checking for vprintf... yes
checking for strdup... yes
updating cache ./config.cache
creating ./config.status
creating util/Makefile
creating lib/Makefile
creating Makefile
creating doc/Makefile
creating pic/Makefile
creating config.h
===> Building for libungif-4.1.0.1
cd . && autoheader
WARNING: `autoheader' is missing on your system.  You should only need it if
         you modified `acconfig.h' or `configure.in'.  You might want
         to install the `Autoconf' and `GNU m4' packages.  Grab them
         from any GNU archive site.
bmake  all-recursive
Making all in lib
cc -DHAVE_CONFIG_H -I. -I. -I..     -O  -c getarg.c
rm -f libgetarg.a
ar cru libgetarg.a getarg.o 
ranlib libgetarg.a
/bin/ksh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..     -O  -c dev2gif.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I.. -O -c dev2gif.c  -KPIC -DPIC -o .libs/dev2gif.o
"dev2gif.c", line 33: cannot find include file: 
"dev2gif.c", line 145: undefined symbol: XImage
"dev2gif.c", line 145: undefined symbol: XImg
"dev2gif.c", line 147: undefined symbol: XColor
"dev2gif.c", line 147: syntax error before or at: XColorTable
"dev2gif.c", line 148: undefined symbol: XWindowAttributes
"dev2gif.c", line 264: warning: implicit function declaration: XGetWindowAttributes
"dev2gif.c", line 264: undefined symbol: Display
"dev2gif.c", line 264: syntax error before or at: )
"dev2gif.c", line 267: undefined symbol: WinAttr
"dev2gif.c", line 267: undefined struct/union member: width
"dev2gif.c", line 267: warning: left operand of "." must be struct/union object
"dev2gif.c", line 268: undefined struct/union member: height
"dev2gif.c", line 268: warning: left operand of "." must be struct/union object
"dev2gif.c", line 270: warning: implicit function declaration: XGetImage
"dev2gif.c", line 270: syntax error before or at: )
"dev2gif.c", line 279: undefined symbol: XColorTable
"dev2gif.c", line 279: cannot dereference non-pointer type
"dev2gif.c", line 279: undefined struct/union member: pixel
"dev2gif.c", line 279: warning: left operand of "." must be struct/union object
"dev2gif.c", line 283: warning: implicit function declaration: XGetPixel
"dev2gif.c", line 292: cannot dereference non-pointer type
"dev2gif.c", line 292: warning: left operand of "." must be struct/union object
"dev2gif.c", line 295: warning: implicit function declaration: XQueryColors
"dev2gif.c", line 295: syntax error before or at: )
"dev2gif.c", line 304: cannot dereference non-pointer type
"dev2gif.c", line 304: warning: left operand of "." must be struct/union object
"dev2gif.c", line 305: cannot dereference non-pointer type
"dev2gif.c", line 305: undefined struct/union member: red
"dev2gif.c", line 305: warning: left operand of "." must be struct/union object
"dev2gif.c", line 306: cannot dereference non-pointer type
"dev2gif.c", line 306: undefined struct/union member: green
"dev2gif.c", line 306: warning: left operand of "." must be struct/union object
"dev2gif.c", line 307: cannot dereference non-pointer type
"dev2gif.c", line 307: undefined struct/union member: blue
"dev2gif.c", line 307: warning: left operand of "." must be struct/union object
"dev2gif.c", line 309: cannot dereference non-pointer type
"dev2gif.c", line 309: warning: left operand of "." must be struct/union object
"dev2gif.c", line 322: cannot dereference non-pointer type
"dev2gif.c", line 322: warning: left operand of "." must be struct/union object
"dev2gif.c", line 323: warning: implicit function declaration: XDestroyImage
"dev2gif.c", line 374: cannot recover from previous errors
cc: acomp failed for dev2gif.c
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/graphics/libungif/work.sol9/libungif-4.1.0b1/lib
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/graphics/libungif/work.sol9/libungif-4.1.0b1
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/graphics/libungif/work.sol9/libungif-4.1.0b1
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/graphics/libungif
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/graphics/libungif
BULK> libungif-4.1.0.1 was marked as broken:
-rw-r--r--   1 root     other       8184 Jan 22 22:01 .broken.html
bmake deinstall
===> Deinstalling for libungif
BULK> Marking all packages which depend upon libungif-4.1.0.1 as broken:
BULK> Build for libungif-4.1.0.1 was not successful, aborting.