Your message dated Thu, 29 Feb 2024 16:51:58 +0000
with message-id <e1rfjdw-00c2gy...@fasolo.debian.org>
and subject line Bug#1062898: fixed in simgrid 3.35-1.1
has caused the Debian Bug report #1062898,
regarding simgrid: 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 ow...@bugs.debian.org
immediately.)
--
1062898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062898
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: simgrid
Version: 3.35-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@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
simgrid 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 simgrid
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'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru simgrid-3.35/debian/changelog simgrid-3.35/debian/changelog
--- simgrid-3.35/debian/changelog 2023-11-26 22:38:10.000000000 +0000
+++ simgrid-3.35/debian/changelog 2024-02-03 22:02:30.000000000 +0000
@@ -1,3 +1,10 @@
+simgrid (3.35-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org> Sat, 03 Feb 2024 22:02:30
+0000
+
simgrid (3.35-1) unstable; urgency=medium
* New upstream release: "Thanks Giving up stateful model-checking"
diff -Nru simgrid-3.35/debian/control simgrid-3.35/debian/control
--- simgrid-3.35/debian/control 2023-11-26 22:38:10.000000000 +0000
+++ simgrid-3.35/debian/control 2024-02-03 22:02:30.000000000 +0000
@@ -32,13 +32,14 @@
Vcs-Git: https://salsa.debian.org/debian/simgrid.git
Vcs-Browser: https://salsa.debian.org/debian/simgrid
-Package: libsimgrid3.35
+Package: libsimgrid3.35t64
+Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: simgrid (<< 3.11)
-Replaces: simgrid (<< 3.11)
+Breaks: libsimgrid3.35 (<< ${source:Version}), simgrid (<< 3.11)
+Replaces: libsimgrid3.35, simgrid (<< 3.11)
Description: Toolkit for scalable simulation of distributed applications
SimGrid is a toolkit that provides core functionalities for the simulation of
distributed applications in heterogeneous distributed environments. SimGrid
@@ -73,7 +74,7 @@
Package: python3-simgrid
Architecture: any
Section: python
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
libsimgrid3.35 (>= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
libsimgrid3.35t64 (>= ${source:Version})
Provides: ${python3:Provides}
#Versions: ${python3:Versions}
#Recommends: simgrid-doc (>= ${source:Version})
@@ -95,7 +96,7 @@
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
${python3:Depends},
- libsimgrid3.35 (= ${binary:Version}),
+ libsimgrid3.35t64 (= ${binary:Version}),
libboost-dev,
Recommends: gcc, make,
# simgrid-doc (>= ${source:Version})
diff -Nru simgrid-3.35/debian/libsimgrid3.35.install
simgrid-3.35/debian/libsimgrid3.35.install
--- simgrid-3.35/debian/libsimgrid3.35.install 2023-11-26 22:38:10.000000000
+0000
+++ simgrid-3.35/debian/libsimgrid3.35.install 1970-01-01 00:00:00.000000000
+0000
@@ -1,2 +0,0 @@
-usr/lib/*/libsimgrid.so.3.35
-usr/lib/*/libsthread.so.3.35
diff -Nru simgrid-3.35/debian/libsimgrid3.35t64.install
simgrid-3.35/debian/libsimgrid3.35t64.install
--- simgrid-3.35/debian/libsimgrid3.35t64.install 1970-01-01
00:00:00.000000000 +0000
+++ simgrid-3.35/debian/libsimgrid3.35t64.install 2023-11-26
22:38:10.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libsimgrid.so.3.35
+usr/lib/*/libsthread.so.3.35
diff -Nru simgrid-3.35/debian/libsimgrid3.35t64.lintian-overrides
simgrid-3.35/debian/libsimgrid3.35t64.lintian-overrides
--- simgrid-3.35/debian/libsimgrid3.35t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ simgrid-3.35/debian/libsimgrid3.35t64.lintian-overrides 2024-02-03
22:02:30.000000000 +0000
@@ -0,0 +1 @@
+libsimgrid3.35t64: package-name-doesnt-match-sonames libsimgrid3.35
--- End Message ---
--- Begin Message ---
Source: simgrid
Source-Version: 3.35-1.1
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
simgrid, 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 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated simgrid 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...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Feb 2024 15:56:19 +0000
Source: simgrid
Architecture: source
Version: 3.35-1.1
Distribution: unstable
Urgency: medium
Maintainer: Martin Quinson <mquin...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062898
Changes:
simgrid (3.35-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062898
Checksums-Sha1:
2fc1e8e475ae42824475cf3c2836d2e6101493d6 2219 simgrid_3.35-1.1.dsc
5b88719b7dc470eef912ca5b8e97de2349dd6dd0 15528 simgrid_3.35-1.1.debian.tar.xz
b025a5b0f2e6007e654e200961c07750ee38aeb0 10061
simgrid_3.35-1.1_source.buildinfo
Checksums-Sha256:
e593a7c9157976629d3127eb15903953e55c631e5143d93a7d67bed6d411d631 2219
simgrid_3.35-1.1.dsc
8791ab80f07eb6a750cf7f5021f6d29833303881477268987a16c48a2a6dabf9 15528
simgrid_3.35-1.1.debian.tar.xz
4e1e8161b2ed5f8b2de1a278889b231612d11dde804494e12faa3a31132dba6f 10061
simgrid_3.35-1.1_source.buildinfo
Files:
2b549518f12ebd040ed74f549bf79e3d 2219 science optional simgrid_3.35-1.1.dsc
1708f3bb1b846d4be8f0e856cd9be2ee 15528 science optional
simgrid_3.35-1.1.debian.tar.xz
b116cfec7ba789ddfcb3a355790cc91e 10061 science optional
simgrid_3.35-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgqi8ACgkQFZ61xO/I
d0xKPBAAu+KB9G0vLxtECTrlhIIzPaA+aHPZlmgB1VZdNkFGl3iVRSPxEDcubjof
BNqDFHou8eDaJk8i+jTqeCHiQKthPRoGN15ZhZQ2589oh7WGPVj4etatgYDyDP0c
br4yqWcwx1h9qFJVckXH+FawbICKNoiKoAI7GWXfWpENgdBrb2W/lnv2Mg0ziMVE
mWcw462TVd2iRGBizsTeKGCFKw4oGI6gVN805dkb/D7GMRlkZLN7RdY0FVOTq8ln
2qlvprhgui1E0ePWPYjWO53tRNLfopQkouvKXA0Fw9mMlYLt5JHqcrKLO+vdwGf0
9ga3+fnsIv931Hl0flv5YkpSDrt8WVsEu3F4TLMTCtKM3bwW3Lk52QQanOguB7wU
UuoJ3uqKIbJGoB+wPg1PQ06wCtZ6iT7sdLtKbbk77nQZyKn1cROpenxcJevVvI80
34ois17PlLmGvaenWzLrq3vAJnFu1WLs+vAwJz5hmaCnaK9CqsAhgeSP7lpYTTzi
OFFYVF7Z9H+6LBWmMFk9KV+gYQSxz0tDvZS+ioWe+D1FKVxaFjNUbSWMBHv6992B
x6Mo9bLkvlNCWLm4oMsxWuux3145ki9g3bEs7z1cX4STjVLybZGT4aFhcrXqkrut
+WxRiQrmB5rFdncKMLccMtFD5H5wM5sDPIdp11YQ2haiXvbhxzA=
=DrFa
-----END PGP SIGNATURE-----
pgpGraa2_HFdQ.pgp
Description: PGP signature
--- End Message ---