DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28166>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28166
2.0.49 Won't build with Solaris 2.9, and GNU gcc / make.
Summary: 2.0.49 Won't build with Solaris 2.9, and GNU gcc / make.
Product: Apache httpd-2.0
Version: 2.0.49
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: Critical
Priority: Other
Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: dgianndrea@comsquared.com
I have confirmed that I can build 2.0.48 with out a problem on the same box!
I can provide more info if needed.
make[2]: Entering directory `/export/home1/users/daveg/NEW/httpd-2.0.49/server'
/export/home1/users/daveg/NEW/httpd-2.0.49/srclib/apr/libtool --silent
--mode=compile gcc -g -O2 -pthreads -DSOLARIS2=9 -D_POSIX_PTHREAD_SEMANTICS
-D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER
-I/export/home1/users/daveg/NEW/httpd-2.0.49/srclib/apr/include
-I/users/daveg/NEW/httpd-2.0.49/srclib/apr/include
-I/export/home1/users/daveg/NEW/httpd-2.0.49/srclib/apr-util/include
-I/users/daveg/NEW/httpd-2.0.49/srclib/apr-util/include
-I/users/daveg/NEW/httpd-2.0.49/srclib/apr-util/xml/expat/lib -I.
-I/users/daveg/NEW/httpd-2.0.49/os/unix
-I/users/daveg/NEW/httpd-2.0.49/server/mpm/prefork
-I/users/daveg/NEW/httpd-2.0.49/modules/http
-I/users/daveg/NEW/httpd-2.0.49/modules/filters
-I/users/daveg/NEW/httpd-2.0.49/modules/proxy
-I/users/daveg/NEW/httpd-2.0.49/include
-I/users/daveg/NEW/httpd-2.0.49/modules/generators
-I/users/daveg/NEW/httpd-2.0.49/modules/dav/main -prefer-non-pic -static -c
exports.c && touch exports.lo
exports.c:1572: error: redefinition of `ap_hack_apr_base64_encode_len'
exports.c:177: error: `ap_hack_apr_base64_encode_len' previously defined here
exports.c:1573: error: redefinition of `ap_hack_apr_base64_encode'
exports.c:178: error: `ap_hack_apr_base64_encode' previously defined here
exports.c:1574: error: redefinition of `ap_hack_apr_base64_encode_binary'
exports.c:179: error: `ap_hack_apr_base64_encode_binary' previously defined here
exports.c:1575: error: redefinition of `ap_hack_apr_base64_decode_len'
exports.c:180: error: `ap_hack_apr_base64_decode_len' previously defined here
exports.c:1576: error: redefinition of `ap_hack_apr_base64_decode'
exports.c:181: error: `ap_hack_apr_base64_decode' previously defined here
exports.c:1577: error: redefinition of `ap_hack_apr_base64_decode_binary'
exports.c:182: error: `ap_hack_apr_base64_decode_binary' previously defined here
exports.c:1582: error: redefinition of `ap_hack_apr_brigade_create'
exports.c:187: error: `ap_hack_apr_brigade_create' previously defined here
exports.c:1583: error: redefinition of `ap_hack_apr_brigade_destroy'
exports.c:188: error: `ap_hack_apr_brigade_destroy' previously defined here
exports.c:1584: error: redefinition of `ap_hack_apr_brigade_cleanup'
exports.c:189: error: `ap_hack_apr_brigade_cleanup' previously defined here
exports.c:1585: error: redefinition of `ap_hack_apr_brigade_split'
exports.c:190: error: `ap_hack_apr_brigade_split' previously defined here
exports.c:1586: error: redefinition of `ap_hack_apr_brigade_partition'
exports.c:191: error: `ap_hack_apr_brigade_partition' previously defined here
exports.c:1590: error: redefinition of `ap_hack_apr_brigade_length'
exports.c:195: error: `ap_hack_apr_brigade_length' previously defined here
exports.c:1591: error: redefinition of `ap_hack_apr_brigade_flatten'
exports.c:196: error: `ap_hack_apr_brigade_flatten' previously defined here
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|