Your message dated Tue, 24 Dec 2024 17:54:39 +0000
with message-id <e1tq979-0088a2...@fasolo.debian.org>
and subject line Bug#1091282: fixed in wmmoonclock 1.30-3
has caused the Debian Bug report #1091282,
regarding wmmoonclock: FTBFS on armhf: src/wmMoonClock.c:217:66: error: passing
argument 1 of ‘gmtime’ from incompatible pointer type
[-Wincompatible-pointer-types]
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.)
--
1091282: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091282
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wmmoonclock
Version: 1.30-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20241223 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, this package failed to build
on armhf.
This package currently has binary packages on armhf, so this is a regression.
Also, there are no known issues on amd64 or arm64 according to recent (a couple
days ago) rebuilds.
The rebuild was done using an armhf chroot on an AWS "m6g" instance (Graviton2
CPU).
Relevant part (hopefully):
> gcc -DPACKAGE_NAME=\"wmmoonclock\" -DPACKAGE_TARNAME=\"wmmoonclock\"
> -DPACKAGE_VERSION=\"1.30\" -DPACKAGE_STRING=\"wmmoonclock\ 1.30\"
> -DPACKAGE_BUGREPORT=\"wmaker-...@googlegroups.com\" -DPACKAGE_URL=\"\"
> -DPACKAGE=\"wmmoonclock\" -DVERSION=\"1.30\" -I. -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -g
> -O2 -Werror=implicit-function-declaration
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
> -fstack-clash-protection -Wformat -Werror=format-security -c -o
> src/wmMoonClock.o src/wmMoonClock.c
> src/wmMoonClock.c: In function ‘main’:
> src/wmMoonClock.c:217:66: error: passing argument 1 of ‘gmtime’ from
> incompatible pointer type [-Wincompatible-pointer-types]
> 217 | CurrentGMTTime = time(CurrentTime); GMTTime =
> gmtime(&CurrentGMTTime);
> |
> ^~~~~~~~~~~~~~~
> | |
> | long
> int *
> In file included from /usr/include/features.h:510,
> from
> /usr/include/arm-linux-gnueabihf/bits/libc-header-start.h:33,
> from /usr/include/math.h:27,
> from src/wmMoonClock.c:107:
> /usr/include/time.h:140:18: note: expected ‘const time_t *’ {aka ‘const long
> long int *’} but argument is of type ‘long int *’
> 140 | extern struct tm*__REDIRECT_NTH (gmtime, (const time_t *__timer),
> __gmtime64);
> | ^~~~~~~~~~~~~~
> src/wmMoonClock.c:223:70: error: passing argument 1 of ‘localtime’ from
> incompatible pointer type [-Wincompatible-pointer-types]
> 223 | CurrentLocalTime = CurrentGMTTime; LocalTime =
> localtime(&CurrentLocalTime);
> |
> ^~~~~~~~~~~~~~~~~
> | |
> |
> long int *
> /usr/include/time.h:141:19: note: expected ‘const time_t *’ {aka ‘const long
> long int *’} but argument is of type ‘long int *’
> 141 | extern struct tm *__REDIRECT_NTH (localtime, (const time_t *__timer),
> | ^~~~~~~~~~~~~~
> make[1]: *** [Makefile:453: src/wmMoonClock.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/12/23/wmmoonclock_1.30-2_unstable-armhf.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241223;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241223&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: wmmoonclock
Source-Version: 1.30-3
Done: Jeremy Sowden <aza...@debian.org>
We believe that the bug you reported is fixed in the latest version of
wmmoonclock, 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 1091...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jeremy Sowden <aza...@debian.org> (supplier of updated wmmoonclock 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: Tue, 24 Dec 2024 16:28:17 +0000
Source: wmmoonclock
Architecture: source
Version: 1.30-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Window Maker Team <team+wma...@tracker.debian.org>
Changed-By: Jeremy Sowden <aza...@debian.org>
Closes: 1091282
Changes:
wmmoonclock (1.30-3) unstable; urgency=medium
.
* d/control
+ update my e-mail address
+ bump Standards-Version to 4.7.0
+ replace pkg-config build-dep with pkgconf
* d/patches: add patch to correct types of pointers passed to `gmtime(3)`
(Closes: #1091282)
Checksums-Sha1:
2588f7f98ce6d1e4d6524582f865efb9f6014810 2038 wmmoonclock_1.30-3.dsc
450371f70739f178906339106e934c7873a986fc 5600 wmmoonclock_1.30-3.debian.tar.xz
1f7e5d39ab6520eb1afb78409a60b061ab3392c5 6858
wmmoonclock_1.30-3_amd64.buildinfo
Checksums-Sha256:
3c4d4ab0e8d180bcb6fa900fb3e2f3261b4a03ebe01b8b626e49f2d25580889e 2038
wmmoonclock_1.30-3.dsc
228edef8a660946da7bf06628a3b969e5c4ac39158fab20058e8b225a2244ea8 5600
wmmoonclock_1.30-3.debian.tar.xz
99733ed9158238ab26c8936e76d4fc9cd4aff95fc303694882e69de0e6ee8c6b 6858
wmmoonclock_1.30-3_amd64.buildinfo
Files:
bbd40536055df1e8b7114550cb01177d 2038 x11 optional wmmoonclock_1.30-3.dsc
6dd56882b1316a337b0f40b51ed45ead 5600 x11 optional
wmmoonclock_1.30-3.debian.tar.xz
996649dab44427d561634d8b55232712 6858 x11 optional
wmmoonclock_1.30-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEbB20U2PvQDe9VtUXKYasCr3xBA0FAmdq774SHGF6YXplbEBk
ZWJpYW4ub3JnAAoJECmGrAq98QQNwdYQALgiV+eb0QbVK51W6dTT4m8RILAtz8UZ
wT4SAIOxlqsXjntxC/eFzJuy9Kmlng7BHc4X3vRDnbSBnvZVAwzRWy5s3lwl001C
jw2iAyR1gIszcJGz3kqAN8/+fa4M8mdyDiUYInFGzN4OQrotq+qavM3vBUm90Xf3
pljK8JDdq/1YOTa7GoIyce3BECNa/s14V9knDG6tRp9ewjUPZHqV5Zk1aXUDGqdk
HME/afLvnMtrSl46kYWJY+RysdAnXkumQ8XRQikpDxtVm0DcB6fMk9VmirvTO451
zs9Ks42QcieZx+pbFQ7tJcOXgrbXMzxfnudQP4nQL/0x/KyjEpg0OnJNZDy/Z/vg
m1X6oQhJRgeE46algPl5CJWHM3Vf3RDSJWoNelOQgKBOPdiIDxnB0QccCqqr5UHt
x4eoc+nPFjoVQ0OQ4CnqaHpVpu1koLhiaBGCkME3ulVKf+BBBEOAAfaNE3rHGY0X
zkCNbtK5MJa2SahCvBNJqa+sEEeewGrWHiaS6c/uywHs7gqQaC+44DwFRdMT+IQ+
MBoY2va035HFhLTjTDUCzM9KZWnCom+BuaYdjBVnRRcngh99adxIgfSxgj8Ju7V/
agIzdivX/+rmrm1+dt5ObGb/e/Le0JFaBD1bKRx4AGPhr56O/Ek4zdYS0FpKqXYA
zuKwphm+GrBl
=6vti
-----END PGP SIGNATURE-----
pgpiDpfFoOjt3.pgp
Description: PGP signature
--- End Message ---