+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/isearch-1.47.01nb2/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/isearch-1.47.01nb2/work.log
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for isearch-1.47.01nb2
`if [ ! -f src/conf.h ] ;  then echo ./configure ;  fi`
cd doctype; make "CC=g++"  CFLAGS="-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DUNIX -DVERS=\\\"1.47.01\\\" "
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DUNIX -DVERS=\"1.47.01\"   -o dtconf.o -c dtconf.cxx
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -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, <HEAD> only
	HTMLTAG - HTML documents, <HEAD> 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="-pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DUNIX -DVERS=\\\"1.47.01\\\" "  "CC=g++" "DOCLIB=" "LDFLAGS=-Wl,-R/opt/pkg/lib"
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o defs.o -c defs.cxx
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o vlist.o -c vlist.cxx
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o registry.o -c registry.cxx
g++ -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -DUNIX -DVERS=\"1.47.01\"  -I../doctype -I../src -o opobj.o -c opobj.cxx
In file included from /opt/tools/gcc13/include/c++/13.3.0/bits/specfun.h:44,
                 from /opt/tools/gcc13/include/c++/13.3.0/cmath:3699,
                 from /opt/tools/gcc13/include/c++/13.3.0/math.h:36,
                 from result.hxx:47,
                 from opobj.hxx:67,
                 from opobj.cxx:43:
/opt/tools/gcc13/include/c++/13.3.0/limits:317:11: error: macro "min" requires 2 arguments, but only 1 given
  317 |       min() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
      |           ^
In file included from mdtrec.hxx:48,
                 from opobj.hxx:58:
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:321:11: error: macro "max" requires 2 arguments, but only 1 given
  321 |       max() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:389:11: error: macro "min" requires 2 arguments, but only 1 given
  389 |       min() _GLIBCXX_USE_NOEXCEPT { return false; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:392:11: error: macro "max" requires 2 arguments, but only 1 given
  392 |       max() _GLIBCXX_USE_NOEXCEPT { return true; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:396:38: error: macro "min" requires 2 arguments, but only 1 given
  396 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:458:11: error: macro "min" requires 2 arguments, but only 1 given
  458 |       min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min(char); }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:461:11: error: macro "max" requires 2 arguments, but only 1 given
  461 |       max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max(char); }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:465:38: error: macro "min" requires 2 arguments, but only 1 given
  465 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:525:11: error: macro "min" requires 2 arguments, but only 1 given
  525 |       min() _GLIBCXX_USE_NOEXCEPT { return -__SCHAR_MAX__ - 1; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:528:11: error: macro "max" requires 2 arguments, but only 1 given
  528 |       max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:532:38: error: macro "min" requires 2 arguments, but only 1 given
  532 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:595:11: error: macro "min" requires 2 arguments, but only 1 given
  595 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:598:11: error: macro "max" requires 2 arguments, but only 1 given
  598 |       max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__ * 2U + 1; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:602:38: error: macro "min" requires 2 arguments, but only 1 given
  602 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:668:11: error: macro "min" requires 2 arguments, but only 1 given
  668 |       min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min (wchar_t); }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:671:11: error: macro "max" requires 2 arguments, but only 1 given
  671 |       max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:675:38: error: macro "min" requires 2 arguments, but only 1 given
  675 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:802:11: error: macro "min" requires 2 arguments, but only 1 given
  802 |       min() noexcept { return __glibcxx_min (char16_t); }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:805:11: error: macro "max" requires 2 arguments, but only 1 given
  805 |       max() noexcept { return __glibcxx_max (char16_t); }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:808:38: error: macro "min" requires 2 arguments, but only 1 given
  808 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:863:11: error: macro "min" requires 2 arguments, but only 1 given
  863 |       min() noexcept { return __glibcxx_min (char32_t); }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:866:11: error: macro "max" requires 2 arguments, but only 1 given
  866 |       max() noexcept { return __glibcxx_max (char32_t); }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:869:38: error: macro "min" requires 2 arguments, but only 1 given
  869 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:925:11: error: macro "min" requires 2 arguments, but only 1 given
  925 |       min() _GLIBCXX_USE_NOEXCEPT { return -__SHRT_MAX__ - 1; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:928:11: error: macro "max" requires 2 arguments, but only 1 given
  928 |       max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:932:38: error: macro "min" requires 2 arguments, but only 1 given
  932 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:992:11: error: macro "min" requires 2 arguments, but only 1 given
  992 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:995:11: error: macro "max" requires 2 arguments, but only 1 given
  995 |       max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__ * 2U + 1; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:999:38: error: macro "min" requires 2 arguments, but only 1 given
  999 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1065:11: error: macro "min" requires 2 arguments, but only 1 given
 1065 |       min() _GLIBCXX_USE_NOEXCEPT { return -__INT_MAX__ - 1; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1068:11: error: macro "max" requires 2 arguments, but only 1 given
 1068 |       max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1072:38: error: macro "min" requires 2 arguments, but only 1 given
 1072 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1132:11: error: macro "min" requires 2 arguments, but only 1 given
 1132 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1135:11: error: macro "max" requires 2 arguments, but only 1 given
 1135 |       max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__ * 2U + 1; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1139:38: error: macro "min" requires 2 arguments, but only 1 given
 1139 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1204:11: error: macro "min" requires 2 arguments, but only 1 given
 1204 |       min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_MAX__ - 1; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1207:11: error: macro "max" requires 2 arguments, but only 1 given
 1207 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1211:38: error: macro "min" requires 2 arguments, but only 1 given
 1211 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1271:11: error: macro "min" requires 2 arguments, but only 1 given
 1271 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1274:11: error: macro "max" requires 2 arguments, but only 1 given
 1274 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__ * 2UL + 1; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1278:38: error: macro "min" requires 2 arguments, but only 1 given
 1278 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1344:11: error: macro "min" requires 2 arguments, but only 1 given
 1344 |       min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_LONG_MAX__ - 1; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1347:11: error: macro "max" requires 2 arguments, but only 1 given
 1347 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1351:38: error: macro "min" requires 2 arguments, but only 1 given
 1351 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1414:11: error: macro "min" requires 2 arguments, but only 1 given
 1414 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1417:11: error: macro "max" requires 2 arguments, but only 1 given
 1417 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__ * 2ULL + 1; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1421:38: error: macro "min" requires 2 arguments, but only 1 given
 1421 |       lowest() noexcept { return min(); }
      |                                      ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1639:51: error: macro "min" requires 2 arguments, but only 1 given
 1639 |           __INT_N_U201103 (__GLIBCXX_TYPE_INT_N_0))
      |                                                   ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1639:51: error: macro "min" requires 2 arguments, but only 1 given
 1639 |           __INT_N_U201103 (__GLIBCXX_TYPE_INT_N_0))
      |                                                   ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1639:51: error: macro "min" requires 2 arguments, but only 1 given
 1639 |           __INT_N_U201103 (__GLIBCXX_TYPE_INT_N_0))
      |                                                   ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1639:51: error: macro "max" requires 2 arguments, but only 1 given
 1639 |           __INT_N_U201103 (__GLIBCXX_TYPE_INT_N_0))
      |                                                   ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1639:51: error: macro "min" requires 2 arguments, but only 1 given
 1639 |           __INT_N_U201103 (__GLIBCXX_TYPE_INT_N_0))
      |                                                   ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1639:51: error: macro "max" requires 2 arguments, but only 1 given
 1639 |           __INT_N_U201103 (__GLIBCXX_TYPE_INT_N_0))
      |                                                   ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1675:11: error: macro "min" requires 2 arguments, but only 1 given
 1675 |       min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1678:11: error: macro "max" requires 2 arguments, but only 1 given
 1678 |       max() _GLIBCXX_USE_NOEXCEPT { return __FLT_MAX__; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1750:11: error: macro "min" requires 2 arguments, but only 1 given
 1750 |       min() _GLIBCXX_USE_NOEXCEPT { return __DBL_MIN__; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1753:11: error: macro "max" requires 2 arguments, but only 1 given
 1753 |       max() _GLIBCXX_USE_NOEXCEPT { return __DBL_MAX__; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1825:11: error: macro "min" requires 2 arguments, but only 1 given
 1825 |       min() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MIN__; }
      |           ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:1828:11: error: macro "max" requires 2 arguments, but only 1 given
 1828 |       max() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MAX__; }
      |           ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
In file included from /opt/tools/gcc13/include/c++/13.3.0/bits/specfun.h:48:
/opt/tools/gcc13/include/c++/13.3.0/tr1/bessel_function.tcc:168:68: error: macro "min" requires 2 arguments, but only 1 given
  168 |       const _Tp __fp_min = std::sqrt(std::numeric_limits<_Tp>::min());
      |                                                                    ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
In file included from /opt/tools/gcc13/include/c++/13.3.0/bits/specfun.h:50:
/opt/tools/gcc13/include/c++/13.3.0/tr1/ell_integral.tcc:80:55: error: macro "min" requires 2 arguments, but only 1 given
   80 |       const _Tp __min = std::numeric_limits<_Tp>::min();
      |                                                       ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/tr1/ell_integral.tcc:320:55: error: macro "max" requires 2 arguments, but only 1 given
  320 |       const _Tp __max = std::numeric_limits<_Tp>::max();
      |                                                       ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/tr1/ell_integral.tcc:496:55: error: macro "min" requires 2 arguments, but only 1 given
  496 |       const _Tp __min = std::numeric_limits<_Tp>::min();
      |                                                       ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/tr1/ell_integral.tcc:565:55: error: macro "min" requires 2 arguments, but only 1 given
  565 |       const _Tp __min = std::numeric_limits<_Tp>::min();
      |                                                       ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
In file included from /opt/tools/gcc13/include/c++/13.3.0/bits/specfun.h:51:
/opt/tools/gcc13/include/c++/13.3.0/tr1/exp_integral.tcc:207:58: error: macro "min" requires 2 arguments, but only 1 given
  207 |       const _Tp __fp_min = std::numeric_limits<_Tp>::min();
      |                                                          ^
common.hxx:58: note: macro "min" defined here
   58 | #define min(a,b) (((a) < (b)) ? (a) : (b))
      | 
In file included from /opt/tools/gcc13/include/c++/13.3.0/bits/specfun.h:52:
/opt/tools/gcc13/include/c++/13.3.0/tr1/hypergeometric.tcc:124:64: error: macro "max" requires 2 arguments, but only 1 given
  124 |       const _Tp __big = std::pow(std::numeric_limits<_Tp>::max(), _Tp(0.16L));
      |                                                                ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/tr1/hypergeometric.tcc:308:64: error: macro "max" requires 2 arguments, but only 1 given
  308 |       const _Tp __big = std::pow(std::numeric_limits<_Tp>::max(), _Tp(0.16L));
      |                                                                ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/tr1/hypergeometric.tcc:446:68: error: macro "max" requires 2 arguments, but only 1 given
  446 |       const _Tp __log_max = std::log(std::numeric_limits<_Tp>::max());
      |                                                                    ^
common.hxx:54: note: macro "max" defined here
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      | 
/opt/tools/gcc13/include/c++/13.3.0/limits:317:7: error: 'constexpr' static data member 'min' must have an initializer
  317 |       min() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:317:7: error: expected ';' at end of member declaration
  317 |       min() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
      |       ^~~
      |          ;
In file included from /opt/tools/gcc13/include/c++/13.3.0/cstdlib:41,
                 from /opt/tools/gcc13/include/c++/13.3.0/stdlib.h:36,
                 from gdt.h:50,
                 from defs.hxx:55,
                 from opobj.hxx:52:
/opt/tools/gcc13/include/c++/13.3.0/limits:317:13: error: expected unqualified-id before 'noexcept'
  317 |       min() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:321:7: error: 'constexpr' static data member 'max' must have an initializer
  321 |       max() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:321:7: error: expected ';' at end of member declaration
  321 |       max() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:321:13: error: expected unqualified-id before 'noexcept'
  321 |       max() _GLIBCXX_USE_NOEXCEPT { return _Tp(); }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:389:7: error: 'constexpr' static data member 'min' must have an initializer
  389 |       min() _GLIBCXX_USE_NOEXCEPT { return false; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:389:7: error: expected ';' at end of member declaration
  389 |       min() _GLIBCXX_USE_NOEXCEPT { return false; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:389:13: error: expected unqualified-id before 'noexcept'
  389 |       min() _GLIBCXX_USE_NOEXCEPT { return false; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:392:7: error: 'constexpr' static data member 'max' must have an initializer
  392 |       max() _GLIBCXX_USE_NOEXCEPT { return true; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:392:7: error: expected ';' at end of member declaration
  392 |       max() _GLIBCXX_USE_NOEXCEPT { return true; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:392:13: error: expected unqualified-id before 'noexcept'
  392 |       max() _GLIBCXX_USE_NOEXCEPT { return true; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:458:7: error: 'constexpr' static data member 'min' must have an initializer
  458 |       min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min(char); }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:458:7: error: expected ';' at end of member declaration
  458 |       min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min(char); }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:458:13: error: expected unqualified-id before 'noexcept'
  458 |       min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min(char); }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:461:7: error: 'constexpr' static data member 'max' must have an initializer
  461 |       max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max(char); }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:461:7: error: expected ';' at end of member declaration
  461 |       max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max(char); }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:461:13: error: expected unqualified-id before 'noexcept'
  461 |       max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max(char); }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:525:7: error: 'constexpr' static data member 'min' must have an initializer
  525 |       min() _GLIBCXX_USE_NOEXCEPT { return -__SCHAR_MAX__ - 1; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:525:7: error: expected ';' at end of member declaration
  525 |       min() _GLIBCXX_USE_NOEXCEPT { return -__SCHAR_MAX__ - 1; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:525:13: error: expected unqualified-id before 'noexcept'
  525 |       min() _GLIBCXX_USE_NOEXCEPT { return -__SCHAR_MAX__ - 1; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:528:7: error: 'constexpr' static data member 'max' must have an initializer
  528 |       max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:528:7: error: expected ';' at end of member declaration
  528 |       max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:528:13: error: expected unqualified-id before 'noexcept'
  528 |       max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:595:7: error: 'constexpr' static data member 'min' must have an initializer
  595 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:595:7: error: expected ';' at end of member declaration
  595 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:595:13: error: expected unqualified-id before 'noexcept'
  595 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:598:7: error: 'constexpr' static data member 'max' must have an initializer
  598 |       max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__ * 2U + 1; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:598:7: error: expected ';' at end of member declaration
  598 |       max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__ * 2U + 1; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:598:13: error: expected unqualified-id before 'noexcept'
  598 |       max() _GLIBCXX_USE_NOEXCEPT { return __SCHAR_MAX__ * 2U + 1; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:668:7: error: 'constexpr' static data member 'min' must have an initializer
  668 |       min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min (wchar_t); }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:668:7: error: expected ';' at end of member declaration
  668 |       min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min (wchar_t); }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:668:13: error: expected unqualified-id before 'noexcept'
  668 |       min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min (wchar_t); }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:671:7: error: 'constexpr' static data member 'max' must have an initializer
  671 |       max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:671:7: error: expected ';' at end of member declaration
  671 |       max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:671:13: error: expected unqualified-id before 'noexcept'
  671 |       max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max (wchar_t); }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:802:7: error: 'constexpr' static data member 'min' must have an initializer
  802 |       min() noexcept { return __glibcxx_min (char16_t); }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:802:7: error: expected ';' at end of member declaration
  802 |       min() noexcept { return __glibcxx_min (char16_t); }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:802:13: error: expected unqualified-id before 'noexcept'
  802 |       min() noexcept { return __glibcxx_min (char16_t); }
      |             ^~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:805:7: error: 'constexpr' static data member 'max' must have an initializer
  805 |       max() noexcept { return __glibcxx_max (char16_t); }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:805:7: error: expected ';' at end of member declaration
  805 |       max() noexcept { return __glibcxx_max (char16_t); }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:805:13: error: expected unqualified-id before 'noexcept'
  805 |       max() noexcept { return __glibcxx_max (char16_t); }
      |             ^~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:863:7: error: 'constexpr' static data member 'min' must have an initializer
  863 |       min() noexcept { return __glibcxx_min (char32_t); }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:863:7: error: expected ';' at end of member declaration
  863 |       min() noexcept { return __glibcxx_min (char32_t); }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:863:13: error: expected unqualified-id before 'noexcept'
  863 |       min() noexcept { return __glibcxx_min (char32_t); }
      |             ^~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:866:7: error: 'constexpr' static data member 'max' must have an initializer
  866 |       max() noexcept { return __glibcxx_max (char32_t); }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:866:7: error: expected ';' at end of member declaration
  866 |       max() noexcept { return __glibcxx_max (char32_t); }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:866:13: error: expected unqualified-id before 'noexcept'
  866 |       max() noexcept { return __glibcxx_max (char32_t); }
      |             ^~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:925:7: error: 'constexpr' static data member 'min' must have an initializer
  925 |       min() _GLIBCXX_USE_NOEXCEPT { return -__SHRT_MAX__ - 1; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:925:7: error: expected ';' at end of member declaration
  925 |       min() _GLIBCXX_USE_NOEXCEPT { return -__SHRT_MAX__ - 1; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:925:13: error: expected unqualified-id before 'noexcept'
  925 |       min() _GLIBCXX_USE_NOEXCEPT { return -__SHRT_MAX__ - 1; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:928:7: error: 'constexpr' static data member 'max' must have an initializer
  928 |       max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:928:7: error: expected ';' at end of member declaration
  928 |       max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:928:13: error: expected unqualified-id before 'noexcept'
  928 |       max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:992:7: error: 'constexpr' static data member 'min' must have an initializer
  992 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:992:7: error: expected ';' at end of member declaration
  992 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:992:13: error: expected unqualified-id before 'noexcept'
  992 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:995:7: error: 'constexpr' static data member 'max' must have an initializer
  995 |       max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__ * 2U + 1; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:995:7: error: expected ';' at end of member declaration
  995 |       max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__ * 2U + 1; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:995:13: error: expected unqualified-id before 'noexcept'
  995 |       max() _GLIBCXX_USE_NOEXCEPT { return __SHRT_MAX__ * 2U + 1; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1065:7: error: 'constexpr' static data member 'min' must have an initializer
 1065 |       min() _GLIBCXX_USE_NOEXCEPT { return -__INT_MAX__ - 1; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1065:7: error: expected ';' at end of member declaration
 1065 |       min() _GLIBCXX_USE_NOEXCEPT { return -__INT_MAX__ - 1; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1065:13: error: expected unqualified-id before 'noexcept'
 1065 |       min() _GLIBCXX_USE_NOEXCEPT { return -__INT_MAX__ - 1; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1068:7: error: 'constexpr' static data member 'max' must have an initializer
 1068 |       max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1068:7: error: expected ';' at end of member declaration
 1068 |       max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1068:13: error: expected unqualified-id before 'noexcept'
 1068 |       max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1132:7: error: 'constexpr' static data member 'min' must have an initializer
 1132 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1132:7: error: expected ';' at end of member declaration
 1132 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1132:13: error: expected unqualified-id before 'noexcept'
 1132 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1135:7: error: 'constexpr' static data member 'max' must have an initializer
 1135 |       max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__ * 2U + 1; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1135:7: error: expected ';' at end of member declaration
 1135 |       max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__ * 2U + 1; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1135:13: error: expected unqualified-id before 'noexcept'
 1135 |       max() _GLIBCXX_USE_NOEXCEPT { return __INT_MAX__ * 2U + 1; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1204:7: error: 'constexpr' static data member 'min' must have an initializer
 1204 |       min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_MAX__ - 1; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1204:7: error: expected ';' at end of member declaration
 1204 |       min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_MAX__ - 1; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1204:13: error: expected unqualified-id before 'noexcept'
 1204 |       min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_MAX__ - 1; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1207:7: error: 'constexpr' static data member 'max' must have an initializer
 1207 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1207:7: error: expected ';' at end of member declaration
 1207 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1207:13: error: expected unqualified-id before 'noexcept'
 1207 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1271:7: error: 'constexpr' static data member 'min' must have an initializer
 1271 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1271:7: error: expected ';' at end of member declaration
 1271 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1271:13: error: expected unqualified-id before 'noexcept'
 1271 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1274:7: error: 'constexpr' static data member 'max' must have an initializer
 1274 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__ * 2UL + 1; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1274:7: error: expected ';' at end of member declaration
 1274 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__ * 2UL + 1; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1274:13: error: expected unqualified-id before 'noexcept'
 1274 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_MAX__ * 2UL + 1; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1344:7: error: 'constexpr' static data member 'min' must have an initializer
 1344 |       min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_LONG_MAX__ - 1; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1344:7: error: expected ';' at end of member declaration
 1344 |       min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_LONG_MAX__ - 1; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1344:13: error: expected unqualified-id before 'noexcept'
 1344 |       min() _GLIBCXX_USE_NOEXCEPT { return -__LONG_LONG_MAX__ - 1; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1347:7: error: 'constexpr' static data member 'max' must have an initializer
 1347 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1347:7: error: expected ';' at end of member declaration
 1347 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1347:13: error: expected unqualified-id before 'noexcept'
 1347 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1414:7: error: 'constexpr' static data member 'min' must have an initializer
 1414 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1414:7: error: expected ';' at end of member declaration
 1414 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1414:13: error: expected unqualified-id before 'noexcept'
 1414 |       min() _GLIBCXX_USE_NOEXCEPT { return 0; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1417:7: error: 'constexpr' static data member 'max' must have an initializer
 1417 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__ * 2ULL + 1; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1417:7: error: expected ';' at end of member declaration
 1417 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__ * 2ULL + 1; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1417:13: error: expected unqualified-id before 'noexcept'
 1417 |       max() _GLIBCXX_USE_NOEXCEPT { return __LONG_LONG_MAX__ * 2ULL + 1; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: 'constexpr' static data member 'min' must have an initializer
 1637 |   __INT_N(__GLIBCXX_TYPE_INT_N_0, __GLIBCXX_BITSIZE_INT_N_0,
      |   ^~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: expected ';' at end of member declaration
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: expected unqualified-id before 'noexcept'
 1637 |   __INT_N(__GLIBCXX_TYPE_INT_N_0, __GLIBCXX_BITSIZE_INT_N_0,
      |   ^~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: 'constexpr' static data member 'max' must have an initializer
 1637 |   __INT_N(__GLIBCXX_TYPE_INT_N_0, __GLIBCXX_BITSIZE_INT_N_0,
      |   ^~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: expected ';' at end of member declaration
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: expected unqualified-id before 'noexcept'
 1637 |   __INT_N(__GLIBCXX_TYPE_INT_N_0, __GLIBCXX_BITSIZE_INT_N_0,
      |   ^~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: 'constexpr' static data member 'min' must have an initializer
 1637 |   __INT_N(__GLIBCXX_TYPE_INT_N_0, __GLIBCXX_BITSIZE_INT_N_0,
      |   ^~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: expected ';' at end of member declaration
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: expected unqualified-id before 'noexcept'
 1637 |   __INT_N(__GLIBCXX_TYPE_INT_N_0, __GLIBCXX_BITSIZE_INT_N_0,
      |   ^~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: 'constexpr' static data member 'max' must have an initializer
 1637 |   __INT_N(__GLIBCXX_TYPE_INT_N_0, __GLIBCXX_BITSIZE_INT_N_0,
      |   ^~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: expected ';' at end of member declaration
/opt/tools/gcc13/include/c++/13.3.0/limits:1637:3: error: expected unqualified-id before 'noexcept'
 1637 |   __INT_N(__GLIBCXX_TYPE_INT_N_0, __GLIBCXX_BITSIZE_INT_N_0,
      |   ^~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1675:7: error: 'constexpr' static data member 'min' must have an initializer
 1675 |       min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1675:7: error: expected ';' at end of member declaration
 1675 |       min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1675:13: error: expected unqualified-id before 'noexcept'
 1675 |       min() _GLIBCXX_USE_NOEXCEPT { return __FLT_MIN__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1678:7: error: 'constexpr' static data member 'max' must have an initializer
 1678 |       max() _GLIBCXX_USE_NOEXCEPT { return __FLT_MAX__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1678:7: error: expected ';' at end of member declaration
 1678 |       max() _GLIBCXX_USE_NOEXCEPT { return __FLT_MAX__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1678:13: error: expected unqualified-id before 'noexcept'
 1678 |       max() _GLIBCXX_USE_NOEXCEPT { return __FLT_MAX__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1750:7: error: 'constexpr' static data member 'min' must have an initializer
 1750 |       min() _GLIBCXX_USE_NOEXCEPT { return __DBL_MIN__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1750:7: error: expected ';' at end of member declaration
 1750 |       min() _GLIBCXX_USE_NOEXCEPT { return __DBL_MIN__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1750:13: error: expected unqualified-id before 'noexcept'
 1750 |       min() _GLIBCXX_USE_NOEXCEPT { return __DBL_MIN__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1753:7: error: 'constexpr' static data member 'max' must have an initializer
 1753 |       max() _GLIBCXX_USE_NOEXCEPT { return __DBL_MAX__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1753:7: error: expected ';' at end of member declaration
 1753 |       max() _GLIBCXX_USE_NOEXCEPT { return __DBL_MAX__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1753:13: error: expected unqualified-id before 'noexcept'
 1753 |       max() _GLIBCXX_USE_NOEXCEPT { return __DBL_MAX__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1825:7: error: 'constexpr' static data member 'min' must have an initializer
 1825 |       min() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MIN__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1825:7: error: expected ';' at end of member declaration
 1825 |       min() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MIN__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1825:13: error: expected unqualified-id before 'noexcept'
 1825 |       min() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MIN__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1828:7: error: 'constexpr' static data member 'max' must have an initializer
 1828 |       max() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MAX__; }
      |       ^~~
/opt/tools/gcc13/include/c++/13.3.0/limits:1828:7: error: expected ';' at end of member declaration
 1828 |       max() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MAX__; }
      |       ^~~
      |          ;
/opt/tools/gcc13/include/c++/13.3.0/limits:1828:13: error: expected unqualified-id before 'noexcept'
 1828 |       max() _GLIBCXX_USE_NOEXCEPT { return __LDBL_MAX__; }
      |             ^~~~~~~~~~~~~~~~~~~~~
/opt/tools/gcc13/include/c++/13.3.0/tr1/bessel_function.tcc: In function 'void std::__detail::__bessel_jn(_Tp, _Tp, _Tp&, _Tp&, _Tp&, _Tp&)':
common.hxx:54:18: error: expected unqualified-id before '(' token
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      |                  ^
/opt/tools/gcc13/include/c++/13.3.0/tr1/ell_integral.tcc: In function '_Tp std::__detail::__ellint_rf(_Tp, _Tp, _Tp)':
common.hxx:54:18: error: expected unqualified-id before '(' token
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      |                  ^
common.hxx:54:18: error: expected unqualified-id before '(' token
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      |                  ^
/opt/tools/gcc13/include/c++/13.3.0/tr1/ell_integral.tcc: In function '_Tp std::__detail::__ellint_rd(_Tp, _Tp, _Tp)':
common.hxx:54:18: error: expected unqualified-id before '(' token
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      |                  ^
common.hxx:54:18: error: expected unqualified-id before '(' token
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      |                  ^
/opt/tools/gcc13/include/c++/13.3.0/tr1/ell_integral.tcc: In function '_Tp std::__detail::__ellint_rj(_Tp, _Tp, _Tp, _Tp)':
common.hxx:54:18: error: expected unqualified-id before '(' token
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      |                  ^
common.hxx:54:18: error: expected unqualified-id before '(' token
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      |                  ^
common.hxx:54:18: error: expected unqualified-id before '(' token
   54 | #define max(a,b) (((a) > (b)) ? (a) : (b))
      |                  ^
*** Error code 1

Stop.
make[1]: stopped making "all" in /home/pbulk/build/textproc/isearch/work/Isearch-1.47.01/src
*** Error code 1

Stop.
bmake: stopped making "all" in /home/pbulk/build/textproc/isearch/work/Isearch-1.47.01
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/isearch
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/isearch