Your message dated Thu, 29 Feb 2024 09:32:05 +0000
with message-id <e1rfclp-00azpr...@fasolo.debian.org>
and subject line Bug#1063276: fixed in xgks 2.6.1+dfsg.2-14.1
has caused the Debian Bug report #1063276,
regarding xgks: 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.)
--
1063276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063276
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xgks
Version: 2.6.1+dfsg.2-14
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
xgks 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 xgks
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'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
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 xgks-2.6.1+dfsg.2/debian/changelog xgks-2.6.1+dfsg.2/debian/changelog
--- xgks-2.6.1+dfsg.2/debian/changelog 2023-12-10 12:35:13.000000000 +0000
+++ xgks-2.6.1+dfsg.2/debian/changelog 2024-02-06 00:00:27.000000000 +0000
@@ -1,3 +1,10 @@
+xgks (2.6.1+dfsg.2-14.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Tue, 06 Feb 2024 00:00:27 +0000
+
xgks (2.6.1+dfsg.2-14) unstable; urgency=medium
* Limit flang-17 B-D to the archs available
diff -Nru xgks-2.6.1+dfsg.2/debian/control xgks-2.6.1+dfsg.2/debian/control
--- xgks-2.6.1+dfsg.2/debian/control 2023-12-10 12:35:13.000000000 +0000
+++ xgks-2.6.1+dfsg.2/debian/control 2024-02-06 00:00:27.000000000 +0000
@@ -12,10 +12,12 @@
Vcs-Browser: https://salsa.debian.org:/science-team/xgks.git
Vcs-Git: https://salsa.debian.org:/science-team/xkgs.git
-Package: libxgks2
+Package: libxgks2t64
+Provides: ${t64:Provides}
+Breaks: libxgks2 (<< ${source:Version})
Section: libs
Architecture: any
-Replaces: libxgks2
+Replaces: libxgks2, libxgks2t64
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, libxgks2-data
Description: X11 Graphical Kernel Subsystem, library.
@@ -36,7 +38,7 @@
Package: libxgks-dev
Section: libdevel
Architecture: any
-Depends: libxgks2 ( = ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libxgks2t64 ( = ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: pkg-config
Description: X11 Graphical Kernel Subsystem, development files
XGKS is a level 2C implementation of the ANSI Graphical Kernel System (GKS)
@@ -57,7 +59,7 @@
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
-Recommends: libxgks2 (= ${binary:Version})
+Recommends: libxgks2t64 (= ${binary:Version})
Description: Font files for the X11 Graphical Kernel Subsystem
XGKS is a level 2C implementation of the ANSI Graphical Kernel System (GKS)
for use in a Unix environment with the X Window System. It supports the
diff -Nru xgks-2.6.1+dfsg.2/debian/libxgks2.shlibs
xgks-2.6.1+dfsg.2/debian/libxgks2.shlibs
--- xgks-2.6.1+dfsg.2/debian/libxgks2.shlibs 2023-12-10 12:35:13.000000000
+0000
+++ xgks-2.6.1+dfsg.2/debian/libxgks2.shlibs 1970-01-01 00:00:00.000000000
+0000
@@ -1,3 +0,0 @@
-libxgks-gfortran 2 libxgks2
-libxgks-flang 2 libxgks2
-libudport 2 libxgks2
diff -Nru xgks-2.6.1+dfsg.2/debian/libxgks2t64.lintian-overrides
xgks-2.6.1+dfsg.2/debian/libxgks2t64.lintian-overrides
--- xgks-2.6.1+dfsg.2/debian/libxgks2t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ xgks-2.6.1+dfsg.2/debian/libxgks2t64.lintian-overrides 2024-02-06
00:00:27.000000000 +0000
@@ -0,0 +1 @@
+libxgks2t64: package-name-doesnt-match-sonames libxgks2
diff -Nru xgks-2.6.1+dfsg.2/debian/libxgks2t64.shlibs
xgks-2.6.1+dfsg.2/debian/libxgks2t64.shlibs
--- xgks-2.6.1+dfsg.2/debian/libxgks2t64.shlibs 1970-01-01 00:00:00.000000000
+0000
+++ xgks-2.6.1+dfsg.2/debian/libxgks2t64.shlibs 2024-02-06 00:00:27.000000000
+0000
@@ -0,0 +1,3 @@
+libxgks-gfortran 2 libxgks2t64
+libxgks-flang 2 libxgks2t64
+libudport 2 libxgks2t64
diff -Nru xgks-2.6.1+dfsg.2/debian/rules xgks-2.6.1+dfsg.2/debian/rules
--- xgks-2.6.1+dfsg.2/debian/rules 2023-12-10 12:35:13.000000000 +0000
+++ xgks-2.6.1+dfsg.2/debian/rules 2024-02-06 00:00:27.000000000 +0000
@@ -60,18 +60,18 @@
$(MAKE) -j1 -C build-gfortran/port/misc install DESTDIR=$(DESTDIR)
#dh_auto_install
dh_install -p libxgks-dev debian/xgks.pc $(LIBDIR)/pkgconfig
- dh_install -p libxgks2 ./build-gfortran/lib/c/libxgks-gfortran.so.2.6
$(LIBDIR)
- dh_install -p libxgks2 ./build-gfortran/libudport.so.2.6 $(LIBDIR)
+ dh_install -p libxgks2t64
./build-gfortran/lib/c/libxgks-gfortran.so.2.6 $(LIBDIR)
+ dh_install -p libxgks2t64 ./build-gfortran/libudport.so.2.6 $(LIBDIR)
dh_install -p libxgks-dev ./build-gfortran/lib/c/libxgks.a
$(LIBDIR)/fortran/gfortran
dh_install -p libxgks-dev ./build-gfortran/libudport.a $(LIBDIR)
- dh_link -p libxgks2 $(LIBDIR)/libxgks-gfortran.so.2.6
$(LIBDIR)/libxgks-gfortran.so.2
- dh_link -p libxgks2 $(LIBDIR)/libudport.so.2.6 $(LIBDIR)/libudport.so.2
+ dh_link -p libxgks2t64 $(LIBDIR)/libxgks-gfortran.so.2.6
$(LIBDIR)/libxgks-gfortran.so.2
+ dh_link -p libxgks2t64 $(LIBDIR)/libudport.so.2.6
$(LIBDIR)/libudport.so.2
dh_link -p libxgks-dev $(LIBDIR)/libxgks-gfortran.so.2.6
$(LIBDIR)/libxgks-gfortran.so
dh_link -p libxgks-dev $(LIBDIR)/libxgks-gfortran.so.2.6
$(LIBDIR)/fortran/gfortran/libxgks.so
dh_link -p libxgks-dev $(LIBDIR)/libudport.so.2.6 $(LIBDIR)/libudport.so
$(DO_FLANG) && ( \
- dh_install -p libxgks2 ./build-flang/lib/c/libxgks-flang.so.2.6
$(LIBDIR) ; \
- dh_link -p libxgks2 $(LIBDIR)/libxgks-flang.so.2.6
$(LIBDIR)/libxgks-flang.so.2 ; \
+ dh_install -p libxgks2t64
./build-flang/lib/c/libxgks-flang.so.2.6 $(LIBDIR) ; \
+ dh_link -p libxgks2t64 $(LIBDIR)/libxgks-flang.so.2.6
$(LIBDIR)/libxgks-flang.so.2 ; \
dh_link -p libxgks-dev $(LIBDIR)/libxgks-flang.so.2.6
$(LIBDIR)/libxgks-flang.so ; \
dh_link -p libxgks-dev $(LIBDIR)/libxgks-flang.so.2.6
$(LIBDIR)/fortran/flang/libxgks.so ; \
dh_install -p libxgks-dev ./build-gfortran/lib/c/libxgks.a
$(LIBDIR)/fortran/flang ; \
diff -Nru xgks-2.6.1+dfsg.2/debian/xgks.pc xgks-2.6.1+dfsg.2/debian/xgks.pc
--- xgks-2.6.1+dfsg.2/debian/xgks.pc 1970-01-01 00:00:00.000000000 +0000
+++ xgks-2.6.1+dfsg.2/debian/xgks.pc 2024-02-06 00:00:27.000000000 +0000
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=/usr/lib/x86_64-linux-gnu
+includedir=/usr/include
+
+Name: xgks
+Description: X11 Graphical Kernel Subsystem
+Version: 2.6
+Libs: -L${libdir} -lxgks
+Libs.private: -lgfortran
+Cflags: -I${includedir}
--- End Message ---
--- Begin Message ---
Source: xgks
Source-Version: 2.6.1+dfsg.2-14.1
Done: Steve Langasek <vor...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xgks, 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 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated xgks 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 07:32:45 +0000
Source: xgks
Architecture: source
Version: 2.6.1+dfsg.2-14.1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <mckins...@debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063276
Changes:
xgks (2.6.1+dfsg.2-14.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063276
Checksums-Sha1:
17f58a9df55e75a958bd20c427addb454377c8f9 2142 xgks_2.6.1+dfsg.2-14.1.dsc
1f08d1218619c7b7dd9761f181590fa2dc889959 89588
xgks_2.6.1+dfsg.2-14.1.debian.tar.xz
8697ba63112cb727df3a2f1d678add8951f0c25d 7520
xgks_2.6.1+dfsg.2-14.1_source.buildinfo
Checksums-Sha256:
29117983273c619bf8f7751d6365c380e1f2560abd0f0ec815c65d875cda40a0 2142
xgks_2.6.1+dfsg.2-14.1.dsc
42fc3fce96782af570e8610bd8854dc2d59e1e6de4ca078dbe65890de99ef442 89588
xgks_2.6.1+dfsg.2-14.1.debian.tar.xz
0d908f2f2a56b0da7822f78f4ac132ec75d92c71131f8feea5943fbeddea737f 7520
xgks_2.6.1+dfsg.2-14.1_source.buildinfo
Files:
b256ec108d0c74343537c82712787cf1 2142 utils optional xgks_2.6.1+dfsg.2-14.1.dsc
6168393c74f9ab29b29ef2e264a915f0 89588 utils optional
xgks_2.6.1+dfsg.2-14.1.debian.tar.xz
7b3eed1e92f0c12ff0a9ecbbcbc0cb7f 7520 utils optional
xgks_2.6.1+dfsg.2-14.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgM4ISHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM90mkQAKASyZvurXYH53u1afjYwNvHgBkNzZv3
BZWoiPXBqjgwyB9/n2ZHEaiyroTj8kxnrOGRxf3Opyz0nH513QQHT4DVSiccI4ow
iosUeLREPYDznJr9HCRAluH5LcaZSyMuvx4yN5oifO0t8ol5Rqv8UwoGPicsf9VH
S3EEk7H6tLgu+zQX9qNHBrmlYlYYS5Sxdzo9eaNFFS45zfHbsWcrJzHlJUduPMzl
Zv9zltS786+TT7Cc/8kYzsfSWOYtLTOi5wePSG9mVsT2FXVIZXX9JCCxHr5cp1IH
15JZLLiQ5DhtEJtiJC7GyPqWVZcW3CF0k127Hc+QEvo6flmAHB0UZ63gP3NF/n5s
/HGD7id6WQ8qJey2aDcFm1uRQigzjEqXrXTK8OZTkMVUnYFvVpBb/n9ImRiQ0PzF
UZove/Z93AMtI/jHm/c9J3JquLjtJ9/YoQ9QcUb7MB9XlPxBlYUoIwiVFZX4dQ++
aupVglqiJpqkNeZzKTlzX3xhCfuK3nGk8mvHKm3L1VSik7T7JiMAKFDcTq8wE5Hv
/Q2SXy0PMtS/VglZuHFNMiavtaVKAcIXNxJ4SxxJ9HiwuLJUl5rNtX0X2naDe7Td
rN/8r6ONNW+jc1XlvZcmik/kJzW8GN2wjiTV7m4Xim2ws/vHesvRr6JYolc7isLO
6VcY1UVm5PjQ
=sWEp
-----END PGP SIGNATURE-----
pgpfuwBoFFQUr.pgp
Description: PGP signature
--- End Message ---