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 2004/11/02 20:23:12 UTC

DO NOT REPLY [Bug 32030] New: - make fails building 1.3.31 on Solaris

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

make fails building 1.3.31 on Solaris

           Summary: make fails building 1.3.31 on Solaris
           Product: Apache httpd-1.3
           Version: 1.3.31
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: mbergmann@iss-md.com


Platform specs: Sun Solaris 9 Compiler Sun ONE Studio 8 C (cc).

Executing the make function responds with old-style declaration error in the 
ap_alloc.h file.  Specifically as follows:

 make
===> src
===> src/os/unix
cc -c  -I../../os/unix -I../../include -I/usr/include/sys  -DSOLARIS2=290 -
DNO_DL_NEEDED `../../apaci` os.c
cc -c  -I../../os/unix -I../../include -I/usr/include/sys  -DSOLARIS2=290 -
DNO_DL_NEEDED `../../apaci` os-inline.c
rm -f libos.a
ar cr libos.a os.o os-inline.o
true libos.a
<=== src/os/unix
===> src/ap
cc -c  -I../os/unix -I../include -I/usr/include/sys  -DSOLARIS2=290 -
DNO_DL_NEEDED `../apaci` ap_cpystrn.c
"../include/ap_alloc.h", line 330: warning: old-style declaration or incorrect 
type for: DIR
"../include/ap_alloc.h", line 330: syntax error before or at: *
"../include/ap_alloc.h", line 330: warning: old-style declaration or incorrect 
type for: ap_popendir
"../include/ap_alloc.h", line 331: syntax error before or at: DIR
"../include/ap_alloc.h", line 331: warning: undefined or missing type for: DIR
cc: acomp failed for ap_cpystrn.c
*** Error code 2
make: Fatal error: Command failed for target `ap_cpystrn.o'
Current working directory /export/home/users/oracle/apache_1.3.33/src/ap
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
Current working directory /export/home/users/oracle/apache_1.3.33/src
*** Error code 1
make: Fatal error: Command failed for target `build-std'
Current working directory /export/home/users/oracle/apache_1.3.33
*** Error code 1
make: Fatal error: Command failed for target `build'



Am I missing something or does the ap_alloc.h need to be updated?

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