###
### Tue Jun 29 00:04:19 EST 2004:
### /usr/pkg/bin/bmake bulk-package for ical-2.2.1nb1
### Current pkg count:  2 installed packages: digest-20021220 xpkgwedge-1.10
###
BULK> Full rebuild in progress...
BULK> Cleaning package and its depends
===> Cleaning for ical-2.2.1nb1
===> Cleaning for tcl-8.4.6nb4
===> Cleaning for libtool-base-1.5.6nb1
===> Cleaning for patch-2.5.4nb2
===> Cleaning for tk-8.4.6nb3
===> Cleaning for x11-links-0.23
BULK> Removing installed packages which are not needed to build ical-2.2.1nb1
BULK> Keeping BULK_PREREQ: digest-20021220 (pkgtools/digest)
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r xpkgwedge-1.10
pkg_delete: package 'xpkgwedge-1.10' doesn't have a prefix
pkg_delete: package 'xpkgwedge-1.10' doesn't have a prefix
BULK> Installing packages which are required to build ical-2.2.1nb1.
BULK>  /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS/5.9/sparc/All/tcl-8.4.6nb4.tgz
BULK>  /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS/5.9/sparc/All/libtool-base-1.5.6nb1.tgz
BULK>  /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS/5.9/sparc/All/patch-2.5.4nb2.tgz
BULK>  /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS/5.9/sparc/All/tk-8.4.6nb3.tgz
BULK>  /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS/5.9/sparc/All/x11-links-0.23.tgz
BULK> Required package digest-20021220 (pkgtools/digest) is already installed
/usr/pkg/bin/bmake package (ical-2.2.1nb1)
===> Checking for vulnerabilities in ical-2.2.1nb1
=> Checksum OK for ical-2.2.1.tar.gz.
work -> /work/pkgbuild/time/ical/work
===> Extracting for ical-2.2.1nb1
===> Required installed package tk>=8.4.6nb1: tk-8.4.6nb3 found
===> Required installed package tcl>=8.4.6nb1: tcl-8.4.6nb4 found
===> Required installed package patch>=2.2: patch-2.5.4nb2 found
===> Required installed package x11-links>=0.23: x11-links-0.23 found
===> Patching for ical-2.2.1nb1
===> Applying pkgsrc patches for ical-2.2.1nb1
===> Overriding tools for ical-2.2.1nb1
===> Buildlinking for ical-2.2.1nb1
===> Configuring for ical-2.2.1nb1
creating cache ./config.cache
checking for a BSD compatible install... /usr/ucb/install -c -o root -g root
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for Mail... no
checking for mail... /usr/bin/mail
checking for c++... CC
checking whether we are using GNU C++... no
checking for POSIXized ISC... no
checking Tcl/Tk installation
checking for tclsh... /usr/pkg/bin/tclsh
checking for tclConfig.sh... /usr/pkg/lib/tclConfig.sh
checking for tkConfig.sh... /usr/pkg/lib/tkConfig.sh
checking for installed Tcl/Tk library files... ok
checking how to run the C preprocessor... cc -E
checking for up-to-date Tcl version in tcl.h... yes
checking for up-to-date Tk version in tk.h... yes
checking whether cross-compiling... no
checking for ANSI C header files... yes
checking for pid_t... yes
checking for string.h... yes
checking for sys/utsname.h... yes
checking for limits.h... yes
checking for fsync... yes
checking for strerror... yes
checking for uname... yes
checking for gethostname... yes
checking for strerror prototype... yes
checking for sys_errlist prototype... no
checking for gettimeofday prototype... yes
checking for gethostname prototype... yes
checking for getpid prototype... yes
checking for strncasecmp prototype... yes
checking for gethostid prototype... yes
checking for working gethostid... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating startup.tcl
creating calendar/Makefile
creating time/Makefile
creating config.h
configuring in types
running /bin/ksh ./configure  --prefix=/usr/pkg --with-tclconfig=/usr/pkg/lib --with-tclsh=/usr/pkg/bin/tclsh --with-tkconfig=/usr/pkg/lib --host=sparc-sun-solaris2 --prefix=/usr/pkg --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for ranlib... (cached) ranlib
checking for c++... (cached) CC
checking whether we are using GNU C++... (cached) no
checking for POSIXized ISC... no
creating ./config.status
creating Makefile
/usr/bin/touch /work/pkgbuild/time/ical/work/ical-2.2.1/Makefile  /work/pkgbuild/time/ical/work/ical-2.2.1/calendar/Makefile  /work/pkgbuild/time/ical/work/ical-2.2.1/startup.tcl  /work/pkgbuild/time/ical/work/ical-2.2.1/time/Makefile
===> Building for ical-2.2.1nb1
making in types
CC -O  -I. -c bitvec.C
CC -O  -I. -c hashfuncs.C
CC -O  -I. -c intset.C
rm -f libtypes.a
ar r libtypes.a bitvec.o hashfuncs.o intset.o
ar: creating libtypes.a
ranlib libtypes.a
making in time
CC -O -I.. -I. -c Date.C
CC -O -I.. -I. -c Month.C
CC -O -I.. -I. -c Time.C
CC -O -I.. -I. -c WeekDay.C
CC -O -I.. -I. -c Year.C
CC -O -I.. -I. -c parse.C
rm -f libtime.a
ar r libtime.a Date.o Month.o Time.o WeekDay.o Year.o parse.o
ar: creating libtime.a
ranlib libtime.a
making in calendar
CC -O -I.. -I. -I./../types -I./../time -c arrays.C
CC -O -I.. -I. -I./../types -I./../time -c calendar.C
CC -O -I.. -I. -I./../types -I./../time -c calfile.C
"calfile.C", line 63: Error: Cannot use const char* to initialize char*.
1 Error(s) detected.
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/time/ical/work/ical-2.2.1/calendar
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/time/ical/work/ical-2.2.1
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/time/ical
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/time/ical
BULK> ical-2.2.1nb1 was marked as broken:
-rw-r--r--   1 root     other       5456 Jun 29 00:07 .broken.html
/usr/pkg/bin/bmake deinstall
===> Deinstalling for ical
BULK> Marking all packages which depend upon ical-2.2.1nb1 as broken:
BULK> Build for ical-2.2.1nb1 was not successful, aborting.