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/04/28 00:23:43 UTC

DO NOT REPLY [Bug 8594] New: - Buidl fails in apr on Solaris Sparc 2.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=8594>.
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=8594

Buidl fails in apr on Solaris Sparc 2.8

           Summary: Buidl fails in apr on Solaris Sparc 2.8
           Product: Apache httpd-2.0
           Version: 2.0.35
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: schatt@schatt.com


gmake[4]: Entering directory `/home/schatt/src/apache2/httpd-
2.0.35/srclib/apr/atomic/solaris_sparc'
cpp -D_ASM -D__STDC__=0 /home/schatt/src/apache2/httpd-
2.0.35/srclib/apr/atomic/solaris_sparc/apr_atomic_sparc.s > apr_atomic_sparc.S
In file included from /home/schatt/src/apache2/httpd-
2.0.35/srclib/apr/atomic/solaris_sparc/apr_atomic_sparc.s:63:
/usr/include/sys/asm_linkage.h:104: `#' operator should be followed by a macro 
argument name
/usr/include/sys/asm_linkage.h:113: `#' operator should be followed by a macro 
argument name
/usr/include/sys/asm_linkage.h:120: `#' operator should be followed by a macro 
argument name
/usr/include/sys/asm_linkage.h:133: `#' operator should be followed by a macro 
argument name
/usr/include/sys/asm_linkage.h:133: `#' operator should be followed by a macro 
argument name
/usr/include/sys/asm_linkage.h:143: `#' operator should be followed by a macro 
argument name
/usr/include/sys/asm_linkage.h:143: `#' operator should be followed by a macro 
argument name
/usr/include/sys/asm_linkage.h:152: `#' operator should be followed by a macro 
argument name
/usr/include/sys/asm_linkage.h:169: `#' operator should be followed by a macro 
argument name
/usr/include/sys/asm_linkage.h:177: `#' operator should be followed by a macro 
argument name
/home/schatt/src/apache2/httpd-
2.0.35/srclib/apr/atomic/solaris_sparc/apr_atomic_sparc.s:113: unterminated 
character constant
gmake[4]: *** [apr_atomic_sparc.lo] Error 1
gmake[4]: Leaving directory `/home/schatt/src/apache2/httpd-
2.0.35/srclib/apr/atomic/solaris_sparc'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/home/schatt/src/apache2/httpd-
2.0.35/srclib/apr/atomic/solaris_sparc'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/schatt/src/apache2/httpd-2.0.35/srclib/apr'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/schatt/src/apache2/httpd-2.0.35/srclib'
gmake: *** [all-recursive] Error 1


Machine is using gcc 2.95.3, Solaris 8 10/01, and the configure options 
are: ./configure --enable-so --with-mpm=worker --prefix=/usr/local/apache2.
The same configuration works fine on an identically configured Solaris x86 box, 
if that helps at all.
The LDFLAGS on the machine are set to: -L/usr/local/lib -R/usr/local/lib
Any ideas as to what to do to get it to compile?