Your message dated Mon, 07 Apr 2025 15:10:18 +0000
with message-id <e1u1o78-001frx...@fasolo.debian.org>
and subject line Bug#1091286: fixed in xsok 1.02-23
has caused the Debian Bug report #1091286,
regarding xsok: FTBFS on armhf: showscore.c:75:15: error: passing argument 1 of 
‘ctime’ 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.)


-- 
1091286: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091286
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xsok
Version: 1.02-21
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 -g -O2 -fno-strict-aliasing -g -O2 -Werror=implicit-function-declaration 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -fstack-clash-protection -Wformat -Werror=format-security -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 
> -Wl,-z,relro        -Dlinux -D__arm__ -D__arm32__ -U__arm -Uarm 
> -D_POSIX_C_SOURCE=199309L                             -D_POSIX_SOURCE 
> -D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE  
>                                -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64     
>                                                               -DFUNCPROTO=15 
> -DNARROWPROTO   -DONLINE_HELP  -I /usr/include -DBSD_NETKIT     
> -DXSOKDIR=\"/usr/share/games/xsok\" -DXSOKSAVE=\"/var/games/xsok\"    
> -DHAVE_USLEEP -DDEBIAN  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro  mergescores.c   
>    -o mergescores
> In file included from 
> /usr/include/arm-linux-gnueabihf/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:28,
>                  from showscore.c:1:
> /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>       |   ^~~~~~~
> In file included from 
> /usr/include/arm-linux-gnueabihf/bits/libc-header-start.h:33,
>                  from /usr/include/stdio.h:28,
>                  from mergescores.c:1:
> /usr/include/features.h:197:3: warning: #warning "_BSD_SOURCE and 
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
>   197 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use 
> _DEFAULT_SOURCE"
>       |   ^~~~~~~
> showscore.c: In function ‘checkfile’:
> showscore.c:75:15: error: passing argument 1 of ‘ctime’ from incompatible 
> pointer type [-Wincompatible-pointer-types]
>    75 |     z = ctime(&p[4]);
>       |               ^~~~~
>       |               |
>       |               long int *
> In file included from /usr/include/features.h:510:
> /usr/include/time.h:186:14: note: expected ‘const time_t *’ {aka ‘const long 
> long int *’} but argument is of type ‘long int *’
>   186 | extern char *__REDIRECT_NTH (ctime, (const time_t *__timer), 
> __ctime64);
>       |              ^~~~~~~~~~~~~~
> showscore.c:60:5: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>    60 |     fread(s, 4, NARGS, fp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~
> showscore.c:64:5: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>    64 |     fread(type, 1, 8, fp);
>       |     ^~~~~~~~~~~~~~~~~~~~~
> showscore.c:68:5: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>    68 |     fread(s, 1, namelen, fp);
>       |     ^~~~~~~~~~~~~~~~~~~~~~~~
> showscore.c: In function ‘ReadHighscores’:
> showscore.c:38:9: warning: ignoring return value of ‘fread’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>    38 |         fread(ss, 4, 300, fp);
>       |         ^~~~~~~~~~~~~~~~~~~~~
> make[3]: *** [<builtin>: showscore] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/12/23/xsok_1.02-21_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: xsok
Source-Version: 1.02-23
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
xsok, 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.
Alexandre Detiste <tc...@debian.org> (supplier of updated xsok 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: Mon, 07 Apr 2025 12:59:14 +0200
Source: xsok
Architecture: source
Version: 1.02-23
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1091286
Changes:
 xsok (1.02-23) unstable; urgency=medium
 .
   * Try again to fix time64-induced FTBFS: do not build tiny
     utilities that are not even included in the .deb (Closes: #1091286)
Checksums-Sha1:
 e2b87f6b36cc5d9f460c884440f406e54e648a46 1947 xsok_1.02-23.dsc
 3c3381165f8a61918214b43fc2a4561f989d31bf 19864 xsok_1.02-23.debian.tar.xz
 663755a3c47be092b54f687ba27a293df0549418 6872 xsok_1.02-23_source.buildinfo
Checksums-Sha256:
 ba739e3ff7c01aef628e344cbcc15c9c96f288cdf120453cfa267778ca8c5fc9 1947 
xsok_1.02-23.dsc
 4c15fa23945987581682a9b3051e4ddcf0683e0b91b78e8b3188adad07b5b7e7 19864 
xsok_1.02-23.debian.tar.xz
 b44c8024349ee89124fd11eb41eb35f97bdc016e1bf4620895c8656d4fc514f7 6872 
xsok_1.02-23_source.buildinfo
Files:
 e312c4c27baf4cfa1e69b87387b2eaa1 1947 games optional xsok_1.02-23.dsc
 eea8224d637bd69f190d39066af9267d 19864 games optional 
xsok_1.02-23.debian.tar.xz
 51c7c5787bc26fe09ff03c682800ea76 6872 games optional 
xsok_1.02-23_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmfzxGERHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBrtzg//eeS9tYnTtxYgm8kxM7sgTzsO8IQxatrz
YRHObtiQimkFYSahzntkc5xJiqnVO7UcUxOGye0NmHDOvPB7Bz1X8gNjjKh7cehw
hW8d4mCMGHsSKRm1bu9to7tA7mhBefEJe7v1ApfisczmFlXMLLqDfcM6rbxMys5s
b1Bfm1UCbM2bayvd+lWTJBAYOLDL4aA34LLKF8roeS13kwuJyOWqYJB4/VQWh8eX
SyYkGIoJ3L4u4zBqvQasKa+etKA+TqEkXAS3qnWMjn6Sg5xTscEIp2f2Ru2KM83Q
bXIJdDiMFJ0rqc+zYZKwceyvUiH4lPCoKWbRI8fwjXSs8jjGM5tbR8zeIq+SEz8a
hKaVvcGRjue8gOsDEppxvzdL5xe94xyXY9D9CZVT3hI8n+JRIxaLg3E+pBH/GuSG
xtOQ+dKIWbPDxjfvHP76S0ArOtzNBAGMkczgzQzhBN+2M5ceXXoozy70uPosYU0Q
uF3xRHtGDLIqGGysWAiE8Lbj+xx2acZwkV5fes3zSIay7stOdhcejSL1gkC4b+uN
iKWkkWHPpix/dvQtbUFHrVz31PoDtdLL/+EYWu3U/j6ux6Mmq5tGoMAsTOxgfLWl
N2B+oXK2ZcNcEpnbBQzl0gly/xL0K0SKE3POm7LSfBIkEqK5fH05lR8THVtJXK0/
m3w9vUhR3r8=
=7jDD
-----END PGP SIGNATURE-----

Attachment: pgp8HBcruiJld.pgp
Description: PGP signature


--- End Message ---

Reply via email to