###
### Wed Jul 13 07:40:36 EDT 2005:
### /usr/pkg/bin/bmake bulk-package for isearch-1.47.01
### Current pkg count:  2 installed packages: digest-20050323 html2text-1.3.2a
###
BULK> Full rebuild in progress...
BULK> Cleaning package isearch-1.47.01 and pre-requisite packages
===> Cleaning for isearch-1.47.01
BULK> Removing installed packages which are not needed to build isearch-1.47.01
BULK> Keeping BULK_PREREQ: digest-20050323 (pkgtools/digest)
/usr/pkg/sbin/pkg_delete -K /var/db/pkg -r html2text-1.3.2a
BULK> Installing packages which are required to build isearch-1.47.01.
BULK> Required package digest-20050323 (pkgtools/digest) is already installed
/usr/pkg/bin/bmake package (isearch-1.47.01)
===> Checking for vulnerabilities in isearch-1.47.01
=> Checksum SHA1 OK for Isearch-1.47.01.tar.gz.
=> Checksum RMD160 OK for Isearch-1.47.01.tar.gz.
work -> /pkgobj/textproc/isearch/work
===> Extracting for isearch-1.47.01
===> Patching for isearch-1.47.01
===> Applying pkgsrc patches for isearch-1.47.01
===> Overriding tools for isearch-1.47.01
===> Creating toolchain wrappers for isearch-1.47.01
===> Configuring for isearch-1.47.01
creating cache ./config.cache
checking for gcc... cc
checking whether we are using GNU C... no
checking for ranlib... ranlib
checking whether cross-compiling... no
checking size of short int... 2
checking size of int... 4
checking size of long int... 4
checking size of long long int... 8
updating cache ./config.cache
creating ./config.status
creating src/Makefile.000
creating src/conf.h
Isearch configuration complete.
===> Building for isearch-1.47.01
`if [ ! -f src/conf.h ] ;  then echo ./configure ;  fi`
cd doctype; make "CC=CC"  CFLAGS="-O -DUNIX -DVERS=\\\"1.47.01\\\" "
CC -O -DUNIX -DVERS=\"1.47.01\"   -o dtconf.o -c dtconf.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -o dtconf dtconf.o
./dtconf

Configuring Isearch for the following document types (see dtconf.inf):	SIMPLE - Simple headline document type
	SGMLTAG - SGML-like Document Type
	FIRSTLINE - Text Document Type, first line is headline
	COLONDOC - Colon Tagged (IAFA-like) Document Type
	IAFADOC - Colon Tagged (IAFA-like) Document Type
	MAILFOLDER - Mail Folder Document Type
	REFERBIB - Refer Bibliographic records Document Type
	IRLIST - IRList Mail Digest Document Type
	LISTDIGEST - Listserver Mail Digest Document Type
	MAILDIGEST - Mail Digest Document Type
	MEDLINE - MEDLINE-like Document Type
	FILMLINE - FILMLINE v1.x Document Type
	MEMODOC - Colon Tagged Memo Document Type
	SGMLNORM - Normalized SGML Document Type
	HTML - WWW HTML Document Type
	ONELINE - documents one per line
	PARA - index paragraphs
	FILENAME - indexes a file using  filename
	FTP - first line is headline, rest is real body
	EMACSINFO - first line is headline, rest is real body
	GOPHER - present with with gopher-style .cap name files
	BIBTEX - index BibTEX files
	USMARC - MARC records for library use
	ANZLIC - ANZLIC Document Type
	DIF - SGML-like Text w/ static present function
	GILS - SGML-like Text w/ static present function
	FGDC - FGDC Document Type
	FGDCSITE - locator records for FGDC nodes
	MARCDUMP - output from Yaz utility marcdump
	GILSXML - for XML-tagged GILS records
	CIPP - NASA/CIP Product Metadata Document Type
	EOS_GUIDE - HTML documents with special markup,  only
	HTMLTAG - HTML documents,  only
	SOIF - Harvest SOIF records
	ANZMETA - adaptation of FGDC Document Type
	TAGLIST - SGML-like Document Type
	CIPC - NASA/CIP Collection Metadata Document Type

Creating ../src/dtreg.hxx
Creating ../src/dtreg.cxx
Creating ../src/Makefile

cd src; make "BIN_DIR=../bin"  "DOCTYPE_DIR=../doctype"  CFLAGS="-O -DUNIX -DVERS=\\\"1.47.01\\\" "  "CC=CC" "DOCLIB=" "LDFLAGS=-R/usr/pkg/lib"
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o defs.o -c defs.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o vlist.o -c vlist.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o registry.o -c registry.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o opobj.o -c opobj.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o operand.o -c operand.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o operator.o -c operator.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o termobj.o -c termobj.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o sterm.o -c sterm.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o opstack.o -c opstack.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o squery.o -c squery.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o fprec.o -c fprec.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o fpt.o -c fpt.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o strlist.o -c strlist.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o dtreg.o -c dtreg.cxx
"../doctype/simple.hxx", line 59: Warning: SIMPLE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/simple.hxx", line 59: Warning: SIMPLE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/colondoc.hxx", line 28: Warning: COLONDOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/colondoc.hxx", line 28: Warning: COLONDOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/mailfolder.hxx", line 36: Warning: MAILFOLDER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/mailfolder.hxx", line 36: Warning: MAILFOLDER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/referbib.hxx", line 28: Warning: REFERBIB::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/referbib.hxx", line 28: Warning: REFERBIB::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/medline.hxx", line 29: Warning: MEDLINE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/medline.hxx", line 29: Warning: MEDLINE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/memodoc.hxx", line 26: Warning: MEMODOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/memodoc.hxx", line 26: Warning: MEMODOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/sgmlnorm.hxx", line 37: Warning: SGMLNORM::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/sgmlnorm.hxx", line 37: Warning: SGMLNORM::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/html.hxx", line 37: Warning: HTML::GetMetadata hides the virtual function DOCTYPE::GetMetadata(const RECORD&, const STRING&, const REGISTRY*).
"../doctype/filename.hxx", line 25: Warning: FILENAME::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/filename.hxx", line 25: Warning: FILENAME::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/ftp.hxx", line 25: Warning: FTP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/ftp.hxx", line 25: Warning: FTP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/emacsinfo.hxx", line 26: Warning: EMACSINFO::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/emacsinfo.hxx", line 26: Warning: EMACSINFO::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/gopher.hxx", line 25: Warning: GOPHER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/gopher.hxx", line 25: Warning: GOPHER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/bibtex.hxx", line 26: Warning: BIBTEX::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/bibtex.hxx", line 26: Warning: BIBTEX::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/usmarc.hxx", line 55: Warning: USMARC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const char*, double*, double*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::ParseDate hides the virtual function DOCTYPE::ParseDate(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::Present hides the virtual function COLONDOC::Present(const RESULT&, const STRING&, STRING*).
"../doctype/gils.hxx", line 68: Warning: GILS::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdc.hxx", line 83: Warning: FGDC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdcsite.hxx", line 86: Warning: FGDCSITE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdcsite.hxx", line 86: Warning: FGDCSITE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/marcdump.hxx", line 41: Warning: MARCDUMP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/gilsxml.hxx", line 96: Warning: GILSXML::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/cipp.hxx", line 64: Warning: CIPP::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/eos_guide.hxx", line 27: Warning: EOS_GUIDE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/eos_guide.hxx", line 27: Warning: EOS_GUIDE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/htmltag.hxx", line 26: Warning: HTMLTAG::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/htmltag.hxx", line 26: Warning: HTMLTAG::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/soif.hxx", line 28: Warning: SOIF::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/soif.hxx", line 28: Warning: SOIF::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/anzmeta.hxx", line 88: Warning: ANZMETA::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/cipc.hxx", line 64: Warning: CIPC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
47 Warning(s) detected.
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o idb.o -c idb.cxx
"../doctype/simple.hxx", line 59: Warning: SIMPLE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/simple.hxx", line 59: Warning: SIMPLE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/colondoc.hxx", line 28: Warning: COLONDOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/colondoc.hxx", line 28: Warning: COLONDOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/mailfolder.hxx", line 36: Warning: MAILFOLDER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/mailfolder.hxx", line 36: Warning: MAILFOLDER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/referbib.hxx", line 28: Warning: REFERBIB::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/referbib.hxx", line 28: Warning: REFERBIB::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/medline.hxx", line 29: Warning: MEDLINE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/medline.hxx", line 29: Warning: MEDLINE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/memodoc.hxx", line 26: Warning: MEMODOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/memodoc.hxx", line 26: Warning: MEMODOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/sgmlnorm.hxx", line 37: Warning: SGMLNORM::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/sgmlnorm.hxx", line 37: Warning: SGMLNORM::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/html.hxx", line 37: Warning: HTML::GetMetadata hides the virtual function DOCTYPE::GetMetadata(const RECORD&, const STRING&, const REGISTRY*).
"../doctype/filename.hxx", line 25: Warning: FILENAME::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/filename.hxx", line 25: Warning: FILENAME::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/ftp.hxx", line 25: Warning: FTP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/ftp.hxx", line 25: Warning: FTP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/emacsinfo.hxx", line 26: Warning: EMACSINFO::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/emacsinfo.hxx", line 26: Warning: EMACSINFO::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/gopher.hxx", line 25: Warning: GOPHER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/gopher.hxx", line 25: Warning: GOPHER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/bibtex.hxx", line 26: Warning: BIBTEX::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/bibtex.hxx", line 26: Warning: BIBTEX::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/usmarc.hxx", line 55: Warning: USMARC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const char*, double*, double*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::ParseDate hides the virtual function DOCTYPE::ParseDate(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::Present hides the virtual function COLONDOC::Present(const RESULT&, const STRING&, STRING*).
"../doctype/gils.hxx", line 68: Warning: GILS::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdc.hxx", line 83: Warning: FGDC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdcsite.hxx", line 86: Warning: FGDCSITE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdcsite.hxx", line 86: Warning: FGDCSITE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/marcdump.hxx", line 41: Warning: MARCDUMP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/gilsxml.hxx", line 96: Warning: GILSXML::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/cipp.hxx", line 64: Warning: CIPP::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/eos_guide.hxx", line 27: Warning: EOS_GUIDE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/eos_guide.hxx", line 27: Warning: EOS_GUIDE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/htmltag.hxx", line 26: Warning: HTMLTAG::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/htmltag.hxx", line 26: Warning: HTMLTAG::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/soif.hxx", line 28: Warning: SOIF::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/soif.hxx", line 28: Warning: SOIF::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/anzmeta.hxx", line 88: Warning: ANZMETA::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/cipc.hxx", line 64: Warning: CIPC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"idb.cxx", line 601: Warning (Anachronism): Formal argument 5 of type extern "C" int(*)(const void*,const void*) in call to std::bsearch(const void*, const void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
48 Warning(s) detected.
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o string.o -c string.cxx
"string.cxx", line 984: Warning: BufferSize hides STRING::BufferSize.
1 Warning(s) detected.
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o common.o -c common.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o result.o -c result.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o rset.o -c rset.cxx
"rset.cxx", line 135: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"rset.cxx", line 143: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
2 Warning(s) detected.
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o iresult.o -c iresult.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o irset.o -c irset.cxx
"../doctype/simple.hxx", line 59: Warning: SIMPLE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/simple.hxx", line 59: Warning: SIMPLE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/colondoc.hxx", line 28: Warning: COLONDOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/colondoc.hxx", line 28: Warning: COLONDOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/mailfolder.hxx", line 36: Warning: MAILFOLDER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/mailfolder.hxx", line 36: Warning: MAILFOLDER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/referbib.hxx", line 28: Warning: REFERBIB::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/referbib.hxx", line 28: Warning: REFERBIB::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/medline.hxx", line 29: Warning: MEDLINE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/medline.hxx", line 29: Warning: MEDLINE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/memodoc.hxx", line 26: Warning: MEMODOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/memodoc.hxx", line 26: Warning: MEMODOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/sgmlnorm.hxx", line 37: Warning: SGMLNORM::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/sgmlnorm.hxx", line 37: Warning: SGMLNORM::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/html.hxx", line 37: Warning: HTML::GetMetadata hides the virtual function DOCTYPE::GetMetadata(const RECORD&, const STRING&, const REGISTRY*).
"../doctype/filename.hxx", line 25: Warning: FILENAME::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/filename.hxx", line 25: Warning: FILENAME::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/ftp.hxx", line 25: Warning: FTP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/ftp.hxx", line 25: Warning: FTP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/emacsinfo.hxx", line 26: Warning: EMACSINFO::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/emacsinfo.hxx", line 26: Warning: EMACSINFO::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/gopher.hxx", line 25: Warning: GOPHER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/gopher.hxx", line 25: Warning: GOPHER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/bibtex.hxx", line 26: Warning: BIBTEX::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/bibtex.hxx", line 26: Warning: BIBTEX::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/usmarc.hxx", line 55: Warning: USMARC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const char*, double*, double*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::ParseDate hides the virtual function DOCTYPE::ParseDate(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::Present hides the virtual function COLONDOC::Present(const RESULT&, const STRING&, STRING*).
"../doctype/gils.hxx", line 68: Warning: GILS::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdc.hxx", line 83: Warning: FGDC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdcsite.hxx", line 86: Warning: FGDCSITE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdcsite.hxx", line 86: Warning: FGDCSITE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/marcdump.hxx", line 41: Warning: MARCDUMP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/gilsxml.hxx", line 96: Warning: GILSXML::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/cipp.hxx", line 64: Warning: CIPP::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/eos_guide.hxx", line 27: Warning: EOS_GUIDE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/eos_guide.hxx", line 27: Warning: EOS_GUIDE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/htmltag.hxx", line 26: Warning: HTMLTAG::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/htmltag.hxx", line 26: Warning: HTMLTAG::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/soif.hxx", line 28: Warning: SOIF::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/soif.hxx", line 28: Warning: SOIF::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/anzmeta.hxx", line 88: Warning: ANZMETA::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/cipc.hxx", line 64: Warning: CIPC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"irset.cxx", line 106: Warning: ScoreSort hides IRSET::ScoreSort.
"irset.cxx", line 549: Warning (Anachronism): Formal argument 5 of type extern "C" int(*)(const void*,const void*) in call to std::bsearch(const void*, const void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"irset.cxx", line 589: Warning (Anachronism): Formal argument 5 of type extern "C" int(*)(const void*,const void*) in call to std::bsearch(const void*, const void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"irset.cxx", line 794: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"irset.cxx", line 801: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
52 Warning(s) detected.
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o record.o -c record.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o reclist.o -c reclist.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o mdt.o -c mdt.cxx
"mdt.cxx", line 182: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"mdt.cxx", line 184: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"mdt.cxx", line 282: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"mdt.cxx", line 323: Warning (Anachronism): Formal argument 5 of type extern "C" int(*)(const void*,const void*) in call to std::bsearch(const void*, const void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"mdt.cxx", line 362: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"mdt.cxx", line 380: Warning (Anachronism): Formal argument 5 of type extern "C" int(*)(const void*,const void*) in call to std::bsearch(const void*, const void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
6 Warning(s) detected.
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o mdtrec.o -c mdtrec.cxx
CC -O -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o index.o -c index.cxx
"../doctype/simple.hxx", line 59: Warning: SIMPLE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/simple.hxx", line 59: Warning: SIMPLE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/colondoc.hxx", line 28: Warning: COLONDOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/colondoc.hxx", line 28: Warning: COLONDOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/mailfolder.hxx", line 36: Warning: MAILFOLDER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/mailfolder.hxx", line 36: Warning: MAILFOLDER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/referbib.hxx", line 28: Warning: REFERBIB::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/referbib.hxx", line 28: Warning: REFERBIB::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/medline.hxx", line 29: Warning: MEDLINE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/medline.hxx", line 29: Warning: MEDLINE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/memodoc.hxx", line 26: Warning: MEMODOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/memodoc.hxx", line 26: Warning: MEMODOC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/sgmlnorm.hxx", line 37: Warning: SGMLNORM::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/sgmlnorm.hxx", line 37: Warning: SGMLNORM::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/html.hxx", line 37: Warning: HTML::GetMetadata hides the virtual function DOCTYPE::GetMetadata(const RECORD&, const STRING&, const REGISTRY*).
"../doctype/filename.hxx", line 25: Warning: FILENAME::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/filename.hxx", line 25: Warning: FILENAME::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/ftp.hxx", line 25: Warning: FTP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/ftp.hxx", line 25: Warning: FTP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/emacsinfo.hxx", line 26: Warning: EMACSINFO::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/emacsinfo.hxx", line 26: Warning: EMACSINFO::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/gopher.hxx", line 25: Warning: GOPHER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/gopher.hxx", line 25: Warning: GOPHER::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/bibtex.hxx", line 26: Warning: BIBTEX::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/bibtex.hxx", line 26: Warning: BIBTEX::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/usmarc.hxx", line 55: Warning: USMARC::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const char*, double*, double*).
"../doctype/anzlic.hxx", line 79: Warning: ANZLIC::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::ParseDate hides the virtual function DOCTYPE::ParseDate(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::ParseDateRange hides the virtual function DOCTYPE::ParseDateRange(const STRING&, double*, double*).
"../doctype/dif.hxx", line 118: Warning: DIF::Present hides the virtual function COLONDOC::Present(const RESULT&, const STRING&, STRING*).
"../doctype/gils.hxx", line 68: Warning: GILS::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdc.hxx", line 83: Warning: FGDC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdcsite.hxx", line 86: Warning: FGDCSITE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/fgdcsite.hxx", line 86: Warning: FGDCSITE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/marcdump.hxx", line 41: Warning: MARCDUMP::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/gilsxml.hxx", line 96: Warning: GILSXML::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/cipp.hxx", line 64: Warning: CIPP::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/eos_guide.hxx", line 27: Warning: EOS_GUIDE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, STRING*).
"../doctype/eos_guide.hxx", line 27: Warning: EOS_GUIDE::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/htmltag.hxx", line 26: Warning: HTMLTAG::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/htmltag.hxx", line 26: Warning: HTMLTAG::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/soif.hxx", line 28: Warning: SOIF::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, bool, STRING*).
"../doctype/soif.hxx", line 28: Warning: SOIF::Present hides the virtual function DOCTYPE::Present(const RESULT&, const STRING&, const STRING&, STRING*).
"../doctype/anzmeta.hxx", line 88: Warning: ANZMETA::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"../doctype/cipc.hxx", line 64: Warning: CIPC::Present hides the virtual function SGMLNORM::Present(const RESULT&, const STRING&, STRING*).
"index.cxx", line 218: Warning: DocTypePtr hides INDEX::DocTypePtr.
"index.cxx", line 680: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"index.cxx", line 1808: Warning (Anachronism): Formal argument 4 of type extern "C" int(*)(const void*,const void*) in call to std::qsort(void*, unsigned, unsigned, extern "C" int(*)(const void*,const void*)) is being passed int(*)(const void*,const void*).
"index.cxx", line 2207: Error: An integer constant expression is required within the array subscript operator.
"index.cxx", line 2262: Error: An integer constant expression is required within the array subscript operator.
2 Error(s) and 50 Warning(s) detected.
*** Error code 2

Stop.
make: stopped in /pkgobj/textproc/isearch/work/Isearch-1.47.01/src
*** Error code 1

Stop.
bmake: stopped in /pkgobj/textproc/isearch/work/Isearch-1.47.01
*** Error code 1

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

Stop.
bmake: stopped in /usr/pkgsrc/textproc/isearch

Please view the work log for isearch-1.47.01


BULK> isearch-1.47.01 was marked as broken:
-rw-r--r--   1 root     other      40667 Jul 13 07:42 .broken.html
/usr/pkg/bin/bmake deinstall
===> Deinstalling for isearch
BULK> Marking all packages which depend upon isearch-1.47.01 as broken:
BULK> Build for isearch-1.47.01 was not successful, aborting.