[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:13 +0000
with message-id <E1rgCPJ-0018FC-UM@fasolo.debian.org>
and subject line Bug#1063206: fixed in papi 7.1.0-3.1
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.1
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:13:24 +0000
Source: papi
Architecture: source
Version: 7.1.0-3.1
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.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063206
Checksums-Sha1:
 ae1e16f64c6140f4f3150c9a696b9b6a98d6847f 2409 papi_7.1.0-3.1.dsc
 736164d755842de7a160ea739022885ccab6eea7 24592 papi_7.1.0-3.1.debian.tar.xz
 3d665dd8d9e686547f00d457be7ed78b7792c71d 9152 papi_7.1.0-3.1_source.buildinfo
Checksums-Sha256:
 b5db65ed346e953532ebc6cdc4b4a1404899c4719410de151601b9e97abb6e0e 2409 papi_7.1.0-3.1.dsc
 a37c4cd3c3c4221d852621e8ebbc3c2d28244e422b900cfa1749f4d3fe1721df 24592 papi_7.1.0-3.1.debian.tar.xz
 563079c68154412e9246e6ef25e57e233665e93631f7ed9e0dc414b995e4a434 9152 papi_7.1.0-3.1_source.buildinfo
Files:
 bbbf5e816be7809fbee2ce42e32fb8fc 2409 devel optional papi_7.1.0-3.1.dsc
 ce15d5b0751a0426d1f36bc2917fb6b1 24592 devel optional papi_7.1.0-3.1.debian.tar.xz
 1a0ac4b276b6966f4b5cfbfb3d1155ad 9152 devel optional papi_7.1.0-3.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXiYSUSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9k9cP/3Kg7sHmoXF58hPZ5tmdmZJIqg+W77A4
kuJ+GYM59ikSFrgQ42Gw9SnJL5SYSiIoQeJ+1vxfpK8md8KI+D03XuuxyC8APg0Z
SDjlGS6+54GdM/C1lsgv4UQktHe1oDOY7C20x34HdmS7x1Q/rtk+dExZZfYjBL3j
AfYqJlQYY+2WAvr7PBPRGRlHcBeeC3KcbJY69g8AhJ7v3YG4eZ4qbAJQ5DAd8vkE
6jw3Bg9+5a8Hikl+iJvD/kntF19OnCvAGg9QKMAdXk9RvtpZLz6XialcRhK/f+yW
dRZIP12SmfncWuVISvIpw1d3OB7tzqliH1T3qCc3Us8nW6HBpLbYV3K1V+KxQiEn
5OrqNlZZkkRfjfatv4/JHKye2JzqoGMzmPmPn6446MSySiwSG5IVuKj49bXdePyS
0xk27AiH/C18Ojp5ypxskmq+A1TTPK6pJBLMsgCJpPIoG55F8Mj3i1TPGUeaD1cM
wtGhk2P4FwY736n3HVeUOPjGpxnLrkik/hp0SAxKTQXpaHhZujfNUFuFZZ9nL51A
XVlb67NHiJ3IYFlWBiiWXIIxr9Xl+giS1g6PWo1PEgLLhh3wICRIcvgflsFqePoi
WbkvYsY2i8qaK/KccNWUH/+gUPs9TMrKPAkeswb8FpOSvfH9xpcUFAATRwHA/Nfq
FrNhQSygymEm
=XkZT
-----END PGP SIGNATURE-----

Attachment: pgpEl1xLTG2n0.pgp
Description: PGP signature


--- End Message ---

Reply to: