You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Andi Hechtbauer <an...@spin.de> on 1999/06/10 21:36:31 UTC

general/4561: make r in src/regex fails

>Number:         4561
>Category:       general
>Synopsis:       make r in src/regex fails
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Jun 10 12:40:01 PDT 1999
>Last-Modified:
>Originator:     anti-bug@spin.de
>Organization:
apache
>Release:        1.3.6
>Environment:
> uname -a
Linux 2.0.33 alpha unknown
>Description:
in src/regex/README there's a hint to "make r" in order to test the regexp
suite. this make fails with: 

debug.o: In function `regchar':
debug.o(.text+0x994): undefined reference to `ap_isprint'
>How-To-Repeat:
tar xzf apache_1.3.6.tgz; cd apache_1.3.6; ./configure; make; cd src/regex; make r
>Fix:
if you change ap_isprint to ap_snprintf in line 237 of debug.c, it compiles,
and the tests on my linux/i386 pass, on linux/alpha they fail though.
>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 make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database 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!     ]