Your message dated Wed, 08 May 2024 17:49:13 +0000
with message-id <e1s4lpl-004ezm...@fasolo.debian.org>
and subject line Bug#1066054: fixed in spacearyarya 1.0.3-1
has caused the Debian Bug report #1066054,
regarding spacearyarya FTBFS due to -Werror=implicit-function-declaration
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.)
--
1066054: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066054
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spacearyarya
Version: 1.0.2-8
Severity: serious
Tags: ftbfs
Due to the time64 transition, -Werror=-implicit-function-declaration was
enabled in default build flags and this makes spacearyarya FTBFS: Please
include the time.h header.
| gcc -DPACKAGE_NAME=\"SpaceAryarya-KXL\"
-DPACKAGE_TARNAME=\"spacearyarya-kxl\" -DPACKAGE_VERSION=\"1.0.2\"
-DPACKAGE_STRING=\"SpaceAryarya-KXL\ 1.0.2\"
-DPACKAGE_BUGREPORT=\"m...@kxl.hn.or\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"spacearyarya-kxl\" -DVERSION=\"1.0.2\" -DHAVE_LIBKXL=1
-DHAVE_LIBKXL=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1
-DDATA_PATH=\"/usr/share/games/spacearyarya/data\"
-DBMP_PATH=\"/usr/share/games/spacearyarya/bmp\"
-DWAV_PATH=\"/usr/share/games/spacearyarya/wav\" -DTITLE=\"spacearyarya-kxl\
1.0.2\" -I. -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 -fcf-protection -c -o main.o main.c
| main.c: In function ‘options’:
| main.c:144:10: error: implicit declaration of function ‘strcmp’
[-Werror=implicit-function-declaration]
| 144 | if (!strcmp(argv[i], "-h") || !strcmp(argv[i], "--help")) {
| | ^~~~~~
| main.c:7:1: note: include ‘<string.h>’ or provide a declaration of ‘strcmp’
| 6 | #include "extern.h"
| +++ |+#include <string.h>
| 7 |
| main.c: In function ‘main’:
| main.c:179:9: error: implicit declaration of function ‘time’
[-Werror=implicit-function-declaration]
| 179 | srand(time(NULL));
| | ^~~~
| main.c:7:1: note: ‘time’ is defined in header ‘<time.h>’; did you forget to
‘#include <time.h>’?
| 6 | #include "extern.h"
| +++ |+#include <time.h>
| 7 |
| misc.c: In function ‘ClearAndGameOver’:
| misc.c:107:5: error: implicit declaration of function ‘ScoreRanking’
[-Werror=implicit-function-declaration]
| 107 | ScoreRanking();
| | ^~~~~~~~~~~~
| ranking.c: In function ‘ReadScore’:
| ranking.c:41:5: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
| 41 | fscanf(fp, "%"SCNu32, &(Root->HiScore));
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| ranking.c:43:7: warning: ignoring return value of ‘fscanf’ declared with
attribute ‘warn_unused_result’ [-Wunused-result]
| 43 | fscanf(fp, "%"SCNu32" %"SCNu8" %s",
| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| 44 | &(Ranking[i]->Score),
| | ~~~~~~~~~~~~~~~~~~~~~
| 45 | &(Ranking[i]->Stage),
| | ~~~~~~~~~~~~~~~~~~~~~
| 46 | Ranking[i]->Name);
| | ~~~~~~~~~~~~~~~~~
Helmut
--- End Message ---
--- Begin Message ---
Source: spacearyarya
Source-Version: 1.0.3-1
Done: Alexandre Detiste <tc...@debian.org>
We believe that the bug you reported is fixed in the latest version of
spacearyarya, 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 1066...@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 spacearyarya 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: Wed, 08 May 2024 19:11:02 +0200
Source: spacearyarya
Architecture: source
Version: 1.0.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1066054
Changes:
spacearyarya (1.0.3-1) unstable; urgency=medium
.
* Team upload.
* New upstream version 1.0.3 (Closes: #1066054)
* switch to oss-abandonware repos
* Update standards version to 4.6.2, no changes needed.
* set Rules-Requires-Root: no
Checksums-Sha1:
3e40fa4f987075cd93e41ccef9df8e25668c78a5 2040 spacearyarya_1.0.3-1.dsc
9fd42698af254c26162e27b1ec87764c8fb9e517 280404 spacearyarya_1.0.3.orig.tar.gz
8d6d782a99c272af008c922d15b8e2959916d1f0 7376
spacearyarya_1.0.3-1.debian.tar.xz
ac18fcc1649d72f6e7a135f9691a685aa549d080 6877
spacearyarya_1.0.3-1_source.buildinfo
Checksums-Sha256:
d8ffc16fd649b6d5bad77c3b7b5416817120dea934aaf7148b5f5bf5f292f3a3 2040
spacearyarya_1.0.3-1.dsc
72344df2aa034bd9142d195aecb9e9ac1e8eaf7a7cf3efa82b9f5a7b5c94fc30 280404
spacearyarya_1.0.3.orig.tar.gz
5082d8dde8c54e8dada7aaedce850c25f6619cc9869735776326b9937f1029af 7376
spacearyarya_1.0.3-1.debian.tar.xz
e7ab386d675adc91df3f695a010e75dfa63b02331dda2d2d4b9357af79473595 6877
spacearyarya_1.0.3-1_source.buildinfo
Files:
e8c2cf6022651de07372daeab2a58843 2040 games optional spacearyarya_1.0.3-1.dsc
5ffcb390493ddc2630c5b36b0308a8fa 280404 games optional
spacearyarya_1.0.3.orig.tar.gz
1ff01eb44980e01658446b9d6a3a436c 7376 games optional
spacearyarya_1.0.3-1.debian.tar.xz
e7bb13f21375324a962e86802d45fc2e 6877 games optional
spacearyarya_1.0.3-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmY7tb0RHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBpdvQ/+Il08rC1uP+Jj4ioKzkZ8FSvqHAX7LzDQ
pRG4sFnvRq8H2+cjQwbiFgqDHR6O0pen2rxU0fyJ1BOEnVcF/bmcYDYtqFGuFLuK
U5alw33EKaFWxIqXpB82YOpMyPcj14sjzaAJ2R4h0tMqDIZhp5PQTXQ/coW1bKln
t7OL06SdxSMxq+sUOXmnMayFbDp2wR5MkqfHSggjlT5bcIV6f+RqNRBko0f+I8hN
IJKyWCIMIIT7vWbiQxar0+6s2BqvPcQ8g2xJZmiO7GfD17i6N4PKErqNz5/Jaydy
2wioqSEnL+QKCDPjxjriw9wvVwpPn7f54rnK4TwpwQdmXpfmtodcSHC+pF9BFgCX
vXpDCfyyEGag4429ftwSWIOna8imN/nWgFRL3stwytXTjfcXES/AscQ5r0uC/Id5
MP54kxaL7O2owVl1cIRQIEKB8C2Ubj27JXgyOeiu6xbBjTB4d2dS8M9AUl0Gt4Kh
dJIfbGCB54UEoj7nsXUcTknbDcib+uMvK+HUhVq1C0nHrznoJY/9PvGwfcdwqJW5
Sq7CNpSchYeXI3RhGr/cvszKpiG1NcGmHIo33G9kseSXHaK8z5caAmN5+wE2DFOP
biTCr/cedg5+nsEbxTe/C5AyT0W1fcN/XCIgzpq0Yvso897svw+fNn8/tarfxpd9
N8JA0alMZAs=
=I6Gt
-----END PGP SIGNATURE-----
pgpKLpEfUIzoA.pgp
Description: PGP signature
--- End Message ---