Your message dated Thu, 15 Dec 2011 05:02:15 +0000
with message-id <[email protected]>
and subject line Bug#558563: fixed in gstreamer0.10-rtsp 0.10.8-3
has caused the Debian Bug report #558563,
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.)


-- 
558563: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558563
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gstreamer0.10-rtsp
Version: 0.10.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 gcc -I../../src 
-I/usr/include/pygtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -pthread 
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -Wall  -g   
-DGST_DISABLE_DEPRECATED -g -O2 -Wall -g -O2 -Wno-error -export-symbols-regex 
"^(initrtspserver|_PyGObject_API).*" -module -avoid-version  -Wl,-z,defs 
-Wl,-O1 -Wl,--as-needed -lpthread -ldl -lutil -lm -lpython2.4 -o rtspserver.la 
-rpath /usr/lib/python2.4/site-packages/gst-0.10/gst 
rtspserver_la-rtspservermodule.lo rtspserver_la-rtspserver.lo 
../../gst/rtsp-server/libgstrtspserver-0.10.la -pthread -lgstreamer-0.10 
-lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0   -pthread 
-lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt 
-lxml2 -lglib-2.0   -lgstrtp-0.
 10 -lgstrtsp-0.10 -lgstsdp-0.10 -pthread -lgstreamer-0.10 -lgobject-2.0 
-lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0    
libtool: link: /usr/bin/nm -B  .libs/rtspserver_la-rtspservermodule.o 
.libs/rtspserver_la-rtspserver.o   | sed -n -e 's/^.*[     
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | /bin/sed 's/.* //' | sort | uniq > 
.libs/rtspserver.exp
libtool: link: /bin/grep -E -e "^(initrtspserver|_PyGObject_API).*" 
".libs/rtspserver.exp" > ".libs/rtspserver.expT"
libtool: link: mv -f ".libs/rtspserver.expT" ".libs/rtspserver.exp"
libtool: link: gcc -shared  .libs/rtspserver_la-rtspservermodule.o 
.libs/rtspserver_la-rtspserver.o   -Wl,-rpath 
-Wl,/home/peter/rebuild/build/gstreamer0.10-rtsp/gstreamer0.10-rtsp-0.10.5/gst/rtsp-server/.libs
 -Wl,--as-needed ../../gst/rtsp-server/.libs/libgstrtspserver-0.10.so 
-L/usr/lib -lpthread -ldl -lutil -lm -lpython2.4 -lgstapp-0.10 
/usr/lib/libgstbase-0.10.so -lgstrtp-0.10 -lgstrtsp-0.10 -lgstsdp-0.10 
/usr/lib/libgstreamer-0.10.so /usr/lib/libgobject-2.0.so 
/usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libxml2.so 
/usr/lib/libglib-2.0.so  -pthread -pthread -Wl,-z -Wl,defs -Wl,-O1 -pthread 
-pthread -pthread   -pthread -Wl,-soname -Wl,rtspserver.so -o 
.libs/rtspserver.so
libtool: link: ar cru .libs/rtspserver.a  rtspserver_la-rtspservermodule.o 
rtspserver_la-rtspserver.o
libtool: link: ranlib .libs/rtspserver.a
libtool: link: ( cd ".libs" && rm -f "rtspserver.la" && ln -s 
"../rtspserver.la" "rtspserver.la" )
make[5]: Leaving directory 
`/home/peter/rebuild/build/gstreamer0.10-rtsp/gstreamer0.10-rtsp-0.10.5/bindings/python'



--- End Message ---
--- Begin Message ---
Source: gstreamer0.10-rtsp
Source-Version: 0.10.8-3

We believe that the bug you reported is fixed in the latest version of
gstreamer0.10-rtsp, which is due to be installed in the Debian FTP archive:

gir1.2-gst-rtsp-server-0.10_0.10.8-3_amd64.deb
  to main/g/gstreamer0.10-rtsp/gir1.2-gst-rtsp-server-0.10_0.10.8-3_amd64.deb
gstreamer0.10-rtsp_0.10.8-3.debian.tar.gz
  to main/g/gstreamer0.10-rtsp/gstreamer0.10-rtsp_0.10.8-3.debian.tar.gz
gstreamer0.10-rtsp_0.10.8-3.dsc
  to main/g/gstreamer0.10-rtsp/gstreamer0.10-rtsp_0.10.8-3.dsc
libgstrtspserver-0.10-0_0.10.8-3_amd64.deb
  to main/g/gstreamer0.10-rtsp/libgstrtspserver-0.10-0_0.10.8-3_amd64.deb
libgstrtspserver-0.10-dev_0.10.8-3_amd64.deb
  to main/g/gstreamer0.10-rtsp/libgstrtspserver-0.10-dev_0.10.8-3_amd64.deb
python-gst0.10-rtsp_0.10.8-3_amd64.deb
  to main/g/gstreamer0.10-rtsp/python-gst0.10-rtsp_0.10.8-3_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 Reichel <[email protected]> (supplier of updated gstreamer0.10-rtsp 
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: Thu, 15 Dec 2011 05:45:28 +0100
Source: gstreamer0.10-rtsp
Binary: libgstrtspserver-0.10-0 libgstrtspserver-0.10-dev python-gst0.10-rtsp 
gir1.2-gst-rtsp-server-0.10
Architecture: source amd64
Version: 0.10.8-3
Distribution: unstable
Urgency: low
Maintainer: Sebastian Reichel <[email protected]>
Changed-By: Sebastian Reichel <[email protected]>
Description: 
 gir1.2-gst-rtsp-server-0.10 - GObject introspection data for the 
gst-rtsp-server library
 libgstrtspserver-0.10-0 - RTSP server plugin for GStreamer
 libgstrtspserver-0.10-dev - RTSP server plugin for GStreamer (development 
files)
 python-gst0.10-rtsp - GStreamer RTSP server plugin (Python bindings)
Closes: 558563 616837
Changes: 
 gstreamer0.10-rtsp (0.10.8-3) unstable; urgency=low
 .
   [ Sebastian Dröge ]
   * debian/control.in:
     + Let the -dev package depend on the GIR package as required by
       the new gobject-introspection policy.
 .
   [ Sebastian Reichel ]
   * Update my mail address
   * Update watch file
   * Update Debian Standards Version to 3.9.2
   * Switch to DEP5 Copyright Format
   * Use dh-autoreconf (Closes: #558563)
   * Switch from python-central to python-dh2 (Closes: #616837)
   * Simplify debian/rules by using dh $@
Checksums-Sha1: 
 78463caaddd7ba18f566a199cf9cccbf08051631 2597 gstreamer0.10-rtsp_0.10.8-3.dsc
 1bd274e64af763befff2a1245c57257271c3cec6 5221 
gstreamer0.10-rtsp_0.10.8-3.debian.tar.gz
 e203eb6b398c2cf30ad101ccc9c1a7ccbe6467b3 59348 
libgstrtspserver-0.10-0_0.10.8-3_amd64.deb
 26b0e316b4596ad040e88b7d30512e5d103b1372 29836 
libgstrtspserver-0.10-dev_0.10.8-3_amd64.deb
 077227421958f89bc45b9438c52de90c37cb19be 22034 
python-gst0.10-rtsp_0.10.8-3_amd64.deb
 7aca628c06635c0ef20b2b0079537720e09c36d1 9578 
gir1.2-gst-rtsp-server-0.10_0.10.8-3_amd64.deb
Checksums-Sha256: 
 fc68cb15f4cdc44dae6f30f325e3a80cff0022f501e624d4bbf47cf82b5d63b1 2597 
gstreamer0.10-rtsp_0.10.8-3.dsc
 7ea3a6a7b1849c492d0d911f5f44888957b76c5f9df0f1954f702c5413bf9061 5221 
gstreamer0.10-rtsp_0.10.8-3.debian.tar.gz
 9bffa58a7ac983fcc0dae1e84bd29e7b492dc11bccb6ac082f8b06c4cc9b5ae3 59348 
libgstrtspserver-0.10-0_0.10.8-3_amd64.deb
 d0ed387f6407e94d3ea82b3bfa82e2312dddcc9d1da990c8a18e90e9a1c1f436 29836 
libgstrtspserver-0.10-dev_0.10.8-3_amd64.deb
 6cfd0a596e0e7c1884c6afd263ac8e6fe1a6793aec2e8e91a9d97c4c8bdf87ec 22034 
python-gst0.10-rtsp_0.10.8-3_amd64.deb
 83ac09cd1735aa8e881491d3f1baa217558968880ac48dab64ebafbac4647610 9578 
gir1.2-gst-rtsp-server-0.10_0.10.8-3_amd64.deb
Files: 
 afc93227855e64bec15b57665fc8e231 2597 libs optional 
gstreamer0.10-rtsp_0.10.8-3.dsc
 93306511aed0b593950bada32277c935 5221 libs optional 
gstreamer0.10-rtsp_0.10.8-3.debian.tar.gz
 bad0ebed29d5f08837cbda13e25afa63 59348 libs optional 
libgstrtspserver-0.10-0_0.10.8-3_amd64.deb
 2b1c01df5ec4633ac2c7c7f1b6ff3777 29836 libdevel optional 
libgstrtspserver-0.10-dev_0.10.8-3_amd64.deb
 f94e86404ec4eb46521fcc0c9d97e2d6 22034 python optional 
python-gst0.10-rtsp_0.10.8-3_amd64.deb
 855d5fd833a32071f1486708632c7dd4 9578 introspection optional 
gir1.2-gst-rtsp-server-0.10_0.10.8-3_amd64.deb

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

iQIcBAEBCAAGBQJO6X18AAoJENju1/PIO/qa16UP/3aGZIGF534vE+dhRstf+eDu
oaq/k3joeO2n5rYyrtqr+GA2HtS9hPFZrGeTKzzeVVHOlBK49uO9TF85zCKmN07t
+2qrg/T3qkHeSmQSGvbcB3gVK4r9d4DYQOeDMoOj5x/fG4vYOiScjhFZRksFyvmZ
4KLBHM0MYmmOEiIuLExk19p2/5NSK0ODEnPoHYr48mlOz5EEmdqpQxb9N4/VISh3
FBjakL0Wu9Nk4cDZHPIt0ave1TDiKvSi4i1o9i+RHWflc3DVycTuNIv1miy8rTS5
VAngjCHFdni//XlpAaFgr5Pov+5+qmRCTI/iYABqo/SkMHZYhgoqdSqU+3FB90rO
a8UPnBfzmkYhE2XJsbu3Pjb0wvjsy1XYpWW9pxP3O5LoZKfGQ/pZxpmbZPtdDE2t
AzjWmhDJ4C0LYcPofvPck0xXnRNHKAmZb6EsgAkgWCZTiA+YRFhVee3Syhd7/AcD
JZx0jO+StrZV+sR87l7HSLZlLx3d2mpirQJWIw5QEqEJVsTRv55NbENSIpfZYfvX
LVXtOuY95+TZDLLjnRGzpB1wv6mjroviO4LmoIS+nJDfW+Io+eu//TJB5W2DjJWv
EcFXnuc7Hy1MsBZ6z2qPtTSH/JkQhNir3NuVJljijScn2VUII98W15qH3gYFWKm7
W5TbLTVTSnGQdhw4NZSq
=TUcb
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to