Your message dated Wed, 28 Feb 2024 21:42:29 +0000
with message-id <[email protected]>
and subject line Bug#1062447: fixed in gmsh 4.12.1+ds1-1.1
has caused the Debian Bug report #1062447,
regarding gmsh: 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 [email protected]
immediately.)
--
1062447: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062447
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gmsh
Version: 4.12.1+ds1-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t
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
gmsh 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 gmsh
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/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru gmsh-4.12.1+ds1/debian/changelog gmsh-4.12.1+ds1/debian/changelog
--- gmsh-4.12.1+ds1/debian/changelog 2024-01-24 18:58:13.000000000 +0000
+++ gmsh-4.12.1+ds1/debian/changelog 2024-02-01 14:51:36.000000000 +0000
@@ -1,3 +1,10 @@
+gmsh (4.12.1+ds1-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian <[email protected]> Thu, 01 Feb 2024 14:51:36 +0000
+
gmsh (4.12.1+ds1-1) unstable; urgency=medium
[ Anton Gladky ]
diff -Nru gmsh-4.12.1+ds1/debian/control gmsh-4.12.1+ds1/debian/control
--- gmsh-4.12.1+ds1/debian/control 2024-01-24 18:57:43.000000000 +0000
+++ gmsh-4.12.1+ds1/debian/control 2024-02-01 14:51:36.000000000 +0000
@@ -86,7 +86,7 @@
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libgmsh4.12 (= ${binary:Version}),
+Depends: libgmsh4.12t64 (= ${binary:Version}),
${misc:Depends}
Recommends: gmsh
Description: Three-dimensional finite element mesh generator development files
@@ -107,7 +107,7 @@
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libgmsh4.12 (= ${binary:Version}),
+Depends: libgmsh4.12t64 (= ${binary:Version}),
libgmsh-dev (= ${binary:Version}),
${misc:Depends}
Recommends: gmsh
@@ -125,7 +125,8 @@
.
The package contains development private headers.
-Package: libgmsh4.12
+Package: libgmsh4.12t64
+Provides: ${t64:Provides}
Architecture: any
Multi-Arch: same
Section: libs
@@ -133,8 +134,8 @@
${shlibs:Depends}
Recommends: gmsh
Pre-Depends: ${misc:Pre-Depends}
-Breaks: libgmsh4 (>= 4.12.0+ds1-1~)
-Replaces: libgmsh4 (>= 4.12.0+ds1-1~)
+Breaks: libgmsh4.12 (<< ${source:Version}), libgmsh4 (>= 4.12.0+ds1-1~)
+Replaces: libgmsh4.12, libgmsh4 (>= 4.12.0+ds1-1~)
Description: Three-dimensional finite element mesh generator shared library
Gmsh is a 3D finite element grid generator with a build-in CAD engine
and post-processor. Its design goal is to provide a fast, light and
@@ -153,7 +154,7 @@
Architecture: all
Section: python
Depends: python3,
- libgmsh4.12 (>= ${binary:Version}),
+ libgmsh4.12t64 (>= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: gmsh
diff -Nru gmsh-4.12.1+ds1/debian/libgmsh4.12.install
gmsh-4.12.1+ds1/debian/libgmsh4.12.install
--- gmsh-4.12.1+ds1/debian/libgmsh4.12.install 2024-01-24 18:49:20.000000000
+0000
+++ gmsh-4.12.1+ds1/debian/libgmsh4.12.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/libgmsh.so.*
diff -Nru gmsh-4.12.1+ds1/debian/libgmsh4.12t64.install
gmsh-4.12.1+ds1/debian/libgmsh4.12t64.install
--- gmsh-4.12.1+ds1/debian/libgmsh4.12t64.install 1970-01-01
00:00:00.000000000 +0000
+++ gmsh-4.12.1+ds1/debian/libgmsh4.12t64.install 2024-01-24
18:49:20.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libgmsh.so.*
diff -Nru gmsh-4.12.1+ds1/debian/libgmsh4.12t64.lintian-overrides
gmsh-4.12.1+ds1/debian/libgmsh4.12t64.lintian-overrides
--- gmsh-4.12.1+ds1/debian/libgmsh4.12t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ gmsh-4.12.1+ds1/debian/libgmsh4.12t64.lintian-overrides 2024-02-01
14:51:36.000000000 +0000
@@ -0,0 +1 @@
+libgmsh4.12t64: package-name-doesnt-match-sonames libgmsh4.12
diff -Nru gmsh-4.12.1+ds1/debian/rules gmsh-4.12.1+ds1/debian/rules
--- gmsh-4.12.1+ds1/debian/rules 2024-01-24 18:57:43.000000000 +0000
+++ gmsh-4.12.1+ds1/debian/rules 2024-02-01 14:51:36.000000000 +0000
@@ -74,7 +74,7 @@
dh_installdocs --doc-main-package=gmsh-doc -pgmsh-doc
dh_installdocs --doc-main-package=gmsh-doc -plibgmsh-dev
dh_installdocs --doc-main-package=gmsh-doc -plibgmsh-private-headers-dev
- dh_installdocs --doc-main-package=gmsh-doc -plibgmsh4.12
+ dh_installdocs --doc-main-package=gmsh-doc -plibgmsh4.12t64
dh_installdocs --doc-main-package=gmsh-doc -ppython3-gmsh
override_dh_auto_test:
--- End Message ---
--- Begin Message ---
Source: gmsh
Source-Version: 4.12.1+ds1-1.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
gmsh, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <[email protected]> (supplier of updated gmsh 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Feb 2024 18:49:14 +0000
Source: gmsh
Architecture: source
Version: 4.12.1+ds1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1062447
Changes:
gmsh (4.12.1+ds1-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062447
Checksums-Sha1:
686e9d385cf2d77fbd77c14c00e6da2c097af938 2932 gmsh_4.12.1+ds1-1.1.dsc
659cf96b08070b54d2253474dd5b8fe91aed66df 25816
gmsh_4.12.1+ds1-1.1.debian.tar.xz
848e39ae0ceb5665668d64d5a124212520a78606 16020
gmsh_4.12.1+ds1-1.1_source.buildinfo
Checksums-Sha256:
00d323a568bc125c13f954a57dea909944e4b5165ca551a3326196dc39567e7d 2932
gmsh_4.12.1+ds1-1.1.dsc
247718580ed3fe54ae0ab8af95af35a1854ca5cc8b50ec99a169a4a88821243b 25816
gmsh_4.12.1+ds1-1.1.debian.tar.xz
2e9f96ccaa827d7e5245f8126ab2bcb6d9cffcbbc072095ecbf1cc4bacd78042 16020
gmsh_4.12.1+ds1-1.1_source.buildinfo
Files:
612f309ecb637042836b146e187e1c28 2932 math optional gmsh_4.12.1+ds1-1.1.dsc
79064394820298bd4af4272a89ab9257 25816 math optional
gmsh_4.12.1+ds1-1.1.debian.tar.xz
39580fe689e7234fabc8070869a76d17 16020 math optional
gmsh_4.12.1+ds1-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfg+ISHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM97nUP/0w8pMDOoF2wIcIv7u0Z2uEes6TLGKla
hzXHaeOOYS5Jr8u+fgDjuLD6rJRMvvD5eChaUJK/JjDfkh2MKRgG/nKO8W6c0o7m
8ZbNz/b0EA5iiRFSgJ8N/4PHQdj+tgZ9CB77X9F/cbxG2zfhOElplRALVVdF/xrc
7Wz+HskzHFoGmAjvC0wTFqG6fBQMkUR7k9QJyioCMkQNCc6QNk2S9Ag0Qb+1b7Tb
cpzl1l1v85wxI4PBh4scZMIngUZh9s92tMNXBrMgdL3HloMGw4loVToRL61oNWiE
v+f7GaDv+qwoFKSSd6ysqpYT4HIHxaT2wcGqvg8PRrexeQMijfJMW1gdQgrogFWt
u4eSk5j8od9PryNyQeevwr2z0HWO9IdJAYyAxtz5Op4VAcDRPl2qHDT4vCLZB4uc
bE+Hx8fPipmBsDfJCKu8ZZrVJ6CBNs25pUHCYPZXB7XxpZlKWc0eH5ReCBguz5yC
ceh6yDjBTMlblTZhE2XuvVvBtnN+FiI6sK+q3M5DAS6PL9ev+32jxBpkcsQql8gN
wqjjqu/51yxttsFmOWbQfGqBJ+ADSHkEYr9aabpZZPKFFEV2J+SiX4XNX2Zu84rx
Qt8RNbDgkwNQrovfbF5HujgDHjIRZ12vZqxlfi/qovWvKmw+kK9m3TY6TddEtf/v
se6DUzrFnTY/
=Q7P1
-----END PGP SIGNATURE-----
pgpEc_F5eYoUB.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers