Your message dated Wed, 23 Mar 2005 10:02:21 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297912: fixed in mod-proxy-html 2.4.3-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Mar 2005 14:30:25 +0000
>From [EMAIL PROTECTED] Thu Mar 03 06:30:25 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c223012.adsl.hansenet.de (localhost.localdomain) [213.39.223.12] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D6rLN-0004K5-00; Thu, 03 Mar 2005 06:30:25 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
        id 1D6sHh-0005oE-ED; Thu, 03 Mar 2005 16:30:41 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: mod-proxy-html: FTBFS: syntax error before 'regex_t'
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 03 Mar 2005 16:30:41 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: mod-proxy-html
Severity: serious
Tags: patch

When trying to build 'mod-proxy-html', I get the following error:

/usr/bin/libtool --silent --mode=compile gcc -prefer-pic -pipe 
-I/usr/include/xmltok -I/usr/include/openssl -Wall -O2 
-DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pipe -I/usr/include/xmltok 
-I/usr/include/openssl -Wall -O2 -pthread -I/usr/include/apache2  
-I/usr/include/apr-0   -I/usr/include/apr-0 -I/usr/include 
-I/usr/include/libxml2  -c -o mod_proxy_html.lo mod_proxy_html.c && touch 
mod_proxy_html.slo
mod_proxy_html.c:91: error: syntax error before 'regex_t'

With the attached patch, 'mod-proxy-html' can be compiled.

Regards
Andreas Jochens

diff -urN ../tmp-orig/mod-proxy-html-2.4.3/mod_proxy_html.c ./mod_proxy_html.c
--- ../tmp-orig/mod-proxy-html-2.4.3/mod_proxy_html.c   2004-11-23 
16:42:14.000000000 +0100
+++ ./mod_proxy_html.c  2005-03-03 16:25:39.592952862 +0100
@@ -50,6 +50,8 @@
        logging enabled.
 */
 
+#include <regex.h>
+
 #ifdef GO_FASTER
 #define VERBOSE(x)
 #else

---------------------------------------
Received: (at 297912-close) by bugs.debian.org; 23 Mar 2005 15:10:54 +0000
>From [EMAIL PROTECTED] Wed Mar 23 07:10:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DE7VW-00043F-00; Wed, 23 Mar 2005 07:10:54 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DE7NF-0005Cq-00; Wed, 23 Mar 2005 10:02:21 -0500
From: Emmanuel Lacour <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#297912: fixed in mod-proxy-html 2.4.3-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 23 Mar 2005 10:02:21 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: mod-proxy-html
Source-Version: 2.4.3-2

We believe that the bug you reported is fixed in the latest version of
mod-proxy-html, which is due to be installed in the Debian FTP archive:

libapache2-mod-proxy-html_2.4.3-2_i386.deb
  to pool/main/m/mod-proxy-html/libapache2-mod-proxy-html_2.4.3-2_i386.deb
mod-proxy-html_2.4.3-2.diff.gz
  to pool/main/m/mod-proxy-html/mod-proxy-html_2.4.3-2.diff.gz
mod-proxy-html_2.4.3-2.dsc
  to pool/main/m/mod-proxy-html/mod-proxy-html_2.4.3-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emmanuel Lacour <[EMAIL PROTECTED]> (supplier of updated mod-proxy-html package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 23 Mar 2005 13:00:22 +0000
Source: mod-proxy-html
Binary: libapache2-mod-proxy-html
Architecture: source i386
Version: 2.4.3-2
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Lacour <[EMAIL PROTECTED]>
Changed-By: Emmanuel Lacour <[EMAIL PROTECTED]>
Description: 
 libapache2-mod-proxy-html - Apache2 filter module for HTML links rewriting
Closes: 297912
Changes: 
 mod-proxy-html (2.4.3-2) unstable; urgency=low
 .
   * mod_proxy_html.c: use new apache regex definitions, closes: #297912
Files: 
 1e7cfe116cdbbd5d10ecc3a0cda98880 661 web optional mod-proxy-html_2.4.3-2.dsc
 d7b294c510ec2f8d0eb7c7f3134ef8fb 3755 web optional 
mod-proxy-html_2.4.3-2.diff.gz
 28fc3f47e825f9490bc8728b82f79e40 20138 web optional 
libapache2-mod-proxy-html_2.4.3-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCQYE4oR3LsWeD7V4RAn2VAJ96e4BkG/XiwhUljB/DygB2yBB11gCeMrAH
yX2A7DahlShvm+WqY9JoH2E=
=2dGx
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to