###
### Thu Jul 1 04:56:32 EST 2004:
### /usr/pkg/bin/bmake bulk-package for mini_httpd-1.19nb1
### Current pkg count:  4 installed packages: digest-20021220 micro_httpd-20011214 patch-2.5.4nb2 xpkgwedge-1.10
###
BULK> Full rebuild in progress...
BULK> Cleaning package and its depends
===> Cleaning for mini_httpd-1.19nb1
===> Cleaning for openssl-0.9.6m
===> Cleaning for perl-5.8.4
===> Cleaning for patch-2.5.4nb2
BULK> Removing installed packages which are not needed to build mini_httpd-1.19nb1
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
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r micro_httpd-20011214
BULK> mini_httpd-1.19nb1 requires installed package patch-2.5.4nb2 (devel/patch) to build.
BULK> Installing packages which are required to build mini_httpd-1.19nb1.
BULK>  /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS/5.9/sparc/All/openssl-0.9.6m.tgz

===> Installing configuration/support files for openssl-0.9.6m

	/usr/pkg/etc/openssl/openssl.cnf

===========================================================================
You may wish to customize the following files for openssl-0.9.6m:

	/usr/pkg/etc/openssl/openssl.cnf
===========================================================================

===========================================================================
$NetBSD: MESSAGE,v 1.5 2003/09/22 03:13:58 grant Exp $

If upgrading from SSLeay, you will need to copy your ssleay.cnf (used for
creating certificate requests with "ca") into
/usr/pkg/etc/openssl/openssl.cnf.

If installing from scratch, you may want to take a look
at /usr/pkg/share/examples/openssl/openssl.cnf copy it
to /usr/pkg/etc/openssl/openssl.cnf, and customize it.

===========================================================================

BULK>  /usr/pkg/sbin/pkg_add -K /var/db/pkg  /packages/SunOS/5.9/sparc/All/perl-5.8.4.tgz

===========================================================================
$NetBSD: MESSAGE,v 1.1 2004/01/08 19:18:00 jlam Exp $

perl-5.8.4 will use the following directory as the default
location of the site-specific Perl modules:

	/usr/pkg/lib/perl5/site_perl/5.8.4

===========================================================================

BULK> Required package patch-2.5.4nb2 (devel/patch) is already installed
BULK> Required package digest-20021220 (pkgtools/digest) is already installed
/usr/pkg/bin/bmake package (mini_httpd-1.19nb1)
===> Checking for vulnerabilities in mini_httpd-1.19nb1
=> mini_httpd-1.19.tar.gz doesn't seem to exist on this system.
=> Attempting to fetch mini_httpd-1.19.tar.gz from http://www.acme.com/software/mini_httpd/.
=> [42142 bytes]
=> Checksum OK for mini_httpd-1.19.tar.gz.
work -> /work/pkgbuild/www/mini_httpd/work
===> Extracting for mini_httpd-1.19nb1
===> Required installed package openssl>=0.9.6m: openssl-0.9.6m found
===> Required installed package patch>=2.2: patch-2.5.4nb2 found
==========================================================================
The following variables will affect the build process of this package,
mini_httpd-1.19nb1.  Their current value is shown below:

        * SSLBASE (defined)

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/usr/pkg/bin/bmake clean' after
the changes.
==========================================================================
===> Patching for mini_httpd-1.19nb1
===> Applying pkgsrc patches for mini_httpd-1.19nb1
===> Overriding tools for mini_httpd-1.19nb1
===> Buildlinking for mini_httpd-1.19nb1
===> Configuring for mini_httpd-1.19nb1
===> Building for mini_httpd-1.19nb1
rm -f mime_encodings.h
sed < mime_encodings.txt > mime_encodings.h  -e 's/#.*//' -e 's/[ 	]*$//' -e '/^$/d'  -e 's/[ 	][ 	]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/'
rm -f mime_types.h
sed < mime_types.txt > mime_types.h  -e 's/#.*//' -e 's/[ 	]*$//' -e '/^$/d'  -e 's/[ 	][ 	]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/'
cc -O -I/usr/pkg/include -DUSE_SSL  -c mini_httpd.c
"mini_httpd.c", line 637: warning: implicit function declaration: initgroups
"mini_httpd.c", line 2914: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to struct mime_entry {pointer to char ext, unsigned int ext_len, pointer to char val, unsigned int val_len}, pointer to struct mime_entry {pointer to char ext, unsigned int ext_len, pointer to char val, unsigned int val_len}) returning int
"mini_httpd.c", line 2915: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to struct mime_entry {pointer to char ext, unsigned int ext_len, pointer to char val, unsigned int val_len}, pointer to struct mime_entry {pointer to char ext, unsigned int ext_len, pointer to char val, unsigned int val_len}) returning int
cc -O -I/usr/pkg/include -DUSE_SSL  -c match.c
cc -O -I/usr/pkg/include -DUSE_SSL  -c tdate_parse.c
"tdate_parse.c", line 115: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to char, pointer to char) returning int
"tdate_parse.c", line 147: warning: argument #4 is incompatible with prototype:
	prototype: pointer to function(pointer to const void, pointer to const void) returning int : "/usr/include/iso/stdlib_iso.h", line 109
	argument : pointer to function(pointer to char, pointer to char) returning int
cc -O -I/usr/pkg/include -DUSE_SSL   -lssl -lcrypto -lcrypt -lutil -L/usr/pkg/lib -R/usr/pkg/lib mini_httpd.o match.o tdate_parse.o  -o mini_httpd
ld: fatal: library -lutil: not found
ld: fatal: File processing errors. No output written to mini_httpd
*** Error code 1

Stop.
bmake: stopped in /work/pkgbuild/www/mini_httpd/work/mini_httpd-1.19
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/www/mini_httpd
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/www/mini_httpd
BULK> mini_httpd-1.19nb1 was marked as broken:
-rw-r--r--   1 root     other       6460 Jul  1 04:57 .broken.html
/usr/pkg/bin/bmake deinstall
===> Deinstalling for mini_httpd
BULK> Marking all packages which depend upon mini_httpd-1.19nb1 as broken:
BULK> Build for mini_httpd-1.19nb1 was not successful, aborting.