Your message dated Sat, 04 Jan 2025 10:04:51 +0000
with message-id <[email protected]>
and subject line Bug#1091558: fixed in mednafen 1.32.1+dfsg-2
has caused the Debian Bug report #1091558,
regarding mednafen: FTBFS on i386: tests.cpp:1389:18: error: comparison between 
distinct pointer types ‘off_t (*)(gzFile)’ {aka ‘long int (*)(gzFile_s*)’} and 
‘off64_t (*)(gzFile)’ {aka ‘long long int (*)(gzFile_s*)’} lacks a cast
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 [email protected]
immediately.)


-- 
1091558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091558
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: mednafen
Version: 1.32.1+dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20241228 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, this package failed to build
on i386.

This package currently has binary packages on i386, so this is a regression.

Relevant part (hopefully):
> g++ -std=gnu++11 -fsigned-char -fwrapv -fexceptions -DHAVE_CONFIG_H  
> -I/usr/include/lzo    -I../include -I../include -I../intl   -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fno-fast-math -fno-unsafe-math-optimizations 
> -fno-aggressive-loop-optimizations -fno-ipa-icf -fno-printf-return-value 
> -fomit-frame-pointer -fstrict-aliasing  -Wall -Wshadow -Wempty-body 
> -Wignored-qualifiers -Wvla -Wvariadic-macros -Wdisabled-optimization 
> -Wstack-usage=32768 -Wframe-larger-than=32768 -Werror=write-strings  
> -fjump-tables -mfunction-return=keep -mindirect-branch=keep 
> -mno-indirect-branch-register  -fno-pic -fno-pie -fno-PIC -fno-PIE -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o IPSPatcher.o IPSPatcher.cpp
> In file included from tests.cpp:54:
> tests.cpp: In function ‘void Mednafen::MDFN_TESTS_CPP::zlib_test()’:
> tests.cpp:1389:18: error: comparison between distinct pointer types ‘off_t 
> (*)(gzFile)’ {aka ‘long int (*)(gzFile_s*)’} and ‘off64_t (*)(gzFile)’ {aka 
> ‘long long int (*)(gzFile_s*)’} lacks a cast
>  1389 |   assert(&gztell == &gztell64);
>       |          ~~~~~~~~^~~~~~~~~~~~
> g++ -std=gnu++11 -fsigned-char -fwrapv -fexceptions -DHAVE_CONFIG_H  
> -I/usr/include/lzo    -I../include -I../include -I../intl   -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fno-fast-math -fno-unsafe-math-optimizations 
> -fno-aggressive-loop-optimizations -fno-ipa-icf -fno-printf-return-value 
> -fomit-frame-pointer -fstrict-aliasing  -Wall -Wshadow -Wempty-body 
> -Wignored-qualifiers -Wvla -Wvariadic-macros -Wdisabled-optimization 
> -Wstack-usage=32768 -Wframe-larger-than=32768 -Werror=write-strings  
> -fjump-tables -mfunction-return=keep -mindirect-branch=keep 
> -mno-indirect-branch-register  -fno-pic -fno-pie -fno-PIC -fno-PIE -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o VirtualFS.o VirtualFS.cpp
> g++ -std=gnu++11 -fsigned-char -fwrapv -fexceptions -DHAVE_CONFIG_H  
> -I/usr/include/lzo    -I../include -I../include -I../intl   -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fno-fast-math -fno-unsafe-math-optimizations 
> -fno-aggressive-loop-optimizations -fno-ipa-icf -fno-printf-return-value 
> -fomit-frame-pointer -fstrict-aliasing  -Wall -Wshadow -Wempty-body 
> -Wignored-qualifiers -Wvla -Wvariadic-macros -Wdisabled-optimization 
> -Wstack-usage=32768 -Wframe-larger-than=32768 -Werror=write-strings  
> -fjump-tables -mfunction-return=keep -mindirect-branch=keep 
> -mno-indirect-branch-register  -fno-pic -fno-pie -fno-PIC -fno-PIE -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o NativeVFS.o NativeVFS.cpp
> g++ -std=gnu++11 -fsigned-char -fwrapv -fexceptions -DHAVE_CONFIG_H  
> -I/usr/include/lzo    -I../include -I../include -I../intl   -Wdate-time 
> -D_FORTIFY_SOURCE=2 -fno-fast-math -fno-unsafe-math-optimizations 
> -fno-aggressive-loop-optimizations -fno-ipa-icf -fno-printf-return-value 
> -fomit-frame-pointer -fstrict-aliasing  -Wall -Wshadow -Wempty-body 
> -Wignored-qualifiers -Wvla -Wvariadic-macros -Wdisabled-optimization 
> -Wstack-usage=32768 -Wframe-larger-than=32768 -Werror=write-strings  
> -fjump-tables -mfunction-return=keep -mindirect-branch=keep 
> -mno-indirect-branch-register  -fno-pic -fno-pie -fno-PIC -fno-PIE -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o Stream.o Stream.cpp
> make[3]: *** [Makefile:4631: tests.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2024/12/28/mednafen_1.32.1+dfsg-1_unstable-i386.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241228;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241228&[email protected]&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: mednafen
Source-Version: 1.32.1+dfsg-2
Done: Stephen Kitt <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mednafen, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephen Kitt <[email protected]> (supplier of updated mednafen 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 04 Jan 2025 10:47:59 +0100
Source: mednafen
Architecture: source
Version: 1.32.1+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Stephen Kitt <[email protected]>
Closes: 1091558
Changes:
 mednafen (1.32.1+dfsg-2) unstable; urgency=medium
 .
   * The project expects 64-bit file offsets on 32-bit platforms,
     explicitly enable them. Closes: #1091558.
   * Standards-Version 4.7.0, no change required.
Checksums-Sha1:
 c7f6b725bdc79e94a67e0062a0d74d90e6aa8acb 2177 mednafen_1.32.1+dfsg-2.dsc
 a980a68c7386c8877674b03b920cebd3f1d89db3 13536 
mednafen_1.32.1+dfsg-2.debian.tar.xz
 a7a67808668965253a6f7a4473b7d86eee2a80c9 11987 
mednafen_1.32.1+dfsg-2_source.buildinfo
Checksums-Sha256:
 5a92638fcf5d6e33fedf1fe49a09c56cbd61056c5ffc9c0aa02a81688a5667c7 2177 
mednafen_1.32.1+dfsg-2.dsc
 92149a31adb4c75c063a3b2ab056cb2bb263a7e1d319f40e804df2ec06e4d495 13536 
mednafen_1.32.1+dfsg-2.debian.tar.xz
 fb8b06fa527cbb16714ae181602862708f5345be0e03ff838d2c45276893b1a8 11987 
mednafen_1.32.1+dfsg-2_source.buildinfo
Files:
 2e73723bce7edac9fa443c24051d1136 2177 games optional mednafen_1.32.1+dfsg-2.dsc
 6066c1e320cc78bf6ac63d6b50400b63 13536 games optional 
mednafen_1.32.1+dfsg-2.debian.tar.xz
 26b98b8d082a1c30efa8ea47bbd7283f 11987 games optional 
mednafen_1.32.1+dfsg-2_source.buildinfo

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

iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAmd5A+4ACgkQgNMC9Yht
g5y5yg//WEpslE7HefaB8lEGUw4JfIPbG8ZrBnEXD930w1/hLCjGDp37RnWyiCXh
X/KCQnA5SGsQpFTDgPbw79SLepx6OvkGlvCQ/IReqdS/dyXo8pMdy8twdT5It/fh
ZA+w1bjx2KwNvAZO+KgIwJRTvrFZa1O5hop/y9pooOgtXHPhZzB32UlcF9oJb7Sk
8Wj2lGRSAbUFyi/0J+l55pg0qz2/hjGE1ex1xwqbZGRr1FhjHtrCdZ9zDFPw+mh4
LHSZ/+bqrFeGXJSufzlKzmu7HP3aKwKS4h2oUPaMnwsl/VIA62YcRYYOUWX1yOa4
9iKPTP+rJnGS35Jq16K7/VFPhIFxvIh5ghYCme4Df+LoJBDW32iLxcYwpuwqJ0mc
0NuuZltl7KG1sW+RXCX6S9Wz/eFSIVYSKhil3Qwmd1tPfMVSbg3TklpVk+EIGkHb
oTsGe5VaVA/llDeQOJAso4+PuvK+34OqT8bkf3OdEpZ4hiU3mbCM/Fh5J/mRjSVk
Wc9/Jqt+9BqQfDiskw8BCUjnzTUrd9/bNmX3MBYI3oQ9FkNj4MudHh3vn6VRC27n
E4GofoaCI2Z+aXdRjq2UvbAUH5YuLa7F7K3ZBXz/jrcadDcS1E72nNNVHoGH53w0
HhdtWDp3qSrTKOb94UkmiuDZbtBmACrQcT1NtZTEBA2oNXwVZiQ=
=tVN3
-----END PGP SIGNATURE-----

Attachment: pgpOTSR88PM_x.pgp
Description: PGP signature


--- End Message ---

Reply via email to