Your message dated Fri, 26 Feb 2010 11:47:34 +0000
with message-id <[email protected]>
and subject line Bug#558559: fixed in gst-fluendo-mp3 0.10.12.debian-1
has caused the Debian Bug report #558559,
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.)
--
558559: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558559
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gst-fluendo-mp3
Version: 0.10.7.debian-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 cc -pthread
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/liboil-0.3
-g -O2 -g -Wall -O2 -funroll-loops -module -avoid-version
-export-symbols-regex 'gst_.*' -o libgstflump3dec.la -rpath
/usr/lib/gstreamer-0.10 libgstflump3dec_la-flump3dec.lo
libgstflump3dec_la-bitstream.lo libgstflump3dec_la-common.lo
libgstflump3dec_la-decode.lo libgstflump3dec_la-mp3tl.lo
libgstflump3dec_la-mp3-c.lo libgstflump3dec_la-mp3-c-synth.lo -pthread
-lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2
-lglib-2.0 -loil-0.3 -lm -lrt -lm
generating symbol list for `libgstflump3dec.la'
/usr/bin/nm -B .libs/libgstflump3dec_la-flump3dec.o
.libs/libgstflump3dec_la-bitstream.o .libs/libgstflump3dec_la-common.o
.libs/libgstflump3dec_la-decode.o .libs/libgstflump3dec_la-mp3tl.o
.libs/libgstflump3dec_la-mp3-c.o .libs/libgstflump3dec_la-mp3-c-synth.o | sed
-n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq >
.libs/libgstflump3dec.exp
/bin/grep -E -e "gst_.*" ".libs/libgstflump3dec.exp" >
".libs/libgstflump3dec.expT"
mv -f ".libs/libgstflump3dec.expT" ".libs/libgstflump3dec.exp"
cc -shared .libs/libgstflump3dec_la-flump3dec.o
.libs/libgstflump3dec_la-bitstream.o .libs/libgstflump3dec_la-common.o
.libs/libgstflump3dec_la-decode.o .libs/libgstflump3dec_la-mp3tl.o
.libs/libgstflump3dec_la-mp3-c.o .libs/libgstflump3dec_la-mp3-c-synth.o
/usr/lib/libgstreamer-0.10.so /usr/lib/libgobject-2.0.so
/usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so /usr/lib/libxml2.so
/usr/lib/libglib-2.0.so -loil-0.3 -lrt -lm -pthread -pthread -Wl,-soname
-Wl,libgstflump3dec.so -o .libs/libgstflump3dec.so
ar cru .libs/libgstflump3dec.a libgstflump3dec_la-flump3dec.o
libgstflump3dec_la-bitstream.o libgstflump3dec_la-common.o
libgstflump3dec_la-decode.o libgstflump3dec_la-mp3tl.o
libgstflump3dec_la-mp3-c.o libgstflump3dec_la-mp3-c-synth.o
ranlib .libs/libgstflump3dec.a
creating libgstflump3dec.la
(cd .libs && rm -f libgstflump3dec.la && ln -s ../libgstflump3dec.la
libgstflump3dec.la)
make[3]: Leaving directory
`/home/peter/rebuild/build/gst-fluendo-mp3/gst-fluendo-mp3-0.10.7.debian/decoder'
--- End Message ---
--- Begin Message ---
Source: gst-fluendo-mp3
Source-Version: 0.10.12.debian-1
We believe that the bug you reported is fixed in the latest version of
gst-fluendo-mp3, which is due to be installed in the Debian FTP archive:
gst-fluendo-mp3_0.10.12.debian-1.diff.gz
to main/g/gst-fluendo-mp3/gst-fluendo-mp3_0.10.12.debian-1.diff.gz
gst-fluendo-mp3_0.10.12.debian-1.dsc
to main/g/gst-fluendo-mp3/gst-fluendo-mp3_0.10.12.debian-1.dsc
gst-fluendo-mp3_0.10.12.debian.orig.tar.gz
to main/g/gst-fluendo-mp3/gst-fluendo-mp3_0.10.12.debian.orig.tar.gz
gstreamer0.10-fluendo-mp3_0.10.12.debian-1_amd64.deb
to main/g/gst-fluendo-mp3/gstreamer0.10-fluendo-mp3_0.10.12.debian-1_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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Dröge <[email protected]> (supplier of updated gst-fluendo-mp3 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, 26 Feb 2010 12:36:32 +0100
Source: gst-fluendo-mp3
Binary: gstreamer0.10-fluendo-mp3
Architecture: source amd64
Version: 0.10.12.debian-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages
<[email protected]>
Changed-By: Sebastian Dröge <[email protected]>
Description:
gstreamer0.10-fluendo-mp3 - Fluendo mp3 decoder GStreamer plugin
Closes: 558559
Changes:
gst-fluendo-mp3 (0.10.12.debian-1) unstable; urgency=low
.
[ Loïc Minier ]
* Add XB-GStreamer-* fields to binary package; thanks Michael Vogt.
.
[ Sebastian Dröge ]
* New upstream release:
+ Regenerated automake/autoconf files (Closes: #558559).
* debian/strip-ipp.diff:
+ Add patch applied to the upstream sources to strip the non-free IPP
from the sources.
* debian/control:
+ Updating Standards-Version to 3.8.4.
Checksums-Sha1:
22c95e9ed0bd7241184cd87b7901b669f358f8a2 1416
gst-fluendo-mp3_0.10.12.debian-1.dsc
68d5207d5ed8a2c789253c8687dfbbbec511bde7 444879
gst-fluendo-mp3_0.10.12.debian.orig.tar.gz
a2c6d7df85d52a8a0e18198ed0f0e6a3f328ef70 13689
gst-fluendo-mp3_0.10.12.debian-1.diff.gz
5fddc8a984306344c0503ce77cadbc1ff09eb0a5 100914
gstreamer0.10-fluendo-mp3_0.10.12.debian-1_amd64.deb
Checksums-Sha256:
a18ca88d09715735dff4142b931f62232004030fb4022ebb93557135356ee466 1416
gst-fluendo-mp3_0.10.12.debian-1.dsc
a1984d075527a569550492177a6123d9c2c9441ae900a602db0188f357917cb4 444879
gst-fluendo-mp3_0.10.12.debian.orig.tar.gz
a82618010613ea1c76a1620a21dc5df0d648edd0a3dbe009a68d845e3db1f65f 13689
gst-fluendo-mp3_0.10.12.debian-1.diff.gz
fa1bd2c02e2a23f689ae6abd42842d3d2a63f50591e8d19ed5b84371c6b1edd4 100914
gstreamer0.10-fluendo-mp3_0.10.12.debian-1_amd64.deb
Files:
b31f2050a5cc2ba0731d45d87e836433 1416 libs optional
gst-fluendo-mp3_0.10.12.debian-1.dsc
84c6e3a25fa6dfa03417e4818dcec20d 444879 libs optional
gst-fluendo-mp3_0.10.12.debian.orig.tar.gz
a256da33c31cb7a18500863eab8ca8f5 13689 libs optional
gst-fluendo-mp3_0.10.12.debian-1.diff.gz
50e8e40adfbf2a42b36b1f37b066b382 100914 libs optional
gstreamer0.10-fluendo-mp3_0.10.12.debian-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkuHs8gACgkQBsBdh1vkHyHJUACeMXK7Fr9jJvpCJfCqqh/11qq6
67sAmwWyfD8UgqEP4qaUY90y26hC+hG/
=qkEE
-----END PGP SIGNATURE-----
--- End Message ---