Your message dated Fri, 24 Jan 2025 06:50:15 +0000
with message-id <e1tbdwb-00gokz...@fasolo.debian.org>
and subject line Bug#1091280: fixed in wmweather 2.4.8-2
has caused the Debian Bug report #1091280,
regarding wmweather: FTBFS on armhf: wmweather.c:701:14: error: passing 
argument 1 of ‘time’ 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.)


-- 
1091280: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091280
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wmweather
Version: 2.4.8-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 -Wall -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security 
> -DSYSCONFPATH=\"/etc/wmweather.conf\" -I. -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
> wmgeneral.o wmgeneral.c
> wmweather.c: In function ‘update’:
> wmweather.c:701:14: error: passing argument 1 of ‘time’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   701 |         time(&l);
>       |              ^~
>       |              |
>       |              long int *
> In file included from /usr/include/features.h:510,
>                  from /usr/include/assert.h:35,
>                  from wmweather.c:20:
> /usr/include/time.h:85:15: note: expected ‘time_t *’ {aka ‘long long int *’} 
> but argument is of type ‘long int *’
>    85 | extern time_t __REDIRECT_NTH (time, (time_t *__timer), __time64);
>       |               ^~~~~~~~~~~~~~
> wmweather.c:702:21: error: passing argument 1 of ‘gmtime’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>   702 |         tm = gmtime(&l);
>       |                     ^~
>       |                     |
>       |                     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);
>       |                  ^~~~~~~~~~~~~~
> wmweather.c:704:24: error: passing argument 1 of ‘localtime’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   704 |         tm = localtime(&l);
>       |                        ^~
>       |                        |
>       |                        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),
>       |                   ^~~~~~~~~~~~~~
> wmweather.c:1139:22: error: passing argument 1 of ‘time’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>  1139 |                 time(&l);
>       |                      ^~
>       |                      |
>       |                      long int *
> /usr/include/time.h:85:15: note: expected ‘time_t *’ {aka ‘long long int *’} 
> but argument is of type ‘long int *’
>    85 | extern time_t __REDIRECT_NTH (time, (time_t *__timer), __time64);
>       |               ^~~~~~~~~~~~~~
> wmweather.c:1140:32: error: passing argument 1 of ‘localtime’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>  1140 |                 tm = localtime(&l);
>       |                                ^~
>       |                                |
>       |                                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]: *** [<builtin>: wmweather.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/12/23/wmweather_2.4.8-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: wmweather
Source-Version: 2.4.8-2
Done: Martin A. Godisch <godi...@debian.org>

We believe that the bug you reported is fixed in the latest version of
wmweather, 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.
Martin A. Godisch <godi...@debian.org> (supplier of updated wmweather 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: SHA256

Format: 1.8
Date: Fri, 24 Jan 2025 07:30:46 +0100
Source: wmweather
Architecture: source
Version: 2.4.8-2
Distribution: unstable
Urgency: low
Maintainer: Martin A. Godisch <godi...@debian.org>
Changed-By: Martin A. Godisch <godi...@debian.org>
Closes: 1091280
Changes:
 wmweather (2.4.8-2) unstable; urgency=low
 .
   * Fixed time_t data type, closes: #1091280.
Checksums-Sha1:
 68905783689c61fc4f393f4d258619e3641f3b88 1850 wmweather_2.4.8-2.dsc
 527d9acbd1c71946c616cc1ffe73a5c4dcbcda62 5464 wmweather_2.4.8-2.debian.tar.xz
 657cdd843630a936a53a78c1010df2cc6843fed4 9022 wmweather_2.4.8-2_amd64.buildinfo
Checksums-Sha256:
 6a0ac5b1d8f601dacaa6428d20f28aedf0978507e7377753db570559d3687cde 1850 
wmweather_2.4.8-2.dsc
 ac07ea48a5b7528919d855bb9087673fff002f8e8a66435c1a4f1d46e5556e72 5464 
wmweather_2.4.8-2.debian.tar.xz
 5b496739dec65965eeca4acc1b3856f636503eb910d8bfab84ed6300e89629a9 9022 
wmweather_2.4.8-2_amd64.buildinfo
Files:
 71aa5c796806675c621d120fee36c4e8 1850 gnustep optional wmweather_2.4.8-2.dsc
 73984fef6026a8c8508571aca69e0229 5464 gnustep optional 
wmweather_2.4.8-2.debian.tar.xz
 1619ff67e2f5bb4d42c428bca323b748 9022 gnustep optional 
wmweather_2.4.8-2_amd64.buildinfo

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

iQJHBAEBCAAxFiEEGEIyO0/Pm5CZX6F/o1C5kfBaSFcFAmeTNAUTHGdvZGlzY2hA
ZGViaWFuLm9yZwAKCRCjULmR8FpIV2O+D/42XFk0zXYx7HRK4kZkKWkY2+VoqlEI
IJI4W5i9Cxa3N1qljZJAYlaj524Ta30+tPm47eeBQKpSKEKMuUobhqZpvNNo4A5T
MHeNHxXPloh2i9SJCzCOgIMx31JVbhPB7h7nVgey2wfVgG4C7w1V98TPHVZAUTJk
UIIbEKocBOBsJQnEtRWT4HPO1WEw6H38cNgQtU4sosXPC1/CjeTRZjwaaZALDWdB
ABhEZFenegIjyFHHTuG3GE4bhA7EFjYuIBJWP5QzYVRZJ7yidsmDOtuYFPCChqhk
1js4McTZS0i/GFDrSupWsrEN6JZHwl18KKhcjWrzRlhZwTCV0lcucooEKYKBD9R7
cfG0TRdxmwI2l1e9/u+zpAXcoVFkGd1N4HMV3E5bGRGxYd6g/its46M7IFVxBnG2
A7nKx4SWOs8dKgsNPgZYwrFyf24aPoKqxvcWv7wGTkOloS/EYtL1SW70jM88FLkO
cjmnS8QUY1ucoMrptFXY1eNgumFO3prEAuQKuIOLSd6QKd1yEylez6Vl9MPLR7KU
EtS5OtM8E+IN2zy827gph0OPGfeIXOEkPyiEjKr8trm/l10Vzw4IW6zLf/Jc6HQs
I7p/FoFd9ZtQi5AfBljybM/Iz23Th+kJ6rYCt4h7Q1KTADnBIxfeXfBaAK3eKduP
5QIgOICbdF5iIQ==
=TGR/
-----END PGP SIGNATURE-----

Attachment: pgpNP396ONFkV.pgp
Description: PGP signature


--- End Message ---

Reply via email to