Your message dated Sat, 27 Dec 2008 03:17:08 +0000
with message-id <e1lgpfo-0000vm...@ries.debian.org>
and subject line Bug#509457: fixed in libapache2-mod-perl2 2.0.4-5
has caused the Debian Bug report #509457,
regarding FTBFS: Tests fail
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
509457: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509457
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libapache2-mod-perl2
Version: 2.0.4-4
Severity: serious
Justification: no longer builds from source

-- Package-specific info:
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

I stumbled upon this when trying to rebuild the package from the
pkg-perl SVN repository, preparing a 2.0.4-5 upload. Note that this is
just a placeholder, I'll follow up this report with an upstream bug
report as well as soon as a bug number is assigned.

2. Used Components and their Configuration:

*** mod_perl version 2.000004

*** using /tmp/build-area/libapache2-mod-perl2-2.0.4/lib/Apache2/BuildConfig.pm

*** Makefile.PL options:
  MP_APR_LIB     => aprext
  MP_APXS        => /usr/bin/apxs2
  MP_CCOPTS      => -g -Wall
  MP_COMPAT_1X   => 1
  MP_GENERATE_XS => 1
  MP_INCLUDE_DIR => /usr/include/apache2 /usr/include/apr-1.0
  MP_LIBNAME     => mod_perl
  MP_TRACE       => 0
  MP_USE_DSO     => 1
  MP_USE_GTOP    => 1
  MP_USE_STATIC  => 0


*** /usr/sbin/apache2 -V
Server version: Apache/2.2.11 (Debian)
Server built:   Dec 14 2008 09:41:19
Server's Module Magic Number: 20051115:21
Server loaded:  APR 1.2.12, APR-Util 1.2.12
Compiled using: APR 1.2.12, APR-Util 1.2.12
Architecture:   64-bit
Server MPM:     Prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APACHE_MPM_DIR="server/mpm/prefork"
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=128
 -D HTTPD_ROOT=""
 -D SUEXEC_BIN="/usr/lib/apache2/suexec"
 -D DEFAULT_PIDLOG="/var/run/apache2.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_LOCKFILE="/var/run/apache2/accept.lock"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="/etc/apache2/mime.types"
 -D SERVER_CONFIG_FILE="/etc/apache2/apache2.conf"

*** /usr/bin/ldd /usr/sbin/apache2
        linux-vdso.so.1 =>  (0x00007fff26ffe000)
        libpcre.so.3 => /usr/lib/libpcre.so.3 (0x00007f6f1ead7000)
        libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0x00007f6f1e8b4000)
        libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0x00007f6f1e681000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007f6f1e465000)
        libc.so.6 => /lib/libc.so.6 (0x00007f6f1e112000)
        libldap_r-2.4.so.2 => /usr/lib/libldap_r-2.4.so.2 (0x00007f6f1dec9000)
        liblber-2.4.so.2 => /usr/lib/liblber-2.4.so.2 (0x00007f6f1dcba000)
        libdb-4.6.so => /usr/lib/libdb-4.6.so (0x00007f6f1d970000)
        libpq.so.5 => /usr/lib/libpq.so.5 (0x00007f6f1d74c000)
        libmysqlclient_r.so.15 => /usr/lib/libmysqlclient_r.so.15 
(0x00007f6f1d33f000)
        libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x00007f6f1d0c9000)
        libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007f6f1cea0000)
        libuuid.so.1 => /lib/libuuid.so.1 (0x00007f6f1cc9c000)
        librt.so.1 => /lib/librt.so.1 (0x00007f6f1ca93000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007f6f1c85b000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f6f1c657000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f6f1ed06000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x00007f6f1c443000)
        libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00007f6f1c229000)
        libgnutls.so.26 => /usr/lib/libgnutls.so.26 (0x00007f6f1bf77000)
        libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0x00007f6f1bd26000)
        libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0x00007f6f1b98b000)
        libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00007f6f1b6ea000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0x00007f6f1b4e7000)
        libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x00007f6f1b2bb000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x00007f6f1b0a3000)
        libm.so.6 => /lib/libm.so.6 (0x00007f6f1ae20000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007f6f1ac09000)
        libtasn1.so.3 => /usr/lib/libtasn1.so.3 (0x00007f6f1a9f9000)
        libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0x00007f6f1edf4000)
        libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0x00007f6f1a792000)
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00007f6f1a56c000)
        libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00007f6f1a364000)
        libkeyutils.so.1 => /lib/libkeyutils.so.1 (0x00007f6f1a162000)


*** (apr|apu)-config linking info

 -L/usr/lib -laprutil-1  
 -L/usr/lib -lapr-1 -luuid -lrt -lcrypt  -lpthread -ldl 



*** /usr/bin/perl -V
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.6.26-1-vserver-amd64, 
archname=x86_64-linux-gnu-thread-multi
    uname='linux excelsior 2.6.26-1-vserver-amd64 #1 smp sat nov 8 20:24:14 utc 
2008 x86_64 gnulinux '
    config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN 
-Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr 
-Dprivlib=/usr/share/perl/5.10 -Darchlib=/usr/lib/perl/5.10 -Dvendorprefix=/usr 
-Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 
-Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.10.0 
-Dsitearch=/usr/local/lib/perl/5.10.0 -Dman1dir=/usr/share/man/man1 
-Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 
-Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl 
-Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm 
-DDEBUGGING=-g -Doptimize=-O2 -Duseshrplib -Dlibperl=libperl.so.5.10.0 
-Dd_dosuid -des'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing 
-pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2 -g',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe 
-I/usr/local/include'
    ccversion='', gccversion='4.3.2', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64
    libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
    perllibs=-ldl -lm -lpthread -lc -lcrypt
    libc=/lib/libc-2.7.so, so=so, useshrplib=true, libperl=libperl.so.5.10.0
    gnulibc_version='2.7'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_PERLIO USE_REENTRANT_API
  Built under linux
  Compiled at Nov 27 2008 21:47:49
  %ENV:
    PERL_LWP_USE_HTTP_10="1"
  @INC:
    /etc/perl
    /usr/local/lib/perl/5.10.0
    /usr/local/share/perl/5.10.0
    /usr/lib/perl5
    /usr/share/perl5
    /usr/lib/perl/5.10
    /usr/share/perl/5.10
    /usr/local/lib/site_perl
    .

*** Packages of interest status:

Apache2            : -
Apache2::Request   : 2.08
CGI                : 3.29
ExtUtils::MakeMaker: 6.42
LWP                : 5.820
mod_perl           : -
mod_perl2          : 2.000004


3. This is the core dump trace: (if you get a core dump):

  [CORE TRACE COMES HERE]

This report was generated by /usr/share/libapache2-mod-perl2/mp2bug on Mon Dec 
22 16:16:22 2008 GMT.

-------------8<---------- End Bug Report --------------8<----------




-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-vserver-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapache2-mod-perl2 depends on:
ii  apache2                    2.2.11-1      Apache HTTP Server metapackage
ii  apache2-mpm-prefork [apach 2.2.11-1      Apache HTTP Server - traditional n
ii  apache2.2-common           2.2.11-1      Apache HTTP Server common files
ii  libapr1                    1.2.12-5      The Apache Portable Runtime Librar
ii  libaprutil1                1.2.12+dfsg-8 The Apache Portable Runtime Utilit
ii  libc6                      2.7-16        GNU C Library: Shared libraries
ii  libdevel-symdump-perl      2.08-1        Perl module for inspecting perl's 
ii  libperl5.10                5.10.0-18     Shared Perl library
ii  liburi-perl                1.37+dfsg-1   Manipulates and accesses URI strin
ii  libuuid1                   1.41.3-1      universally unique id library
ii  libwww-perl                5.820-1       WWW client/server library for Perl
ii  netbase                    4.34          Basic TCP/IP networking system
ii  perl [libmime-base64-perl] 5.10.0-18     Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0] 5.10.0-18     minimal Perl system

Versions of packages libapache2-mod-perl2 recommends:
pn  libapache2-reload-perl        <none>     (no description available)
ii  libbsd-resource-perl          1.2901-1   BSD process resource limit and pri

libapache2-mod-perl2 suggests no packages.

-- no debconf information

-- 
Gunnar Wolf - gw...@iiec.unam.mx - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF



--- End Message ---
--- Begin Message ---
Source: libapache2-mod-perl2
Source-Version: 2.0.4-5

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

libapache2-mod-perl2-dev_2.0.4-5_all.deb
  to 
pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2-dev_2.0.4-5_all.deb
libapache2-mod-perl2-doc_2.0.4-5_all.deb
  to 
pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2-doc_2.0.4-5_all.deb
libapache2-mod-perl2_2.0.4-5.diff.gz
  to pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.4-5.diff.gz
libapache2-mod-perl2_2.0.4-5.dsc
  to pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.4-5.dsc
libapache2-mod-perl2_2.0.4-5_amd64.deb
  to pool/main/liba/libapache2-mod-perl2/libapache2-mod-perl2_2.0.4-5_amd64.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 509...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gunnar Wolf <gw...@debian.org> (supplier of updated libapache2-mod-perl2 
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 ftpmas...@debian.org)


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

Format: 1.8
Date: Fri, 26 Dec 2008 19:38:28 -0600
Source: libapache2-mod-perl2
Binary: libapache2-mod-perl2 libapache2-mod-perl2-dev libapache2-mod-perl2-doc
Architecture: source all amd64
Version: 2.0.4-5
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Gunnar Wolf <gw...@debian.org>
Description: 
 libapache2-mod-perl2 - Integration of perl with the Apache2 web server
 libapache2-mod-perl2-dev - Integration of perl with the Apache2 web server - 
development fil
 libapache2-mod-perl2-doc - Integration of perl with the Apache2 web server - 
documentation
Closes: 507821 508910 509457
Changes: 
 libapache2-mod-perl2 (2.0.4-5) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
 .
   [ Damyan Ivanov ]
   * add 010-doc-no-more-send_http_header.patch removing a forgotten
     send_http_header that is no nonger available in Registry.pod
     Closes: #507821 -- Can't locate object method "send_http_header" via
                        package "Apache2::RequestRec"
 .
   [ gregor herrmann ]
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Gunnar Wolf ]
   * Added conditional dependency on libapache2-mpm-itk (together with
     apache2). (Closes: #508910)
   * Added patch which created a FTBFS with the libwww-perl 5.813 to 5.820
     update (acknowledged upstream, will be included in next release)
     (Closes: #509457)
   * reordered debian/patches/series to match reality
Checksums-Sha1: 
 e5996f8eb8cd1a986702b2fb1604d91bd032ec44 1844 libapache2-mod-perl2_2.0.4-5.dsc
 0fe0c16e992be8e4a53252fda17cc01d8b669d4a 11366 
libapache2-mod-perl2_2.0.4-5.diff.gz
 7efb69b29e902e14ebc613c0ae8e362b678e47ae 79200 
libapache2-mod-perl2-dev_2.0.4-5_all.deb
 c0b9963758be73ddc2e24857704fb228d31a7198 3126920 
libapache2-mod-perl2-doc_2.0.4-5_all.deb
 eeb5bb17c6a5f19e4b8f67d5e6f1ac5525d22704 1149882 
libapache2-mod-perl2_2.0.4-5_amd64.deb
Checksums-Sha256: 
 bb1fbcc6b1e51a7d56141561bc472678cd68802b28dc564fc41ddd4bd383a341 1844 
libapache2-mod-perl2_2.0.4-5.dsc
 47fc22d6b32d6c5abfebedef29ba5083619f33c2772dee1c336f3c69cd75871a 11366 
libapache2-mod-perl2_2.0.4-5.diff.gz
 050a0f33f25db061d3788a31f55dc14c71ea01a51a94d63f2cdc7d7a4bf057cd 79200 
libapache2-mod-perl2-dev_2.0.4-5_all.deb
 79ab0391f00879a522eb29032e3ad66af9a2d93c3f03ec9743fb5cc44451361e 3126920 
libapache2-mod-perl2-doc_2.0.4-5_all.deb
 c8d41c245adb6589dbeda75a563787bc66a93ef0ead4e40d5b52e0dd9d98b2c6 1149882 
libapache2-mod-perl2_2.0.4-5_amd64.deb
Files: 
 c990482298e881427b161c9177c45d3b 1844 perl optional 
libapache2-mod-perl2_2.0.4-5.dsc
 a1fae885b7dc3b38220e2569cb3a105f 11366 perl optional 
libapache2-mod-perl2_2.0.4-5.diff.gz
 d874c7526eec7e1a7df0859cc9849ab9 79200 libdevel optional 
libapache2-mod-perl2-dev_2.0.4-5_all.deb
 3cedd317b960d8454493bf894572d5b0 3126920 doc optional 
libapache2-mod-perl2-doc_2.0.4-5_all.deb
 a1badd397eae7aac3943b3e8a75ba9db 1149882 perl optional 
libapache2-mod-perl2_2.0.4-5_amd64.deb

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

iEYEARECAAYFAklVin0ACgkQ2A7zWou1J68YCQCgnXsrmeg9yvAVOjFi5z+/dqHM
i30Anjq5mUTbXaAo+pen/Mj1BFvEWEph
=u2QI
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to