Sunday morning's build fixed the HP-UX 10.01's problem with ld: Unsatisfied symbols: dbm_open (code) dbm_fetch (code) dbm_close (code) *** Error exit code 1 via Jim's fix to TestCompile (thanks). This morning's build repairs my plumbing problem that was causing the NT build to fail. On NT: echo LONG %LONG% SHORT %SHORT% x LONG Release SHORT R x and this: gen_uri_delims.c(29) : warning C4013: 'exit' undefined; assuming extern returning int gen_uri_delims.c(30) : warning C4035: 'main' : no return value Summary of status and the pending patchs to resolve them. perfect sgi perfect sparcsol perfect sun4 perfect alphaosf perfect hp9000s800 A mips, Ultrix -- alloc.c A mips, Ultrix -- proxy_cache A mips, Ultrix -- mod_autoindex B hp9000s700, HP-UX/10.01 -- select argument casting C intelnt -- uri_delims.c D intelnt -- debug noise in makefile? E intelnt -- numerous warnings. signed/unsigned mismatch integral size mismatch in argument; conversion supplied conversion from 'double ' to 'float ', possible loss of data conversion from 'float ' to 'unsigned long ', possible loss of data A) <199804111512.LAA18293@siam.gensym> -- seeking a sponsor B) I've got a patch, to Configure, but I should test it. C) Seeking a volunteer. D) Seeking a volunteer. E) I'm ignoring these. It maybe there are new problems that weren't there a few months ago, I haven't checked. Meanwhile my filter (out uninteresting lines) script seems to be letting a few uninteresting lines into the summary. It might be cool to resolve A-D prior to the beta. - ben --- Summary of build of: apache_19980414070034.tar.gz ----------------------------------- logs/alphaosf.log ------------------------------- LOG Build: apache-1.3 alphaosf moscow unix active 1200 Tue Apr 14 04:38:08 EDT 1998 LOG: uname -a:OSF1 moscow V3.2 148 alpha + configured for DEC OSF/1 platform o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o so_module uses ConfigStart/End -rwxrwxr-x 1 bhyde staff 1032192 Apr 14 05:00 httpd ----------------------------------- logs/hp9000s700.log ------------------------------- LOG Build: apache-1.3 hp9000s700 rwanda unix active 1200 Tue Apr 14 05:01:40 EDT 1998 LOG: uname -a:HP-UX rwanda B.10.01 A 9000/710 2011145811 two-user license + configured for HP-UX 10 platform o rewrite_module uses ConfigStart/End disabling DBM support for mod_rewrite (perhaps you need to add -ldbm, -lndbm or -lgdbm to EXTRA_LIBS) gcc -c -I../os/unix -I../include -DHPUX10 -DSTATUS -DNO_DBM_REWRITEMAP -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' buff.c buff.c: In function `ap_bhalfduplex': buff.c:552: warning: passing arg 2 of `select' from incompatible pointer type gcc -c -I../os/unix -I../include -DHPUX10 -DSTATUS -DNO_DBM_REWRITEMAP -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' http_main.c http_main.c: In function `lingering_close': http_main.c:1210: warning: passing arg 2 of `select' from incompatible pointer type http_main.c:1210: warning: passing arg 4 of `select' from incompatible pointer type http_main.c: In function `probe_writable_fds': http_main.c:1292: warning: passing arg 3 of `select' from incompatible pointer type http_main.c: In function `child_main': http_main.c:3231: warning: passing arg 2 of `select' from incompatible pointer type gcc -c -I../os/unix -I../include -DHPUX10 -DSTATUS -DNO_DBM_REWRITEMAP -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' http_protocol.c http_protocol.c: In function `ap_send_fb_length': http_protocol.c:1704: warning: passing arg 2 of `select' from incompatible pointer type gcc -c -I../../os/unix -I../../include -DHPUX10 -DSTATUS -DNO_DBM_REWRITEMAP -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' proxy_connect.c proxy_connect.c: In function `ap_proxy_connect_handler': proxy_connect.c:225: warning: passing arg 2 of `select' from incompatible pointer type gcc -DHPUX10 -DSTATUS -DNO_DBM_REWRITEMAP -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' \ -o httpd buildmark.o modules.o modules/proxy/libproxy.a modules/example/libexample.a modules/experimental/libexperimental.a modules/standard/libstandard.a main/libmain.a os/unix/libos.a ap/libap.a regex/libregex.a -rwxrwxr-x 1 bhyde staff 714912 Apr 14 05:34 httpd ----------------------------------- logs/hp9000s800.log ------------------------------- LOG Build: apache-1.3 hp9000s800 wy unix active 1200 Tue Apr 14 05:35:11 EDT 1998 LOG: uname -a:HP-UX wy A.09.00 E 9000/835 12002161 8-user license + configured for HP-UX platform o rewrite_module uses ConfigStart/End disabling DBM support for mod_rewrite (perhaps you need to add -ldbm, -lndbm or -lgdbm to EXTRA_LIBS) cc -DHPUX -Aa -D_HPUX_SOURCE -DSTATUS -DNO_DBM_REWRITEMAP -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' \ -o httpd buildmark.o modules.o modules/proxy/libproxy.a modules/example/libexample.a modules/experimental/libexperimental.a modules/standard/libstandard.a main/libmain.a os/unix/libos.a ap/libap.a regex/libregex.a -lm -rwxrwxr-x 1 bhyde staff 712704 Apr 14 06:31 httpd ----------------------------------- logs/intelnt.log ------------------------------- LOG Build: apache-1.3 intelnt ntl nt active 500 Tue Apr 14 04:35:11 EDT 1998 Using default install directory \Apache echo LONG %LONG% SHORT %SHORT% x LONG Release SHORT R x cl.exe @.\nma00286. regcomp.c(1061) : warning C4018: '<' : signed/unsigned mismatch regcomp.c(1092) : warning C4018: '<' : signed/unsigned mismatch regcomp.c(1095) : warning C4018: '==' : signed/unsigned mismatch regcomp.c(1119) : warning C4018: '<' : signed/unsigned mismatch regcomp.c(1139) : warning C4018: '<' : signed/unsigned mismatch regerror.c regexec.c engine.c(152) : warning C4018: '<=' : signed/unsigned mismatch engine.c(209) : warning C4018: '<' : signed/unsigned mismatch engine.c(210) : warning C4018: '<=' : signed/unsigned mismatch engine.c(152) : warning C4018: '<=' : signed/unsigned mismatch engine.c(209) : warning C4018: '<' : signed/unsigned mismatch engine.c(210) : warning C4018: '<=' : signed/unsigned mismatch regfree.c cl.exe @.\nma00280. ap_signal.c ap_slack.c ap_snprintf.c ap_strings.c cl.exe @.\nma00286. gen_uri_delims.c(29) : warning C4013: 'exit' undefined; assuming extern returning int gen_uri_delims.c(30) : warning C4035: 'main' : no return value cd .. del Core%SHORT%\buildmark.obj The system cannot find the file specified. cl.exe /nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp".\CoreR\ApacheCore.pch" /YX /Fo".\CoreR\\" /Fd".\CoreR\\" /FD /c .\main\http_config.c .\main\http_config.c(1366) : warning C4761: integral size mismatch in argument; conversion supplied cl.exe /nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp".\CoreR\ApacheCore.pch" /YX /Fo".\CoreR\\" /Fd".\CoreR\\" /FD /c .\main\http_main.c .\main\http_main.c(797) : warning C4018: '<' : signed/unsigned mismatch cl.exe /nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp".\CoreR\ApacheCore.pch" /YX /Fo".\CoreR\\" /Fd".\CoreR\\" /FD /c .\main\md5c.c md5c.c cl.exe /nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp".\CoreR\ApacheCore.pch" /YX /Fo".\CoreR\\" /Fd".\CoreR\\" /FD /c .\modules\standard\mod_include.c .\modules\standard\mod_include.c(459) : warning C4018: '==' : signed/unsigned mismatch .\modules\standard\mod_include.c(550) : warning C4018: '>' : signed/unsigned mismatch cl.exe /nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp".\CoreR\ApacheCore.pch" /YX /Fo".\CoreR\\" /Fd".\CoreR\\" /FD /c .\modules\standard\mod_negotiation.c .\modules\standard\mod_negotiation.c(378) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data .\modules\standard\mod_negotiation.c(382) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data .\modules\standard\mod_negotiation.c(385) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data .\modules\standard\mod_negotiation.c(748) : warning C4244: '=' : conversion from 'double ' to 'float ', possible loss of data .\modules\standard\mod_negotiation.c(1892) : warning C4244: '=' : conversion from 'float ' to 'long ', possible loss of data cl.exe /nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp".\CoreR\ApacheCore.pch" /YX /Fo".\CoreR\\" /Fd".\CoreR\\" /FD /c .\main\rfc1413.c rfc1413.c cl.exe /nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp".\CoreR\ApacheCore.pch" /YX /Fo".\CoreR\\" /Fd".\CoreR\\" /FD /c .\main\util_md5.c util_md5.c cl.exe /nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp".\CoreR\ApacheCore.pch" /YX /Fo".\CoreR\\" /Fd".\CoreR\\" /FD /c .\main\util_uri.c .\main\util_uri.c(575) : warning C4244: '=' : conversion from 'long ' to 'unsigned short ', possible loss of data cl.exe /nologo /MD /W3 /GX /O2 /I ".\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fp".\CoreR\ApacheCore.pch" /YX /Fo".\CoreR\\" /Fd".\CoreR\\" /FD /c .\os\win32\util_win32.c util_win32.c cl.exe /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /Fp".\ApacheR\Apache.pch" /YX /Fo".\ApacheR\\" /Fd".\ApacheR\\" /FD /c .\os\win32\main_win32.c main_win32.c cl.exe /nologo /MD /W3 /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /Fp".\ApacheModuleStatusR\ApacheModuleStatus.pch" /YX /Fo".\ApacheModuleStatusR\\" /Fd".\ApacheModuleStatusR\\" /FD /c ..\..\modules\standard\mod_status.c ..\..\modules\standard\mod_status.c(381) : warning C4244: 'function' : conversion from 'float ' to 'unsigned long ', possible loss of data ..\..\modules\standard\mod_status.c(386) : warning C4244: 'function' : conversion from 'float ' to 'unsigned long ', possible loss of data cl.exe @.\nma00282. proxy_cache.c proxy_cache.c(196) : warning C4018: '<' : signed/unsigned mismatch proxy_cache.c(196) : warning C4018: '<=' : signed/unsigned mismatch proxy_cache.c(224) : warning C4018: '<' : signed/unsigned mismatch proxy_cache.c(224) : warning C4018: '<=' : signed/unsigned mismatch proxy_cache.c(890) : warning C4018: '!=' : signed/unsigned mismatch proxy_connect.c proxy_connect.c(155) : warning C4761: integral size mismatch in argument; conversion supplied proxy_connect.c(155) : warning C4761: integral size mismatch in argument; conversion supplied proxy_ftp.c proxy_ftp.c(299) : warning C4018: '!=' : signed/unsigned mismatch proxy_ftp.c(565) : warning C4761: integral size mismatch in argument; conversion supplied proxy_http.c proxy_http.c(236) : warning C4761: integral size mismatch in argument; conversion supplied proxy_http.c(242) : warning C4761: integral size mismatch in argument; conversion supplied proxy_util.c ----------------------------------- logs/mips.log ------------------------------- LOG Build: apache-1.3 mips th unix active 1200 Tue Apr 14 06:32:56 EDT 1998 LOG: uname -a:ULTRIX th 4.1 0 RISC + configured for ULTRIX platform o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite gcc -c -I../os/unix -I../include -DULTRIX -DSTATUS -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' alloc.c alloc.c: In function `ap_pfopen': alloc.c:1560: warning: passing arg 2 of `fdopen' discards `const' from pointer target type alloc.c: In function `ap_pfdopen': alloc.c:1578: warning: passing arg 2 of `fdopen' discards `const' from pointer target type gcc -c -I../../os/unix -I../../include -DULTRIX -DSTATUS -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' mod_autoindex.c mod_autoindex.c: In function `index_directory': mod_autoindex.c:1117: warning: passing arg 4 of `qsort' from incompatible pointer type gcc -c -I../../os/unix -I../../include -DULTRIX -DSTATUS -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' proxy_cache.c proxy_cache.c: In function `ap_proxy_cache_update': proxy_cache.c:852: warning: assignment makes pointer from integer without a cast -rwxrwxr-x 1 bhyde 977660 Apr 14 06:51 httpd ----------------------------------- logs/sgi.log ------------------------------- LOG Build: apache-1.3 sgi india unix active 600 Tue Apr 14 06:52:30 EDT 1998 LOG: uname -a:IRIX india 5.2 02282013 IP12 mips + configured for SGI IRIX platform o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o so_module uses ConfigStart/End cc -DIRIX -DSTATUS -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' \ -o httpd buildmark.o modules.o modules/proxy/libproxy.a modules/example/libexample.a modules/experimental/libexperimental.a modules/standard/libstandard.a main/libmain.a os/unix/libos.a ap/libap.a regex/libregex.a -rwxrwxr-x 1 bhyde nuucp 887200 Apr 14 07:16 httpd ----------------------------------- logs/sparcsol.log ------------------------------- LOG Build: apache-1.3 sparcsol ontario unix active 1200 Tue Apr 14 04:14:10 EDT 1998 LOG: uname -a:Log: working in /home/bhyde/junk/scratch/19492 aka: /tmp_mnt/home/bhyde/junk/scratch/19492 + configured for Solaris 250 platform o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o so_module uses ConfigStart/End gcc -DSOLARIS2=250 -DSTATUS '-DHTTPD_ROOT="/tmp/httpd"' \ -o httpd buildmark.o modules.o modules/experimental/libexperimental.a modules/standard/libstandard.a modules/proxy/libproxy.a modules/example/libexample.a main/libmain.a os/unix/libos.a ap/libap.a -lsocket -lnsl -ldl -rwxrwxr-x 1 bhyde 638816 Apr 14 04:34 httpd ----------------------------------- logs/sun4.log ------------------------------- LOG Build: apache-1.3 sun4 bal unix active 1200 Tue Apr 14 07:16:55 EDT 1998 LOG: uname -a:SunOS baltimore 4.1.4 4 sun4m + configured for SunOS 4 platform o rewrite_module uses ConfigStart/End enabling DBM support for mod_rewrite o so_module uses ConfigStart/End gcc -DSUNOS4 -DUSEBCOPY -DSTATUS -DUSE_HSREGEX '-DHTTPD_ROOT="/tmp/httpd"' \ -o httpd buildmark.o modules.o modules/proxy/libproxy.a modules/example/libexample.a modules/experimental/libexperimental.a modules/standard/libstandard.a main/libmain.a os/unix/libos.a ap/libap.a regex/libregex.a -rwxrwxr-x 1 bhyde 696320 Apr 14 07:30 httpd