Your message dated Sun, 20 Nov 2016 22:18:59 +0000
with message-id <e1c8arv-00095m...@fasolo.debian.org>
and subject line Bug#841606: fixed in dleyna-server 0.4.0-1.1
has caused the Debian Bug report #841606,
regarding dleyna-server: FTBFS: upnp.h:119:1: error: unknown type name 
'GUPnPContextManager'
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.)


-- 
841606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dleyna-server
Version: 0.4.0-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161021 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):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/dleyna-1.0 -I/usr/include/gupnp-1.0 -I/usr/include/gssdp-1.0 
> -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -pthread 
> -I/usr/include/gssdp-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/gupnp-1.0 -I/usr/include/gssdp-1.0 -I/usr/include/libsoup-2.4 
> -I/usr/include/libxml2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid 
> -I/usr/include/gupnp-av-1.0 -pthread -I/usr/include/gupnp-dlna-2.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -include config.h -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wno-format-extra-args -c -o server.lo server.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/dleyna-1.0 -I/usr/include/gupnp-1.0 -I/usr/include/gssdp-1.0 
> -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -pthread 
> -I/usr/include/gssdp-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/gupnp-1.0 -I/usr/include/gssdp-1.0 -I/usr/include/libsoup-2.4 
> -I/usr/include/libxml2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid 
> -I/usr/include/gupnp-av-1.0 -pthread -I/usr/include/gupnp-dlna-2.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
> -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -include config.h -g -O2 
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wno-format-extra-args -c server.c  -fPIC -DPIC -o 
> .libs/server.o
> In file included from async.h:33:0,
>                  from server.c:34:
> upnp.h:119:1: error: unknown type name 'GUPnPContextManager'
>  GUPnPContextManager *dls_upnp_get_context_manager(dls_upnp_t *upnp);
>  ^~~~~~~~~~~~~~~~~~~
> server.c: In function 'prv_control_point_start_service':
> server.c:1303:7: warning: passing argument 2 of 'dls_manager_new' from 
> incompatible pointer type [-Wincompatible-pointer-types]
>        dls_upnp_get_context_manager(
>        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from server.c:39:0:
> manager.h:35:16: note: expected 'GUPnPContextManager * {aka struct 
> _GUPnPContextManager *}' but argument is of type 'int *'
>  dls_manager_t *dls_manager_new(dleyna_connector_id_t connection,
>                 ^~~~~~~~~~~~~~~
> Makefile:553: recipe for target 'server.lo' failed
> make[3]: *** [server.lo] Error 1

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

If the failure looks LSB-related:
similarly to tzdata, lsb-base is not installed in the build chroot.

The full build log is available from:
   http://aws-logs.debian.net/2016/10/21/dleyna-server_0.4.0-1_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: dleyna-server
Source-Version: 0.4.0-1.1

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

Debian distribution maintenance software
pp.
Andreas Henriksson <andr...@fatal.se> (supplier of updated dleyna-server 
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: Sun, 20 Nov 2016 22:35:04 +0100
Source: dleyna-server
Binary: dleyna-server dleyna-server-dbg
Architecture: source amd64
Version: 0.4.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Emanuele Aina <emanuele.a...@collabora.com>
Changed-By: Andreas Henriksson <andr...@fatal.se>
Description:
 dleyna-server - DBus service to interact with DLNA Digital Media Servers
 dleyna-server-dbg - DBus service to interact with DLNA Digital Media Servers 
(debug f
Closes: 841606
Changes:
 dleyna-server (0.4.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add debian/patches/upnp-includes-gupnp-context-manager.patch
     - from upstream PR 159:
       https://github.com/01org/dleyna-server/pull/159
     (Closes: #841606)
Checksums-Sha1:
 9f80845053099308f670db14196f46bf59d7896c 2275 dleyna-server_0.4.0-1.1.dsc
 312eea2555ac15f6936a7a3b1825abf9b4e8ac9f 2960 
dleyna-server_0.4.0-1.1.debian.tar.xz
 7436d23712359cd6fc7990360494d520a7a4bb22 162520 
dleyna-server-dbg_0.4.0-1.1_amd64.deb
 5ee19a2a4c41c2e0ed1a4f07aeb8b18d7739e52d 7770 
dleyna-server_0.4.0-1.1_amd64.buildinfo
 b8899d90cc0f53528a682a84b687a49ffd166dde 48710 
dleyna-server_0.4.0-1.1_amd64.deb
Checksums-Sha256:
 63a62b11592bd4279f3cf284bb15af86dec45df2ff9a45ddd9a3ffc2d3807bf8 2275 
dleyna-server_0.4.0-1.1.dsc
 dd550cff60058543ccf1602103e3992bf43accdfbf04c61d3924eec4e6f2eb40 2960 
dleyna-server_0.4.0-1.1.debian.tar.xz
 10db493f76492a7c5aaa972a084797c54ab4a51ee2338812328c03e1e9ded906 162520 
dleyna-server-dbg_0.4.0-1.1_amd64.deb
 3f67184db12e5b822271584aee0259ec91a30f802f7b3737354c3a1529f6413f 7770 
dleyna-server_0.4.0-1.1_amd64.buildinfo
 6fc623f05800a440d260379b2b54225ebca2e0880b94b7db09c374dc77c6865b 48710 
dleyna-server_0.4.0-1.1_amd64.deb
Files:
 bfad1089fc38b5dd5457acfa50097e13 2275 net optional dleyna-server_0.4.0-1.1.dsc
 6cc77b8c38b2b84ac79f97887ba5238a 2960 net optional 
dleyna-server_0.4.0-1.1.debian.tar.xz
 71668856907cd2c646e392f6a3a44c59 162520 debug extra 
dleyna-server-dbg_0.4.0-1.1_amd64.deb
 b82eb86dbc858dd9aa6cc88b25b2f2ea 7770 net optional 
dleyna-server_0.4.0-1.1_amd64.buildinfo
 1b17a8b0846fe85714781a530e31feb0 48710 net optional 
dleyna-server_0.4.0-1.1_amd64.deb

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

iQJFBAEBCgAvFiEE+uHltkZSvnmOJ4zCC8R9xk0TUwYFAlgyGXgRHGFuZHJlYXNA
ZmF0YWwuc2UACgkQC8R9xk0TUwZEURAAhndJA9rl01KdDNUs2wojz9CXAb+VD8+Z
EtR+l7e45kOf9Zjh8BKPGlAYAa3zXl+jhBlP8TvS3Pn8ePbcS19svQpi93Tnt8HP
bYX1m6sgCIXtM7O5/xVryQo4WRGselSFKBjbc1tnwTNZGfpvv5Z3fwD1F8KYmIDO
9Vfaemk0GPscmu5ykUhi+yhfvBviE34OFiefSZOlqRjuCjz1AV1r+rTAdxtNCOw/
CNx5qOSK9lyn7Hs021gJap7Pz/42tgUinO/ZBwiK5kEWRwK1UJrP/nY954tPG2iJ
4mMREQTJRFMPurcumOUzm0uqVKE7tsTHGnGnNZ8N3QpbL5rp7yqJt/sMQYmrU3Gy
WG0fLjh/qaK3NO9F3IHLGoUrvKlM8GnZP0KAxp5U7BDEW1LODxVcZuP/lGJrG+Mg
m6tfWBVuhKqsf+QbfT5m0Q8n3g/pNFd5cqmr29mWJyzThBXgbeOONWxdkwrIsvOl
XBCINnxHed7/HNFChgHafDUQ6wr85aZnh84EpFgAiargbtkqa/K2ZmX2VDC+BdwD
BQ+z7b1oRbOoief26ojFkyvHVG//6tBFGY0CZOBNNZh49fu2C8SQlqW1XD550urJ
gSXQriHHol75hHYK+DZrgES4rkWUz258hau+CDgpfCfFgFyoDjRfR4FaT9v0T5zs
ZpoIgk9QgyQ=
=u+h0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to