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

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



Your message dated Fri, 01 Mar 2024 23:35:35 +0000
with message-id <E1rgCPf-0018Ic-SM@fasolo.debian.org>
and subject line Bug#1063206: fixed in papi 7.1.0-3.2
has caused the Debian Bug report #1063206,
regarding papi: 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.)


-- 
1063206: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063206
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: papi
Version: 7.1.0-2
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
papi 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 papi
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.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, 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 papi-7.1.0/debian/changelog papi-7.1.0/debian/changelog
--- papi-7.1.0/debian/changelog	2023-12-29 22:11:46.000000000 -0300
+++ papi-7.1.0/debian/changelog	2024-02-05 14:07:57.000000000 -0300
@@ -1,3 +1,10 @@
+papi (7.1.0-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <kanashiro@debian.org>  Mon, 05 Feb 2024 14:07:57 -0300
+
 papi (7.1.0-2) unstable; urgency=medium
 
   * Reproducibly generate fortran headers.
diff -Nru papi-7.1.0/debian/control papi-7.1.0/debian/control
--- papi-7.1.0/debian/control	2023-12-29 22:11:46.000000000 -0300
+++ papi-7.1.0/debian/control	2024-02-05 14:07:57.000000000 -0300
@@ -17,7 +17,10 @@
 Vcs-Browser: https://salsa.debian.org/hpc-team/papi
 Vcs-Git: https://salsa.debian.org/hpc-team/papi.git
 
-Package: libpapi7.1
+Package: libpapi7.1t64
+Provides: ${t64:Provides}
+Replaces: libpapi7.1
+Breaks: libpapi7.1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -40,7 +43,10 @@
  .
  This package provides the shared library.
 
-Package: libsde1
+Package: libsde1t64
+Provides: ${t64:Provides}
+Replaces: libsde1
+Breaks: libsde1 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -66,7 +72,7 @@
 Multi-Arch: same
 Depends:
  libpapi${papi:SOVERSION} (= ${binary:Version}),
- libsde1 (= ${binary:Version}),
+ libsde1t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: PAPI development files (headers and API documentation)
  Performance Application Programming Interface (PAPI) provides the tool
diff -Nru papi-7.1.0/debian/libpapi7.1t64.README.Debian papi-7.1.0/debian/libpapi7.1t64.README.Debian
--- papi-7.1.0/debian/libpapi7.1t64.README.Debian	1969-12-31 21:00:00.000000000 -0300
+++ papi-7.1.0/debian/libpapi7.1t64.README.Debian	2024-02-05 14:07:57.000000000 -0300
@@ -0,0 +1,17 @@
+Accessing some CPU performance counters may require root permissions
+or a reduced paranoia level in /proc/sys/kernel/perf_event_paranoid.
+On hardened kernels any access by unprivileged users is forbidden by
+default.
+
+The paranoia level can be set by root with e.g.
+
+    # echo 2 > /proc/sys/kernel/perf_event_paranoid
+
+
+perf event paranoia level (from kernel/events/core.c in src:linux):
+
+  -1 - not paranoid at all
+   0 - disallow raw tracepoint access for unpriv
+   1 - disallow cpu events for unpriv (Linux default)
+   2 - disallow kernel profiling for unpriv
+   3 - disallow all unpriv perf event use (Debian default)
diff -Nru papi-7.1.0/debian/libpapi7.1t64.docs papi-7.1.0/debian/libpapi7.1t64.docs
--- papi-7.1.0/debian/libpapi7.1t64.docs	1969-12-31 21:00:00.000000000 -0300
+++ papi-7.1.0/debian/libpapi7.1t64.docs	2024-02-05 14:07:57.000000000 -0300
@@ -0,0 +1,2 @@
+README.md
+ChangeLogP*.txt
diff -Nru papi-7.1.0/debian/libpapi7.1t64.install papi-7.1.0/debian/libpapi7.1t64.install
--- papi-7.1.0/debian/libpapi7.1t64.install	1969-12-31 21:00:00.000000000 -0300
+++ papi-7.1.0/debian/libpapi7.1t64.install	2024-02-05 14:07:57.000000000 -0300
@@ -0,0 +1,2 @@
+usr/lib/*/libpapi.so.*
+usr/share/papi/papi_events.csv	usr/share/papi/7.1/
diff -Nru papi-7.1.0/debian/libpapi7.1t64.lintian-overrides papi-7.1.0/debian/libpapi7.1t64.lintian-overrides
--- papi-7.1.0/debian/libpapi7.1t64.lintian-overrides	1969-12-31 21:00:00.000000000 -0300
+++ papi-7.1.0/debian/libpapi7.1t64.lintian-overrides	2024-02-05 14:07:57.000000000 -0300
@@ -0,0 +1 @@
+libpapi7.1t64: package-name-doesnt-match-sonames libpapi7.1
diff -Nru papi-7.1.0/debian/libpapi7.1t64.symbols papi-7.1.0/debian/libpapi7.1t64.symbols
--- papi-7.1.0/debian/libpapi7.1t64.symbols	1969-12-31 21:00:00.000000000 -0300
+++ papi-7.1.0/debian/libpapi7.1t64.symbols	2024-02-05 14:07:57.000000000 -0300
@@ -0,0 +1,420 @@
+libpapi.so.7.1 #PACKAGE# #MINVER#
+* Build-Depends-Package: libpapi-dev
+ PAPIF_ACCUM@Base 0
+#MISSING: 6# PAPIF_ACCUM_COUNTERS@Base 0
+ PAPIF_ADD_EVENT@Base 0
+ PAPIF_ADD_EVENTS@Base 0
+ PAPIF_ADD_NAMED_EVENT@Base 0
+ PAPIF_ASSIGN_EVENTSET_COMPONENT@Base 0
+ PAPIF_CLEANUP_EVENTSET@Base 0
+ PAPIF_CREATE_EVENTSET@Base 0
+ PAPIF_DESTROY_EVENTSET@Base 0
+ PAPIF_ENUM_DEV_TYPE@Base 0
+ PAPIF_ENUM_EVENT@Base 0
+ PAPIF_EPC@Base 0
+ PAPIF_EVENT_CODE_TO_NAME@Base 0
+ PAPIF_EVENT_NAME_TO_CODE@Base 0
+#MISSING: 6# PAPIF_FLIPS@Base 0
+ PAPIF_FLIPS_RATE@Base 0
+#MISSING: 6# PAPIF_FLOPS@Base 0
+ PAPIF_FLOPS_RATE@Base 0
+ PAPIF_GET_CLOCKRATE@Base 0
+ PAPIF_GET_DEV_ATTR@Base 0
+ PAPIF_GET_DEV_TYPE_ATTR@Base 0
+ PAPIF_GET_DMEM_INFO@Base 0
+ PAPIF_GET_DOMAIN@Base 0
+ PAPIF_GET_EVENT_INFO@Base 0
+ PAPIF_GET_EXE_INFO@Base 0
+ PAPIF_GET_GRANULARITY@Base 0
+ PAPIF_GET_HARDWARE_INFO@Base 0
+ PAPIF_GET_MULTIPLEX@Base 0
+ PAPIF_GET_PRELOAD@Base 0
+ PAPIF_GET_REAL_CYC@Base 0
+ PAPIF_GET_REAL_NSEC@Base 0
+ PAPIF_GET_REAL_USEC@Base 0
+ PAPIF_GET_VIRT_CYC@Base 0
+ PAPIF_GET_VIRT_USEC@Base 0
+ PAPIF_HL_READ@Base 0
+ PAPIF_HL_REGION_BEGIN@Base 0
+ PAPIF_HL_REGION_END@Base 0
+ PAPIF_HL_STOP@Base 0
+ PAPIF_IPC@Base 0
+ PAPIF_IS_INITIALIZED@Base 0
+ PAPIF_LIBRARY_INIT@Base 0
+ PAPIF_LIST_EVENTS@Base 0
+ PAPIF_LOCK@Base 0
+ PAPIF_MULTIPLEX_INIT@Base 0
+#MISSING: 6# PAPIF_NUM_COUNTERS@Base 0
+ PAPIF_NUM_EVENTS@Base 0
+ PAPIF_PERROR@Base 0
+ PAPIF_QUERY_EVENT@Base 0
+ PAPIF_QUERY_NAMED_EVENT@Base 0
+ PAPIF_RATE_STOP@Base 0
+ PAPIF_READ@Base 0
+#MISSING: 6# PAPIF_READ_COUNTERS@Base 0
+ PAPIF_READ_TS@Base 0
+ PAPIF_REGISTER_THREAD@Base 0
+ PAPIF_REMOVE_EVENT@Base 0
+ PAPIF_REMOVE_EVENTS@Base 0
+ PAPIF_REMOVE_NAMED_EVENT@Base 0
+ PAPIF_RESET@Base 0
+ PAPIF_SET_CMP_DOMAIN@Base 0
+ PAPIF_SET_CMP_GRANULARITY@Base 0
+ PAPIF_SET_DEBUG@Base 0
+ PAPIF_SET_DOMAIN@Base 0
+ PAPIF_SET_EVENT_DOMAIN@Base 0
+ PAPIF_SET_GRANULARITY@Base 0
+ PAPIF_SET_INHERIT@Base 0
+ PAPIF_SET_MULTIPLEX@Base 0
+ PAPIF_SHUTDOWN@Base 0
+ PAPIF_START@Base 0
+#MISSING: 6# PAPIF_START_COUNTERS@Base 0
+ PAPIF_STATE@Base 0
+ PAPIF_STOP@Base 0
+#MISSING: 6# PAPIF_STOP_COUNTERS@Base 0
+ PAPIF_THREAD_ID@Base 0
+ PAPIF_THREAD_INIT@Base 0
+ PAPIF_UNREGISTER_THREAD@Base 0
+ PAPIF_UNREGSTER_THREAD@Base 0
+ PAPIF_WRITE@Base 0
+ PAPIF_num_cmp_hwctrs@Base 0
+ PAPIF_num_hwctrs@Base 0
+ PAPIF_unlock@Base 0
+ PAPI_accum@Base 0
+#MISSING: 6# PAPI_accum_counters@Base 0
+ PAPI_add_event@Base 0
+ PAPI_add_events@Base 0
+ PAPI_add_named_event@Base 0
+ PAPI_assign_eventset_component@Base 0
+ PAPI_attach@Base 0
+ PAPI_cleanup_eventset@Base 0
+ PAPI_create_eventset@Base 0
+ PAPI_destroy_eventset@Base 0
+ PAPI_detach@Base 0
+ PAPI_disable_component@Base 0
+ PAPI_disable_component_by_name@Base 0
+ PAPI_enum_cmp_event@Base 0
+ PAPI_enum_dev_type@Base 0
+ PAPI_enum_event@Base 0
+ PAPI_epc@Base 0
+ PAPI_event_code_to_name@Base 0
+ PAPI_event_name_to_code@Base 0
+#MISSING: 6# PAPI_flips@Base 0
+ PAPI_flips_rate@Base 0
+#MISSING: 6# PAPI_flops@Base 0
+ PAPI_flops_rate@Base 0
+ PAPI_get_cmp_opt@Base 0
+ PAPI_get_component_index@Base 0
+ PAPI_get_component_info@Base 0
+ PAPI_get_dev_attr@Base 0
+ PAPI_get_dev_type_attr@Base 0
+ PAPI_get_dmem_info@Base 0
+ PAPI_get_event_component@Base 0
+ PAPI_get_event_info@Base 0
+ PAPI_get_eventset_component@Base 0
+ PAPI_get_executable_info@Base 0
+ PAPI_get_hardware_info@Base 0
+ PAPI_get_multiplex@Base 0
+ PAPI_get_opt@Base 0
+ PAPI_get_overflow_event_index@Base 0
+ PAPI_get_real_cyc@Base 0
+ PAPI_get_real_nsec@Base 0
+ PAPI_get_real_usec@Base 0
+ PAPI_get_shared_lib_info@Base 0
+ PAPI_get_thr_specific@Base 0
+ PAPI_get_virt_cyc@Base 0
+ PAPI_get_virt_nsec@Base 0
+ PAPI_get_virt_usec@Base 0
+ PAPI_hl_read@Base 0
+ PAPI_hl_region_begin@Base 0
+ PAPI_hl_region_end@Base 0
+ PAPI_hl_stop@Base 0
+ PAPI_ipc@Base 0
+ PAPI_is_initialized@Base 0
+ PAPI_library_init@Base 0
+ PAPI_list_events@Base 0
+ PAPI_list_threads@Base 0
+ PAPI_lock@Base 0
+ PAPI_multiplex_init@Base 0
+ PAPI_num_cmp_hwctrs@Base 0
+ PAPI_num_components@Base 0
+#MISSING: 6# PAPI_num_counters@Base 0
+ PAPI_num_events@Base 0
+ PAPI_num_hwctrs@Base 0
+ PAPI_overflow@Base 0
+ PAPI_perror@Base 0
+ PAPI_profil@Base 0
+ PAPI_query_event@Base 0
+ PAPI_query_named_event@Base 0
+ PAPI_rate_stop@Base 0
+ PAPI_read@Base 0
+#MISSING: 6# PAPI_read_counters@Base 0
+ PAPI_read_ts@Base 0
+ PAPI_register_thread@Base 0
+ PAPI_remove_event@Base 0
+ PAPI_remove_events@Base 0
+ PAPI_remove_named_event@Base 0
+ PAPI_reset@Base 0
+ PAPI_set_cmp_domain@Base 0
+ PAPI_set_cmp_granularity@Base 0
+ PAPI_set_debug@Base 0
+ PAPI_set_domain@Base 0
+ PAPI_set_granularity@Base 0
+ PAPI_set_multiplex@Base 0
+ PAPI_set_opt@Base 0
+ PAPI_set_thr_specific@Base 0
+ PAPI_shutdown@Base 0
+ PAPI_sprofil@Base 0
+ PAPI_start@Base 0
+#MISSING: 6# PAPI_start_counters@Base 0
+ PAPI_state@Base 0
+ PAPI_stop@Base 0
+#MISSING: 6# PAPI_stop_counters@Base 0
+ PAPI_strerror@Base 0
+ PAPI_thread_id@Base 0
+ PAPI_thread_init@Base 0
+ PAPI_unlock@Base 0
+ PAPI_unregister_thread@Base 0
+ PAPI_write@Base 0
+ papi_sde_check_overflow_status@Base 0
+ papi_sde_set_timer_for_overflow@Base 0
+#MISSING: 7.1 papif_accum@Base 0
+ papif_accum_@Base 0
+ papif_accum__@Base 0
+#MISSING: 6# papif_accum_counters@Base 0
+#MISSING: 6# papif_accum_counters_@Base 0
+#MISSING: 6# papif_accum_counters__@Base 0
+#MISSING: 7.1 papif_add_event@Base 0
+ papif_add_event_@Base 0
+ papif_add_event__@Base 0
+#MISSING: 7.1 papif_add_events@Base 0
+ papif_add_events_@Base 0
+ papif_add_events__@Base 0
+#MISSING: 7.1 papif_add_named_event@Base 0
+ papif_add_named_event_@Base 0
+ papif_add_named_event__@Base 0
+#MISSING: 7.1 papif_assign_eventset_component@Base 0
+ papif_assign_eventset_component_@Base 0
+ papif_assign_eventset_component__@Base 0
+#MISSING: 7.1 papif_cleanup_eventset@Base 0
+ papif_cleanup_eventset_@Base 0
+ papif_cleanup_eventset__@Base 0
+#MISSING: 7.1 papif_create_eventset@Base 0
+ papif_create_eventset_@Base 0
+ papif_create_eventset__@Base 0
+#MISSING: 7.1 papif_destroy_eventset@Base 0
+ papif_destroy_eventset_@Base 0
+ papif_destroy_eventset__@Base 0
+#MISSING: 7.1 papif_enum_dev_type@Base 0
+ papif_enum_dev_type_@Base 0
+ papif_enum_dev_type__@Base 0
+#MISSING: 7.1 papif_enum_event@Base 0
+ papif_enum_event_@Base 0
+ papif_enum_event__@Base 0
+#MISSING: 7.1 papif_epc@Base 0
+ papif_epc_@Base 0
+ papif_epc__@Base 0
+#MISSING: 7.1 papif_event_code_to_name@Base 0
+ papif_event_code_to_name_@Base 0
+ papif_event_code_to_name__@Base 0
+#MISSING: 7.1 papif_event_name_to_code@Base 0
+ papif_event_name_to_code_@Base 0
+ papif_event_name_to_code__@Base 0
+#MISSING: 6# papif_flips@Base 0
+#MISSING: 6# papif_flips_@Base 0
+#MISSING: 6# papif_flips__@Base 0
+#MISSING: 7.1 papif_flips_rate@Base 0
+ papif_flips_rate_@Base 0
+ papif_flips_rate__@Base 0
+#MISSING: 6# papif_flops@Base 0
+#MISSING: 6# papif_flops_@Base 0
+#MISSING: 6# papif_flops__@Base 0
+#MISSING: 7.1 papif_flops_rate@Base 0
+ papif_flops_rate_@Base 0
+ papif_flops_rate__@Base 0
+#MISSING: 7.1 papif_get_clockrate@Base 0
+ papif_get_clockrate_@Base 0
+ papif_get_clockrate__@Base 0
+#MISSING: 7.1 papif_get_dev_attr@Base 0
+ papif_get_dev_attr_@Base 0
+ papif_get_dev_attr__@Base 0
+#MISSING: 7.1 papif_get_dev_type_attr@Base 0
+ papif_get_dev_type_attr_@Base 0
+ papif_get_dev_type_attr__@Base 0
+#MISSING: 7.1 papif_get_dmem_info@Base 0
+ papif_get_dmem_info_@Base 0
+ papif_get_dmem_info__@Base 0
+#MISSING: 7.1 papif_get_domain@Base 0
+ papif_get_domain_@Base 0
+ papif_get_domain__@Base 0
+#MISSING: 7.1 papif_get_event_info@Base 0
+ papif_get_event_info_@Base 0
+ papif_get_event_info__@Base 0
+#MISSING: 7.1 papif_get_exe_info@Base 0
+ papif_get_exe_info_@Base 0
+ papif_get_exe_info__@Base 0
+#MISSING: 7.1 papif_get_granularity@Base 0
+ papif_get_granularity_@Base 0
+ papif_get_granularity__@Base 0
+#MISSING: 7.1 papif_get_hardware_info@Base 0
+ papif_get_hardware_info_@Base 0
+ papif_get_hardware_info__@Base 0
+#MISSING: 7.1 papif_get_multiplex@Base 0
+ papif_get_multiplex_@Base 0
+ papif_get_multiplex__@Base 0
+#MISSING: 7.1 papif_get_preload@Base 0
+ papif_get_preload_@Base 0
+ papif_get_preload__@Base 0
+#MISSING: 7.1 papif_get_real_cyc@Base 0
+ papif_get_real_cyc_@Base 0
+ papif_get_real_cyc__@Base 0
+#MISSING: 7.1 papif_get_real_nsec@Base 0
+ papif_get_real_nsec_@Base 0
+ papif_get_real_nsec__@Base 0
+#MISSING: 7.1 papif_get_real_usec@Base 0
+ papif_get_real_usec_@Base 0
+ papif_get_real_usec__@Base 0
+#MISSING: 7.1 papif_get_virt_cyc@Base 0
+ papif_get_virt_cyc_@Base 0
+ papif_get_virt_cyc__@Base 0
+#MISSING: 7.1 papif_get_virt_usec@Base 0
+ papif_get_virt_usec_@Base 0
+ papif_get_virt_usec__@Base 0
+#MISSING: 7.1 papif_hl_read@Base 0
+ papif_hl_read_@Base 0
+ papif_hl_read__@Base 0
+#MISSING: 7.1 papif_hl_region_begin@Base 0
+ papif_hl_region_begin_@Base 0
+ papif_hl_region_begin__@Base 0
+#MISSING: 7.1 papif_hl_region_end@Base 0
+ papif_hl_region_end_@Base 0
+ papif_hl_region_end__@Base 0
+#MISSING: 7.1 papif_hl_stop@Base 0
+ papif_hl_stop_@Base 0
+ papif_hl_stop__@Base 0
+#MISSING: 7.1 papif_ipc@Base 0
+ papif_ipc_@Base 0
+ papif_ipc__@Base 0
+#MISSING: 7.1 papif_is_initialized@Base 0
+ papif_is_initialized_@Base 0
+ papif_is_initialized__@Base 0
+#MISSING: 7.1 papif_library_init@Base 0
+ papif_library_init_@Base 0
+ papif_library_init__@Base 0
+#MISSING: 7.1 papif_list_events@Base 0
+ papif_list_events_@Base 0
+ papif_list_events__@Base 0
+#MISSING: 7.1 papif_lock@Base 0
+ papif_lock_@Base 0
+ papif_lock__@Base 0
+#MISSING: 7.1 papif_multiplex_init@Base 0
+ papif_multiplex_init_@Base 0
+ papif_multiplex_init__@Base 0
+#MISSING: 7.1 papif_num_cmp_hwctrs@Base 0
+ papif_num_cmp_hwctrs_@Base 0
+ papif_num_cmp_hwctrs__@Base 0
+#MISSING: 6# papif_num_counters@Base 0
+#MISSING: 6# papif_num_counters_@Base 0
+#MISSING: 6# papif_num_counters__@Base 0
+#MISSING: 7.1 papif_num_events@Base 0
+ papif_num_events_@Base 0
+ papif_num_events__@Base 0
+#MISSING: 7.1 papif_num_hwctrs@Base 0
+ papif_num_hwctrs_@Base 0
+ papif_num_hwctrs__@Base 0
+#MISSING: 7.1 papif_perror@Base 0
+ papif_perror_@Base 0
+ papif_perror__@Base 0
+#MISSING: 7.1 papif_query_event@Base 0
+ papif_query_event_@Base 0
+ papif_query_event__@Base 0
+#MISSING: 7.1 papif_query_named_event@Base 0
+ papif_query_named_event_@Base 0
+ papif_query_named_event__@Base 0
+#MISSING: 7.1 papif_rate_stop@Base 0
+ papif_rate_stop_@Base 0
+ papif_rate_stop__@Base 0
+#MISSING: 7.1 papif_read@Base 0
+ papif_read_@Base 0
+ papif_read__@Base 0
+#MISSING: 6# papif_read_counters@Base 0
+#MISSING: 6# papif_read_counters_@Base 0
+#MISSING: 6# papif_read_counters__@Base 0
+#MISSING: 7.1 papif_read_ts@Base 0
+ papif_read_ts_@Base 0
+ papif_read_ts__@Base 0
+#MISSING: 7.1 papif_register_thread@Base 0
+ papif_register_thread_@Base 0
+ papif_register_thread__@Base 0
+#MISSING: 7.1 papif_remove_event@Base 0
+ papif_remove_event_@Base 0
+ papif_remove_event__@Base 0
+#MISSING: 7.1 papif_remove_events@Base 0
+ papif_remove_events_@Base 0
+ papif_remove_events__@Base 0
+#MISSING: 7.1 papif_remove_named_event@Base 0
+ papif_remove_named_event_@Base 0
+ papif_remove_named_event__@Base 0
+#MISSING: 7.1 papif_reset@Base 0
+ papif_reset_@Base 0
+ papif_reset__@Base 0
+#MISSING: 7.1 papif_set_cmp_domain@Base 0
+ papif_set_cmp_domain_@Base 0
+ papif_set_cmp_domain__@Base 0
+#MISSING: 7.1 papif_set_cmp_granularity@Base 0
+ papif_set_cmp_granularity_@Base 0
+ papif_set_cmp_granularity__@Base 0
+#MISSING: 7.1 papif_set_debug@Base 0
+ papif_set_debug_@Base 0
+ papif_set_debug__@Base 0
+#MISSING: 7.1 papif_set_domain@Base 0
+ papif_set_domain_@Base 0
+ papif_set_domain__@Base 0
+#MISSING: 7.1 papif_set_event_domain@Base 0
+ papif_set_event_domain_@Base 0
+ papif_set_event_domain__@Base 0
+#MISSING: 7.1 papif_set_granularity@Base 0
+ papif_set_granularity_@Base 0
+ papif_set_granularity__@Base 0
+#MISSING: 7.1 papif_set_inherit@Base 0
+ papif_set_inherit_@Base 0
+ papif_set_inherit__@Base 0
+#MISSING: 7.1 papif_set_multiplex@Base 0
+ papif_set_multiplex_@Base 0
+ papif_set_multiplex__@Base 0
+#MISSING: 7.1 papif_shutdown@Base 0
+ papif_shutdown_@Base 0
+ papif_shutdown__@Base 0
+#MISSING: 7.1 papif_start@Base 0
+ papif_start_@Base 0
+ papif_start__@Base 0
+#MISSING: 6# papif_start_counters@Base 0
+#MISSING: 6# papif_start_counters_@Base 0
+#MISSING: 6# papif_start_counters__@Base 0
+#MISSING: 7.1 papif_state@Base 0
+ papif_state_@Base 0
+ papif_state__@Base 0
+#MISSING: 7.1 papif_stop@Base 0
+ papif_stop_@Base 0
+ papif_stop__@Base 0
+#MISSING: 6# papif_stop_counters@Base 0
+#MISSING: 6# papif_stop_counters_@Base 0
+#MISSING: 6# papif_stop_counters__@Base 0
+#MISSING: 7.1 papif_thread_id@Base 0
+ papif_thread_id_@Base 0
+ papif_thread_id__@Base 0
+#MISSING: 7.1 papif_thread_init@Base 0
+ papif_thread_init_@Base 0
+ papif_thread_init__@Base 0
+#MISSING: 7.1 papif_unlock@Base 0
+ papif_unlock_@Base 0
+ papif_unlock__@Base 0
+#MISSING: 7.1 papif_unregister_thread@Base 0
+ papif_unregister_thread_@Base 0
+ papif_unregister_thread__@Base 0
+#MISSING: 7.1 papif_unregster_thread@Base 0
+ papif_unregster_thread_@Base 0
+ papif_unregster_thread__@Base 0
+#MISSING: 7.1 papif_write@Base 0
+ papif_write_@Base 0
+ papif_write__@Base 0
diff -Nru papi-7.1.0/debian/libsde1.install papi-7.1.0/debian/libsde1.install
--- papi-7.1.0/debian/libsde1.install	2023-12-29 22:11:46.000000000 -0300
+++ papi-7.1.0/debian/libsde1.install	1969-12-31 21:00:00.000000000 -0300
@@ -1 +0,0 @@
-usr/lib/*/libsde.so.*
diff -Nru papi-7.1.0/debian/libsde1.symbols papi-7.1.0/debian/libsde1.symbols
--- papi-7.1.0/debian/libsde1.symbols	2023-12-29 22:11:46.000000000 -0300
+++ papi-7.1.0/debian/libsde1.symbols	1969-12-31 21:00:00.000000000 -0300
@@ -1,36 +0,0 @@
-libsde.so.1 #PACKAGE# #MINVER#
-* Build-Depends-Package: libpapi-dev
- _sde_be_verbose@Base 0
- _sde_debug@Base 0
- papi_sde_add_counter_to_group@Base 0
- papi_sde_compare_double@Base 0
- papi_sde_compare_float@Base 0
- papi_sde_compare_int@Base 0
- papi_sde_compare_long_long@Base 0
- papi_sde_counting_set_insert@Base 0
- papi_sde_counting_set_remove@Base 0
- papi_sde_create_counter@Base 0
- papi_sde_create_counting_set@Base 0
- papi_sde_create_recorder@Base 0
- papi_sde_describe_counter@Base 0
- papi_sde_get_counter_handle@Base 0
- papi_sde_inc_counter@Base 0
- papi_sde_init@Base 0
- papi_sde_record@Base 0
- papi_sde_register_counter@Base 0
- papi_sde_register_counter_cb@Base 0
- papi_sde_reset_counter@Base 0
- papi_sde_reset_recorder@Base 0
- papi_sde_shutdown@Base 0
- papi_sde_unregister_counter@Base 0
- sde_ti_get_event_description@Base 0
- sde_ti_get_event_name@Base 0
- sde_ti_get_num_reg_events@Base 0
- sde_ti_is_counter_set_to_overflow@Base 0
- sde_ti_is_simple_counter@Base 0
- sde_ti_name_to_code@Base 0
- sde_ti_read_counter@Base 0
- sde_ti_reset_counter@Base 0
- sde_ti_set_counter_overflow@Base 0
- sde_ti_shutdown@Base 0
- sde_ti_write_counter@Base 0
diff -Nru papi-7.1.0/debian/libsde1t64.install papi-7.1.0/debian/libsde1t64.install
--- papi-7.1.0/debian/libsde1t64.install	1969-12-31 21:00:00.000000000 -0300
+++ papi-7.1.0/debian/libsde1t64.install	2023-12-29 22:11:46.000000000 -0300
@@ -0,0 +1 @@
+usr/lib/*/libsde.so.*
diff -Nru papi-7.1.0/debian/libsde1t64.lintian-overrides papi-7.1.0/debian/libsde1t64.lintian-overrides
--- papi-7.1.0/debian/libsde1t64.lintian-overrides	1969-12-31 21:00:00.000000000 -0300
+++ papi-7.1.0/debian/libsde1t64.lintian-overrides	2024-02-05 14:07:57.000000000 -0300
@@ -0,0 +1 @@
+libsde1t64: package-name-doesnt-match-sonames libsde1
diff -Nru papi-7.1.0/debian/libsde1t64.symbols papi-7.1.0/debian/libsde1t64.symbols
--- papi-7.1.0/debian/libsde1t64.symbols	1969-12-31 21:00:00.000000000 -0300
+++ papi-7.1.0/debian/libsde1t64.symbols	2024-02-05 14:07:57.000000000 -0300
@@ -0,0 +1,36 @@
+libsde.so.1 #PACKAGE# #MINVER#
+* Build-Depends-Package: libpapi-dev
+ _sde_be_verbose@Base 0
+ _sde_debug@Base 0
+ papi_sde_add_counter_to_group@Base 0
+ papi_sde_compare_double@Base 0
+ papi_sde_compare_float@Base 0
+ papi_sde_compare_int@Base 0
+ papi_sde_compare_long_long@Base 0
+ papi_sde_counting_set_insert@Base 0
+ papi_sde_counting_set_remove@Base 0
+ papi_sde_create_counter@Base 0
+ papi_sde_create_counting_set@Base 0
+ papi_sde_create_recorder@Base 0
+ papi_sde_describe_counter@Base 0
+ papi_sde_get_counter_handle@Base 0
+ papi_sde_inc_counter@Base 0
+ papi_sde_init@Base 0
+ papi_sde_record@Base 0
+ papi_sde_register_counter@Base 0
+ papi_sde_register_counter_cb@Base 0
+ papi_sde_reset_counter@Base 0
+ papi_sde_reset_recorder@Base 0
+ papi_sde_shutdown@Base 0
+ papi_sde_unregister_counter@Base 0
+ sde_ti_get_event_description@Base 0
+ sde_ti_get_event_name@Base 0
+ sde_ti_get_num_reg_events@Base 0
+ sde_ti_is_counter_set_to_overflow@Base 0
+ sde_ti_is_simple_counter@Base 0
+ sde_ti_name_to_code@Base 0
+ sde_ti_read_counter@Base 0
+ sde_ti_reset_counter@Base 0
+ sde_ti_set_counter_overflow@Base 0
+ sde_ti_shutdown@Base 0
+ sde_ti_write_counter@Base 0

--- End Message ---
--- Begin Message ---
Source: papi
Source-Version: 7.1.0-3.2
Done: Steve Langasek <vorlon@debian.org>

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

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 1063206@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steve Langasek <vorlon@debian.org> (supplier of updated papi 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 01 Mar 2024 23:16:47 +0000
Source: papi
Architecture: source
Version: 7.1.0-3.2
Distribution: unstable
Urgency: medium
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Changed-By: Steve Langasek <vorlon@debian.org>
Closes: 1063206
Changes:
 papi (7.1.0-3.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063206
Checksums-Sha1:
 e3d3477aaea3344ce6163264ac74e416e306e6d2 2409 papi_7.1.0-3.2.dsc
 4512659da34c5cbac3a684dac7c64a029d41aa22 24596 papi_7.1.0-3.2.debian.tar.xz
 94b53542feaa60c1824a602fa443e74de0efefdc 9152 papi_7.1.0-3.2_source.buildinfo
Checksums-Sha256:
 88ccd69b3885b70b12636a6efbfd8089101d2990ebf9199b19ed5a4bd2069f62 2409 papi_7.1.0-3.2.dsc
 b4223421828b9a48a12d596b856809e74a52ea6656b1aa38b4f72a2c24160000 24596 papi_7.1.0-3.2.debian.tar.xz
 f1b93f9eb0ece73d2516b9735f5ca5b1a63c1bab34c0eca1d161ecbe019d83ae 9152 papi_7.1.0-3.2_source.buildinfo
Files:
 58d95e7873bfbe0307afacd6eb508bf9 2409 devel optional papi_7.1.0-3.2.dsc
 e5aa8768724963795fa227af8a4aea0a 24596 devel optional papi_7.1.0-3.2.debian.tar.xz
 3f8376ebf3c1e7b5867135a9906e4e54 9152 devel optional papi_7.1.0-3.2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXiY2sSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9oi8P/AocGB9bL1uVscpvhuqaj0Zj8l9MSatI
LJdkTSmxPIgo5+eODdxwL0S14DoVKpgs80KhS6TQB4XlE2PPuG9o3JfU30A4cl2S
W4J+wWDJjWzYik4HrpTBq4GxCNc6ksiK5XAR7rktw2HWLNcU9+vhxAj1Gldx8pps
TyOmX4N2LkqpBFA/qewiQAC245y0FREoeQd7AExXcrG+pZtDjolVq4w+cvREEhUm
eeUrW1yUf5H4uRyKly0BgOmgOnPZ+Skoq81HC+THPr9tiU0x/qd3Eki+rRl60hqU
VlxQHhNlIvnISYZM++/lZjck5BblmHoU4Tuo/MoPLtCpxwIU7Ie4d9GYW5Vk3Ue7
ZTQLdOxafoac53XGs2GUrejiWCSxUDayxUES1qrvv0ao0apfphGvCdpIC8A0sZfu
siqA+MLoezQHJRXUVnuvbWcWtAVe6uQGQnwlSyq2tNj3gAXb2IFGq/hG5WmO/ikx
SzPgJ04dwz/PeB9/3RXdwh1/4sXbMBUIGLAeEKOsdLlrYBXFfaZJjDwx5hFeMckF
LtIfFvg/A6+k8KTXQVqRSNXCJLI5JhIvRDPeCoTHDbZwS+cpQxidFwsYXDB9QhyV
ZGunrdnBmVWjxJYipu+nSrzECQQkklljlE4xF+mo2dTl6fdatu7SVINPlc3ZCi/0
gMUsHTfLzX9m
=80fp
-----END PGP SIGNATURE-----

Attachment: pgpX0FgL7XISk.pgp
Description: PGP signature


--- End Message ---

Reply to: