Your message dated Tue, 24 Dec 2024 17:54:47 +0000
with message-id <e1tq97h-0088bc...@fasolo.debian.org>
and subject line Bug#1091242: fixed in wmsun 1.06-2
has caused the Debian Bug report #1091242,
regarding wmsun: FTBFS on armhf: wmsun.c:163:32: error: passing argument 1 of 
‘gmtime_r’ 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.)


-- 
1091242: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091242
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wmsun
Version: 1.06-1
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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DWMSUN_VERSION=\"1.06\" -g -O2 
> -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -fstack-clash-protection -Wformat 
> -Werror=format-security -c SunRise.c \
>       -o SunRise.o
> wmsun.c: In function ‘main’:
> wmsun.c:163:32: error: passing argument 1 of ‘gmtime_r’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   163 |             GMTTime = gmtime_r(&CurrentGMTTime, &result);
>       |                                ^~~~~~~~~~~~~~~
>       |                                |
>       |                                long int *
> In file included from /usr/include/features.h:510,
>                  from /usr/include/arm-linux-gnueabihf/sys/types.h:25,
>                  from /usr/include/X11/Xlib.h:38,
>                  from wmsun.c:48:
> /usr/include/time.h:163:18: note: expected ‘const time_t * restrict’ {aka 
> ‘const long long int * restrict’} but argument is of type ‘long int *’
>   163 | extern struct tm*__REDIRECT_NTH (gmtime_r, (const time_t *__restrict 
> __timer,
>       |                  ^~~~~~~~~~~~~~
> wmsun.c:172:37: error: passing argument 1 of ‘localtime_r’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   172 |             LocalTime = localtime_r(&CurrentLocalTime, &result);
>       |                                     ^~~~~~~~~~~~~~~~~
>       |                                     |
>       |                                     long int *
> /usr/include/time.h:167:18: note: expected ‘const time_t * restrict’ {aka 
> ‘const long long int * restrict’} but argument is of type ‘long int *’
>   167 | extern struct tm*__REDIRECT_NTH (localtime_r, (const time_t 
> *__restrict __t,
>       |                  ^~~~~~~~~~~~~~
> make[2]: *** [Makefile:23: wmsun.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/12/23/wmsun_1.06-1_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: wmsun
Source-Version: 1.06-2
Done: Jeremy Sowden <aza...@debian.org>

We believe that the bug you reported is fixed in the latest version of
wmsun, 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 wmsun 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:48:16 +0000
Source: wmsun
Architecture: source
Version: 1.06-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Window Maker Team <team+wma...@tracker.debian.org>
Changed-By: Jeremy Sowden <aza...@debian.org>
Closes: 1091242
Changes:
 wmsun (1.06-2) unstable; urgency=medium
 .
   * Team upload.
   * d/control: bump Standards-Version to 4.7.0
   * d/patches: add patch to fix type of arguments to `gmtime_r(3)` and
     `localtime_r(3)` (Closes: #1091242)
Checksums-Sha1:
 9a176c4d29836fb33547253c0821ffdbea0ac8c6 1935 wmsun_1.06-2.dsc
 4589094b53481bdfb2133d90f0515ebb1c7ed025 5148 wmsun_1.06-2.debian.tar.xz
 ee2ff11499dcb0cff892f9ba48940e16e32cf281 6762 wmsun_1.06-2_amd64.buildinfo
Checksums-Sha256:
 90e10b6612ff5202918653afa9adfa2a187e520cd05b5f2787967a23a1d31bbd 1935 
wmsun_1.06-2.dsc
 77ee8c5b5c79488c0c580386837ed80f33b649669c72207306460fe682a1f98b 5148 
wmsun_1.06-2.debian.tar.xz
 4648f9c85696c654b66e41b4e88d1a0d1a9aa8ee4fcbb12f7a2a332fa7f8a4fb 6762 
wmsun_1.06-2_amd64.buildinfo
Files:
 bec048ca49b5006c1e6467de51ae7932 1935 x11 optional wmsun_1.06-2.dsc
 7f303fcd4c363241f0c7025afa36034f 5148 x11 optional wmsun_1.06-2.debian.tar.xz
 6b23e746451898595d953c4b5cb1fbce 6762 x11 optional wmsun_1.06-2_amd64.buildinfo

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

iQJGBAEBCgAwFiEEbB20U2PvQDe9VtUXKYasCr3xBA0FAmdq8GsSHGF6YXplbEBk
ZWJpYW4ub3JnAAoJECmGrAq98QQN2ckQANFPHqkFqVtOnsEmhX8UmcriA4Gg0f8C
Yca87iH981oWpwwvYBH6iwE5K5ACbVTFHxkufw9KvDUaqjfu+WOPRRBnZgIi7EHE
V9kvlIMYzW5EJG1yYh2kjZeVYu8Co1+0w6EgR8/7wlj1UwGdxQFXuPMCZ2BOkqVA
S82tPlL/npzOX0L4X1nnsnUEmZqN2h1r5rkehqU4L+LaV6GVuzPYbmrvDRalW0Hh
oRMzY82GWbPlaFgqic0rz3uKp6EFENoUu9RtEhpQvPORNceb6lp1L9GQlgGBQ5W4
ndoTXclnrk55O4S3lTZKZbc8YS1/lmSjkdncJQ7FVFuOen9acsSKOm/TppRkUoVR
aMj9LCHmjil7dD16/z2RKVIWbfjN/HMrQTzlOPfriFMDLJxFWGplE8cIkf+jdGUi
LGLjNHlFp/GpH0EnD+Ahgbdz1jU7huwLVAkMCgg1BEpbueWELSkFeCLG98xYdXF6
A7lX1290HWO88P91gHKKRbNBKWppgY2AKYr2dUrjW8jk6AIar0s+QDxMrODzUj+2
yqqtvMHIVfPSIuq5kLLfALbjfmtFY6FiQZE4Pr4ZSghDXSKJ/qA1TDcSLJc0NLqY
OI2sCMjBh/VKj0BR/M+iifhduq54KlOfYDdLlXvv+xNC4Y1NHjgo2XE06CVC7jCB
qYIytTqW6Jyh
=KWEs
-----END PGP SIGNATURE-----

Attachment: pgpbiS_BseiD_.pgp
Description: PGP signature


--- End Message ---

Reply via email to