Your message dated Mon, 09 Dec 2024 19:52:24 +0000
with message-id <e1tkjns-002gok...@fasolo.debian.org>
and subject line Bug#1066196: fixed in pacman4console 1.3-1.1
has caused the Debian Bug report #1066196,
regarding pacman4console: FTBFS: pacman.c:142:12: error: implicit declaration 
of function ‘GameOverScreen’ [-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.)


-- 
1066196: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066196
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pacman4console
Version: 1.3-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240313 ftbfs-trixie ftbfs-impfuncdef

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

This is most likely caused by a change in dpkg 1.22.6, that enabled
-Werror=implicit-function-declaration. For more information, see
https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration

Relevant part (hopefully):
> gcc pacman.c     -o pacman     -DDATAROOTDIR=\"/usr/local/share\" -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 
> -Wl,-z,relro -lncurses
> In file included from pacman.c:21:
> pacman.h:3: warning: "DATAROOTDIR" redefined
>     3 | #define DATAROOTDIR "/usr/share"
>       | 
> <command-line>: note: this is the location of the previous definition
> pacman.c: In function ‘main’:
> pacman.c:142:12: error: implicit declaration of function ‘GameOverScreen’ 
> [-Werror=implicit-function-declaration]
>   142 |         if(GameOverScreen() == 1) loop = 0;
>       |            ^~~~~~~~~~~~~~
> pacman.c: In function ‘Delay’:
> pacman.c:294:5: warning: ‘ftime’ is deprecated: Use gettimeofday or 
> clock_gettime instead [-Wdeprecated-declarations]
>   294 |     ftime(&t_start);
>       |     ^~~~~
> In file included from pacman.c:20:
> /usr/include/x86_64-linux-gnu/sys/timeb.h:29:12: note: declared here
>    29 | extern int ftime (struct timeb *__timebuf)
>       |            ^~~~~
> pacman.c:299:9: warning: ‘ftime’ is deprecated: Use gettimeofday or 
> clock_gettime instead [-Wdeprecated-declarations]
>   299 |         ftime(&t_current);          //Update time and check if enough 
> time has overlapped
>       |         ^~~~~
> /usr/include/x86_64-linux-gnu/sys/timeb.h:29:12: note: declared here
>    29 | extern int ftime (struct timeb *__timebuf)
>       |            ^~~~~
> pacman.c: In function ‘LoadLevel’:
> pacman.c:589:25: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   589 |                         fscanf(fin, "%d", &Level[a][b]);    //Get 
> character from file
>       |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> pacman.c:602:9: warning: ignoring return value of ‘fscanf’ declared with 
> attribute ‘warn_unused_result’ [-Wunused-result]
>   602 |         fscanf(fin, "%d", &LevelNumber);
>       |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> make[1]: *** [Makefile:6: all] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/03/13/pacman4console_1.3-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240313;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240313&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: pacman4console
Source-Version: 1.3-1.1
Done: Alexandre Detiste <tc...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pacman4console, 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 pacman4console 
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, 09 Dec 2024 20:17:56 +0100
Source: pacman4console
Architecture: source
Version: 1.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1066196
Changes:
 pacman4console (1.3-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Import game on Salsa
   * Switch to DebHelper 13
   * Fix FTBFS with GCC-14 (Closes: #1066196)
   * Remove old menu entry
   * Set Rules-Requires-Root: no
 .
   [ Alexandre Dantas ]
   * Updated `debian/copyright` and `debian/changelog`
Checksums-Sha1:
 034008b778a22aed97f1cba818ceba11929a4eb0 2024 pacman4console_1.3-1.1.dsc
 59297a0459535827af4a9a3ca04383d511e74057 10032 
pacman4console_1.3-1.1.debian.tar.xz
 73de0e3cd10882935f01bd67bd9b9e7a4e171568 6947 
pacman4console_1.3-1.1_source.buildinfo
Checksums-Sha256:
 ef04e9b59c6f2a8ad6a011c03781bd5abb8746e4c44bb286de2670783408af58 2024 
pacman4console_1.3-1.1.dsc
 0a49821483c8331ee71a7f002440029f65eb99bb1eeca1ab48bda96d67cfc336 10032 
pacman4console_1.3-1.1.debian.tar.xz
 19620fe6468feaee0f2f308ba6ac8feef6eada4bce38b221fe0cd98b0cdd2221 6947 
pacman4console_1.3-1.1_source.buildinfo
Files:
 1e0d65cbda38a02687a8283a1bdefc95 2024 games optional pacman4console_1.3-1.1.dsc
 697ab550d9c6eec05b78f1bad8d82195 10032 games optional 
pacman4console_1.3-1.1.debian.tar.xz
 3badca53e1f5dc4a9d9553152f8cc48b 6947 games optional 
pacman4console_1.3-1.1_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmdXRLwRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqAbA//ZcOI4yrcGmC06BVfFV1hKhTXZkWv+IDI
M9ORLiw8EQXQwvJORtJVigUrjYo74FXhWM20oIYcAG1G5J79LA1W/jqctcdTyfBK
AXbmU92ZE/v5wrc3ugSDGFSkOsIAE/rSEtIhdgNJUUBNMqRK7cP87dce9x8aSsuk
jHlHJb41kWnajH4SP3GrcaslEoUTqPqAl7oRZh231Wvn5MyjZcgE3VPdcIhaLFhE
9OAjcIPg0BhHBYx1mfaiG+PlHrpRp/Q75Ae7Njjl27rGvdbWlBJt3teX0NI/K5Td
4jOPunmQsuKR+BJCqgVwTtPmEl3q6O63fZ2wr+hN28LBjYkVCKFvXr0dKkSd+v/J
ffi0STSf7Cui66vICKJm3N5P+OiVL38jb+nzBtCho40RC0/A10MgV5pg/VBd0+D4
X1UXxaexWj5reJsV9SZFswgCVZBzKK7RdwDReiFcpEiDPR/pyorKx37XSnQu2Pbx
ULuRhtOO/nAl6WJNRc7IwDOAu4d6S/UpUnfa1jh2IN1mxcw3CgFMnOaGnX/yy7KY
3r3Ay5WcQM9/BFTvI1UFxQ8sUG97I/q1PgywzoF8e3FCEObItica0qQKPd2neol9
1hWTiS/ZHffkvw0c9WQQDAAZDr28Vuoa0cnNmFm72TJUGwUzJFnB+7R9ms5Ot6qv
nnuDw0M0E0U=
=jHPv
-----END PGP SIGNATURE-----

Attachment: pgpa5FSepepsa.pgp
Description: PGP signature


--- End Message ---

Reply via email to