Your message dated Tue, 22 Apr 2025 17:09:53 +0000
with message-id <e1u7h85-008mtt...@fasolo.debian.org>
and subject line Bug#1100466: Removed package(s) from unstable
has caused the Debian Bug report #989392,
regarding wmmatrix FTCBFS -- uses the build architecture compiler
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.)
--
989392: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989392
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wmmatrix
Version: 0.2-12.1
Severity: normal
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs
X-Debbugs-Cc: nil...@debian.org, debian-cr...@lists.debian.org
Dear Maintainer,
wmmatrix Fails to cross build because it hardcodes gcc as build
compiler in CC=gcc.
Simply removing this line would do the trick for us, however I've
replaced this with CC ?= gcc
Although this is a no-op for us, but this will help getting this
upstreamed.
Please consider applying the attched patch
PS: Since a _maintainer upload_ for this package hasn't happened for more than
12 years,
which is a *really really* long time, I intend to NMU it post bullseye
release, with this patch applied - if not uploaded on time ofcourse.
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CC = gcc
+CC ?= gcc
CFLAGS = -O2 -Wall
INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
DESTDIR= /usr/X11R6
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 5.7.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_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)
LSM: AppArmor: enabled
Versions of packages wmmatrix depends on:
ii libc6 2.31-3
ii libx11-6 2:1.7.0-2
ii libxext6 2:1.3.3-1+b2
ii libxpm4 1:3.5.12-1
wmmatrix recommends no packages.
wmmatrix suggests no packages.
--- End Message ---
--- Begin Message ---
Version: 0.2-12.2+rm
Dear submitter,
as the package wmmatrix has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1100466
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---