Your message dated Sat, 24 Feb 2018 00:35:58 +0000
with message-id <e1epnok-0001pu...@fasolo.debian.org>
and subject line Bug#889059: fixed in warzone2100 3.2.1-3
has caused the Debian Bug report #889059,
regarding FTBFS with 2.0.20171212
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.)


-- 
889059: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889059
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: warzone2100
Version: 3.2.1-2
Severity: important

Hi,

Rebuilding warzone2100 with libminiupnpc 2.0.20171212, that I have just uploaded
to Experimental (currently in NEW) leads to FTBFS:

netplay.cpp: In function ‘int upnp_init(void*)’:
netplay.cpp:954:50: error: invalid conversion from ‘int*’ to ‘unsigned char’ 
[-fpermissive]
   devlist = upnpDiscover(3000, NULL, NULL, 0, 0, &result);
                                                  ^~~~~~~
netplay.cpp:954:57: error: too few arguments to function ‘UPNPDev* 
upnpDiscover(int, const char*, const char*, int, int, unsigned char, int*)’
   devlist = upnpDiscover(3000, NULL, NULL, 0, 0, &result);
                                                         ^
In file included from netplay.cpp:45:0:
/usr/include/miniupnpc/miniupnpc.h:62:1: note: declared here
 upnpDiscover(int delay, const char * multicastif,
 ^~~~~~~~~~~~
netplay.cpp:974:106: error: too few arguments to function ‘void* 
miniwget_getaddr(const char*, int*, char*, int, unsigned int, int*)’
    descXML = (char *)miniwget_getaddr(dev->descURL, &descXMLsize, lanaddr, 
sizeof(lanaddr), dev->scope_id);
                                                                                
                          ^
In file included from netplay.cpp:44:0:
/usr/include/miniupnpc/miniwget.h:21:25: note: declared here
 MINIUPNP_LIBSPEC void * miniwget_getaddr(const char *, int *, char *, int, 
unsigned int, int *);
                         ^~~~~~~~~~~~~~~~
netplay.cpp: In function ‘int NETsendFile(char*, const Sha256&, UDWORD)’:
netplay.cpp:1932:107: warning: ‘PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, 
PHYSFS_uint32, PHYSFS_uint32)’ is deprecated [-Wdeprecated-declarations]
  bytesToRead = PHYSFS_read(NetPlay.players[player].wzFile.pFileHandle, inBuff, 
1, MAX_FILE_TRANSFER_PACKET);
                                                                                
                           ^
In file included from ../../lib/framework/file.h:22:0,
                 from netplay.cpp:30:
/usr/include/physfs.h:1333:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle,
                           ^~~~~~~~~~~
In file included from ../../lib/framework/string_ext.h:24:0,
                 from ../../lib/framework/frame.h:44,
                 from netplay.cpp:26:
netplay.cpp: In function ‘UBYTE NETrecvFile(NETQUEUE)’:
netplay.cpp:2005:103: warning: ‘const char* PHYSFS_getLastError()’ is 
deprecated [-Wdeprecated-declarations]
     debug(LOG_FATAL, "PHYSFS_openRead(\"%s\") failed with error: %s\n", 
fileName, PHYSFS_getLastError());
                                                                                
                       ^
../../lib/framework/debug.h:261:93: note: in definition of macro ‘debug’
 #define debug(part, ...) do { if (enabled_debug[part]) _debug(__LINE__, part, 
__FUNCTION__, __VA_ARGS__); } while(0)
                                                                                
             ^~~~~~~~~~~
In file included from ../../lib/framework/file.h:22:0,
                 from netplay.cpp:30:
/usr/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^~~~~~~~~~~~~~~~~~~
netplay.cpp:2080:62: warning: ‘PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const 
void*, PHYSFS_uint32, PHYSFS_uint32)’ is deprecated [-Wdeprecated-declarations]
  PHYSFS_write(NetPlay.pMapFileHandle, outBuff, bytesToRead, 1);
                                                              ^
In file included from ../../lib/framework/file.h:22:0,
                 from netplay.cpp:30:
/usr/include/physfs.h:1362:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
                           ^~~~~~~~~~~~
In file included from ../../lib/framework/string_ext.h:24:0,
                 from ../../lib/framework/frame.h:44,
                 from netplay.cpp:26:
netplay.cpp:2087:101: warning: ‘const char* PHYSFS_getLastError()’ is 
deprecated [-Wdeprecated-declarations]
    debug(LOG_ERROR, "Could not close file handle after trying to save map: 
%s", PHYSFS_getLastError());
                                                                                
                     ^
../../lib/framework/debug.h:261:93: note: in definition of macro ‘debug’
 #define debug(part, ...) do { if (enabled_debug[part]) _debug(__LINE__, part, 
__FUNCTION__, __VA_ARGS__); } while(0)
                                                                                
             ^~~~~~~~~~~
In file included from ../../lib/framework/file.h:22:0,
                 from netplay.cpp:30:
/usr/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^~~~~~~~~~~~~~~~~~~
netplay.cpp: In function ‘void dumpDebugSync(uint8_t*, size_t, uint32_t, 
unsigned int)’:
netplay.cpp:3599:33: warning: ‘PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const 
void*, PHYSFS_uint32, PHYSFS_uint32)’ is deprecated [-Wdeprecated-declarations]
  PHYSFS_write(fp, buf, bufLen, 1);

In file included from ../../lib/framework/file.h:22:0,
                 from netplay.cpp:30:
/usr/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^~~~~~~~~~~~~~~~~~~
netplay.cpp:2080:62: warning: ‘PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const 
void*, PHYSFS_uint32, PHYSFS_uint32)’ is deprecated [-Wdeprecated-declarations]
  PHYSFS_write(NetPlay.pMapFileHandle, outBuff, bytesToRead, 1);
                                                              ^
In file included from ../../lib/framework/file.h:22:0,
                 from netplay.cpp:30:
/usr/include/physfs.h:1362:27: note: declared here
 PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
                           ^~~~~~~~~~~~
In file included from ../../lib/framework/string_ext.h:24:0,
                 from ../../lib/framework/frame.h:44,
                 from netplay.cpp:26:
netplay.cpp:2087:101: warning: ‘const char* PHYSFS_getLastError()’ is 
deprecated [-Wdeprecated-declarations]
    debug(LOG_ERROR, "Could not close file handle after trying to save map: 
%s", PHYSFS_getLastError());
                                                                                
                     ^
../../lib/framework/debug.h:261:93: note: in definition of macro ‘debug’
 #define debug(part, ...) do { if (enabled_debug[part]) _debug(__LINE__, part, 
__FUNCTION__, __VA_ARGS__); } while(0)
                                                                                
             ^~~~~~~~~~~
In file included from ../../lib/framework/file.h:22:0,
                 from netplay.cpp:30:
/usr/include/physfs.h:654:25: note: declared here
 PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED;
                         ^~~~~~~~~~~~~~~~~~~
netplay.cpp: In function ‘void dumpDebugSync(uint8_t*, size_t, uint32_t, 
unsigned int)’:
netplay.cpp:3599:33: warning: ‘PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const 
void*, PHYSFS_uint32, PHYSFS_uint32)’ is deprecated [-Wdeprecated-declarations]
  PHYSFS_write(fp, buf, bufLen, 1);

Please fix this issue before I upload it to Sid, at which time this bug will
become RC.

Cheers,

Thomas Goirand (zigo)

--- End Message ---
--- Begin Message ---
Source: warzone2100
Source-Version: 3.2.1-3

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

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated warzone2100 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: Sat, 24 Feb 2018 00:51:59 +0100
Source: warzone2100
Binary: warzone2100 warzone2100-data warzone2100-music
Architecture: source
Version: 3.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 warzone2100 - 3D real time strategy game
 warzone2100-data - data files for warzone2100
 warzone2100-music - official music for warzone2100
Closes: 889059
Changes:
 warzone2100 (3.2.1-3) unstable; urgency=medium
 .
   * Team upload.
   * Use compat level 11.
   * Declare compliance with Debian Policy 4.1.3.
   * Drop obsolete menu file and xpm icons. Remove imagemagick from B-D.
   * Fix build with miniupnpc API 16.
     Thanks to Peter Michael Green for the patch. (Closes: #889059)
Checksums-Sha1:
 4ab27347a2f90d5beeecce65bd4fc812666ec43d 2716 warzone2100_3.2.1-3.dsc
 2c83c089ef96f40c6ce620030ee2940128bc13f0 28812 
warzone2100_3.2.1-3.debian.tar.xz
 cf1075643d2068667fbed6b0a4430a98eae77d4f 15789 
warzone2100_3.2.1-3_amd64.buildinfo
Checksums-Sha256:
 fb1496e438b56168e3eda214a1b9835896a55452f6fb246a0bfbb4aa6c73091f 2716 
warzone2100_3.2.1-3.dsc
 d91bb86b5af97c2c0950fd9a13c6293889ae13dda584baaf38f3113ae74b62f3 28812 
warzone2100_3.2.1-3.debian.tar.xz
 bf385c8541c127f25d9394518129d8c95010b92ac0775515c87b0435b7ce7b1b 15789 
warzone2100_3.2.1-3_amd64.buildinfo
Files:
 a341c870daf7b1d3f66eaecf658b9f2c 2716 games optional warzone2100_3.2.1-3.dsc
 da5e0f7c0d368b5a82fcfc5d1fba0c0e 28812 games optional 
warzone2100_3.2.1-3.debian.tar.xz
 818073f8dc36f94800ba504cecb554e2 15789 games optional 
warzone2100_3.2.1-3_amd64.buildinfo

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

iQKjBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlqQrItfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkLqMQAJt7wYQ0e6zOBFSLY64BPA+pLxcb4vKUthKN
/Cwlick62NlCd/FHfAkoo71zYjMNj99CYat+Zrdna7OL06Lkg2q1g2QtxT93Uwo+
VOhaqr1r5VUliOHHl8MGTxhxeZpm4f5PeT0qx1wSIBkqFihsEGcGe4HvaGDJuRoU
/vqn0y+Sl4f/QxpcDZ7v2socfu1NGOX/PrI3538WB9nNqmSrGFwsi+BKOBMoaF1/
ZgdhXoXEd+vtuUqfIcFNJftjVknBzmaxrA4VrLojPxDq1qCJKNwrYGrtmhdVA6wI
OIHM65xDA4qX4PNoI11gqlZPiFGZF7DrZ13VetPwuKJiGXN0ipgemJbCWtOZ+ITT
dcZFJz0G7Ky1QCxfYMIe/PUzuvvGwZKJzwghb0ITSaSlSLeRIbvh8ImOl8mjNRn/
AHH90tSUJlcuArl026rprTilzCmcRfPrscBYSCa5CENcdCQpi1Vk4zKR5Jsg+Piz
tsDrzFujcJv9rN7Nc3z5i/nxKuqNUktqrCWyBUkhjb020kyQ/rjRXGGx89+PbJCY
cvmY68iIG+eUDlrmfE/W0HMzzrRL5pHv73sJ5h6dkRF5jJjSfg17PfX+O6rf9L3h
wPCos1luxBByy5ubE3zY4m1Loavi0V6CKamccWkvGrNacBE9hyVJO8XH/FveA+IH
LAf6dxYu
=bxxB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to