DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20861>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20861 Compilation error on HP Alpha / Tru64 UNIX 5.1B Summary: Compilation error on HP Alpha / Tru64 UNIX 5.1B Product: Apache httpd-2.0 Version: 2.0.46 Platform: Alpha OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Compilation of httpd 2.0.45 and 2.0.46 stops with error on file server/exports.c . This happens with gcc 3.3 and the native cc as well. Platform is a HP ES40 under Tru64 UNIX 5.1B: [EMAIL PROTECTED]> uname -a OSF1 ampere V5.1 2650 alpha [EMAIL PROTECTED]> The error output starts with: nawk -f /net/oe/home/pabst/build/httpd-2.0.46/build/make_exports.awk `cat export_files` > /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c /bin/ksh /home/pabst/build/httpd-2.0.46/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -DOSF1 -DAP_HAVE_DESIGNATED_INITIALIZER -I/home/pabst/build/httpd-2.0.46/srclib/apr/include -I/net/oe/home/pabst/build/httpd-2.0.46/srclib/apr/include -I/home/pabst/build/httpd-2.0.46/srclib/apr-util/include -I/net/oe/home/pabst/build/httpd-2.0.46/srclib/apr-util/include -I/net/oe/home/pabst/build/httpd-2.0.46/srclib/apr-util/xml/expat/lib -I. -I/net/oe/home/pabst/build/httpd-2.0.46/os/unix -I/net/oe/home/pabst/build/httpd-2.0.46/server/mpm/prefork -I/net/oe/home/pabst/build/httpd-2.0.46/modules/http -I/net/oe/home/pabst/build/httpd-2.0.46/modules/filters -I/net/oe/home/pabst/build/httpd-2.0.46/modules/proxy -I/net/oe/home/pabst/build/httpd-2.0.46/include -I/net/oe/home/pabst/build/httpd-2.0.46/modules/dav/main -prefer-non-pic -static -c /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c && touch /net/oe/home/pabst/build/httpd-2.0.46/server/exports.lo /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:1551: error: redefinition of `ap_hack_apr_base64_encode_len' /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:175: error: `ap_hack_apr_base64_encode_len' previously defined here /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:1552: error: redefinition of `ap_hack_apr_base64_encode' /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:176: error: `ap_hack_apr_base64_encode' previously defined here /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:1553: error: redefinition of `ap_hack_apr_base64_encode_binary' /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:177: error: `ap_hack_apr_base64_encode_binary' previously defined here /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:1554: error: redefinition of `ap_hack_apr_base64_decode_len' /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:178: error: `ap_hack_apr_base64_decode_len' previously defined here /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:1555: error: redefinition of `ap_hack_apr_base64_decode' /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:179: error: `ap_hack_apr_base64_decode' previously defined here /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:1556: error: redefinition of `ap_hack_apr_base64_decode_binary' /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:180: error: `ap_hack_apr_base64_decode_binary' previously defined here /net/oe/home/pabst/build/httpd-2.0.46/server/exports.c:1561: error: redefinition of `ap_hack_apr_brigade_create' .... here follow approx. 1000 more lines with similar error messages. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
