Your message dated Tue, 06 May 2014 11:04:32 +0000
with message-id <[email protected]>
and subject line Bug#727392: fixed in libapache-mod-log-sql 1.100-16
has caused the Debian Bug report #727392,
regarding libapache-mod-log-sql: run dh-autoreconf to update config.{sub,guess} 
and {libtool,aclocal}.m4
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 [email protected]
immediately.)


-- 
727392: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727392
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libapache-mod-log-sql
Version: 1.100-15
Severity: normal
User: [email protected]
Usertags: arm64

The package fails to build on arm64 (aarch64-linux-gnu), because the
config.{guess,sub} files are out of date, and are not updated during
the build.  If possible, please do not update these files directly,
but build-depend on autotools-dev instead, and use the tools provided
by autotools-dev to update these files.

  - For dh, call dh --with autotools_dev (yes, underscore).

  - For other rules files, call dh_autotools-dev_updateconfig before
    calling configure (in the build or configure target), and call
    dh_autotools-dev_restoreconfig before calling dh_clean in the clean
    target.

After the build on any architecture, and before a clean, a grep for
aarch64 in the config.sub file(s) should print some lines.

The full build log can be found at:
http://people.debian.org/~doko/logs/arm64-20131023/logs/buildlog_ubuntu-trusty-arm64.libapache-mod-log-sql_1.100-15_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.

Please note that these build were done in an Ubuntu development,
environment there may be a few false positives in these bug reports.

[...]
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on 
./libapache-mod-log-sql_1.100-15.dsc
dpkg-source: info: extracting libapache-mod-log-sql in 
libapache-mod-log-sql-1.100
dpkg-source: info: unpacking libapache-mod-log-sql_1.100.orig.tar.gz
dpkg-source: info: unpacking libapache-mod-log-sql_1.100-15.debian.tar.gz
dpkg-source: info: applying 001-mod_log_sql.c.patch
dpkg-source: info: applying 002-mod_log_sql.h.patch
dpkg-source: info: applying 003-mod_log_sql_dbi.c.patch
dpkg-source: info: applying 004-mod_log_sql_mysql.c.patch
dpkg-source: info: applying 005-mod_log_sql_pgsql.c.patch
dpkg-source: info: applying 006-Makefile.in.patch
dpkg-source: info: applying 008-create_tables.sql_adds-doc.patch
dpkg-source: info: applying compatibility-with-apache2.4.patch
dpkg-buildpackage: source package libapache-mod-log-sql
dpkg-buildpackage: source version 1.100-15
 dpkg-source --before-build libapache-mod-log-sql-1.100
dpkg-buildpackage: host architecture arm64
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp liba2-stamp
[ ! -f Makefile ] || /usr/bin/make clean
rm -f *.so
rm -f config.cache config.status config.log
rm -f Makefile config.h config.nice contrib/Makefile docs/Makefile stamp-h
dh_clean
 debian/rules build-arch
dh_testdir
CFLAGS="-Wall -g -O2" ./configure --host=aarch64-linux-gnu \
            --build=aarch64-linux-gnu \
            --prefix=/usr \
            --mandir=\${prefix}/share/man \
            --infodir=\${prefix}/share/info \
            --with-apxs=/usr/bin/apxs2 \
            --with-mysql=/usr \
            --with-ssl-inc=/usr/include/apache2
configure: creating config.nice
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to accept ANSI C... none needed
checking build system type... Invalid configuration `aarch64-linux-gnu': 
machine `aarch64' not recognized
configure: error: /bin/bash ./config.sub aarch64-linux-gnu failed
make: *** [configure-libapache2-mod-log-sql-stamp] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: libapache-mod-log-sql
Source-Version: 1.100-16

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

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.
Thomas Goirand <[email protected]> (supplier of updated libapache-mod-log-sql 
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: SHA256

Format: 1.8
Date: Tue, 06 May 2014 10:21:09 +0000
Source: libapache-mod-log-sql
Binary: libapache2-mod-log-sql libapache2-mod-log-sql-mysql 
libapache2-mod-log-sql-dbi libapache2-mod-log-sql-ssl
Architecture: source amd64
Version: 1.100-16
Distribution: unstable
Urgency: medium
Maintainer: Thomas Goirand <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description: 
 libapache2-mod-log-sql - Use SQL to store/write your Apache queries logs - Base
 libapache2-mod-log-sql-dbi - Use SQL to store/write your Apache queries logs - 
DBI interface
 libapache2-mod-log-sql-mysql - Use SQL to store/write your Apache queries logs 
- MySQL interface
 libapache2-mod-log-sql-ssl - Use SQL to store/write your Apache queries logs - 
SSL extension
Closes: 520388 542078 700583 727392 738377
Changes: 
 libapache-mod-log-sql (1.100-16) unstable; urgency=medium
 .
   * Patches configure script to search libdbi in a multiarch system
     (Closes: #738377, #542078).
   * Calls dh_autotools-dev_updateconfig before the configuration script,
     thanks to Matthias Klose <[email protected]> for reporting (Closes: #727392).
   * Fixes misnamed in create_tables.sql (Closes: #520388).
   * Fixed long description (Closes: #700583).
Checksums-Sha1: 
 8a83d52bdd59f66cf4a7d56a9260c72bd39cd4dc 2222 
libapache-mod-log-sql_1.100-16.dsc
 381c08bc0945a422d3d44699c069aede6432c984 12860 
libapache-mod-log-sql_1.100-16.debian.tar.xz
 353fcc82fde69dcb5c681f472362654d6b7a4fe6 59502 
libapache2-mod-log-sql_1.100-16_amd64.deb
 6c6c7d6f267b36a7c81fecb7fe135ec7339b043d 18394 
libapache2-mod-log-sql-mysql_1.100-16_amd64.deb
 9e04375ea4631cf8dd328abe5ece4bc544b81748 18542 
libapache2-mod-log-sql-dbi_1.100-16_amd64.deb
 f338cc964907b9e6819b7a99ed675b03fdede7a1 16882 
libapache2-mod-log-sql-ssl_1.100-16_amd64.deb
Checksums-Sha256: 
 388a0f36857839b02706a4e0928d17cff47e37b812104d4b60f74e76102f49c9 2222 
libapache-mod-log-sql_1.100-16.dsc
 c88622425d2475c8eaef4fef996e530b20923419814f478f747b220d47deefa1 12860 
libapache-mod-log-sql_1.100-16.debian.tar.xz
 8b7923167ff3dc837401603d7bdda48708c2b42e387bbc9548a3c2bd3627a189 59502 
libapache2-mod-log-sql_1.100-16_amd64.deb
 d333912fb50c593f9cb7816762f4001fdb924449ceb4addf122f1685537cb524 18394 
libapache2-mod-log-sql-mysql_1.100-16_amd64.deb
 6d374b98c4bd87989eff6b71051263baf48a83011b92a0f802bb456a9ac139af 18542 
libapache2-mod-log-sql-dbi_1.100-16_amd64.deb
 9ecc639fa2c567d665f9bd9e87d677d6033e461801feeab781b2541af3b50cb8 16882 
libapache2-mod-log-sql-ssl_1.100-16_amd64.deb
Files: 
 6bd2d5861ce0deaff86ae215e3272c53 59502 libs optional 
libapache2-mod-log-sql_1.100-16_amd64.deb
 4f91c01d3e10af5f5b0e7d4911082464 18394 libs optional 
libapache2-mod-log-sql-mysql_1.100-16_amd64.deb
 882f443b31b145b7be57b65de6c8bdbb 18542 libs optional 
libapache2-mod-log-sql-dbi_1.100-16_amd64.deb
 b1b1d2ba4ba440035e016670a2fc642a 16882 libs optional 
libapache2-mod-log-sql-ssl_1.100-16_amd64.deb
 cc876b4df34bbe271685db932259eb49 2222 libs optional 
libapache-mod-log-sql_1.100-16.dsc
 b845b993d777a16c843d0a36fa70cfcb 12860 libs optional 
libapache-mod-log-sql_1.100-16.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTaL/iAAoJENQWrRWsa0P+ZmAP/iBYSu4GSCRQlSmHUNbAtt08
HI32YAvu/SpWvPJCK+t/2zhlcs/h0hWBjUM2fT5q7lQCaRhJxHFCFehPK/9kNvkn
suEkH748NnMmWl7wqETbKA+q9s90na6zs1ELgNqGlevYi/+te/VL1soi1TotKLn+
59PKkGA4Yfszqv53e66ORjQ69atf8qUod/ZNrzd57YcdsjtJEySDCtAuVIBIiH24
HWVUcW9c5okKf0i8nRUxx2S021nU5YH73gwbcuD9fzCNm2h6SdyceIsgCfflZeKm
pdnhhG9CCCzRtwQZCBQurMof1oc8CDwe1l3v/MwBx/expj0MwLHzgU1JpFQ+PBno
p4knAuxGG2jy/66TQtNkpEwepU1ru89Vy5HilG84prfUXyd+btgAx6WUuJ9BgDyt
owG7+5D5bjZz4rSNdcxb5Q8WWu/L7sWlptd1h+6EZMPmPSjndroG+05AVF40PteB
E3Xy9G3miTGxuV0Qykeo8mRyZuRh9sl3C24aC6aJoS1DzLxO5bIPazmnx2wrFFjC
eWnagb4GwFfDqwvrQZxjjkl0BiqbeHyBJllr6lHH5nwTS9a42kpZWKtERx0so2AZ
KkFsnSlXU48Vi8m0atdGfMuRkuNzHEhuMD4MRVN+2GJcAsSSMEru3NUaDaFdg4dO
6Rz6BCvMFrNhUP/917W/
=rrX0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to