Your message dated Thu, 29 Mar 2012 10:05:21 +0000
with message-id <e1sdcel-0003tz...@franck.debian.org>
and subject line Bug#661517: fixed in mpg123 1.13.7-2
has caused the Debian Bug report #661517,
regarding mpg123: Missing symbols in libmpg123-0.symbols.XXX
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.)


-- 
661517: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661517
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mpg123
Version: 1.12.1-3.2
Tags: patch


Hello:

While trying to compile mpg123 with the multiarch patch in a clean
i386 chroot with pbuilder I get the following message:

dpkg-gensymbols: warning: some new symbols appeared in the symbols
file: see diff output below
dpkg-gensymbols: warning: debian/libmpg123-0/DEBIAN/symbols doesn't
match completely debian/libmpg123-0.symbols.i386
--- debian/libmpg123-0.symbols.i386 (libmpg123-0_1.12.1_i386)
+++ libmpg123-0.symbols.i386    2012-02-27 13:53:32.000000000 -0500
@@ -6,6 +6,7 @@
  mpg123_copy_string@Base 1.6.2
  mpg123_current_decoder@Base 1.7.2
  mpg123_decode@Base 1.6.2
+ mpg123_decode_frame@Base 1.12.1
  mpg123_decode_frame_64@Base 1.6.2
  mpg123_decoder@Base 1.6.2
  mpg123_decoders@Base 1.6.2
@@ -18,6 +19,7 @@
  mpg123_exit@Base 1.6.2
  mpg123_feature@Base 1.10.0
  mpg123_feed@Base 1.6.2
+ mpg123_feedseek@Base 1.12.1
  mpg123_feedseek_64@Base 1.6.2
  mpg123_fmt@Base 1.6.2
  mpg123_fmt_all@Base 1.6.2
@@ -28,6 +30,7 @@
  mpg123_format_none@Base 1.6.2
  mpg123_format_support@Base 1.6.2
  mpg123_framebyframe_decode@Base 1.10.0
+ mpg123_framebyframe_decode_64@Base 1.12.1
  mpg123_framebyframe_next@Base 1.10.0
  mpg123_free_string@Base 1.6.2
  mpg123_geteq@Base 1.6.2
@@ -40,45 +43,61 @@
  mpg123_icy2utf8@Base 1.6.2
  mpg123_icy@Base 1.6.2
  mpg123_id3@Base 1.6.2
+ mpg123_index@Base 1.12.1
  mpg123_index_64@Base 1.6.2
  mpg123_info@Base 1.6.2
  mpg123_init@Base 1.6.2
  mpg123_init_string@Base 1.6.2
+ mpg123_length@Base 1.12.1
  mpg123_length_64@Base 1.6.2
  mpg123_meta_check@Base 1.6.2
  mpg123_new@Base 1.6.2
  mpg123_new_pars@Base 1.6.2
+ mpg123_open@Base 1.12.1
  mpg123_open_64@Base 1.6.2
+ mpg123_open_fd@Base 1.12.1
  mpg123_open_fd_64@Base 1.6.2
  mpg123_open_feed@Base 1.6.2
  mpg123_open_handle@Base 1.12.1
+ mpg123_open_handle_64@Base 1.12.1
  mpg123_outblock@Base 1.6.2
  mpg123_par@Base 1.6.2
  mpg123_param@Base 1.6.2
  mpg123_parnew@Base 1.6.2
  mpg123_plain_strerror@Base 1.6.2
+ mpg123_position@Base 1.12.1
  mpg123_position_64@Base 1.6.2
  mpg123_rates@Base 1.6.2
  mpg123_read@Base 1.6.2
  mpg123_replace_buffer@Base 1.6.2
  mpg123_replace_reader@Base 1.6.2
+ mpg123_replace_reader_64@Base 1.12.1
  mpg123_replace_reader_handle@Base 1.12.1
+ mpg123_replace_reader_handle_64@Base 1.12.1
  mpg123_reset_eq@Base 1.6.2
  mpg123_resize_string@Base 1.6.2
  mpg123_safe_buffer@Base 1.6.2
  mpg123_scan@Base 1.6.2
+ mpg123_seek@Base 1.12.1
  mpg123_seek_64@Base 1.6.2
+ mpg123_seek_frame@Base 1.12.1
  mpg123_seek_frame_64@Base 1.6.2
+ mpg123_set_filesize@Base 1.12.1
  mpg123_set_filesize_64@Base 1.6.2
+ mpg123_set_index@Base 1.12.1
  mpg123_set_index_64@Base 1.10.0
  mpg123_set_string@Base 1.6.2
  mpg123_set_substring@Base 1.6.2
  mpg123_store_utf8@Base 1.9.1
  mpg123_strerror@Base 1.6.2
  mpg123_supported_decoders@Base 1.6.2
+ mpg123_tell@Base 1.12.1
  mpg123_tell_64@Base 1.6.2
+ mpg123_tell_stream@Base 1.12.1
  mpg123_tell_stream_64@Base 1.6.2
+ mpg123_tellframe@Base 1.12.1
  mpg123_tellframe_64@Base 1.6.2
+ mpg123_timeframe@Base 1.12.1
  mpg123_timeframe_64@Base 1.6.2
  mpg123_tpf@Base 1.6.2
  mpg123_volume@Base 1.6.2


Since I compile with DPKG_GENSYMBOLS_CHECK_LEVEL=4 the package FTBFS
in i386 but in amd64 it builds fine.

I noticed that of the 19 new symbols found:
- 15 are those in libmpg123-0.symbols.64bit.in.
- The new ones seem to be:
+ mpg123_framebyframe_decode_64@Base 1.12.1
+ mpg123_open_handle_64@Base 1.12.1
+ mpg123_replace_reader_64@Base 1.12.1
+ mpg123_replace_reader_handle_64@Base 1.12.1

I quickly checked the last log in:
https://buildd.debian.org/status/package.php?p=mpg123

And all architectures except ia64 and amd64 show the new symbols found
message. Looking at old logs it started with 1.12.1-1.

Hope this helps,
Miguel



--- End Message ---
--- Begin Message ---
Source: mpg123
Source-Version: 1.13.7-2

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

libmpg123-0_1.13.7-2_amd64.deb
  to main/m/mpg123/libmpg123-0_1.13.7-2_amd64.deb
libmpg123-dev_1.13.7-2_amd64.deb
  to main/m/mpg123/libmpg123-dev_1.13.7-2_amd64.deb
mpg123_1.13.7-2.debian.tar.gz
  to main/m/mpg123/mpg123_1.13.7-2.debian.tar.gz
mpg123_1.13.7-2.dsc
  to main/m/mpg123/mpg123_1.13.7-2.dsc
mpg123_1.13.7-2_amd64.deb
  to main/m/mpg123/mpg123_1.13.7-2_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 661...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia <ales...@debian.org> (supplier of updated mpg123 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: SHA512

Format: 1.8
Date: Thu, 29 Mar 2012 11:42:59 +0200
Source: mpg123
Binary: mpg123 libmpg123-0 libmpg123-dev
Architecture: source amd64
Version: 1.13.7-2
Distribution: experimental
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Alessio Treglia <ales...@debian.org>
Description: 
 libmpg123-0 - MPEG layer 1/2/3 audio decoder -- runtime library
 libmpg123-dev - MPEG layer 1/2/3 audio decoder -- development files
 mpg123     - MPEG layer 1/2/3 audio player
Closes: 661517
Changes: 
 mpg123 (1.13.7-2) experimental; urgency=low
 .
   * Re-organize and refresh symbols. Thanks to Miguel Colon for the report
     and initial patch. (Closes: #661517)
   * Introduce new plugins:
     - JACK
     - PortAudio
     - OpenAL
   * Remove unnecessary build-dependencies.
Checksums-Sha1: 
 24696fedc724bedb25b7d2325973adab25d678a8 2186 mpg123_1.13.7-2.dsc
 143d2fb39aa113869cf09e89c1a01c3555fc0fa0 18728 mpg123_1.13.7-2.debian.tar.gz
 3a7bdc0acccf28436d6d091f205c26f106b00171 152168 mpg123_1.13.7-2_amd64.deb
 17ce6d021e303087a54637d3298c1b54a0495102 149616 libmpg123-0_1.13.7-2_amd64.deb
 640e3bfa802dd9cc08c7d8f98bc67bd49bfcf1cc 193138 
libmpg123-dev_1.13.7-2_amd64.deb
Checksums-Sha256: 
 ee9c842adc64c027879aab4b8204908bb054362410b131dad4f728c237d40565 2186 
mpg123_1.13.7-2.dsc
 b8b0b49444c920e67ffdb925951dc62c46a08cc76a79c7df0db2c42afa387110 18728 
mpg123_1.13.7-2.debian.tar.gz
 73e19be43d92cc895fccf67cbe1345a4737b7143c333f3af2f483ea1f899eb58 152168 
mpg123_1.13.7-2_amd64.deb
 7b4613e5b09e6ce466085b60a28bfcb290071012ced01bfc1d3bf309e703e662 149616 
libmpg123-0_1.13.7-2_amd64.deb
 d892b1987ad2af8910b88d1252f7cbd99a5fb2014656b7b16c2669ca693b7d6c 193138 
libmpg123-dev_1.13.7-2_amd64.deb
Files: 
 82d1600a1a6f52bddd6c5c1ecc19b813 2186 sound optional mpg123_1.13.7-2.dsc
 bbc3ec70568e10c6cf9a2aa6342be6ab 18728 sound optional 
mpg123_1.13.7-2.debian.tar.gz
 9ded391e07ecaec9cfb63e61bb54ba50 152168 sound optional 
mpg123_1.13.7-2_amd64.deb
 aac76451f91cbdbec7dfeb35067f504e 149616 libs optional 
libmpg123-0_1.13.7-2_amd64.deb
 1ac9bb597c7c68720b83e12a4ad97107 193138 libdevel optional 
libmpg123-dev_1.13.7-2_amd64.deb

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

iQIcBAEBCgAGBQJPdDJ4AAoJEOikiuUxHXZawJkP/3i25JQqcAcRu7cAPb6BPR1n
2vypKYyqJ7lhVvz2278JaZWyPZHW7JY0DpffPWCHn+/nN5ZI2VQtBlrD7/6BVA0Z
VxttPJBjHXGb1RUwsF1HnFk2AOwglZ6GuIKc97E+8Kc+Wz39zG4Tq1zeqA9oXmb9
7vbgVqox9KZHRB3UHLIWg2kEBGg990I6BERNZDJRQsnM7/g576xdeNczDRRtuS+r
a3CSMIICzKWujYzQSmFvjIumJpcp7JNm/EaWz/LOm8NM7Dcni98gL0w0iD8Nonaf
hQMEdNkmsia5NgXmkd2aARVJs+LmJhzEWqfzZuJJyd1AjWuJDHwha+BpxvLBbz8v
lMmUgxPXlEGKJX1GjOFhjrtYKJpqHMgBIlRRKimRUHwASauGxd06OrjNtxpuXI8g
XUHk+ywooSDI4FtITO0r1Tpaj3qPrYzHWTunBH5UHafIVbY39Bkat+AyDfaFWRz7
chn5bLWqk2beus3t4rYLyxd3Tkna3iG/RWFoomM4noruGaGY96VlGV9HgBrelM0Y
GEBBVxl77T2kZ1gl8p3hCKlmZGwOzxZZh/OtCZB+EsZsVGVoWgCTEke6cvRB3HTD
ZTCURPzfTbzlZGmYfc0lIkWwmfdnO5tFRN6dPgdTxVR0ZzHeSm7OXYqg20ruCwFS
HkzXg63E04LwNa6LZ920
=I3FG
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to