You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Judith Bush <jb...@fi.edu> on 1998/07/06 22:30:09 UTC

os-irix/2558: compilation failure of http_mail.c in copy_listeners

>Number:         2558
>Category:       os-irix
>Synopsis:       compilation failure of http_mail.c in copy_listeners
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Jul  6 13:40:00 PDT 1998
>Last-Modified:
>Originator:     jbush@fi.edu
>Organization:
apache
>Release:        1.3.0
>Environment:
IRIX sln 6.3 12161207 IP32

I'm not sure which version of the IRIX cc I'm using:
<205 4:20pm sln.sln.org:local/lib/apache_1.3.0/src> which cc
/bin/cc
<206 4:20pm sln.sln.org:local/lib/apache_1.3.0/src> ls -l /bin/cc 
lrwxr-xr-x   1 root     sys            17 Jun  3 16:35 /bin/cc -> ../lib/driverwrap*
<207 4:20pm sln.sln.org:local/lib/apache_1.3.0/src> ls -l /usr/lib/driverwrap
-rwxr-xr-x   1 root     sys         86996 Jun  3 16:41 /usr/lib/driverwrap*
<208 4:20pm sln.sln.org:local/lib/apache_1.3.0/src> file /usr/lib/driverwrap
/usr/lib/driverwrap:    ELF 32-bit MSB mips-2 dynamic executable MIPS - version 1
>Description:
I am getting a compilation failure. The make output and the diff of 
Configuration are attached.

------------------------------------------------------------------------
<176 3:59pm sln.sln.org:local/lib/apache_1.3.0/src> make
===> regex
<=== regex
===> os/unix
<=== os/unix
===> ap
<=== ap
===> main
        cc -c  -I../os/unix -I../include   -DIRIX -n32 -DSTATUS -DUSE_HSREGEX  http_main.c
"http_main.c", line 2978: error(1010): "#" not expected here
      ap_assert(old_listeners == NULL);
      ^

"http_main.c", line 2978: error(1029): expected an expression
      ap_assert(old_listeners == NULL);
      ^

"http_main.c", line 2992: error(1010): "#" not expected here
        ap_assert(!nr->used);
        ^

"http_main.c", line 2992: error(1029): expected an expression
        ap_assert(!nr->used);
---------------------------------------------------------------------------
<181 4:14pm sln.sln.org:local/lib/apache_1.3.0/src> diff Configuration Configuration.org
230c230
< AddModule modules/standard/mod_status.o
---
> # AddModule modules/standard/mod_status.o
235c235
< AddModule modules/standard/mod_info.o
---
> # AddModule modules/standard/mod_info.o
267c267
< AddModule modules/standard/mod_speling.o
---
> # AddModule modules/standard/mod_speling.o
313c313
< AddModule modules/standard/mod_digest.o
---
> # AddModule modules/standard/mod_digest.o
320c320
< AddModule modules/standard/mod_cern_meta.o
---
> # AddModule modules/standard/mod_cern_meta.o
325c325
< AddModule modules/standard/mod_expires.o
---
> # AddModule modules/standard/mod_expires.o
330c330
< AddModule modules/standard/mod_headers.o
---
> # AddModule modules/standard/mod_headers.o
342c342
< AddModule modules/standard/mod_usertrack.o
---
> # AddModule modules/standard/mod_usertrack.o
354c354
< AddModule modules/standard/mod_unique_id.o
---
> # AddModule modules/standard/mod_unique_id.o
>How-To-Repeat:
I suspect it's a problem local to me, but any other folks with 6.X compilation
experience may be able to shed light on the problem.
>Fix:

>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]