Your message dated Mon, 07 May 2018 18:50:00 +0000
with message-id <e1fflcy-0003lx...@fasolo.debian.org>
and subject line Bug#897486: fixed in pcsxr 1.9.94-3
has caused the Debian Bug report #897486,
regarding pcsxr: FTBFS: ../libpcsxcore/cdriso.c:1222:12: error: conflicting 
types for 'uncompress2'
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.)


-- 
897486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897486
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pcsxr
Version: 1.9.94-2
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20180502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I../include  -DLOCALE_DIR=\"/usr/share/locale/\" 
> -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o cdriso.o `test -f '../libpcsxcore/cdriso.c' || 
> echo './'`../libpcsxcore/cdriso.c
> ../libpcsxcore/cdriso.c:1222:12: error: conflicting types for 'uncompress2'
>  static int uncompress2(void *out, unsigned long *out_size, void *in, 
> unsigned long in_size)
>             ^~~~~~~~~~~
> In file included from ../libpcsxcore/psxcommon.h:45:0,
>                  from ../libpcsxcore/cdriso.c:22:
> /usr/include/zlib.h:1283:21: note: previous declaration of 'uncompress2' was 
> here
>  ZEXTERN int ZEXPORT uncompress2 OF((Bytef *dest,   uLongf *destLen,
>                      ^~~~~~~~~~~
> ../libpcsxcore/cdriso.c: In function 'ISOreadTrack':
> ../libpcsxcore/cdriso.c:1824:3: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>    fread(subbuffer, 1, SUB_FRAMESIZE, subHandle);
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c: In function 'ISOopen':
> ../libpcsxcore/cdriso.c:1646:3: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>    fread(&modeTest, 4, 1, cdHandle);
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c: In function 'cdread_sub_mixed':
> ../libpcsxcore/cdriso.c:1215:2: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>   fread(subbuffer, 1, SUB_FRAMESIZE, f);
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c: In function 'parsemds':
> ../libpcsxcore/cdriso.c:836:2: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>   fread(&i, 1, sizeof(unsigned int), fi);
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:846:2: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>   fread(&offset, 1, sizeof(unsigned int), fi);
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:852:2: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>   fread(&s, 1, sizeof(unsigned short), fi);
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:858:2: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>   fread(&offset, 1, sizeof(unsigned int), fi);
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:887:3: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>    fread(&extra_offset, 1, sizeof(unsigned int), fi);
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:892:3: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>    fread(&l, 1, sizeof(unsigned int), fi);
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:898:3: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>    fread(&l, 1, sizeof(unsigned int), fi);
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:904:3: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>    fread(&l, 1, sizeof(unsigned int), fi);
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c: In function 'handlepbp':
> ../libpcsxcore/cdriso.c:960:2: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>   fread(psar_sig, 1, sizeof(psar_sig), cdHandle);
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:996:3: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>    fread(psar_sig, 1, sizeof(psar_sig), cdHandle);
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:1014:2: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>   fread(&toc_entry, 1, sizeof(toc_entry), cdHandle);
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:1017:2: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>   fread(&toc_entry, 1, sizeof(toc_entry), cdHandle);
>   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ../libpcsxcore/cdriso.c:1022:3: warning: ignoring return value of 'fread', 
> declared with attribute warn_unused_result [-Wunused-result]
>    fread(&toc_entry, 1, sizeof(toc_entry), cdHandle);
>    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> make[2]: *** [Makefile:913: cdriso.o] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2018/05/02/pcsxr_1.9.94-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: pcsxr
Source-Version: 1.9.94-3

We believe that the bug you reported is fixed in the latest version of
pcsxr, 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 897...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Cowgill <jcowg...@debian.org> (supplier of updated pcsxr 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 May 2018 19:19:40 +0100
Source: pcsxr
Binary: pcsxr
Architecture: source
Version: 1.9.94-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: James Cowgill <jcowg...@debian.org>
Description:
 pcsxr      - Sony PlayStation emulator
Closes: 897486
Changes:
 pcsxr (1.9.94-3) unstable; urgency=medium
 .
   * debian/copyright: Use secure copyright format URL.
   * debian/compat: Use debhelper 11.
   * debian/control:
     - Switch Vcs URLs to salsa.debian.org.
     - Bump standards version to 4.1.4.
     - Set Rules-Requires-Root: no.
   * debian/patches:
     - Add patch to fix FTBFS with zlib 1.2.9 (Closes: #897486)
   * debian/rules: Drop dbgsym-migration.
Checksums-Sha1:
 d6ed00bbcfe344ceff19b21fd0929f0c1f588d2b 2030 pcsxr_1.9.94-3.dsc
 4f91a0e57db1c3e0e1997116ecaaace1f615b2a1 7804 pcsxr_1.9.94-3.debian.tar.xz
 8d996fc851ab37fc83e1c3ec9f4ff30e6ddad02e 8176 pcsxr_1.9.94-3_source.buildinfo
Checksums-Sha256:
 60c4159fe428c0b790ac2dceedfbfc717581165f9f929692a9458958ecf73b7b 2030 
pcsxr_1.9.94-3.dsc
 ec8a43162943bdb5c86a384802584c340f2dbb3d885803f12a6399c38759ea6d 7804 
pcsxr_1.9.94-3.debian.tar.xz
 acbfefa754358d9a524e4a2270d6d1003a17730c8b7aa5668b2e494c93ebfe75 8176 
pcsxr_1.9.94-3_source.buildinfo
Files:
 174b839c4cfe48841035ad902ce2a965 2030 games optional pcsxr_1.9.94-3.dsc
 7896a7794ad64e99559030c6156b8d2f 7804 games optional 
pcsxr_1.9.94-3.debian.tar.xz
 6cf8f5059adcd70aeec631171b1359ef 8176 games optional 
pcsxr_1.9.94-3_source.buildinfo

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

iQJIBAEBCgAyFiEE+Ixt5DaZ6POztUwQx/FnbeotAe8FAlrwmxYUHGpjb3dnaWxs
QGRlYmlhbi5vcmcACgkQx/FnbeotAe9w9g//V0GsM4Y8TIXL6Y6/YRhHB4QXFyWl
jroNOtxYTLRdWEdZzzDrgbmkuq5zlglVb+W1zwuAKdYSLw/MXjFVVaSLbe88K5j9
WiX5na9cSIXy1T+JCIfsu6fGKdSPWCXtmV0/oV8u+xV5Z7IB1TqCZlBIJZCr9IUt
o/SzzqiNlOZW1aXdYeBfsC0bHbHiW2ohKMng9tqbJlQ72WKZQsRVwMpinWyNysMa
f3D+keHF+J1sERHvzmv5nWvckLmijQlEOoPmfzZ967HWCJ8nt6x5ZrpP3OLqqYUG
HKEV9yJAdiqGZBTOXxh2uICFhUrVyBZOu7DnwdxRJmleJtx1F2TbllY30TWX8y5h
php8mkO6jrBFQYwXvbpBjir+SIApc2R/dV58gIqad3nVzdLn3EQ4QutkfHgL2kPT
R+WMrQywU01wQcVI9FoGY1kmjMSDqXMLWmLtaKFmRfguIPDI5k7DdvmyD0P0z6++
A0tZwBywX5jLgg53JbSH5FmnghhAdFJlpzN2DpqQV9cgWmMJnfu+AxDQuf9uYlFU
6p4kIiHHbFSwMz1f0AmiQCx3XcOKxWizNiTdWi1tA7nUGi8oYL0Y7itkUOeS//sE
5aOCPsMyH6YjHNzbXSXq0GftaLjU6rfpXKGLnP8NNE+A0/DuiBKFUyzNs1EnP+kv
1HQrLWy1qPfD4bc=
=sVjl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to