Your message dated Fri, 19 Oct 2018 21:11:59 +0000
with message-id <[email protected]>
and subject line Bug#884246: fixed in gmrender-resurrect 
0.0.7~git20180618.d0f46f5-2
has caused the Debian Bug report #884246,
regarding gmrender-resurrect: FTBFS against upnp 1.8
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.)


-- 
884246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884246
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gmrender-resurrect
Version: 0.0.7~git20170910+repack-1
Severity: important
Tags: sid buster

gmrender-resurrect FTBFS against upnp 1.8 (available in experimental):
| gcc -DHAVE_CONFIG_H -I. -I..  -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
-I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/upnp 
-DPKG_DATADIR=\"/usr/share/gmediarender\" -Wdate-time -D_FORTIFY_SOURCE=2  -g 
-O2 
-fdebug-prefix-map=/<<BUILDDIR>>/gmrender-resurrect-0.0.7~git20170910+repack=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wpointer-arith 
-Wmissing-prototypes -Wmissing-declarations -Wwrite-strings -c -o logging.o 
logging.c
| upnp_device.c: In function 'upnp_add_response':
| upnp_device.c:75:46: error: dereferencing pointer to incomplete type 'struct 
Upnp_Action_Request'
|   rc = UpnpAddToActionResponse(&event->request->ActionResult,
|                                               ^~
| upnp_device.c: At top level:
| upnp_device.c:156:47: warning: 'struct Upnp_Subscription_Request' declared 
inside parameter list will not be visible outside of this definition or 
declaration
|                                         struct Upnp_Subscription_Request
|                                                ^~~~~~~~~~~~~~~~~~~~~~~~~
| upnp_device.c: In function 'handle_subscription_request':
| upnp_device.c:165:12: error: dereferencing pointer to incomplete type 'struct 
Upnp_Subscription_Request'
|     sr_event->ServiceId, sr_event->UDN);
|             ^~
| upnp_device.c: At top level:
| upnp_device.c:243:17: warning: 'struct Upnp_State_Var_Request' declared 
inside parameter list will not be visible outside of this definition or 
declaration
|           struct Upnp_State_Var_Request *var_event) {
|                  ^~~~~~~~~~~~~~~~~~~~~~
| upnp_device.c: In function 'handle_var_request':
| upnp_device.c:245:18: error: dereferencing pointer to incomplete type 'struct 
Upnp_State_Var_Request'
|          var_event->ServiceID);
|                   ^~
| upnp_device.c: In function 'initialize_device':
| upnp_device.c:433:7: error: too few arguments to function 'UpnpAddVirtualDir'
|   rc = UpnpAddVirtualDir("/upnp");
|        ^~~~~~~~~~~~~~~~~
| In file included from upnp_device.c:41:0:
| /usr/include/upnp/upnp.h:2741:17: note: declared here
|  EXPORT_SPEC int UpnpAddVirtualDir(
|                  ^~~~~~~~~~~~~~~~~
| upnp_device.c:443:10: warning: passing argument 5 of 
'UpnpRegisterRootDevice2' from incompatible pointer type 
[-Wincompatible-pointer-types]
|           &event_handler, result_device,
|           ^
| In file included from upnp_device.c:41:0:
| /usr/include/upnp/upnp.h:800:17: note: expected 'Upnp_FunPtr {aka int 
(*)(enum Upnp_EventType_e,  const void *, void *)}' but argument is of type 
'int (*)(Upnp_EventType,  void *, void *) {aka int (*)(enum Upnp_EventType_e,  
void *, void *)}'
|  EXPORT_SPEC int UpnpRegisterRootDevice2(
|                  ^~~~~~~~~~~~~~~~~~~~~~~
| Makefile:396: recipe for target 'upnp_device.o' failed
| make[3]: *** [upnp_device.o] Error 1
| make[3]: *** Waiting for unfinished jobs....
| webserver.c:145:60: warning: 'struct File_Info' declared inside parameter 
list will not be visible outside of this definition or declaration
|  static int webserver_get_info(const char *filename, struct File_Info *info)
|                                                             ^~~~~~~~~
| webserver.c: In function 'webserver_get_info':
| webserver.c:151:8: error: dereferencing pointer to incomplete type 'struct 
File_Info'
|     info->file_length = virtfile->len;
|         ^~
| webserver.c: In function 'webserver_register_callbacks':
| webserver.c:292:41: warning: passing argument 1 of 
'UpnpVirtualDir_set_GetInfoCallback' from incompatible pointer type 
[-Wincompatible-pointer-types]
|      (UpnpVirtualDir_set_GetInfoCallback(webserver_get_info) == UPNP_E_SUCCESS
|                                          ^~~~~~~~~~~~~~~~~~
| In file included from webserver.c:38:0:
| /usr/include/upnp/upnp.h:2590:17: note: expected 'VDCallback_GetInfo {aka int 
(*)(const char *, struct s_UpnpFileInfo *, const void *)}' but argument is of 
type 'int (*)(const char *, struct File_Info *)'
|  EXPORT_SPEC int UpnpVirtualDir_set_GetInfoCallback(VDCallback_GetInfo 
callback);
|                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| webserver.c:293:41: warning: passing argument 1 of 
'UpnpVirtualDir_set_OpenCallback' from incompatible pointer type 
[-Wincompatible-pointer-types]
|       && UpnpVirtualDir_set_OpenCallback(webserver_open) == UPNP_E_SUCCESS
|                                          ^~~~~~~~~~~~~~
| In file included from webserver.c:38:0:
| /usr/include/upnp/upnp.h:2612:17: note: expected 'VDCallback_Open {aka void * 
(*)(const char *, enum UpnpOpenFileMode,  const void *)}' but argument is of 
type 'void * (*)(const char *, enum UpnpOpenFileMode)'
|  EXPORT_SPEC int UpnpVirtualDir_set_OpenCallback(VDCallback_Open callback);
|                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| webserver.c:294:41: warning: passing argument 1 of 
'UpnpVirtualDir_set_ReadCallback' from incompatible pointer type 
[-Wincompatible-pointer-types]
|       && UpnpVirtualDir_set_ReadCallback(webserver_read) == UPNP_E_SUCCESS
|                                          ^~~~~~~~~~~~~~
| In file included from webserver.c:38:0:
| /usr/include/upnp/upnp.h:2635:17: note: expected 'VDCallback_Read {aka int 
(*)(void *, char *, long unsigned int,  const void *)}' but argument is of type 
'int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned 
int)}'
|  EXPORT_SPEC int UpnpVirtualDir_set_ReadCallback(VDCallback_Read callback);
|                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| webserver.c:295:42: warning: passing argument 1 of 
'UpnpVirtualDir_set_WriteCallback' from incompatible pointer type 
[-Wincompatible-pointer-types]
|       && UpnpVirtualDir_set_WriteCallback(webserver_write) == UPNP_E_SUCCESS
|                                           ^~~~~~~~~~~~~~~
| In file included from webserver.c:38:0:
| /usr/include/upnp/upnp.h:2658:17: note: expected 'VDCallback_Write {aka int 
(*)(void *, char *, long unsigned int,  const void *)}' but argument is of type 
'int (*)(void *, char *, size_t) {aka int (*)(void *, char *, long unsigned 
int)}'
|  EXPORT_SPEC int UpnpVirtualDir_set_WriteCallback(VDCallback_Write callback);
|                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| webserver.c:296:41: warning: passing argument 1 of 
'UpnpVirtualDir_set_SeekCallback' from incompatible pointer type 
[-Wincompatible-pointer-types]
|       && UpnpVirtualDir_set_SeekCallback(webserver_seek) == UPNP_E_SUCCESS
|                                          ^~~~~~~~~~~~~~
| In file included from webserver.c:38:0:
| /usr/include/upnp/upnp.h:2686:17: note: expected 'VDCallback_Seek {aka int 
(*)(void *, long int,  int,  const void *)}' but argument is of type 'int 
(*)(void *, off_t,  int) {aka int (*)(void *, long int,  int)}'
|  EXPORT_SPEC int UpnpVirtualDir_set_SeekCallback(VDCallback_Seek callback);
|                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| webserver.c:297:42: warning: passing argument 1 of 
'UpnpVirtualDir_set_CloseCallback' from incompatible pointer type 
[-Wincompatible-pointer-types]
|       && UpnpVirtualDir_set_CloseCallback(webserver_close) == UPNP_E_SUCCESS);
|                                           ^~~~~~~~~~~~~~~
| In file included from webserver.c:38:0:
| /usr/include/upnp/upnp.h:2705:17: note: expected 'VDCallback_Close {aka int 
(*)(void *, const void *)}' but argument is of type 'int (*)(void *)'
|  EXPORT_SPEC int UpnpVirtualDir_set_CloseCallback(VDCallback_Close callback);
|                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Makefile:396: recipe for target 'webserver.o' failed

Full log at
https://people.debian.org/~sramacher/logs/upnp/gmrender-resurrect_amd64-2017-12-12T20:38:16Z.log

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: gmrender-resurrect
Source-Version: 0.0.7~git20180618.d0f46f5-2

We believe that the bug you reported is fixed in the latest version of
gmrender-resurrect, 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.
Tobias Frost <[email protected]> (supplier of updated gmrender-resurrect 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: SHA256

Format: 1.8
Date: Fri, 19 Oct 2018 22:16:46 +0200
Source: gmrender-resurrect
Binary: gmediarender
Architecture: source
Version: 0.0.7~git20180618.d0f46f5-2
Distribution: unstable
Urgency: medium
Maintainer: Tobias Frost <[email protected]>
Changed-By: Tobias Frost <[email protected]>
Description:
 gmediarender - Small headless UPnP media renderer
Closes: 884246
Changes:
 gmrender-resurrect (0.0.7~git20180618.d0f46f5-2) unstable; urgency=medium
 .
   * Fix "FTBFS against upnp 1.8", thanks to Uwe Klein-König for the patch.
     (Closes: #884246)
   * B-D against libupnp1.8-dev
   * Bump S-V to 4.2.1, only change is adding Rules-Requires-Root to d/control.
   * Execute wrap-and-sort.
Checksums-Sha1:
 215dbdf7bee1b85479a58dd813b17bedffa10f02 2128 
gmrender-resurrect_0.0.7~git20180618.d0f46f5-2.dsc
 9a982d030b19b1bdb488b530be593e8ffd2eea62 8944 
gmrender-resurrect_0.0.7~git20180618.d0f46f5-2.debian.tar.xz
 a72ec0c354b36ffd93ee38ae0ee23bb7f7750a6a 6511 
gmrender-resurrect_0.0.7~git20180618.d0f46f5-2_source.buildinfo
Checksums-Sha256:
 b8ad7f8f2e8a7bf3ddfd28aac0aa960f4f2537079f3c36b6f18928c86d8afb2a 2128 
gmrender-resurrect_0.0.7~git20180618.d0f46f5-2.dsc
 28eff32720ebe2fbf7ce39d8fea9e9eca52740422401c45c228ef66f3f751f74 8944 
gmrender-resurrect_0.0.7~git20180618.d0f46f5-2.debian.tar.xz
 17e59e5c70741e9af0a8ec3529a4b4f116f18216d2d48d8f7ced3f0679d8b754 6511 
gmrender-resurrect_0.0.7~git20180618.d0f46f5-2_source.buildinfo
Files:
 8123d1bf587fe3ac49d2c9b09aa3c008 2128 sound optional 
gmrender-resurrect_0.0.7~git20180618.d0f46f5-2.dsc
 9af5d9243048644df9a68c534b67e074 8944 sound optional 
gmrender-resurrect_0.0.7~git20180618.d0f46f5-2.debian.tar.xz
 f31b9e0cadb463f296c572f7fe1a777e 6511 sound optional 
gmrender-resurrect_0.0.7~git20180618.d0f46f5-2_source.buildinfo

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

iQIzBAEBCAAdFiEE/d0M/zhkJ3YwohhskWT6HRe9XTYFAlvKPAgACgkQkWT6HRe9
XTaSIQ//eNXsJag2blPMM07sjGPCJxJjwoP6aUmEDUDeiwD2ZUwVbhZYxgLYkuif
Z0wgxwfhTZFDjNwAuQ6afoiwkGNIXa+fgwI91DZPcUeVpuJGz3S/12RHVORjxPcP
UGVCIngkEvS0bch6G19IVwmORpOiTWMeM6bB/ca5Ii/TTuMz47RCtVmlbsis40Vj
DgpwQBFz9eQtWoJJhF7rUJ19SjBcOmivqKY/UjrkgqBzj8wOh52GZLy3esP+wMbV
O82oClIR3ikSN5rcrZyToPcCmmYJF6SkfgZldhLhVcTb8qFJyWOmODbUYjKeYUFK
rk9jIqu2hCYBYsbnfkYGl4GMKKqlA2u+1fPF/uItX9WaAevQHB7y7c5PODA81dSQ
+wDjF4iOe4ZBC6anVzbvptLs/8u4dJFCRt78eLaqEAL9y0ug+OKHk2nZqsIT3BaX
qAHfnnSIXrCk53ab4NLbcxPnNPdf+nFI5wriYFDglbd5F/LYjEP41Anj91vqbukc
mRTASBIj12dZhd/AQO8Iw9WrkwggoS5SyrTYMptowUHDtIEtSBf/s4y1El2ahkQ5
RLV3RWl9x9/3XDcKgtRcDco1V/gcyD9KexkQXFSRNhJn92nNod6cLKOr8K/5/8lN
DXvOeMT9LnsXFpOJoJRvFVmkzEZ/vF5XtmIfRX5Svj05uuydebw=
=jHd3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to