Processed: Re: Bug#1067207: mesa: switch statement too large, might need -mlong-jump-table-offsets

2024-04-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 1067207 mesa: [m68k] switch statement too large, needs 
> -mlong-jump-table-offsets
Bug #1067207 [src:mesa] mesa: switch statement too large, might need 
-mlong-jump-table-offsets
Changed Bug title to 'mesa: [m68k] switch statement too large, needs 
-mlong-jump-table-offsets' from 'mesa: switch statement too large, might need 
-mlong-jump-table-offsets'.
> tags 1067207 + patch
Bug #1067207 [src:mesa] mesa: [m68k] switch statement too large, needs 
-mlong-jump-table-offsets
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1067207: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067207
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1067207: mesa: switch statement too large, might need -mlong-jump-table-offsets

2024-04-01 Thread Thorsten Glaser
retitle 1067207 mesa: [m68k] switch statement too large, needs 
-mlong-jump-table-offsets
tags 1067207 + patch
thanks

>Adding the -mlong-jump-table-offsets flag to CFLAGS on m68k should

That did it. I built with…

APPEND CFLAGS -mlong-jump-table-offsets
APPEND CXXFLAGS -mlong-jump-table-offsets

… in /etc/dpkg/buildflags.conf in the chroot. An equivalent patch
for d/rules would be:

--- debian/rules~   2024-04-01 23:29:11.0 +0200
+++ debian/rules2024-04-01 23:31:39.379936168 +0200
@@ -18,7 +18,11 @@

 export DEB_BUILD_MAINT_OPTIONS=optimize=-lto

-ifeq (,$(filter $(DEB_HOST_ARCH), armhf ppc64el sh3 sh4))
+ifneq (,$(filter $(DEB_HOST_ARCH), m68k))
+# This library has huge jump tables: Debian #1067207
+buildflags = \
+   $(shell DEB_CFLAGS_MAINT_APPEND='-Wall -mlong-jump-table-offsets' 
DEB_CXXFLAGS_MAINT_APPEND='-Wall -mlong-jump-table-offsets' dpkg-buildflags 
--export=configure)
+else ifeq (,$(filter $(DEB_HOST_ARCH), armhf ppc64el sh3 sh4))
 buildflags = \
$(shell DEB_CFLAGS_MAINT_APPEND=-Wall DEB_CXXFLAGS_MAINT_APPEND=-Wall 
dpkg-buildflags --export=configure)
 else

While there, you might want to consider changing these
nested ifs to the new gmake else-if model or perhaps
sorting it, or even changing to something like:

--- debian/rules~   2024-04-01 23:29:11.0 +0200
+++ debian/rules2024-04-01 23:36:10.368947470 +0200
@@ -18,20 +18,25 @@
 
 export DEB_BUILD_MAINT_OPTIONS=optimize=-lto
 
-ifeq (,$(filter $(DEB_HOST_ARCH), armhf ppc64el sh3 sh4))
-buildflags = \
-   $(shell DEB_CFLAGS_MAINT_APPEND=-Wall DEB_CXXFLAGS_MAINT_APPEND=-Wall 
dpkg-buildflags --export=configure)
-else
-  ifneq (,$(filter $(DEB_HOST_ARCH), armhf))
-  # Workaround for a variant of LP: #725126
-  buildflags = \
-   $(shell DEB_CFLAGS_MAINT_APPEND="-Wall -fno-optimize-sibling-calls" 
DEB_CXXFLAGS_MAINT_APPEND="-Wall -fno-optimize-sibling-calls" dpkg-buildflags 
--export=configure)
-  else
-# Workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83143
-buildflags = \
-   $(shell DEB_CFLAGS_MAINT_APPEND="-Wall -O1" 
DEB_CXXFLAGS_MAINT_APPEND="-Wall -O1" dpkg-buildflags --export=configure)
-  endif
+DEB_CFLAGS_MAINT_APPEND := -Wall
+DEB_CXXFLAGS_MAINT_APPEND := -Wall
+ifneq (,$(filter $(DEB_HOST_ARCH), armhf))
+# Workaround for a variant of LP: #725126
+DEB_CFLAGS_MAINT_APPEND += -fno-optimize-sibling-calls
+DEB_CXXFLAGS_MAINT_APPEND += -fno-optimize-sibling-calls
+else ifneq (,$(filter $(DEB_HOST_ARCH), m68k))
+# This library has huge jump tables: Debian #1067207
+DEB_CFLAGS_MAINT_APPEND += -mlong-jump-table-offsets
+DEB_CXXFLAGS_MAINT_APPEND += -mlong-jump-table-offsets
+else ifneq (,$(filter $(DEB_HOST_ARCH), ppc64el sh3 sh4))
+# Workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83143
+DEB_CFLAGS_MAINT_APPEND += -O1
+DEB_CXXFLAGS_MAINT_APPEND += -O1
 endif
+buildflags = $(shell \
+   DEB_CFLAGS_MAINT_APPEND='$(DEB_CFLAGS_MAINT_APPEND)' \
+   DEB_CXXFLAGS_MAINT_APPEND='$(DEB_CXXFLAGS_MAINT_APPEND)' \
+   dpkg-buildflags --export=configure)
 
 EGL_PLATFORMS = x11
 GALLIUM_DRIVERS = swrast

bye,
//mirabilos
-- 
When he found out that the m68k port was in a pretty bad shape, he did
not, like many before him, shrug and move on; instead, he took it upon
himself to start compiling things, just so he could compile his shell.
How's that for dedication. -- Wouter, about my Debian/m68k revival



libei_1.2.1-1_source.changes ACCEPTED into unstable

2024-04-01 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 01 Apr 2024 16:55:38 -0400
Source: libei
Built-For-Profiles: noudeb
Architecture: source
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Jeremy Bícha 
Changes:
 libei (1.2.1-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 3eb99722da021cd00d9e8982647f51e6cfe70076 2708 libei_1.2.1-1.dsc
 02962b52388bde37499f508bd1debda72bb2c94d 27565 libei_1.2.1.orig-munit.tar.gz
 cae307e2c72af66019ad125227f30c02b7da86d5 231338 libei_1.2.1.orig.tar.gz
 7b2334be24729cf696ac1cee01de1aaa85f978b9 5576 libei_1.2.1-1.debian.tar.xz
 5614a576a282b61e8ad124de8fa5fa97250e4936 9228 libei_1.2.1-1_source.buildinfo
Checksums-Sha256:
 2ba0d3d2f62bd142e1060c1b57c417cb1b46e2a4280e6da089e20db844fc03a4 2708 
libei_1.2.1-1.dsc
 b3f41c31bc724fee35136fcf187760e81949273bf4900f40b67fcf10fd948203 27565 
libei_1.2.1.orig-munit.tar.gz
 7e06f06aa4dd1f7d170a0e5194644fe5cc889adc9b7be16bed5f2c39145569a4 231338 
libei_1.2.1.orig.tar.gz
 bbcb276b5dc824e8f84867d436a8c8534976431f7a1890a729493995196f81f0 5576 
libei_1.2.1-1.debian.tar.xz
 b0bded88283a91b0394cc873056d496d067b75b68312d777c0ec4e87dbe04d68 9228 
libei_1.2.1-1_source.buildinfo
Files:
 14379c5af25c472f39716bf16ed58c3d 2708 x11 optional libei_1.2.1-1.dsc
 e328a78f73782d037c8b976b8fac23d5 27565 x11 optional 
libei_1.2.1.orig-munit.tar.gz
 39d18e5c56834d0b3e62b1e2af41a7a5 231338 x11 optional libei_1.2.1.orig.tar.gz
 5fd479e196813ee5b29092082085419a 5576 x11 optional libei_1.2.1-1.debian.tar.xz
 9886c91bfdf217dfdba1928f2cde1841 9228 x11 optional 
libei_1.2.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEETQvhLw5HdtiqzpaW5mx3Wuv+bH0FAmYLH1sACgkQ5mx3Wuv+
bH2Ruw//R0PtgeKtg5I1wmyS/esqfYHRN1swCXU0zZn9Q3eylV2SiRy7S56wJbZE
Gjpcn24W2cVkq+MGADmOB0VyGd+tl2T0/dqqOr2Iw6yihJeKYTSaWVv9n17b6FVE
memDqgEsJnQQjqgYEQ0ZspCGYXpjWGekaerLwJzqujORSB6lU5dcs2U1ZDJvsIuV
YpHBIB6iLm4r4Mbpe58UBWIy9Ug02q55UnlzELvc+wwX+GP8iRYhCbgoPjA296ma
1NiDXJtByKutmW6LPUA6Ku/YcVWOIy1tFbm8gbUAHorcQADldVzuZSzed3mqyjLL
wv+CqGLeomfTuDvjQyjCqvucl61IJDufd8DENPneiuVQ5JlX7Sw7x6uolAsG3jLA
ZpG4/9DCbazuQtoGq9YgCE5wOcEO2RAWq03rv2+bWBvTcoxaQHsIiHPr0e7zCEeZ
llruWgt3Gg01irN/PGKuAPp66s0uoq+tXAM4UAsCZC0tLe+tR4y6kFhwhAjra9sC
0bN9U6Vo914ciB5V5+nT5ijH3oQtlmF84AO5Yiccue1My4RaS+UIaoUA1+RXhMb1
Mv7j0gHflWgD+vG9s8GbkNzyytp7aHHAyDKpNyelZaE9DJ4OE0xgPLs11kuOL5j/
cC2JK+4g4yLuQErKpBhd10N8MtHfgesrKctwA3w9AsyF1Bnlqw4=
=5d1D
-END PGP SIGNATURE-



pgpjInhjSBcWx.pgp
Description: PGP signature


Processing of libei_1.2.1-1_source.changes

2024-04-01 Thread Debian FTP Masters
libei_1.2.1-1_source.changes uploaded successfully to localhost
along with the files:
  libei_1.2.1-1.dsc
  libei_1.2.1.orig-munit.tar.gz
  libei_1.2.1.orig.tar.gz
  libei_1.2.1-1.debian.tar.xz
  libei_1.2.1-1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



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

2024-04-01 Thread Debian Bug Tracking System
Your message dated Mon, 01 Apr 2024 18:00:11 +
with message-id 
and subject line Bug#1062170: fixed in glw 8.0.0-3
has caused the Debian Bug report #1062170,
regarding glw: 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.)


-- 
1062170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062170
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: glw
Version: 8.0.0-1.1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
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
glw 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 glw
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 -u glw-8.0.0/debian/changelog glw-8.0.0/debian/changelog
--- glw-8.0.0/debian/changelog
+++ glw-8.0.0/debian/changelog
@@ -1,3 +1,10 @@
+glw (8.0.0-1.2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian   Wed, 31 Jan 2024 14:53:50 +
+
 glw (8.0.0-1.1) unstable; urgency=low
 
   [ Paul Gevers ]
diff -u glw-8.0.0/debian/control glw-8.0.0/debian/control
--- glw-8.0.0/debian/control
+++ glw-8.0.0/debian/control
@@ -19,11 +19,13 @@
 Homepage: http://mesa3d.sourceforge.net/
 
 Package: libglw1-mesa
+Replaces: libglw1-mesa
+Breaks: libglw1-mesa (<< ${source:Version})
 Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
-Provides: libglw1
+Provides: libglw1, ${t64:Provides}
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: GL widget library for Athena and Motif -- runtime
--- End Message ---
--- Begin Message ---
Source: glw
Source-Version: 8.0.0-3
Done: Julien Cristau 

We believe that the bug you reported is fixed in the latest version of
glw, 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.
Julien Cristau  (supplier of updated glw 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: Sun, 31 Mar 2024 13:00:14 +0200
Source: glw
Binary: libglw1-mesa-dev libglw1t64-mesa libglw1t64-mesa-dbgsym
Architecture: source amd64
Version: 8.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description:
 libglw1-mesa-dev - GL widget library for Athena and Motif -- development files
 libglw1t64-mesa - GL widget 

glw_8.0.0-3_amd64.changes ACCEPTED into unstable

2024-04-01 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 31 Mar 2024 13:00:14 +0200
Source: glw
Binary: libglw1-mesa-dev libglw1t64-mesa libglw1t64-mesa-dbgsym
Architecture: source amd64
Version: 8.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description:
 libglw1-mesa-dev - GL widget library for Athena and Motif -- development files
 libglw1t64-mesa - GL widget library for Athena and Motif -- runtime
Closes: 1062170
Changes:
 glw (8.0.0-3) unstable; urgency=medium
 .
   * Add versioned build-dep on dpkg-dev for 64-bit time_t transition.
 .
 glw (8.0.0-2) unstable; urgency=low
 .
   [ Debian Janitor ]
   * Trim trailing whitespace.
   * Use secure copyright file specification URI.
   * Bump debhelper from deprecated 9 to 12.
 + debian/rules: Move --fail-missing argument to dh_missing.
   * Set debhelper-compat version in Build-Depends.
   * Drop unnecessary dependency on dh-autoreconf.
   * Use secure URI in Vcs control header Vcs-Git.
   * Update Vcs-* headers from URL redirect.
   * Use canonical URL in Vcs-Git.
   * Use secure URI in Homepage field.
   * Bump debhelper from old 12 to 13.
 + debian/rules: Drop --fail-missing argument to dh_missing, which is now 
the
   default.
 .
   [ Julien Cristau ]
   * Actually rename library package for 64-bit time_t transition
 (closes: #1062170).
Checksums-Sha1:
 7716bc84a31753a43c7e53f12e85c618d105651d 2017 glw_8.0.0-3.dsc
 c956deb158f261c3bf788c5f5b191eaf3d1689ef 4805 glw_8.0.0-3.diff.gz
 a1d212ee5cdcabb82ea95b054c5078eaab1a676c 9760 glw_8.0.0-3_amd64.buildinfo
 b37bbf3d83f1a49bd004abe73789c407d9d1378f 11092 
libglw1-mesa-dev_8.0.0-3_amd64.deb
 5b4c75973f2b47355d27411cd1c0588f0d7ba643 21760 
libglw1t64-mesa-dbgsym_8.0.0-3_amd64.deb
 55bdb1e81327701595e250661abc389cc924a63c 10232 
libglw1t64-mesa_8.0.0-3_amd64.deb
Checksums-Sha256:
 6927e4807ecdc7d1067a1dcdd2cb06dc081a8c61272248ac53acbdaa15e007ce 2017 
glw_8.0.0-3.dsc
 c0e901b7d4f8f72c87c3063f1c343e0d1020e7ad703860183097ca345a496dfe 4805 
glw_8.0.0-3.diff.gz
 5232236c82c9ab9930a681cf3e6d1b678c641b45ed669a1a7a8baf065c50ad1f 9760 
glw_8.0.0-3_amd64.buildinfo
 d7bdfb41f8c8c63bafd61fba199dd70353864f8b5f4e6b79463662a7179ebedf 11092 
libglw1-mesa-dev_8.0.0-3_amd64.deb
 bd794fcd6964c4f86e7f6d139a338f90cffd258b3382c71c4efa203af213ceba 21760 
libglw1t64-mesa-dbgsym_8.0.0-3_amd64.deb
 671a6285f7a2ba61908b838f4a3a0d32fbacbcb3ba60ce97e729117a71a8a83c 10232 
libglw1t64-mesa_8.0.0-3_amd64.deb
Files:
 00388d82a47ff5b247866d10e7dfc821 2017 libs optional glw_8.0.0-3.dsc
 49d44e155c286638cbb1208d6d39e1b9 4805 libs optional glw_8.0.0-3.diff.gz
 43203b9780ce6685d45900962de3af90 9760 libs optional glw_8.0.0-3_amd64.buildinfo
 14eff45350ab02725255d4b74aacd0f8 11092 libdevel optional 
libglw1-mesa-dev_8.0.0-3_amd64.deb
 b8d98abb10ca4ecb6581a8fb802c8b0e 21760 debug optional 
libglw1t64-mesa-dbgsym_8.0.0-3_amd64.deb
 2c3f5d7dd24cdab74a6ffba60993f5c1 10232 libs optional 
libglw1t64-mesa_8.0.0-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQJIBAEBCgAyFiEEVXgdqzTmGgnvuIvhnbAjVVb4z60FAmYJUisUHGpjcmlzdGF1
QGRlYmlhbi5vcmcACgkQnbAjVVb4z61g8hAAsVOm6XReHWiHypKJQZ8GRxV4fnFv
geE6jc8FW+VVUvZI3VHl4s+URTcLaQQjW1Rw14v8ZWQySwU04gthS4elWXMnqCnf
C5r+DpO9T8eFFNqoo0mDwB+LZbPtP4XZpP8dkrjTnuRmmBnjslm3M9L8uqpRD0zv
tHHRuTUb6rfbw1s/XrPLJiDPbv5DWdKMjzpqjg3kKDfdM/QKoSjW4n4O6Ry22n9U
NBgYt+LjLxEXw0SS5Dp0UT/4a/8B9HP68sEV356+QGW+2rYOEnhaKoibRn9rCkN0
b+X2wmq5z0uQGxyuK85ffbheC6ByPgfjseZYvjctmUfI5CBIpS5vXfK74C+bywXd
KWICaQ7sM2hvbUHJ2wu3DeyAk4EJElQC47tMddvbRdpAsyGrP8u2YaSsgLkC3Iyy
D+Q2CyWf4Rs4CdV/LWh65Qsf7PTcOocIzEI4uzz4vAIJR9w5T+Q/rxK02QOJ6kZe
cf/W2ch9PW01xu09lspcO7y8neRGKARMA/f+GhUfe5FTEvoOYneSdppkj0RU/Nrn
D5Tqno81CaSLb1FH3VMRMYVRPeC9WhRNg+Y6UHREiJum3t7gPM2qHMp1wXIolg4U
UkPX+Jfvvrgic51hDn7Few4xiyzRr8raYnD7rLcIB4fbbA+AHsY1FA8Zc7xPvH5f
WnP3BmA5FIwkwI8=
=1hJU
-END PGP SIGNATURE-



pgpn0dxgpNOIH.pgp
Description: PGP signature