Your message dated Sat, 21 Oct 2006 17:18:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#394446: fixed in speedy-cgi-perl 2.22-4
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 ---
Package: libapache2-mod-scgi
Version: 1.11-1
Severity: grave
Tags: sid

Hi Beowulf,

The libapache2-mod-speedycgi package is now uninstallable in unstable
because apache2.2-common conflicts with the current version, in response to
the module ABI change in apache 2.2.  Please update your package for this
transition, which is currently release-critical for etch.  A proposed patch
is attached which updates the build-dependency on apache2-dev and also adds
a runtime dependency on apache2.2-common, so that any future ABI changes can
be handled more smoothly without versioned Conflicts.

Unfortunately, some additional source changes also seem to be needed.  After
applying the patch, speedy-cgi-perl now fails to build with this error:

[...]
/usr/share/apr-1.0/build/libtool --silent --mode=compile --tag=disable-static 
i486-linux-gnu-gcc -prefer-pic -pipe -I/usr/include/xmltok 
-I/usr/include/openssl -Wall -O2  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall 
-O2 -g -pthread -I/usr/include/apache2  -I/usr/include/apr-1.0   
-I/usr/include/apr-1.0 -I/usr/include/postgresql -I../src -I. 
-DSPEEDY_PROGNAME=\"mod_speedycgi2\" -DSPEEDY_VERSION=\"2.22\" 
-DSPEEDY_FRONTEND  -c -o mod_speedycgi2.lo mod_speedycgi2.c && touch 
mod_speedycgi2.slo
mod_speedycgi2.c: In function 'discard_script_output':
mod_speedycgi2.c:343: warning: implicit declaration of function 
'APR_BRIGADE_FOREACH'
mod_speedycgi2.c:343: error: expected ';' before '{' token
[...]

APR_BRIGADE_FOREACH appears to be obsolete in apr-1.  I don't know what to
replace it with, but perhaps there's a new upstream version of speedycgi
that fixes this?

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
[EMAIL PROTECTED]                                   http://www.debian.org/
diff -u speedy-cgi-perl-2.22/debian/control speedy-cgi-perl-2.22/debian/control
--- speedy-cgi-perl-2.22/debian/control
+++ speedy-cgi-perl-2.22/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
 Uploaders: Niko Tyni <[EMAIL PROTECTED]>
-Build-Depends: apache-dev (>=1.3.0), libperl-dev, debhelper (>= 5), dpatch (>= 
2.0.9), apache2-prefork-dev (>= 2.0.50-10), perl (>= 5.6.0-16)
+Build-Depends: apache-dev (>=1.3.0), libperl-dev, debhelper (>= 5), dpatch (>= 
2.0.9), apache2-prefork-dev (>= 2.2), perl (>= 5.6.0-16)
 Standards-Version: 3.7.2
 
 Package: speedy-cgi-perl
@@ -31,7 +31,7 @@
 Package: libapache2-mod-speedycgi
 Architecture: any
 Section: web
-Depends: speedy-cgi-perl, apache2-mpm-prefork (>= 2.0.50-10), 
${shlibs:Depends}, ${misc:Depends}
+Depends: speedy-cgi-perl, apache2-mpm-prefork (>= 2.0.50-10), 
apache2.2-common, ${shlibs:Depends}, ${misc:Depends}
 Description: apache2 module to speed up perl scripts by making them persistent
  SpeedyCGI is a way to run perl scripts persistently, which usually makes
  them run much more quickly because it avoids the overhead of starting
diff -u speedy-cgi-perl-2.22/debian/changelog 
speedy-cgi-perl-2.22/debian/changelog
--- speedy-cgi-perl-2.22/debian/changelog
+++ speedy-cgi-perl-2.22/debian/changelog
@@ -1,3 +1,13 @@
+speedy-cgi-perl (2.22-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High-urgency upload for RC bugfix.
+  * Build-depend on apache2-prefork-dev (>= 2.2) and depend on
+    apache2.2-common in addition to apache2-mpm-prefork, to get a
+    consistent set of packages for the new apache2 module ABI.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Sat, 21 Oct 2006 03:03:37 -0700
+
 speedy-cgi-perl (2.22-3) unstable; urgency=low
 
   * New comaintainer.

--- End Message ---
--- Begin Message ---
Source: speedy-cgi-perl
Source-Version: 2.22-4

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

libapache-mod-speedycgi_2.22-4_i386.deb
  to pool/main/s/speedy-cgi-perl/libapache-mod-speedycgi_2.22-4_i386.deb
libapache2-mod-speedycgi_2.22-4_i386.deb
  to pool/main/s/speedy-cgi-perl/libapache2-mod-speedycgi_2.22-4_i386.deb
speedy-cgi-perl_2.22-4.diff.gz
  to pool/main/s/speedy-cgi-perl/speedy-cgi-perl_2.22-4.diff.gz
speedy-cgi-perl_2.22-4.dsc
  to pool/main/s/speedy-cgi-perl/speedy-cgi-perl_2.22-4.dsc
speedy-cgi-perl_2.22-4_i386.deb
  to pool/main/s/speedy-cgi-perl/speedy-cgi-perl_2.22-4_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.
Niko Tyni <[EMAIL PROTECTED]> (supplier of updated speedy-cgi-perl 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: Sat, 21 Oct 2006 20:57:55 +0300
Source: speedy-cgi-perl
Binary: libapache2-mod-speedycgi libapache-mod-speedycgi speedy-cgi-perl
Architecture: source i386
Version: 2.22-4
Distribution: unstable
Urgency: medium
Maintainer: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
Changed-By: Niko Tyni <[EMAIL PROTECTED]>
Description: 
 libapache-mod-speedycgi - apache module to speed up perl scripts by making 
them persistent
 libapache2-mod-speedycgi - apache2 module to speed up perl scripts by making 
them persistent
 speedy-cgi-perl - speed up perl scripts by making them persistent
Closes: 393017 394446
Changes: 
 speedy-cgi-perl (2.22-4) unstable; urgency=medium
 .
   * Medium urgency because of an RC bug fix.
   * debian/patches/apache2.2: fixes for Apache 2.2 compatibility
     + fix FTBFS due to APR_BRIGADE_FOREACH macro usage. (Closes: #393017)
     + change apr_filename_of_pathname() calls to apr_filepath_name_get()
   * debian/patches/80strip-backend-libs.dpatch: remove unnecessary linking
     + don't link speedy_backend against -lm, -lcrypt and -lpthread
   * Fix groff syntax in speedy.1
   * Change package sections to 'perl' and 'net', as in the override file.
   * Install the speedy and speedy_backend manpages with extension '.1p',
     as per the Perl policy.
   * Build-depend on apache2-prefork-dev (>= 2.2) and depend on
     apache2.2-common in addition to apache2-mpm-prefork, to get a
     consistent set of packages for the new apache2 module ABI.
     (Closes: #394446).
Files: 
 8bcdef26f3cf77a474b16333be0b7b87 788 perl optional speedy-cgi-perl_2.22-4.dsc
 c71772a850a3e34c4fb6ab78f3ac54b7 12904 perl optional 
speedy-cgi-perl_2.22-4.diff.gz
 17972b6920d1e4fca2962d8e1ca849e1 114526 perl optional 
speedy-cgi-perl_2.22-4_i386.deb
 49e8695376c2e6bbe4a19f95f35408ad 30674 net optional 
libapache-mod-speedycgi_2.22-4_i386.deb
 62948e24285e2c2ffe56c0e88d0cebad 32908 net optional 
libapache2-mod-speedycgi_2.22-4_i386.deb

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

iD8DBQFFOrbBS+BYJZB4jhERAin0AKCwVpq3mXRA4O3HaD2+OKUikj/DTQCcDyWc
8CGQ75VwwKmgCuhcsjGA/3w=
=tlfh
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to