>Number:         4300
>Category:       config
>Synopsis:       will not compile
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          closed
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Sat Apr 24 04:10:00 PDT 1999
>Last-Modified:  Fri Jun 12 11:10:01 PDT 1998
>Originator:     [EMAIL PROTECTED]
>Organization:
>Release:        1.3.0
>Environment:
redhat linux 4.0 2.0.18 gcc
>Description:
multiple errors
>How-To-Repeat:
Please forgive the mess, your form boxes are too tiny for proof-reading...
>Fix:
Disabling WANTHSREGEX got past that particular problem but there were more 
after that.

In the Configuration files there are 2 different defaults for WANTHSREGEX:
from
#  out the Rule. The "default" action is "no" unless overruled
#  by OS specifics

Rule WANTHSREGEX=default


- - - - - - - - - - - - - - - - - - - - - -
#  not use this one by setting WANTHSREGEX to 'no' or commenting
#  out the Rule. The "default" action is "yes" unless overruled
#  by OS specifics

Rule WANTHSREGEX=no    <<<<<--- tried this many ways...
>Audit-Trail:
State-Changed-From-To: open-feedback
State-Changed-By: [EMAIL PROTECTED]
State-Changed-When: Mon Jun  8 10:22:19 PDT 1998
State-Changed-Why:
What specific steps did you follow to try compile? What
were the specific error messages you got when compiling?
State-Changed-From-To: feedback-closed
State-Changed-By: marc
State-Changed-When: Thu Jun 11 14:26:49 PDT 1998
State-Changed-Why:
Your compiler is not properly installed.  Either try installing
your compiler again, and follow all the instructions, or
ask for help in a Linux support forum.  It is complaining that
your header files don't match up properly; nothing to do
with Apache.

From: Marc Slemko <[EMAIL PROTECTED]>
To: Apache bugs database <[EMAIL PROTECTED]>
Cc:  Subject: Re: config/2379: will not compile (fwd)
Date: Thu, 11 Jun 1998 14:26:32 -0700 (PDT)

 ---------- Forwarded message ----------
 Date: Thu, 11 Jun 1998 16:25:28 -0500
 From: Youn Gonzales <[EMAIL PROTECTED]>
 To: apache-bugdb@apache.org, [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: config/2379: will not compile
 
 Used these instructions to install
 
  1. Overview for the impatient
      --------------------------
 
      $ ./configure --prefix=PREFIX
      $ make
      $ make install
      $ PREFIX/sbin/apachectl start
 
 ./configure --prefix=/apache
 
 Results:
 [EMAIL PROTECTED] ap]# ./configure --prefix=/apache
 Configuring for Apache, Version 1.3.0
 Creating Makefile
 Creating Configuration.apaci in src
 Creating Makefile in src
  + configured for Linux platform
  + setting C compiler to gcc
  + adding selected modules
  + doing sanity check on compiler and options
 Creating Makefile in src/support
 Creating Makefile in src/main
 Creating Makefile in src/ap
 Creating Makefile in src/regex
 Creating Makefile in src/os/unix
 Creating Makefile in src/modules/standard
 [EMAIL PROTECTED] ap]#
 
 make
 
 Results:
 [EMAIL PROTECTED] ap]# make
 ===> src
 make[1]: Entering directory `/root/apache/apache_1.3.0'
 make[2]: Entering directory `/root/apache/apache_1.3.0/src'
 ===> src/regex
 gcc -I.  -I../os/unix -I../include   -DLINUX=2 -DUSE_HSREGEX
 `../apaci` -DPOSIX_
 MISTAKE   -c regcomp.c -o regcomp.o
 In file included from /usr/include/features.h:134,
                  from /usr/include/stdio.h:31,
                  from regcomp.c:2:
 /usr/include/sys/cdefs.h:44: warning: `_POSIX_SOURCE' redefined
 /usr/include/features.h:100: warning: this is the location of the previous
 defin
 ition
 In file included from regcomp.c:3:
 /usr/include/string.h:44: parse error before `memmove'
 /usr/include/string.h:44: parse error before `__dest'
 /usr/include/string.h:45: warning: data definition has no type or storage
 class
 /usr/include/string.h:50: parse error before `__memccpy'
 /usr/include/string.h:50: parse error before `__dest'
 /usr/include/string.h:51: warning: data definition has no type or storage
 class
 /usr/include/string.h:53: parse error before `memccpy'
 /usr/include/string.h:53: parse error before `__dest'
 /usr/include/string.h:54: warning: data definition has no type or storage
 class
 /usr/include/string.h:59: parse error before `memset'
 /usr/include/string.h:59: parse error before `__s'
 /usr/include/string.h:59: warning: data definition has no type or storage
 class
 /usr/include/string.h:69: parse error before `memchr'
 /usr/include/string.h:69: parse error before `__s'
 /usr/include/string.h:69: warning: data definition has no type or storage
 class
 /usr/include/string.h:119: parse error before `memmem'
 /usr/include/string.h:119: parse error before `__haystack'
 /usr/include/string.h:122: warning: data definition has no type or storage
 class
 /usr/include/string.h:152: parse error before `__src'
 /usr/include/string.h:155: parse error before `__s'
 /usr/include/string.h:158: parse error before `__s1'
 /usr/include/string.h:194: parse error before `memfrob'
 /usr/include/string.h:194: parse error before `__s'
 /usr/include/string.h:194: warning: data definition has no type or storage
 class
 /usr/include/string.h:196: parse error before `__from'
 In file included from regcomp.c:6:
 /usr/include/stdlib.h:95: parse error before `strtold'
 /usr/include/stdlib.h:95: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:119: parse error before `__strtold_internal'
 /usr/include/stdlib.h:120: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:191: parse error before `__initstate'
 /usr/include/stdlib.h:191: parse error before `__ptr_t'
 /usr/include/stdlib.h:192: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:195: parse error before `__setstate'
 /usr/include/stdlib.h:195: parse error before `__statebuf'
 /usr/include/stdlib.h:195: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:200: parse error before `initstate'
 /usr/include/stdlib.h:200: parse error before `__ptr_t'
 /usr/include/stdlib.h:201: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:202: parse error before `setstate'
 /usr/include/stdlib.h:202: parse error before `__statebuf'
 /usr/include/stdlib.h:202: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:219: parse error before `malloc'
 /usr/include/stdlib.h:219: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:222: parse error before `realloc'
 /usr/include/stdlib.h:222: parse error before `__ptr'
 /usr/include/stdlib.h:222: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:224: parse error before `calloc'
 /usr/include/stdlib.h:224: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:226: parse error before `__ptr'
 /usr/include/stdlib.h:230: parse error before `__ptr'
 In file included from /usr/include/stdlib.h:234,
                  from regcomp.c:6:
 /usr/include/alloca.h:33: parse error before `__alloca'
 /usr/include/alloca.h:33: warning: data definition has no type or storage
 class
 In file included from regcomp.c:6:
 /usr/include/stdlib.h:239: parse error before `valloc'
 /usr/include/stdlib.h:239: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:244: syntax error before `void'
 /usr/include/stdlib.h:253: parse error before `__ptr_t'
 /usr/include/stdlib.h:260: syntax error before `void'
 /usr/include/stdlib.h:287: redeclaration of `__ptr_t'
 /usr/include/stdlib.h:287: `__ptr_t' previously declared here
 /usr/include/stdlib.h:296: parse error before `bsearch'
 /usr/include/stdlib.h:296: parse error before `__key'
 /usr/include/stdlib.h:298: warning: data definition has no type or storage
 class
 /usr/include/stdlib.h:302: parse error before `__base'
 regcomp.c: In function `mcadd':
 regcomp.c:1160: warning: assignment makes pointer from integer without a
 cast
 regcomp.c:1162: warning: assignment makes pointer from integer without a
 cast
 regcomp.c: In function `findmust':
 regcomp.c:1495: warning: assignment makes pointer from integer without a
 cast
 make[3]: *** [regcomp.o] Error 1
 make[2]: *** [subdirs] Error 1
 make[2]: Leaving directory `/root/apache/apache_1.3.0/src'
 make[1]: *** [build-std] Error 2
 make[1]: Leaving directory `/root/apache/apache_1.3.0'
 make: *** [build] Error 2
 
 
 Thanks
 Youn
 
 -----Original Message-----
 From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
 To: apache-bugdb@apache.org <apache-bugdb@apache.org>;
 [EMAIL PROTECTED] <[EMAIL PROTECTED]>; [EMAIL PROTECTED]
 <[EMAIL PROTECTED]>
 Date: Monday, June 08, 1998 12:34 PM
 Subject: Re: config/2379: will not compile
 
 
 >[In order for any reply to be added to the PR database, ]
 >[you need to include <[EMAIL PROTECTED]> in the Cc line ]
 >[and leave the subject line UNCHANGED.  This is not done]
 >[automatically because of the potential for mail loops. ]
 >
 >
 >Synopsis: will not compile
 >


>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]



Reply via email to