###
### Sat Jun 12 07:01:00 EST 2004:
### /usr/pkg/bin/bmake bulk-package for libevent-0.8
### Current pkg count:  3 installed packages: digest-20021220 patch-2.5.4nb2 xpkgwedge-1.10
###
BULK> Full rebuild in progress...
BULK> Cleaning package and its depends
===> Cleaning for libevent-0.8
BULK> Removing installed packages which are not needed to build libevent-0.8
BULK> Keeping BULK_PREREQ: digest-20021220 (pkgtools/digest)
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r patch-2.5.4nb2
/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 libevent-0.8.
BULK> Required package digest-20021220 (pkgtools/digest) is already installed
/usr/pkg/bin/bmake package (libevent-0.8)
===> Checking for vulnerabilities in libevent-0.8
=> libevent-0.8.tar.gz doesn't seem to exist on this system.
=> Attempting to fetch libevent-0.8.tar.gz from http://monkey.org/~provos/.
=> [92760 bytes]
=> Checksum OK for libevent-0.8.tar.gz.
work -> /work/pkgbuild/devel/libevent/work
===> Extracting for libevent-0.8
===> Patching for libevent-0.8
===> Overriding tools for libevent-0.8
===> Buildlinking for libevent-0.8
===> Configuring for libevent-0.8
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
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-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2-gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for sparc-sun-solaris2-ranlib... no
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/ucb/install -c -o root -g root
checking whether ln -s works... yes
checking for socket in -lsocket... yes
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for stdarg.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for poll.h... yes
checking for signal.h... yes
checking for unistd.h... yes
checking for sys/epoll.h... no
checking for sys/time.h... yes
checking for sys/queue.h... no
checking for sys/event.h... no
checking for timeradd in sys/time.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for gettimeofday... yes
checking for vasprintf... no
checking for select... yes
checking for poll... yes
checking for epoll_ctl... no
checking for err... no
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) no
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking for size_t... yes
checking for u_int64_t... no
checking for u_int32_t... no
checking for u_int16_t... no
checking for u_int8_t... no
checking for socklen_t... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating test/Makefile
config.status: creating sample/Makefile
config.status: creating config.h
===> Building for libevent-0.8
cd .  && CONFIG_FILES= CONFIG_HEADERS=config.h  /bin/ksh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
/usr/pkg/bin/bmake  all-recursive
Making all in .
cd .  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/ksh ./config.status
config.status: creating Makefile
cc -DHAVE_CONFIG_H -I. -I. -I. -Icompat    -Wall -O -c event.c
"event.c", line 141: warning: syntax error:  empty declaration
"event.c", line 143: warning: syntax error:  empty declaration
cc -DHAVE_CONFIG_H -I. -I. -I. -Icompat    -Wall -O -c buffer.c
"buffer.c", line 95: warning: implicit function declaration: vasprintf
"buffer.c", line 99: warning: argument #2 is incompatible with prototype:
	prototype: pointer to unsigned char : "event.h", line 236
	argument : pointer to char
cc -DHAVE_CONFIG_H -I. -I. -I. -Icompat    -Wall -O -c evbuffer.c
cc -DHAVE_CONFIG_H -I. -I. -I. -Icompat    -Wall -O -c select.c
cc -DHAVE_CONFIG_H -I. -I. -I. -Icompat    -Wall -O -c poll.c
cc -DHAVE_CONFIG_H -I. -I. -I. -Icompat    -Wall -O -c signal.c
cc -DHAVE_CONFIG_H -I. -I. -I. -Icompat    -Wall -O -c err.c
rm -f libevent.a
ar cru libevent.a event.o buffer.o evbuffer.o select.o poll.o signal.o err.o
ranlib libevent.a
Making all in sample
cd ..  && CONFIG_FILES=sample/Makefile CONFIG_HEADERS= /bin/ksh ./config.status
config.status: creating sample/Makefile
cc -DHAVE_CONFIG_H -I. -I. -I..     -I../compat -c event-test.c
cc  -I../compat -R/usr/pkg/lib -o event-test  event-test.o -L.. -levent -lsocket
cc -DHAVE_CONFIG_H -I. -I. -I..     -I../compat -c time-test.c
cc  -I../compat -R/usr/pkg/lib -o time-test  time-test.o -L.. -levent -lsocket
cc -DHAVE_CONFIG_H -I. -I. -I..     -I../compat -c signal-test.c
cc  -I../compat -R/usr/pkg/lib -o signal-test  signal-test.o -L.. -levent -lsocket
Making all in test
cd ..  && CONFIG_FILES=test/Makefile CONFIG_HEADERS= /bin/ksh ./config.status
config.status: creating test/Makefile
cc -DHAVE_CONFIG_H -I. -I. -I..     -I../compat -Wall -O -c test-init.c
cc  -I../compat -Wall -O -R/usr/pkg/lib -o test-init  test-init.o -L.. -levent -lsocket
cc -DHAVE_CONFIG_H -I. -I. -I..     -I../compat -Wall -O -c test-eof.c
cc  -I../compat -Wall -O -R/usr/pkg/lib -o test-eof  test-eof.o -L.. -levent -lsocket
cc -DHAVE_CONFIG_H -I. -I. -I..     -I../compat -Wall -O -c test-weof.c
cc  -I../compat -Wall -O -R/usr/pkg/lib -o test-weof  test-weof.o -L.. -levent -lsocket
cc -DHAVE_CONFIG_H -I. -I. -I..     -I../compat -Wall -O -c test-time.c
cc  -I../compat -Wall -O -R/usr/pkg/lib -o test-time  test-time.o -L.. -levent -lsocket
cc -DHAVE_CONFIG_H -I. -I. -I..     -I../compat -Wall -O -c regress.c
cc  -I../compat -Wall -O -R/usr/pkg/lib -o regress  regress.o -L.. -levent -lsocket
Undefined			first referenced
 symbol  			    in file
vasprintf                           ../libevent.a(buffer.o)
ld: fatal: Symbol referencing errors. No output written to regress
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/devel/libevent/work/libevent-0.8/test
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/devel/libevent/work/libevent-0.8
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/devel/libevent/work/libevent-0.8
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/libevent
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/devel/libevent
BULK> libevent-0.8 was marked as broken:
-rw-r--r--   1 root     other       7199 Jun 12 07:04 .broken.html
/usr/pkg/bin/bmake deinstall
===> Deinstalling for libevent
BULK> Marking all packages which depend upon libevent-0.8 as broken:
BULK> marking package that requires libevent-0.8 as broken: trickle-1.06nb2 (net/trickle)
BULK> marking package that requires libevent-0.8 as broken: fragroute-1.2nb1 (security/fragroute)
BULK> marking package that requires libevent-0.8 as broken: honeyd-0.8bnb1 (security/honeyd)
BULK> marking package that requires libevent-0.8 as broken: honeyd-arpd-0.2nb1 (security/honeyd-arpd)
BULK> Build for libevent-0.8 was not successful, aborting.