You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/08/23 11:38:49 UTC

DO NOT REPLY [Bug 8867] - make install fails for httpd-2.0.36 on Solaris 8

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=8867>.
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=8867

make install fails for httpd-2.0.36 on Solaris 8





------- Additional Comments From gfarley@comcab.co.uk  2002-08-23 09:38 -------
I am having a similar problem building 2.0.40 under SGI IRIX 6.5.

My make process does not get as far, and reports the following :

Making all in prefork                                                           
        /bin/sh /data1/local/apache3/srclib/apr/libtool --silent --mode=compile 
cc  -g    -D_POSIX_THREAD_SAFE_FUNCTIONS    -I/data1/local/apache3/srclib/apr/in
clude -I/data1/local/apache3/srclib/apr-util/include -I/data1/local/apache3/srcl
ib/apr-util/xml/expat/lib -I. -I/data1/local/apache3/os/unix -I/data1/local/apac
he3/server/mpm/prefork -I/data1/local/apache3/modules/http -I/data1/local/apache
3/modules/filters -I/data1/local/apache3/modules/proxy -I/data1/local/apache3/in
clude -I/data1/local/apache3/modules/dav/main -prefer-non-pic -static -c exports
.c && touch exports.lo                                                          
cc-1144 cc: ERROR File = exports.c, Line = 1473                                 
  The variable "ap_hack_apr_allocator_create" has already been initialized.     
                                                                                
  const void *ap_hack_apr_allocator_create = (const void *)apr_allocator_create;
              ^                                                                 

MANY MORE ERRORS ALONG THE SAME LINES "already been initialised"....


until:

cc-3452 cc: ERROR File = exports.c, Line = 1635            
  The compilation is aborted due to the number of errors.  
                                                           
                                                           
101 errors detected in the compilation of "exports.c".     
*** Error code 1 (bu21)                                    
*** Error code 1 (bu21)                                    
*** Error code 1 (bu21)                                    

It appears that make_exports.awk pulls in a number of header files, some from 
the apr and some from the server subsystems, that have the same objects defined.

I don't know enough about these inclusions to attempt changing them - Please 
help...

Thanks,

Gary Farley

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org