Your message dated Sat, 19 Apr 2025 14:44:56 +0000
with message-id <e1u69ra-00bc9y...@fasolo.debian.org>
and subject line Bug#1075642: fixed in wmdate 0.7-5
has caused the Debian Bug report #1075642,
regarding wmdate: ftbfs with GCC-14
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.)


-- 
1075642: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075642
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:wmdate
Version: 0.7-4.2
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/wmdate_0.7-4.2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-da42b7af-b9e4-4af9-b02f-fa3d9cda9e64
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package wmdate
dpkg-buildpackage: info: source version 0.7-4.2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Bastian Germann <b...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
test -x debian/rules
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make -C . CFLAGS="-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" 
CXXFLAGS="-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" 
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libdockapp" 
LDFLAGS="-Wl,-z,relro" -k distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: *** No rule to make target 'distclean'.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: [/usr/share/cdbs/1/class/makefile.mk:91: makefile-clean] Error 2 (ignored)
dh_clean 
dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in 
use)
 debian/rules build
test -x debian/rules
mkdir -p "."
xmkmf
imake -DUseInstalled -I/usr/lib/X11/config
/usr/bin/make -C . CFLAGS="-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" 
CXXFLAGS="-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" 
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libdockapp" 
LDFLAGS="-Wl,-z,relro" 
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libdockapp  -c -o wmdate.o 
wmdate.c
wmdate.c: In function ‘main’:
wmdate.c:109:50: error: passing argument 4 of ‘DAMakePixmapFromData’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  109 |    DAMakePixmapFromData (back_xpm, &back, &mask, &w, &h);
      |                                                  ^~
      |                                                  |
      |                                                  unsigned int *
In file included from wmdate.c:42:
/usr/include/libdockapp/dockapp.h:286:43: note: expected ‘short unsigned int *’ 
but argument is of type ‘unsigned int *’
  286 |                           unsigned short *width, unsigned short 
*height);
      |                           ~~~~~~~~~~~~~~~~^~~~~
wmdate.c:109:54: error: passing argument 5 of ‘DAMakePixmapFromData’ from 
incompatible pointer type [-Wincompatible-pointer-types]
  109 |    DAMakePixmapFromData (back_xpm, &back, &mask, &w, &h);
      |                                                      ^~
      |                                                      |
      |                                                      unsigned int *
/usr/include/libdockapp/dockapp.h:286:66: note: expected ‘short unsigned int *’ 
but argument is of type ‘unsigned int *’
  286 |                           unsigned short *width, unsigned short 
*height);
      |                                                  ~~~~~~~~~~~~~~~~^~~~~~
make[1]: *** [<builtin>: wmdate.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: wmdate
Source-Version: 0.7-5
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
wmdate, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated wmdate 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: Wed, 09 Apr 2025 15:24:53 +0200
Source: wmdate
Architecture: source
Version: 0.7-5
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <team+salv...@tracker.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1075642 1101198
Changes:
 wmdate (0.7-5) unstable; urgency=medium
 .
   * Maintain in Package Salvage team
     Closes: #1101198
   * Set Homepage to Webarchive
   * Fake watch file
   * Fix gcc-14 build issue
     Closes: #1075642
   * Switch from cdbs to dh
   * Fix spelling issue in description
   * Standards-Version: 4.7.2 (routine-update)
   * Remove trailing whitespace in debian/changelog (routine-update)
   * Remove trailing whitespace in debian/copyright (routine-update)
   * d/copyright: DEP5 + review
Checksums-Sha1:
 d529db4df3757af5853a4c68bfd57391305f0b02 2101 wmdate_0.7-5.dsc
 280e3357e861577e2212600409ea6963a5ce8715 4788 wmdate_0.7-5.debian.tar.xz
 58068e2a1c3e758eb3deeb1c710def429181b62d 6613 wmdate_0.7-5_amd64.buildinfo
Checksums-Sha256:
 aeb5ca4627b5032cc33639a171c97fe650a59f1b48dd1b3b101f34beb172e112 2101 
wmdate_0.7-5.dsc
 4641db63baf270b7bc4d6c40a8e978403092ead5cbde93edeae0eac762d3d5e8 4788 
wmdate_0.7-5.debian.tar.xz
 96dd38f044062569b79637827128defa9bf597bc122eaed14cc432109a19972e 6613 
wmdate_0.7-5_amd64.buildinfo
Files:
 88473470eaa232ecf6bf880fd21eb7c7 2101 x11 optional wmdate_0.7-5.dsc
 5692212af43f93161d0222223ba9876d 4788 x11 optional wmdate_0.7-5.debian.tar.xz
 3aef8919d3f208c71bd54dc078b584c8 6613 x11 optional wmdate_0.7-5_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmf2dbARHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGTWA//Vh/lBh6dZEw0jvZGqTcENabQH0xEAOJF
eyZIkAd3Bj60Vkr3D2d2QPvYdWOaO8lYRuxgJhBpISdL7bx390+m4MbZeYg0THcm
FrtmuTJHUWwhLtCYBVXMwasAoa9AQQ0aVZsMliD9HOYQmi3WLJ2dEIAm0VcWbm2B
D9/ECm0UL1ZiMoFSIDZHTxYQeuWuDtCWkuPJi+1SsaZ2Nb4bRVJcBofZm+ySXEFa
uuihJk3eqVwktxaJ5h/nbD97AYvUhFu7qwtHcXLoXS4BorGJ7VZti+P04RJJtysL
jzN90e4aNaRL5VbS6ismNgQs9w4S2LFvwFCkQP//zNehdfXKH+oTnbj9/Q9gCCOM
ruJbOl8zVjiUi02XpJNfAmL30iDsJIBBtSC4WFp7YLeHeQKG++qQcSBPKieTQ0Oo
gLeJ1WPwz2TSbt1mY8LSumUv2j1Pui/j5BeSlkZMc3awpYGCPy9vq5zseE4OnPIB
3aGfHe+xBhJHkIbASSNyIJwgmOmWRWaMQa19zEfa/3B5jgrRvGY2MIeKur3wLXhL
Ma8/ooa8wgnxUpYkhYyuyZc399nUGY2P9On2K6DpnHuNDO5i8avurqI+Yhbuz4+G
6DlOwWWmLFRfnccqLFf3sG3xIHed96Hy7cv59BeZZxYzO+9kLtM7bJNNBqsomLAT
XLpiPmD4sJk=
=7ceI
-----END PGP SIGNATURE-----

Attachment: pgpNXFozgtNxC.pgp
Description: PGP signature


--- End Message ---

Reply via email to