###
### Wed Jul 13 11:44:15 EDT 2005:
### /usr/pkg/bin/bmake bulk-package for ical-2.3.1nb1
### Current pkg count:  4 installed packages: digest-20050323 x11-links-0.25 xpkgwedge-1.14 xpm-3.4knb4
###
BULK> Full rebuild in progress...
BULK> Cleaning package ical-2.3.1nb1 and pre-requisite packages
===> Cleaning for ical-2.3.1nb1
===> Cleaning for tcl-8.4.9
===> Cleaning for libtool-base-1.5.18nb3
===> Cleaning for tk-8.4.9
===> Cleaning for x11-links-0.25
BULK> Removing installed packages which are not needed to build ical-2.3.1nb1
BULK> Keeping BULK_PREREQ: digest-20050323 (pkgtools/digest)
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r xpm-3.4knb4
BULK> ical-2.3.1nb1 requires installed package x11-links-0.25 (pkgtools/x11-links) to build.
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r xpkgwedge-1.14
Removing font program symlinks from view...done.
Updating /usr/pkg/lib/X11/config/host.def...done.
Removing font program symlinks...done.
BULK> Installing packages which are required to build ical-2.3.1nb1.
BULK>  /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS-5.8/sparc/All/tcl-8.4.9.tgz
Executing '/usr/bin/mkdir -p /usr/pkg/lib/tcl'
BULK>  /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS-5.8/sparc/All/libtool-base-1.5.18nb3.tgz
BULK>  /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS-5.8/sparc/All/tk-8.4.9.tgz
BULK> Required package x11-links-0.25 (pkgtools/x11-links) is already installed
BULK> Required package digest-20050323 (pkgtools/digest) is already installed
/usr/pkg/bin/bmake package (ical-2.3.1nb1)
===> Checking for vulnerabilities in ical-2.3.1nb1
=> Checksum SHA1 OK for ical-2.3.1.tar.gz.
=> Checksum RMD160 OK for ical-2.3.1.tar.gz.
work -> /pkgobj/time/ical/work
===> Extracting for ical-2.3.1nb1
===> Required installed package tk>=8.4.7nb1: tk-8.4.9 found
===> Required installed package tcl>=8.4.7nb1: tcl-8.4.9 found
===> Required installed package x11-links>=0.25: x11-links-0.25 found
===> Patching for ical-2.3.1nb1
===> Applying pkgsrc patches for ical-2.3.1nb1
===> Overriding tools for ical-2.3.1nb1
===> Creating toolchain wrappers for ical-2.3.1nb1
===> Configuring for ical-2.3.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 the C++ compiler (CC -O -I/usr/pkg/include -I/usr/include -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/lib -R/usr/lib -L/usr/openwin/lib -R/usr/openwin/lib) works... yes
checking whether the C++ compiler (CC -O -I/usr/pkg/include -I/usr/include -L/usr/pkg/lib -R/usr/pkg/lib -L/usr/lib -R/usr/lib -L/usr/openwin/lib -R/usr/openwin/lib) is a cross-compiler... no
checking whether we are using GNU C++... no
checking whether CC accepts -g... yes
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 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
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 --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib --host=sparc-sun-solaris2 --prefix=/usr/pkg --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
updating cache .././config.cache
creating ./config.status
creating Makefile
/usr/bin/touch /pkgobj/time/ical/work/ical-2.3.1/Makefile  /pkgobj/time/ical/work/ical-2.3.1/calendar/Makefile  /pkgobj/time/ical/work/ical-2.3.1/startup.tcl  /pkgobj/time/ical/work/ical-2.3.1/time/Makefile
===> Building for ical-2.3.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 61: Error: Cannot use const char* to initialize char*.
1 Error(s) detected.
*** Error code 1

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

Stop.
bmake: stopped in /pkgobj/time/ical/work/ical-2.3.1
*** Error code 1

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

Stop.
bmake: stopped in /usr/pkgsrc/time/ical

Please view the work log for ical-2.3.1nb1


BULK> ical-2.3.1nb1 was marked as broken:
-rw-r--r--   1 root     other       5911 Jul 13 11:46 .broken.html
/usr/pkg/bin/bmake deinstall
===> Deinstalling for ical
BULK> Marking all packages which depend upon ical-2.3.1nb1 as broken:
BULK> Build for ical-2.3.1nb1 was not successful, aborting.