Your message dated Fri, 08 Jan 2010 15:34:00 +0000
with message-id <[email protected]>
and subject line Bug#558569: fixed in libapache-mod-musicindex 1.3.0-1
has caused the Debian Bug report #558569,
regarding Missing autoreconf to fix 554821 or similar bugs in the future
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.)


-- 
558569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558569
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libapache-mod-musicindex
Version: 1.2.5-1
Severity: minor
User: [email protected]
Usertags: missing-libtool-update

I did a rebuild of all packages which are affected by bug #554821. As it seems
your package doesnt do the needed autoreconf needed for libtool. When doing
autoreconf or the needed sequence of different autotools/libtool utilities the
package should be able to fix the problem automatically.
/usr/share/doc/autotools-dev/README.Debian.gz explains it in section "Basic
summary of packaging source that uses autotools".

The build was done in a cowbuild chroot with the patch from #554821 included in
/usr/share/aclocal/libtool.m4 and binutils-gold installed. All logs were then
greped for -export-symbols-regex and not including -version-script. This
should indicate that your package doesnt do the required autoreconf with
updating the libtools stuff.

A small extra test output "test-version-script" was added to libtool.m4 and
silent mode was disabled in global ltmain.sh so it is easier for me to decide if
it was really updated in case libtool doesnt output the ld command to stdout.
So if the output and "test-version-script" is missing then your program doesnt
update the files. I am sorry if this is still a false positive.

udev 147-5 for example fails completely due to new (unknown) symbols appearing
inside the .so, but `autoreconf -fi -I m4` (with libtool.m4 installed on my
system with the mentioned patch) fixes the problem. I had to remove a patch
with touches Makefile.in, but the rest worked out of the box. Maybe it is
better to copy all clean files into a extra directory, run autoreconf inside
the directory, build and install everything from that directory and in clean
remove that directory. This way the diff.gz should be clean and you still do
the necessary autoreconf. A package which does that is g3dviewer. Many other
packages like libupnp4 and compizconfig-python just ignore the fact that these
changes are included in debian.tar.gz/diff.gz

The interesting output inside the log of your program is:

/bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -std=gnu99  
-Wall -g -O2   -o mod_musicindex.la -rpath /usr/lib/apache2/modules -shared 
-module -avoid-version -export-symbols-regex "musicindex_module"  -L/usr/lib 
-lapr-1 -L/usr/lib -lvorbis -lm -lvorbisfile -lmad -lid3tag 
-L/usr/lib/apache2/modules -lFLAC -lm  mod_musicindex_la-mod_musicindex.lo 
mod_musicindex_la-html.lo mod_musicindex_la-http.lo mod_musicindex_la-sort.lo 
mod_musicindex_la-config.lo mod_musicindex_la-playlist.lo 
mod_musicindex_la-playlist-vorbis.lo mod_musicindex_la-playlist-flac.lo 
mod_musicindex_la-playlist-mp3.lo  mod_musicindex_la-cache-file.lo 
mod_musicindex_la-output-tarball.lo  -larchive 
generating symbol list for `mod_musicindex.la'
/usr/bin/nm -B  .libs/mod_musicindex_la-mod_musicindex.o 
.libs/mod_musicindex_la-html.o .libs/mod_musicindex_la-http.o 
.libs/mod_musicindex_la-sort.o .libs/mod_musicindex_la-config.o 
.libs/mod_musicindex_la-playlist.o .libs/mod_musicindex_la-playlist-vorbis.o 
.libs/mod_musicindex_la-playlist-flac.o .libs/mod_musicindex_la-playlist-mp3.o 
.libs/mod_musicindex_la-cache-file.o .libs/mod_musicindex_la-output-tarball.o  
| sed -n -e 's/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > 
.libs/mod_musicindex.exp
/bin/grep -E -e "musicindex_module" ".libs/mod_musicindex.exp" > 
".libs/mod_musicindex.expT"
mv -f ".libs/mod_musicindex.expT" ".libs/mod_musicindex.exp"
x86_64-linux-gnu-gcc -std=gnu99 -shared  
.libs/mod_musicindex_la-mod_musicindex.o .libs/mod_musicindex_la-html.o 
.libs/mod_musicindex_la-http.o .libs/mod_musicindex_la-sort.o 
.libs/mod_musicindex_la-config.o .libs/mod_musicindex_la-playlist.o 
.libs/mod_musicindex_la-playlist-vorbis.o 
.libs/mod_musicindex_la-playlist-flac.o .libs/mod_musicindex_la-playlist-mp3.o 
.libs/mod_musicindex_la-cache-file.o .libs/mod_musicindex_la-output-tarball.o  
-L/usr/lib /usr/lib/libapr-1.so /usr/lib/libvorbis.so /usr/lib/libvorbisfile.so 
/usr/lib/libmad.so /usr/lib/libid3tag.so -L/usr/lib/apache2/modules 
/usr/lib/libFLAC.so -lm /usr/lib/libarchive.so  -Wl,-soname 
-Wl,mod_musicindex.so -o .libs/mod_musicindex.so
creating mod_musicindex.la
(cd .libs && rm -f mod_musicindex.la && ln -s ../mod_musicindex.la 
mod_musicindex.la)
make[3]: Leaving directory 
`/home/peter/rebuild/build/libapache-mod-musicindex/libapache-mod-musicindex-1.2.5/build-2.2/src'



--- End Message ---
--- Begin Message ---
Source: libapache-mod-musicindex
Source-Version: 1.3.0-1

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

libapache-mod-musicindex_1.3.0-1.diff.gz
  to main/liba/libapache-mod-musicindex/libapache-mod-musicindex_1.3.0-1.diff.gz
libapache-mod-musicindex_1.3.0-1.dsc
  to main/liba/libapache-mod-musicindex/libapache-mod-musicindex_1.3.0-1.dsc
libapache-mod-musicindex_1.3.0.orig.tar.gz
  to 
main/liba/libapache-mod-musicindex/libapache-mod-musicindex_1.3.0.orig.tar.gz
libapache2-mod-musicindex_1.3.0-1_ia64.deb
  to 
main/liba/libapache-mod-musicindex/libapache2-mod-musicindex_1.3.0-1_ia64.deb
mod-musicindex-common_1.3.0-1_all.deb
  to main/liba/libapache-mod-musicindex/mod-musicindex-common_1.3.0-1_all.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.
Thibaut VARENE <[email protected]> (supplier of updated 
libapache-mod-musicindex 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.8
Date: Fri, 08 Jan 2010 13:18:00 +0100
Source: libapache-mod-musicindex
Binary: libapache2-mod-musicindex mod-musicindex-common
Architecture: source ia64 all
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Thibaut VARENE <[email protected]>
Changed-By: Thibaut VARENE <[email protected]>
Description: 
 libapache2-mod-musicindex - Browse, stream, download and search through 
MP3/Ogg/FLAC files
 mod-musicindex-common - Common files for mod-musicindex
Closes: 558569
Changes: 
 libapache-mod-musicindex (1.3.0-1) unstable; urgency=low
 .
   * Implement the (experimental) mysql cache backend
   * Fix size output during recursive search
   * Fix showing Download List without support for tarball in custom list
   * Update autotools (Closes: #558569)
Checksums-Sha1: 
 58eaae83a7e583cc7c6953c85efadc0a66398edb 1236 
libapache-mod-musicindex_1.3.0-1.dsc
 2ac2a2f0c9e249e0f7865c3d2897ae2281d9ca69 479785 
libapache-mod-musicindex_1.3.0.orig.tar.gz
 aaaf19c648b1f5ac0f253e959ee80e1fe72e9362 8627 
libapache-mod-musicindex_1.3.0-1.diff.gz
 6447dc1f81fd718d32c210863ffc5d74e528a7db 53308 
libapache2-mod-musicindex_1.3.0-1_ia64.deb
 1d647bbf9ef85abb68e53d6411002c1d8d8291e4 38444 
mod-musicindex-common_1.3.0-1_all.deb
Checksums-Sha256: 
 ee91bd9bd92c3f4727bd6fba5772b73b844c522eaba5e5d1d79e748cb5e7d75d 1236 
libapache-mod-musicindex_1.3.0-1.dsc
 81e28fed8ab4e813dd229a55d75c828aeb4e130ff5f668f7e0048df1ad302ade 479785 
libapache-mod-musicindex_1.3.0.orig.tar.gz
 1bf6cc252a7b399dc5d55576c6755535392fe26c067228edea8466ec22bbb557 8627 
libapache-mod-musicindex_1.3.0-1.diff.gz
 b49edbefd16f1046b751e4220619a1a6e4d7c4d639e451407dd69b036b4899e8 53308 
libapache2-mod-musicindex_1.3.0-1_ia64.deb
 69d6e340cfbbc49ac1aafa69ccae6559f3416fe70f10ed80a48063b82bcefee5 38444 
mod-musicindex-common_1.3.0-1_all.deb
Files: 
 177b3b2c011b826205595944b8cbb737 1236 web optional 
libapache-mod-musicindex_1.3.0-1.dsc
 369c6edb82f3a264b0ef2b555cf8b9c0 479785 web optional 
libapache-mod-musicindex_1.3.0.orig.tar.gz
 d5cdaad36bd45524b2f0a3825eafa4c2 8627 web optional 
libapache-mod-musicindex_1.3.0-1.diff.gz
 3fab089c2ed4a0a35e2750bcfbcbffaa 53308 web optional 
libapache2-mod-musicindex_1.3.0-1_ia64.deb
 9ce7e0b2a4e8841572180c883889f1f3 38444 web optional 
mod-musicindex-common_1.3.0-1_all.deb

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

iEYEARECAAYFAktHNbsACgkQHjLD2rfS8GMWGACfR/34o6L+PtcmgJH/w5C6T2v+
1okAoLiRDevM0QofV4GhRejujjHC5p9i
=mqCw
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to