Your message dated Mon, 06 Feb 2006 03:02:07 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#321043: fixed in libapache-mod-gzip 1.3.26.1a-9
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)

--- Begin Message ---
>From [EMAIL PROTECTED] Tue Aug 02 19:06:38 2005
Received: (at submit) by bugs.debian.org; 3 Aug 2005 02:06:38 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E08eT-00038v-00; Tue, 02 Aug 2005 19:06:38 -0700
Received: from localhost.localdomain 
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j7326abB027750
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Tue, 2 Aug 2005 19:06:37 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1DzyJ7-0007LO-DU
        for [EMAIL PROTECTED]; Tue, 02 Aug 2005 08:03:53 -0700
Date: Tue, 2 Aug 2005 08:03:53 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Unrecognized command line option
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="1UWUbFP1cBYEclgG"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1001/Tue Aug  2 01:22:39 2005 on zoot.lafn.org
X-Virus-Status: Clean
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-Level: 
X-Spam-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--1UWUbFP1cBYEclgG
Content-Type: multipart/mixed; boundary="/04w6evG8XlLl3ft"
Content-Disposition: inline


--/04w6evG8XlLl3ft
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: libapache-mod-gzip
Version: 1.3.26.1a-8
Severity: serious
Tags: patch

libapache-mod-gzip fails to build because an unrecognized command line
option is passed to gcc because the flags passed via -Wc are separated
by commas:

> /usr/bin/apxs -Wc,-Wall,-O3,-fomit-frame-pointer,-pipe -c mod_gzip.c mod_=
gzip_debug.c mod_gzip_compress.c -o mod_gzip.so
> gcc -DLINUX=3D22 -DEAPI -DTARGET=3D"apache" -DHAVE_SET_DUMPABLE -DDB_DBM_=
HSEARCH=3D1 -DDEV_RANDOM=3D/dev/random -DUSE_HSREGEX -O1  -g -Wall -D_LARGE=
FILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -fPIC -DSHARED_MODULE -I/usr/include/a=
pache-1.3 -Wall,-O3,-fomit-frame-pointer,-pipe  -c mod_gzip.c
> cc1: error: unrecognized command line option "-Wall,-O3,-fomit-frame-poin=
ter,-pipe"
> apxs:Break: Command failed with rc=3D1

The attached patch uses a separate -Wc option for each GCC option,
which fixes this problem.

--=20
Matt

--/04w6evG8XlLl3ft
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

diff -u libapache-mod-gzip-1.3.26.1a/Makefile libapache-mod-gzip-1.3.26.1a/=
Makefile
--- libapache-mod-gzip-1.3.26.1a/Makefile
+++ libapache-mod-gzip-1.3.26.1a/Makefile
@@ -2,7 +2,7 @@
 RM=3D/bin/rm
=20
 build:
-       $(APXS) -Wc,-Wall,-O3,-fomit-frame-pointer,-pipe -c mod_gzip.c 
mod_gzip_d=
ebug.c mod_gzip_compress.c -o mod_gzip.so
+       $(APXS) -Wc,-Wall -Wc,-O3 -Wc,-fomit-frame-pointer -Wc,-pipe -c 
mod_gzip.=
c mod_gzip_debug.c mod_gzip_compress.c -o mod_gzip.so
=20
 install:
        install -s -m 644 mod_gzip.so $(DESTDIR)/usr/lib/apache/1.3

--/04w6evG8XlLl3ft--

--1UWUbFP1cBYEclgG
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFC74tYfNdgYxVXvBARAmBTAJ9LFpo5RKh4UHyIJBKPii8ghnOPLACfaL/5
NdwJnIvllkKawIekycOTRhM=
=BZe0
-----END PGP SIGNATURE-----

--1UWUbFP1cBYEclgG--


--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Mon Feb 06 03:12:25 2006
Received: (at 321043-close) by bugs.debian.org; 6 Feb 2006 11:12:25 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F648F-0003IL-U1; Mon, 06 Feb 2006 03:02:07 -0800
From: Ryszard Lach <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#321043: fixed in libapache-mod-gzip 1.3.26.1a-9
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 06 Feb 2006 03:02:07 -0800
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-Level: 
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

Source: libapache-mod-gzip
Source-Version: 1.3.26.1a-9

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

libapache-mod-gzip_1.3.26.1a-9.diff.gz
  to pool/main/liba/libapache-mod-gzip/libapache-mod-gzip_1.3.26.1a-9.diff.gz
libapache-mod-gzip_1.3.26.1a-9.dsc
  to pool/main/liba/libapache-mod-gzip/libapache-mod-gzip_1.3.26.1a-9.dsc
libapache-mod-gzip_1.3.26.1a-9_i386.deb
  to pool/main/liba/libapache-mod-gzip/libapache-mod-gzip_1.3.26.1a-9_i386.deb



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.
Ryszard Lach <[EMAIL PROTECTED]> (supplier of updated libapache-mod-gzip 
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: Mon,  6 Feb 2006 11:49:19 +0100
Source: libapache-mod-gzip
Binary: libapache-mod-gzip
Architecture: source i386
Version: 1.3.26.1a-9
Distribution: unstable
Urgency: low
Maintainer: Ryszard Lach <[EMAIL PROTECTED]>
Changed-By: Ryszard Lach <[EMAIL PROTECTED]>
Description: 
 libapache-mod-gzip - HTTP compression module for Apache
Closes: 321043
Changes: 
 libapache-mod-gzip (1.3.26.1a-9) unstable; urgency=low
 .
   * Fixed unrecognized command line option for cc. Thanks for the patch.
     Closes: #321043.
Files: 
 01b32cd4a7658881ae74943aacca83a2 635 web optional 
libapache-mod-gzip_1.3.26.1a-9.dsc
 20899b7787740c9aa2c7d627472a0832 4631 web optional 
libapache-mod-gzip_1.3.26.1a-9.diff.gz
 0b954edb7e617e97152ef80ce25cd761 106614 web optional 
libapache-mod-gzip_1.3.26.1a-9_i386.deb

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

iD8DBQFD5yoUOGQswQV5LzQRAqJ9AJ40fndcgGUbNRYWaGZzUlGK5Jl2bACeJPWx
ETDCgIbgCLYAPTOkwd47Tkc=
=0ofi
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to