Your message dated Tue, 24 Dec 2024 17:37:10 +0000
with message-id <e1tq8qe-0085if...@fasolo.debian.org>
and subject line Bug#1091253: fixed in wmcalclock 1.25-19
has caused the Debian Bug report #1091253,
regarding wmcalclock: FTBFS on armhf: wmCalClock.c:466:31: 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.)


-- 
1091253: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091253
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wmcalclock
Version: 1.25-18
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):
> make[2]: Entering directory '/<<PKGBUILDDIR>>/Src'
> arm-linux-gnueabihf-gcc -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 -DLinux -c wmCalClock.c -o wmCalClock.o 
> -I/usr/X11R6/include/X11 -I/usr/X11R6/include
> wmCalClock.c: In function ‘main’:
> wmCalClock.c:466:31: error: passing argument 1 of ‘gmtime’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   466 |                 Time = gmtime(&CurrentLocalTime);
>       |                               ^~~~~~~~~~~~~~~~~
>       |                               |
>       |                               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/stdio.h:28,
>                  from wmCalClock.c:90:
> /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);
>       |                  ^~~~~~~~~~~~~~
> wmCalClock.c:478:31: error: passing argument 1 of ‘gmtime’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   478 |                 Time = gmtime(&CurrentLocalTime);
>       |                               ^~~~~~~~~~~~~~~~~
>       |                               |
>       |                               long int *
> /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);
>       |                  ^~~~~~~~~~~~~~
> wmCalClock.c:509:30: error: passing argument 1 of ‘localtime’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   509 |             Time = 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),
>       |                   ^~~~~~~~~~~~~~
> wmCalClock.c:529:34: error: passing argument 1 of ‘localtime’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   529 |                 Time = 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),
>       |                   ^~~~~~~~~~~~~~
> wmCalClock.c: In function ‘ButtonPressEvent’:
> wmCalClock.c:1035:9: warning: ignoring return value of ‘system’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>  1035 |         system(Command);
>       |         ^~~~~~~~~~~~~~~
> make[2]: *** [Makefile:18: wmCalClock.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/12/23/wmcalclock_1.25-18_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: wmcalclock
Source-Version: 1.25-19
Done: Jeremy Sowden <aza...@debian.org>

We believe that the bug you reported is fixed in the latest version of
wmcalclock, 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 wmcalclock 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:24:57 +0000
Source: wmcalclock
Architecture: source
Version: 1.25-19
Distribution: unstable
Urgency: medium
Maintainer: Debian Window Maker Team <team+wma...@tracker.debian.org>
Changed-By: Jeremy Sowden <aza...@debian.org>
Closes: 1091253
Changes:
 wmcalclock (1.25-19) unstable; urgency=medium
 .
   * Team upload.
   * d/patches: add patch to fix type of arguments to `gmtime(3)` and
     `localtime(3)` (Closes: #1091253)
   * d/control: bump Standards-Version to 4.7.0
Checksums-Sha1:
 8068a7cafc87e3cb7911717d77a8b162bd58b622 2000 wmcalclock_1.25-19.dsc
 67c6d738a404ce8418dd2a2a3794c72bea7560db 7252 wmcalclock_1.25-19.debian.tar.xz
 07167efc0a0e51e91e6b9d305c44c7fc69e6eb97 6778 
wmcalclock_1.25-19_amd64.buildinfo
Checksums-Sha256:
 6c391901b93034aae046f3094bb9c9a41c817146f5d951ef4ebcf2b2b6c9f4d1 2000 
wmcalclock_1.25-19.dsc
 6dc63fcdb2468f4291397c217bdd963ab952353af9417cacfbac2342e8a29ec2 7252 
wmcalclock_1.25-19.debian.tar.xz
 6f8a16edfbc0ed73615e9647bef4fe2e4e56e52d217944fff74c32b3aa3da25b 6778 
wmcalclock_1.25-19_amd64.buildinfo
Files:
 8cfd3d0cff66341347dda7eff8656a1e 2000 x11 optional wmcalclock_1.25-19.dsc
 1ead1a4705489d5fd79432e774d970ca 7252 x11 optional 
wmcalclock_1.25-19.debian.tar.xz
 cf87d9e6a9027b7c114c0d5358f0a530 6778 x11 optional 
wmcalclock_1.25-19_amd64.buildinfo

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

iQJGBAEBCgAwFiEEbB20U2PvQDe9VtUXKYasCr3xBA0FAmdq7u0SHGF6YXplbEBk
ZWJpYW4ub3JnAAoJECmGrAq98QQNEK0P/2Nex6mfuIXDJa7/6hFwYNFYti3nN8DB
gUi6OjoDwUGARpM8j63ljCwJrvYLj2aF/d2qDzwzpS5qSndEl0ToALeeVqYCAI3n
n+7C/rM3zVVpvDt4uD3Qs+I3ak6/lzEOQFIByvy4MzJjdtkMgHaeL/GpaQe8SCc4
NzBEcJxwRnFFLkgPuTX7qGR8/v77RwHvBz5/xXvz9F3pFwGaI9PbzTHFYd2nhKzF
YzIePu2GEDlRzA3/NnuEmDmKkYfDkRes8gQiLNxg4j/MggRSay35p9y20dxGJ9OF
kYi8VLOoMWK5GYYI7KDVoXwlAk+hbbqIu8H2KYkEoGvLnPELJN+Xbd61Q/cB7EKO
LDlo6uwdAExmAUD1DZBJqWtBAwRkpP097QsRkStFa2oZ+5RIhfoAyE+Z9TBWeZj/
ePhFgPJdKsA47lvK+r/nolLXqFwxmy2bZxxSsLSIypYsWSeamjRgCziIQmz+G6a/
EcXGdBMi7Gm83YOFSqYDzAECiKA92FMZbHGDpaDo/BVdaxsSrlYcsxiO5OWzuod/
E9uSOodsyZj5klxaRuWxV2Ozs2F+n6AK6mgvfNwlR8timiA26XVn3ICLLjTJX098
NmJhBxXWHkmSBmXYm8uHBGQOHAH60h9AqNrAeOgPLCykUNB33nck6/KfZHWelxqm
qw2GOXpiWWCp
=T6uH
-----END PGP SIGNATURE-----

Attachment: pgpJfT3eFmgWL.pgp
Description: PGP signature


--- End Message ---

Reply via email to