[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1063140: marked as done (mpg123: NMU diff for 64-bit time_t transition)



Your message dated Mon, 5 Feb 2024 08:21:26 -0800
with message-id <ZcELBoqvPdADoHcK@homer.dodds.net>
and subject line Re: Bug#1063140: mpg123: NMU diff for 64-bit time_t transition
has caused the Debian Bug report #1063140,
regarding mpg123: NMU diff for 64-bit time_t transition
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 owner@bugs.debian.org
immediately.)


-- 
1063140: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063140
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: mpg123
Version: 1.32.4-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
mpg123 as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for mpg123
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru mpg123-1.32.4/debian/changelog mpg123-1.32.4/debian/changelog
--- mpg123-1.32.4/debian/changelog	2024-01-21 16:52:21.000000000 +0000
+++ mpg123-1.32.4/debian/changelog	2024-02-05 08:33:38.000000000 +0000
@@ -1,3 +1,10 @@
+mpg123 (1.32.4-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Mon, 05 Feb 2024 08:33:38 +0000
+
 mpg123 (1.32.4-1) unstable; urgency=medium
 
   * New upstream version 1.32.4
diff -Nru mpg123-1.32.4/debian/control mpg123-1.32.4/debian/control
--- mpg123-1.32.4/debian/control	2023-10-01 13:44:05.000000000 +0000
+++ mpg123-1.32.4/debian/control	2024-02-05 08:33:37.000000000 +0000
@@ -42,7 +42,10 @@
  OSS4, the Advanced Linux Sound Architecture (ALSA), JACK, PortAudio,
  PulseAudio, OpenAL and the Network Audio System (NAS).
 
-Package: libmpg123-0
+Package: libmpg123-0t64
+Provides: ${t64:Provides}
+Replaces: libmpg123-0
+Breaks: libmpg123-0 (<< ${source:Version})
 Multi-Arch: same
 Architecture: any
 Section: libs
@@ -56,7 +59,10 @@
  This package contains the C libraries needed to run executables that use
  the mpg123 library.
 
-Package: libout123-0
+Package: libout123-0t64
+Provides: ${t64:Provides}
+Replaces: libout123-0
+Breaks: libout123-0 (<< ${source:Version})
 Multi-Arch: same
 Architecture: any
 Section: libs
@@ -69,7 +75,10 @@
  .
  This package contains the shared out123 library.
 
-Package: libsyn123-0
+Package: libsyn123-0t64
+Provides: ${t64:Provides}
+Replaces: libsyn123-0
+Breaks: libsyn123-0 (<< ${source:Version})
 Multi-Arch: same
 Architecture: any
 Section: libs
@@ -87,9 +96,9 @@
 Architecture: any
 Section: libdevel
 Depends:
- libmpg123-0 (= ${binary:Version}),
- libout123-0 (= ${binary:Version}),
- libsyn123-0 (= ${binary:Version}),
+ libmpg123-0t64 (= ${binary:Version}),
+ libout123-0t64 (= ${binary:Version}),
+ libsyn123-0t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: MPEG layer 1/2/3 audio decoder (development files)
  mpg123 is a real time MPEG 1.0/2.0/2.5 audio player/decoder for layers
diff -Nru mpg123-1.32.4/debian/libmpg123-0.install mpg123-1.32.4/debian/libmpg123-0.install
--- mpg123-1.32.4/debian/libmpg123-0.install	2023-10-01 13:44:05.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libmpg123.so.0*
diff -Nru mpg123-1.32.4/debian/libmpg123-0.lintian-overrides mpg123-1.32.4/debian/libmpg123-0.lintian-overrides
--- mpg123-1.32.4/debian/libmpg123-0.lintian-overrides	2023-10-01 13:44:05.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# The SSE, 3DNowExt, 3DNow, and MMX decoders use non-pic assembly code.
-libmpg123-0 [i386]: specific-address-in-shared-library
diff -Nru mpg123-1.32.4/debian/libmpg123-0.symbols mpg123-1.32.4/debian/libmpg123-0.symbols
--- mpg123-1.32.4/debian/libmpg123-0.symbols	2023-10-02 19:38:58.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,160 +0,0 @@
-libmpg123.so.0 libmpg123-0 #MINVER#
- mpg123_add_string@Base 1.6.2
- mpg123_add_substring@Base 1.6.2
- mpg123_chomp_string@Base 1.15.1
- mpg123_clip@Base 1.6.2
- mpg123_close@Base 1.6.2
- mpg123_copy_string@Base 1.6.2
- mpg123_current_decoder@Base 1.7.2
- mpg123_decode@Base 1.6.2
- mpg123_decode_frame64@Base 1.32.3
- mpg123_decode_frame@Base 1.6.2
- mpg123_decode_frame_64@Base 1.13.7
- mpg123_decoder@Base 1.6.2
- mpg123_decoders@Base 1.6.2
- mpg123_delete@Base 1.6.2
- mpg123_delete_pars@Base 1.6.2
- mpg123_delete_string@Base 1.26.0
- mpg123_distversion@Base 1.32.3
- mpg123_enc_from_id3@Base 1.9.1
- mpg123_enc_from_id3_2@Base 1.28.0
- mpg123_encodings@Base 1.6.2
- mpg123_encsize@Base 1.13.7
- mpg123_eq2@Base 1.28.0
- mpg123_eq@Base 1.6.2
- mpg123_eq_bands@Base 1.30.0
- mpg123_eq_change@Base 1.30.0
- mpg123_errcode@Base 1.6.2
- mpg123_exit@Base 1.6.2
- mpg123_feature2@Base 1.26.0
- mpg123_feature@Base 1.10.0
- mpg123_feed@Base 1.6.2
- mpg123_feedseek64@Base 1.32.3
- mpg123_feedseek@Base 1.6.2
- mpg123_feedseek_64@Base 1.13.7
- mpg123_fmt2@Base 1.26.0
- mpg123_fmt@Base 1.6.2
- mpg123_fmt_all@Base 1.6.2
- mpg123_fmt_none@Base 1.6.2
- mpg123_fmt_support@Base 1.6.2
- mpg123_format2@Base 1.26.0
- mpg123_format@Base 1.6.2
- mpg123_format_all@Base 1.6.2
- mpg123_format_none@Base 1.6.2
- mpg123_format_support@Base 1.6.2
- mpg123_framebyframe_decode64@Base 1.32.3
- mpg123_framebyframe_decode@Base 1.10.0
- mpg123_framebyframe_decode_64@Base 1.13.7
- mpg123_framebyframe_next@Base 1.10.0
- mpg123_framedata@Base 1.14.0
- mpg123_framelength64@Base 1.32.3
- mpg123_framelength@Base 1.23.8
- mpg123_framelength_64@Base 1.23.8
- mpg123_framepos64@Base 1.32.3
- mpg123_framepos@Base 1.14.0
- mpg123_framepos_64@Base 1.14.0
- mpg123_free@Base 1.26.0
- mpg123_free_string@Base 1.6.2
- mpg123_geteq2@Base 1.28.0
- mpg123_geteq@Base 1.6.2
- mpg123_getformat2@Base 1.25.0
- mpg123_getformat@Base 1.6.2
- mpg123_getpar2@Base 1.28.0
- mpg123_getpar@Base 1.6.2
- mpg123_getparam2@Base 1.28.0
- mpg123_getparam@Base 1.6.2
- mpg123_getstate2@Base 1.28.0
- mpg123_getstate@Base 1.6.2
- mpg123_getvolume@Base 1.6.2
- mpg123_grow_string@Base 1.6.2
- mpg123_icy2utf8@Base 1.6.2
- mpg123_icy@Base 1.6.2
- mpg123_id3@Base 1.6.2
- mpg123_id3_raw@Base 1.26.0
- mpg123_index64@Base 1.32.3
- mpg123_index@Base 1.6.2
- mpg123_index_64@Base 1.13.7
- mpg123_info2@Base 1.28.0
- mpg123_info@Base 1.6.2
- mpg123_init@Base 1.6.2
- mpg123_init_string@Base 1.6.2
- mpg123_length64@Base 1.32.3
- mpg123_length@Base 1.6.2
- mpg123_length_64@Base 1.13.7
- mpg123_libversion@Base 1.32.3
- mpg123_meta_check@Base 1.6.2
- mpg123_meta_free@Base 1.14.0
- mpg123_move_string@Base 1.26.0
- mpg123_new@Base 1.6.2
- mpg123_new_pars@Base 1.6.2
- mpg123_new_string@Base 1.26.0
- mpg123_open@Base 1.6.2
- mpg123_open_64@Base 1.13.7
- mpg123_open_fd@Base 1.6.2
- mpg123_open_fd_64@Base 1.13.7
- mpg123_open_feed@Base 1.6.2
- mpg123_open_fixed@Base 1.26.0
- mpg123_open_fixed_64@Base 1.26.0
- mpg123_open_handle@Base 1.12.1
- mpg123_open_handle_64@Base 1.13.7
- mpg123_outblock@Base 1.6.2
- mpg123_par2@Base 1.28.0
- mpg123_par@Base 1.6.2
- mpg123_param2@Base 1.28.0
- mpg123_param@Base 1.6.2
- mpg123_parnew@Base 1.6.2
- mpg123_plain_strerror@Base 1.6.2
- mpg123_position64@Base 1.32.3
- mpg123_position@Base 1.6.2
- mpg123_position_64@Base 1.13.7
- mpg123_rates@Base 1.6.2
- mpg123_read@Base 1.6.2
- mpg123_reader64@Base 1.32.3
- mpg123_replace_buffer@Base 1.6.2
- mpg123_replace_reader@Base 1.6.2
- mpg123_replace_reader_64@Base 1.13.7
- mpg123_replace_reader_handle@Base 1.12.1
- mpg123_replace_reader_handle_64@Base 1.13.7
- mpg123_reset_eq@Base 1.6.2
- mpg123_resize_string@Base 1.6.2
- mpg123_safe_buffer@Base 1.6.2
- mpg123_same_string@Base 1.26.0
- mpg123_scan@Base 1.6.2
- mpg123_seek64@Base 1.32.3
- mpg123_seek@Base 1.6.2
- mpg123_seek_64@Base 1.13.7
- mpg123_seek_frame64@Base 1.32.3
- mpg123_seek_frame@Base 1.6.2
- mpg123_seek_frame_64@Base 1.13.7
- mpg123_set_filesize64@Base 1.32.3
- mpg123_set_filesize@Base 1.6.2
- mpg123_set_filesize_64@Base 1.13.7
- mpg123_set_index64@Base 1.32.3
- mpg123_set_index@Base 1.10.0
- mpg123_set_index_64@Base 1.13.7
- mpg123_set_moreinfo@Base 1.26.0
- mpg123_set_string@Base 1.6.2
- mpg123_set_substring@Base 1.6.2
- mpg123_spf@Base 1.14.0
- mpg123_store_utf8@Base 1.9.1
- mpg123_store_utf8_2@Base 1.28.0
- mpg123_strerror@Base 1.6.2
- mpg123_strlen@Base 1.13.7
- mpg123_supported_decoders@Base 1.6.2
- mpg123_tell64@Base 1.32.3
- mpg123_tell@Base 1.6.2
- mpg123_tell_64@Base 1.13.7
- mpg123_tell_stream64@Base 1.32.3
- mpg123_tell_stream@Base 1.6.2
- mpg123_tell_stream_64@Base 1.13.7
- mpg123_tellframe64@Base 1.32.3
- mpg123_tellframe@Base 1.6.2
- mpg123_tellframe_64@Base 1.13.7
- mpg123_timeframe64@Base 1.32.3
- mpg123_timeframe@Base 1.6.2
- mpg123_timeframe_64@Base 1.13.7
- mpg123_tpf@Base 1.6.2
- mpg123_volume@Base 1.6.2
- mpg123_volume_change@Base 1.6.2
- mpg123_volume_change_db@Base 1.30.0
-(arch-bits=32|arch=!x32)#include "libmpg123-0.symbols.32bit.in"
diff -Nru mpg123-1.32.4/debian/libmpg123-0.symbols.32bit.in mpg123-1.32.4/debian/libmpg123-0.symbols.32bit.in
--- mpg123-1.32.4/debian/libmpg123-0.symbols.32bit.in	2023-10-01 13:44:05.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0.symbols.32bit.in	1970-01-01 00:00:00.000000000 +0000
@@ -1,22 +0,0 @@
- mpg123_decode_frame_32@Base 1.13.7
- mpg123_feedseek_32@Base 1.13.7
- mpg123_framebyframe_decode_32@Base 1.13.7
- mpg123_framelength_32@Base 1.23.8
- mpg123_framepos_32@Base 1.14.0
- mpg123_index_32@Base 1.13.7
- mpg123_length_32@Base 1.13.7
- mpg123_open_32@Base 1.13.7
- mpg123_open_fixed_32@Base 1.26.0
- mpg123_open_fd_32@Base 1.13.7
- mpg123_open_handle_32@Base 1.13.7
- mpg123_position_32@Base 1.13.7
- mpg123_replace_reader_32@Base 1.13.7
- mpg123_replace_reader_handle_32@Base 1.13.7
- mpg123_seek_32@Base 1.13.7
- mpg123_seek_frame_32@Base 1.13.7
- mpg123_set_filesize_32@Base 1.13.7
- mpg123_set_index_32@Base 1.13.7
- mpg123_tell_32@Base 1.13.7
- mpg123_tell_stream_32@Base 1.13.7
- mpg123_tellframe_32@Base 1.13.7
- mpg123_timeframe_32@Base 1.13.7
diff -Nru mpg123-1.32.4/debian/libmpg123-0t64.install mpg123-1.32.4/debian/libmpg123-0t64.install
--- mpg123-1.32.4/debian/libmpg123-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0t64.install	2023-10-01 13:44:05.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libmpg123.so.0*
diff -Nru mpg123-1.32.4/debian/libmpg123-0t64.lintian-overrides mpg123-1.32.4/debian/libmpg123-0t64.lintian-overrides
--- mpg123-1.32.4/debian/libmpg123-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0t64.lintian-overrides	2024-02-05 08:33:37.000000000 +0000
@@ -0,0 +1,3 @@
+# The SSE, 3DNowExt, 3DNow, and MMX decoders use non-pic assembly code.
+libmpg123-0t64 [i386]: specific-address-in-shared-library
+libmpg123-0t64: package-name-doesnt-match-sonames libmpg123-0
diff -Nru mpg123-1.32.4/debian/libmpg123-0t64.symbols mpg123-1.32.4/debian/libmpg123-0t64.symbols
--- mpg123-1.32.4/debian/libmpg123-0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0t64.symbols	2024-02-05 08:33:38.000000000 +0000
@@ -0,0 +1,160 @@
+libmpg123.so.0 libmpg123-0t64 #MINVER#
+ mpg123_add_string@Base 1.6.2
+ mpg123_add_substring@Base 1.6.2
+ mpg123_chomp_string@Base 1.15.1
+ mpg123_clip@Base 1.6.2
+ mpg123_close@Base 1.6.2
+ mpg123_copy_string@Base 1.6.2
+ mpg123_current_decoder@Base 1.7.2
+ mpg123_decode@Base 1.6.2
+ mpg123_decode_frame64@Base 1.32.3
+ mpg123_decode_frame@Base 1.6.2
+ mpg123_decode_frame_64@Base 1.13.7
+ mpg123_decoder@Base 1.6.2
+ mpg123_decoders@Base 1.6.2
+ mpg123_delete@Base 1.6.2
+ mpg123_delete_pars@Base 1.6.2
+ mpg123_delete_string@Base 1.26.0
+ mpg123_distversion@Base 1.32.3
+ mpg123_enc_from_id3@Base 1.9.1
+ mpg123_enc_from_id3_2@Base 1.28.0
+ mpg123_encodings@Base 1.6.2
+ mpg123_encsize@Base 1.13.7
+ mpg123_eq2@Base 1.28.0
+ mpg123_eq@Base 1.6.2
+ mpg123_eq_bands@Base 1.30.0
+ mpg123_eq_change@Base 1.30.0
+ mpg123_errcode@Base 1.6.2
+ mpg123_exit@Base 1.6.2
+ mpg123_feature2@Base 1.26.0
+ mpg123_feature@Base 1.10.0
+ mpg123_feed@Base 1.6.2
+ mpg123_feedseek64@Base 1.32.3
+ mpg123_feedseek@Base 1.6.2
+ mpg123_feedseek_64@Base 1.13.7
+ mpg123_fmt2@Base 1.26.0
+ mpg123_fmt@Base 1.6.2
+ mpg123_fmt_all@Base 1.6.2
+ mpg123_fmt_none@Base 1.6.2
+ mpg123_fmt_support@Base 1.6.2
+ mpg123_format2@Base 1.26.0
+ mpg123_format@Base 1.6.2
+ mpg123_format_all@Base 1.6.2
+ mpg123_format_none@Base 1.6.2
+ mpg123_format_support@Base 1.6.2
+ mpg123_framebyframe_decode64@Base 1.32.3
+ mpg123_framebyframe_decode@Base 1.10.0
+ mpg123_framebyframe_decode_64@Base 1.13.7
+ mpg123_framebyframe_next@Base 1.10.0
+ mpg123_framedata@Base 1.14.0
+ mpg123_framelength64@Base 1.32.3
+ mpg123_framelength@Base 1.23.8
+ mpg123_framelength_64@Base 1.23.8
+ mpg123_framepos64@Base 1.32.3
+ mpg123_framepos@Base 1.14.0
+ mpg123_framepos_64@Base 1.14.0
+ mpg123_free@Base 1.26.0
+ mpg123_free_string@Base 1.6.2
+ mpg123_geteq2@Base 1.28.0
+ mpg123_geteq@Base 1.6.2
+ mpg123_getformat2@Base 1.25.0
+ mpg123_getformat@Base 1.6.2
+ mpg123_getpar2@Base 1.28.0
+ mpg123_getpar@Base 1.6.2
+ mpg123_getparam2@Base 1.28.0
+ mpg123_getparam@Base 1.6.2
+ mpg123_getstate2@Base 1.28.0
+ mpg123_getstate@Base 1.6.2
+ mpg123_getvolume@Base 1.6.2
+ mpg123_grow_string@Base 1.6.2
+ mpg123_icy2utf8@Base 1.6.2
+ mpg123_icy@Base 1.6.2
+ mpg123_id3@Base 1.6.2
+ mpg123_id3_raw@Base 1.26.0
+ mpg123_index64@Base 1.32.3
+ mpg123_index@Base 1.6.2
+ mpg123_index_64@Base 1.13.7
+ mpg123_info2@Base 1.28.0
+ mpg123_info@Base 1.6.2
+ mpg123_init@Base 1.6.2
+ mpg123_init_string@Base 1.6.2
+ mpg123_length64@Base 1.32.3
+ mpg123_length@Base 1.6.2
+ mpg123_length_64@Base 1.13.7
+ mpg123_libversion@Base 1.32.3
+ mpg123_meta_check@Base 1.6.2
+ mpg123_meta_free@Base 1.14.0
+ mpg123_move_string@Base 1.26.0
+ mpg123_new@Base 1.6.2
+ mpg123_new_pars@Base 1.6.2
+ mpg123_new_string@Base 1.26.0
+ mpg123_open@Base 1.6.2
+ mpg123_open_64@Base 1.13.7
+ mpg123_open_fd@Base 1.6.2
+ mpg123_open_fd_64@Base 1.13.7
+ mpg123_open_feed@Base 1.6.2
+ mpg123_open_fixed@Base 1.26.0
+ mpg123_open_fixed_64@Base 1.26.0
+ mpg123_open_handle@Base 1.12.1
+ mpg123_open_handle_64@Base 1.13.7
+ mpg123_outblock@Base 1.6.2
+ mpg123_par2@Base 1.28.0
+ mpg123_par@Base 1.6.2
+ mpg123_param2@Base 1.28.0
+ mpg123_param@Base 1.6.2
+ mpg123_parnew@Base 1.6.2
+ mpg123_plain_strerror@Base 1.6.2
+ mpg123_position64@Base 1.32.3
+ mpg123_position@Base 1.6.2
+ mpg123_position_64@Base 1.13.7
+ mpg123_rates@Base 1.6.2
+ mpg123_read@Base 1.6.2
+ mpg123_reader64@Base 1.32.3
+ mpg123_replace_buffer@Base 1.6.2
+ mpg123_replace_reader@Base 1.6.2
+ mpg123_replace_reader_64@Base 1.13.7
+ mpg123_replace_reader_handle@Base 1.12.1
+ mpg123_replace_reader_handle_64@Base 1.13.7
+ mpg123_reset_eq@Base 1.6.2
+ mpg123_resize_string@Base 1.6.2
+ mpg123_safe_buffer@Base 1.6.2
+ mpg123_same_string@Base 1.26.0
+ mpg123_scan@Base 1.6.2
+ mpg123_seek64@Base 1.32.3
+ mpg123_seek@Base 1.6.2
+ mpg123_seek_64@Base 1.13.7
+ mpg123_seek_frame64@Base 1.32.3
+ mpg123_seek_frame@Base 1.6.2
+ mpg123_seek_frame_64@Base 1.13.7
+ mpg123_set_filesize64@Base 1.32.3
+ mpg123_set_filesize@Base 1.6.2
+ mpg123_set_filesize_64@Base 1.13.7
+ mpg123_set_index64@Base 1.32.3
+ mpg123_set_index@Base 1.10.0
+ mpg123_set_index_64@Base 1.13.7
+ mpg123_set_moreinfo@Base 1.26.0
+ mpg123_set_string@Base 1.6.2
+ mpg123_set_substring@Base 1.6.2
+ mpg123_spf@Base 1.14.0
+ mpg123_store_utf8@Base 1.9.1
+ mpg123_store_utf8_2@Base 1.28.0
+ mpg123_strerror@Base 1.6.2
+ mpg123_strlen@Base 1.13.7
+ mpg123_supported_decoders@Base 1.6.2
+ mpg123_tell64@Base 1.32.3
+ mpg123_tell@Base 1.6.2
+ mpg123_tell_64@Base 1.13.7
+ mpg123_tell_stream64@Base 1.32.3
+ mpg123_tell_stream@Base 1.6.2
+ mpg123_tell_stream_64@Base 1.13.7
+ mpg123_tellframe64@Base 1.32.3
+ mpg123_tellframe@Base 1.6.2
+ mpg123_tellframe_64@Base 1.13.7
+ mpg123_timeframe64@Base 1.32.3
+ mpg123_timeframe@Base 1.6.2
+ mpg123_timeframe_64@Base 1.13.7
+ mpg123_tpf@Base 1.6.2
+ mpg123_volume@Base 1.6.2
+ mpg123_volume_change@Base 1.6.2
+ mpg123_volume_change_db@Base 1.30.0
+(arch-bits=32|arch=!x32)#include "libmpg123-0t64.symbols.32bit.in"
diff -Nru mpg123-1.32.4/debian/libmpg123-0t64.symbols.32bit.in mpg123-1.32.4/debian/libmpg123-0t64.symbols.32bit.in
--- mpg123-1.32.4/debian/libmpg123-0t64.symbols.32bit.in	1970-01-01 00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libmpg123-0t64.symbols.32bit.in	2023-10-01 13:44:05.000000000 +0000
@@ -0,0 +1,22 @@
+ mpg123_decode_frame_32@Base 1.13.7
+ mpg123_feedseek_32@Base 1.13.7
+ mpg123_framebyframe_decode_32@Base 1.13.7
+ mpg123_framelength_32@Base 1.23.8
+ mpg123_framepos_32@Base 1.14.0
+ mpg123_index_32@Base 1.13.7
+ mpg123_length_32@Base 1.13.7
+ mpg123_open_32@Base 1.13.7
+ mpg123_open_fixed_32@Base 1.26.0
+ mpg123_open_fd_32@Base 1.13.7
+ mpg123_open_handle_32@Base 1.13.7
+ mpg123_position_32@Base 1.13.7
+ mpg123_replace_reader_32@Base 1.13.7
+ mpg123_replace_reader_handle_32@Base 1.13.7
+ mpg123_seek_32@Base 1.13.7
+ mpg123_seek_frame_32@Base 1.13.7
+ mpg123_set_filesize_32@Base 1.13.7
+ mpg123_set_index_32@Base 1.13.7
+ mpg123_tell_32@Base 1.13.7
+ mpg123_tell_stream_32@Base 1.13.7
+ mpg123_tellframe_32@Base 1.13.7
+ mpg123_timeframe_32@Base 1.13.7
diff -Nru mpg123-1.32.4/debian/libout123-0.install mpg123-1.32.4/debian/libout123-0.install
--- mpg123-1.32.4/debian/libout123-0.install	2023-10-01 13:44:05.000000000 +0000
+++ mpg123-1.32.4/debian/libout123-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libout123.so.0*
diff -Nru mpg123-1.32.4/debian/libout123-0.symbols mpg123-1.32.4/debian/libout123-0.symbols
--- mpg123-1.32.4/debian/libout123-0.symbols	2023-10-02 19:28:32.000000000 +0000
+++ mpg123-1.32.4/debian/libout123-0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,38 +0,0 @@
-libout123.so.0 libout123-0 #MINVER#
- out123_buffered@Base 1.23.8
- out123_close@Base 1.23.8
- out123_continue@Base 1.23.8
- out123_del@Base 1.23.8
- out123_devices@Base 1.28.0
- out123_distversion@Base 1.32.3
- out123_drain@Base 1.23.8
- out123_driver_info@Base 1.23.8
- out123_drivers@Base 1.23.8
- out123_drop@Base 1.23.8
- out123_enc_byname@Base 1.23.8
- out123_enc_list@Base 1.23.8
- out123_enc_longname@Base 1.23.8
- out123_enc_name@Base 1.23.8
- out123_encodings@Base 1.23.8
- out123_encsize@Base 1.23.8
- out123_errcode@Base 1.23.8
- out123_formats@Base 1.23.8
- out123_free@Base 1.26.0
- out123_getformat@Base 1.23.8
- out123_getparam2@Base 1.28.0
- out123_getparam@Base 1.23.8
- out123_libversion@Base 1.32.3
- out123_ndrain@Base 1.23.8
- out123_new@Base 1.23.8
- out123_open@Base 1.23.8
- out123_param2@Base 1.28.0
- out123_param@Base 1.23.8
- out123_param_from@Base 1.23.8
- out123_pause@Base 1.23.8
- out123_plain_strerror@Base 1.23.8
- out123_play@Base 1.23.8
- out123_set_buffer@Base 1.23.8
- out123_start@Base 1.23.8
- out123_stop@Base 1.23.8
- out123_strerror@Base 1.23.8
- out123_stringlists_free@Base 1.28.0
diff -Nru mpg123-1.32.4/debian/libout123-0t64.install mpg123-1.32.4/debian/libout123-0t64.install
--- mpg123-1.32.4/debian/libout123-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libout123-0t64.install	2023-10-01 13:44:05.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libout123.so.0*
diff -Nru mpg123-1.32.4/debian/libout123-0t64.lintian-overrides mpg123-1.32.4/debian/libout123-0t64.lintian-overrides
--- mpg123-1.32.4/debian/libout123-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libout123-0t64.lintian-overrides	2024-02-05 08:33:37.000000000 +0000
@@ -0,0 +1 @@
+libout123-0t64: package-name-doesnt-match-sonames libout123-0
diff -Nru mpg123-1.32.4/debian/libout123-0t64.symbols mpg123-1.32.4/debian/libout123-0t64.symbols
--- mpg123-1.32.4/debian/libout123-0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libout123-0t64.symbols	2024-02-05 08:33:37.000000000 +0000
@@ -0,0 +1,38 @@
+libout123.so.0 libout123-0t64 #MINVER#
+ out123_buffered@Base 1.23.8
+ out123_close@Base 1.23.8
+ out123_continue@Base 1.23.8
+ out123_del@Base 1.23.8
+ out123_devices@Base 1.28.0
+ out123_distversion@Base 1.32.3
+ out123_drain@Base 1.23.8
+ out123_driver_info@Base 1.23.8
+ out123_drivers@Base 1.23.8
+ out123_drop@Base 1.23.8
+ out123_enc_byname@Base 1.23.8
+ out123_enc_list@Base 1.23.8
+ out123_enc_longname@Base 1.23.8
+ out123_enc_name@Base 1.23.8
+ out123_encodings@Base 1.23.8
+ out123_encsize@Base 1.23.8
+ out123_errcode@Base 1.23.8
+ out123_formats@Base 1.23.8
+ out123_free@Base 1.26.0
+ out123_getformat@Base 1.23.8
+ out123_getparam2@Base 1.28.0
+ out123_getparam@Base 1.23.8
+ out123_libversion@Base 1.32.3
+ out123_ndrain@Base 1.23.8
+ out123_new@Base 1.23.8
+ out123_open@Base 1.23.8
+ out123_param2@Base 1.28.0
+ out123_param@Base 1.23.8
+ out123_param_from@Base 1.23.8
+ out123_pause@Base 1.23.8
+ out123_plain_strerror@Base 1.23.8
+ out123_play@Base 1.23.8
+ out123_set_buffer@Base 1.23.8
+ out123_start@Base 1.23.8
+ out123_stop@Base 1.23.8
+ out123_strerror@Base 1.23.8
+ out123_stringlists_free@Base 1.28.0
diff -Nru mpg123-1.32.4/debian/libsyn123-0.install mpg123-1.32.4/debian/libsyn123-0.install
--- mpg123-1.32.4/debian/libsyn123-0.install	2023-10-01 13:44:05.000000000 +0000
+++ mpg123-1.32.4/debian/libsyn123-0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libsyn123.so.0*
diff -Nru mpg123-1.32.4/debian/libsyn123-0.symbols mpg123-1.32.4/debian/libsyn123-0.symbols
--- mpg123-1.32.4/debian/libsyn123-0.symbols	2023-10-02 19:28:13.000000000 +0000
+++ mpg123-1.32.4/debian/libsyn123-0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,57 +0,0 @@
-libsyn123.so.0 libsyn123-0 #MINVER#
- syn123_amp@Base 1.26.0
- syn123_be2host@Base 1.26.0
- syn123_clip@Base 1.26.0
- syn123_conv@Base 1.26.0
- syn123_db2lin@Base 1.26.0
- syn123_deinterleave@Base 1.26.0
- syn123_del@Base 1.26.0
- syn123_distversion@Base 1.32.3
- syn123_dither@Base 1.26.0
- syn123_drop_filter@Base 1.26.0
- syn123_filter@Base 1.26.0
- syn123_host2be@Base 1.26.0
- syn123_host2le@Base 1.26.0
- syn123_interleave@Base 1.26.0
- syn123_le2host@Base 1.26.0
- syn123_libversion@Base 1.32.3
- syn123_lin2db@Base 1.26.0
- syn123_mix@Base 1.26.0
- syn123_mixenc@Base 1.26.0
- syn123_mono2many@Base 1.26.0
- syn123_new@Base 1.26.0
- syn123_query_filter@Base 1.26.0
- syn123_query_waves@Base 1.26.0
- syn123_read@Base 1.26.0
- syn123_resample@Base 1.26.0
- syn123_resample_count@Base 1.26.0
- syn123_resample_expect@Base 1.26.0
- syn123_resample_fillcount@Base 1.26.0
- syn123_resample_history@Base 1.26.0
- syn123_resample_in@Base 1.32.3
- syn123_resample_incount@Base 1.26.0
- syn123_resample_inexpect@Base 1.26.0
- syn123_resample_intotal64@Base 1.32.3
- syn123_resample_intotal@Base 1.26.2
- (arch-bits=32|arch=!x32)syn123_resample_intotal_32@Base 1.26.2
- syn123_resample_intotal_64@Base 1.26.0
- syn123_resample_maxincount@Base 1.26.0
- syn123_resample_maxrate@Base 1.26.0
- syn123_resample_out@Base 1.32.3
- syn123_resample_total64@Base 1.32.3
- syn123_resample_total@Base 1.26.2
- (arch-bits=32|arch=!x32)syn123_resample_total_32@Base 1.26.2
- syn123_resample_total_64@Base 1.26.0
- syn123_setup_filter@Base 1.26.0
- syn123_setup_geiger@Base 1.26.0
- syn123_setup_pink@Base 1.26.0
- syn123_setup_resample@Base 1.26.0
- syn123_setup_silence@Base 1.26.0
- syn123_setup_sweep@Base 1.26.0
- syn123_setup_waves@Base 1.26.0
- syn123_setup_white@Base 1.26.0
- syn123_soft_clip@Base 1.26.0
- syn123_strerror@Base 1.26.0
- syn123_swap_bytes@Base 1.26.0
- syn123_wave_id@Base 1.26.0
- syn123_wave_name@Base 1.26.0
diff -Nru mpg123-1.32.4/debian/libsyn123-0t64.install mpg123-1.32.4/debian/libsyn123-0t64.install
--- mpg123-1.32.4/debian/libsyn123-0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libsyn123-0t64.install	2023-10-01 13:44:05.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libsyn123.so.0*
diff -Nru mpg123-1.32.4/debian/libsyn123-0t64.lintian-overrides mpg123-1.32.4/debian/libsyn123-0t64.lintian-overrides
--- mpg123-1.32.4/debian/libsyn123-0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libsyn123-0t64.lintian-overrides	2024-02-05 08:33:37.000000000 +0000
@@ -0,0 +1 @@
+libsyn123-0t64: package-name-doesnt-match-sonames libsyn123-0
diff -Nru mpg123-1.32.4/debian/libsyn123-0t64.symbols mpg123-1.32.4/debian/libsyn123-0t64.symbols
--- mpg123-1.32.4/debian/libsyn123-0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ mpg123-1.32.4/debian/libsyn123-0t64.symbols	2024-02-05 08:33:37.000000000 +0000
@@ -0,0 +1,57 @@
+libsyn123.so.0 libsyn123-0t64 #MINVER#
+ syn123_amp@Base 1.26.0
+ syn123_be2host@Base 1.26.0
+ syn123_clip@Base 1.26.0
+ syn123_conv@Base 1.26.0
+ syn123_db2lin@Base 1.26.0
+ syn123_deinterleave@Base 1.26.0
+ syn123_del@Base 1.26.0
+ syn123_distversion@Base 1.32.3
+ syn123_dither@Base 1.26.0
+ syn123_drop_filter@Base 1.26.0
+ syn123_filter@Base 1.26.0
+ syn123_host2be@Base 1.26.0
+ syn123_host2le@Base 1.26.0
+ syn123_interleave@Base 1.26.0
+ syn123_le2host@Base 1.26.0
+ syn123_libversion@Base 1.32.3
+ syn123_lin2db@Base 1.26.0
+ syn123_mix@Base 1.26.0
+ syn123_mixenc@Base 1.26.0
+ syn123_mono2many@Base 1.26.0
+ syn123_new@Base 1.26.0
+ syn123_query_filter@Base 1.26.0
+ syn123_query_waves@Base 1.26.0
+ syn123_read@Base 1.26.0
+ syn123_resample@Base 1.26.0
+ syn123_resample_count@Base 1.26.0
+ syn123_resample_expect@Base 1.26.0
+ syn123_resample_fillcount@Base 1.26.0
+ syn123_resample_history@Base 1.26.0
+ syn123_resample_in@Base 1.32.3
+ syn123_resample_incount@Base 1.26.0
+ syn123_resample_inexpect@Base 1.26.0
+ syn123_resample_intotal64@Base 1.32.3
+ syn123_resample_intotal@Base 1.26.2
+ (arch-bits=32|arch=!x32)syn123_resample_intotal_32@Base 1.26.2
+ syn123_resample_intotal_64@Base 1.26.0
+ syn123_resample_maxincount@Base 1.26.0
+ syn123_resample_maxrate@Base 1.26.0
+ syn123_resample_out@Base 1.32.3
+ syn123_resample_total64@Base 1.32.3
+ syn123_resample_total@Base 1.26.2
+ (arch-bits=32|arch=!x32)syn123_resample_total_32@Base 1.26.2
+ syn123_resample_total_64@Base 1.26.0
+ syn123_setup_filter@Base 1.26.0
+ syn123_setup_geiger@Base 1.26.0
+ syn123_setup_pink@Base 1.26.0
+ syn123_setup_resample@Base 1.26.0
+ syn123_setup_silence@Base 1.26.0
+ syn123_setup_sweep@Base 1.26.0
+ syn123_setup_waves@Base 1.26.0
+ syn123_setup_white@Base 1.26.0
+ syn123_soft_clip@Base 1.26.0
+ syn123_strerror@Base 1.26.0
+ syn123_swap_bytes@Base 1.26.0
+ syn123_wave_id@Base 1.26.0
+ syn123_wave_name@Base 1.26.0

--- End Message ---
--- Begin Message ---
Hi Thomas,

On Mon, Feb 05, 2024 at 03:05:25PM +0100, Thomas Orgis wrote:
> Am Mon, 05 Feb 2024 08:36:28 +0000
> schrieb Steve Langasek <vorlon@debian.org>: 

> > we have identified
> > mpg123 as a source package shipping runtime libraries whose ABI
> > either is affected by the change in size of time_t, or could not be
> > analyzed via abi-compliance-checker (and therefore to be on the safe
> > side we assume is affected).

> I am not aware of mpg123 API being affected at all by time_t changes.
> There's internal use of time_t, but nothing that users should see.

> So nothing to see here … can you just mark it as unaffected manually?

> Otherwise, I'd be interested to know how I managed to slip in a sliver
> of time_t.

Sorry, the bug report template doesn't really cover this aspect.

mpg123 does not use time_t directly.  However, it does depend on other
libraries which DO use time_t; and its ABI is impacted by enabling large
file support (you can't enable 64-bit time_t compatibility to use the other
libraries it calls, without also turning on LFS).

I see that there is support in the library for exporting API entry points
both with and without LFS.  And objdump -T on on armhf binary of libmpg123.so.0
seems to support that dual entry points are present.

A manual inspection of the abi-compliance-checker output at
https://adrien.dcln.fr/misc/armhf-time_t/2024-02-01T09%3A53%3A00/compat_reports/libmpg123-dev/base_to_lfs/compat_report.html
shows that the ABI differences when _FILE_OFFSET_BITS=64 is defined are
entirely down to which symbols are exposed in the headers, and NOT changes
to the prototypes of any symbols.

So you are correct that the ABI is not broken.  Closing this bug to mark
that no change in unstable is required.  

Maintainers, feel free to ignore/supersede/request removal of the NMU in
experimental, according to your preference.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slangasek@ubuntu.com                                     vorlon@debian.org

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply to: