Your message dated Sat, 16 Aug 2025 02:53:44 +0000
with message-id <[email protected]>
and subject line Bug#1105218: Removed package(s) from unstable
has caused the Debian Bug report #1098081,
regarding w9wm: ftbfs with GCC-15
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.)
--
1098081: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098081
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:w9wm
Version: 0.4.2-8
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15
[This bug is NOT targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.
The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/w9wm_0.4.2-8_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.
To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html
[...]
815 | c = getclient(e->window, 0);
| ^~~~~~~~~ ~~~~~~~~~
fns.h:63:10: note: declared here
63 | Client *getclient();
| ^~~~~~~~~
9wm.c:817:13: error: too many arguments to function ‘rmclient’; expected 0,
have 1
817 | rmclient(c);
| ^~~~~~~~ ~
fns.h:64:9: note: declared here
64 | void rmclient();
| ^~~~~~~~
9wm.c: In function ‘shapenotify’:
9wm.c:823:1: warning: old-style function definition [-Wold-style-definition]
823 | shapenotify(e)
| ^~~~~~~~~~~
9wm.c:825:1: error: number of arguments doesn’t match prototype
825 | {
| ^
fns.h:17:9: error: prototype declaration
17 | void shapenotify();
| ^~~~~~~~~~~
9wm.c:828:9: error: too many arguments to function ‘getclient’; expected 0,
have 2
828 | c = getclient(e->window, 0);
| ^~~~~~~~~ ~~~~~~~~~
fns.h:63:10: note: declared here
63 | Client *getclient();
| ^~~~~~~~~
9wm.c:832:5: error: too many arguments to function ‘setshape’; expected 0, have
1
832 | setshape(c);
| ^~~~~~~~ ~
fns.h:26:9: note: declared here
26 | void setshape();
| ^~~~~~~~
9wm.c: In function ‘enter’:
9wm.c:837:1: warning: old-style function definition [-Wold-style-definition]
837 | enter(e)
| ^~~~~
9wm.c:839:1: error: number of arguments doesn’t match prototype
839 | {
| ^
fns.h:18:9: error: prototype declaration
18 | void enter();
| ^~~~~
9wm.c:845:9: error: too many arguments to function ‘getclient’; expected 0,
have 2
845 | c = getclient(e->window, 0);
| ^~~~~~~~~ ~~~~~~~~~
fns.h:63:10: note: declared here
63 | Client *getclient();
| ^~~~~~~~~
9wm.c:848:9: error: too many arguments to function ‘active’; expected 0, have 1
848 | active(c);
| ^~~~~~ ~
fns.h:61:9: note: declared here
61 | void active();
| ^~~~~~
9wm.c: In function ‘getevent’:
9wm.c:859:1: warning: old-style function definition [-Wold-style-definition]
859 | getevent(e)
| ^~~~~~~~
9wm.c:861:1: error: number of arguments doesn’t match prototype
861 | {
| ^
9wm.c:63:32: error: prototype declaration
63 | void usage(), sighandler(), getevent();
| ^~~~~~~~
make[1]: *** [<builtin>: 9wm.o] Error 1
make[1]: Leaving directory '/build/reproducible-path/w9wm-0.4.2'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:19: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 0.4.2-8+rm
Dear submitter,
as the package w9wm 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/1105218
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
[email protected].
Debian distribution maintenance software
pp.
Paul Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---