Your message dated Sat, 26 Mar 2016 19:34:17 +0000
with message-id <[email protected]>
and subject line Bug#811892: fixed in libopenobex 1.7.1-5
has caused the Debian Bug report #811892,
regarding FTBFS: variable 'hint' has initializer but incomplete type
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.)
--
811892: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811892
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libopenobex
Version: 1.7.1-3
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-storage-size
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> Building C object apps/obex_test/CMakeFiles/obex_test.dir/obex_test_server.c.o
> In file included from /usr/include/x86_64-linux-gnu/sys/socket.h:22:0,
> from /<<PKGBUILDDIR>>/include/openobex/obex.h:48,
> from /<<PKGBUILDDIR>>/apps/obex_test/obex_test_cable.c:27:
> /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and
> _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
> # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
> ^~~~~~~
>
> /<<PKGBUILDDIR>>/apps/obex_tcp.c: In function 'get_peer_addr':
> /<<PKGBUILDDIR>>/apps/obex_tcp.c:60:9: error: variable 'hint' has initializer
> but incomplete type
> struct addrinfo hint = {
> ^~~~~~~~
>
> /<<PKGBUILDDIR>>/apps/obex_tcp.c:61:3: error: unknown field 'ai_family'
> specified in initializer
> .ai_family = AF_UNSPEC,
> ^
>
> /<<PKGBUILDDIR>>/apps/obex_tcp.c:62:3: error: unknown field 'ai_socktype'
> specified in initializer
> .ai_socktype = SOCK_STREAM,
> ^
>
> /<<PKGBUILDDIR>>/apps/obex_tcp.c:63:3: error: unknown field 'ai_protocol'
> specified in initializer
> .ai_protocol = 0,
> ^
>
> /<<PKGBUILDDIR>>/apps/obex_tcp.c:63:18: warning: excess elements in struct
> initializer
> .ai_protocol = 0,
> ^
>
> /<<PKGBUILDDIR>>/apps/obex_tcp.c:63:18: note: (near initialization for 'hint')
> /<<PKGBUILDDIR>>/apps/obex_tcp.c:60:18: error: storage size of 'hint' isn't
> known
> struct addrinfo hint = {
> ^~~~
>
> /<<PKGBUILDDIR>>/apps/obex_tcp.c:71:12: warning: implicit declaration of
> function 'getaddrinfo' [-Wimplicit-function-declaration]
> int err = getaddrinfo(name, NULL, &hint, &info);
> ^~~~~~~~~~~
>
> /<<PKGBUILDDIR>>/apps/obex_tcp.c:74:19: error: dereferencing pointer to
> incomplete type 'struct addrinfo'
> memcpy(peer, info->ai_addr, info->ai_addrlen);
> ^~
>
> /<<PKGBUILDDIR>>/apps/obex_tcp.c:75:2: warning: implicit declaration of
> function 'freeaddrinfo' [-Wimplicit-function-declaration]
> freeaddrinfo(info);
> ^~~~~~~~~~~~
>
> apps/CMakeFiles/obex_tcp.dir/build.make:62: recipe for target
> 'apps/CMakeFiles/obex_tcp.dir/obex_tcp.c.o' failed
> make[4]: *** [apps/CMakeFiles/obex_tcp.dir/obex_tcp.c.o] Error 1
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: libopenobex
Source-Version: 1.7.1-5
We believe that the bug you reported is fixed in the latest version of
libopenobex, 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.
Nobuhiro Iwamatsu <[email protected]> (supplier of updated libopenobex
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: Sun, 27 Mar 2016 04:04:25 +0900
Source: libopenobex
Binary: libopenobex2-dev libopenobex2 openobex-apps
Architecture: source amd64
Version: 1.7.1-5
Distribution: unstable
Urgency: medium
Maintainer: Nobuhiro Iwamatsu <[email protected]>
Changed-By: Nobuhiro Iwamatsu <[email protected]>
Description:
libopenobex2 - OBEX protocol library
libopenobex2-dev - OBEX protocol library - development files
openobex-apps - Applications for OpenOBEX
Closes: 811892
Changes:
libopenobex (1.7.1-5) unstable; urgency=medium
.
* Fix build with libc6 2.22. (Closes: #811892)
* Bump Standards-Version to 3.9.7.
* Add field of Vcs-Git and Vcs-Browser.
Checksums-Sha1:
1cd6e30bd6858a8c7839ad485be488b4a0eaf48e 2151 libopenobex_1.7.1-5.dsc
e7930575da30ab09fc4e2e2e24587304e53bd734 7696 libopenobex_1.7.1-5.debian.tar.xz
522af1f006b39261de1c9a4abeaff062197d3e38 124646
libopenobex2-dbgsym_1.7.1-5_amd64.deb
38b894b565d4f649a8aaa600af55c1772f2d6618 141656
libopenobex2-dev_1.7.1-5_amd64.deb
2ceb40754aa6f12043e97f91d2d64738ea2c3f23 38282 libopenobex2_1.7.1-5_amd64.deb
d7fe2145c440b9217e5b957bc35b622edfb8dcb9 96198
openobex-apps-dbgsym_1.7.1-5_amd64.deb
ef0e10a7b73c817b990f2c9096e701998ef1c7b1 37376 openobex-apps_1.7.1-5_amd64.deb
Checksums-Sha256:
b146879a8c8d05cfb541c35ebe26bf78e8239b115edd0025fc25d88be803dfb8 2151
libopenobex_1.7.1-5.dsc
326d2c568e5408e8ce81982d4a61a6c8216a0e57bde9305d27d9db135bdb581c 7696
libopenobex_1.7.1-5.debian.tar.xz
38d81acbb1a981e6a0f2b64b4a2e1fc284f4078deebf79c5cba3b03df735045c 124646
libopenobex2-dbgsym_1.7.1-5_amd64.deb
5a052e7ed1c27a61aaf3bf160dd2a3e53f10a97668b3040a4366df1072a8e261 141656
libopenobex2-dev_1.7.1-5_amd64.deb
9f4565854de034a66deab6efe2ca77e20ed815c69fd58b1b58a4509db31c3ac3 38282
libopenobex2_1.7.1-5_amd64.deb
903f0b4315809553dc1833facb7797923b588e2885fffc2f468545992299a489 96198
openobex-apps-dbgsym_1.7.1-5_amd64.deb
966858b40a15bbac50d2211d87c7f4c4fd171dc38bb69b3d25647b44ca320860 37376
openobex-apps_1.7.1-5_amd64.deb
Files:
f189dfab5baf066df9a5149e67289aa1 2151 comm optional libopenobex_1.7.1-5.dsc
ce445cbd0f9ecec5955130d933ce8d21 7696 comm optional
libopenobex_1.7.1-5.debian.tar.xz
92194283e5632c7cffb458c811c0f30b 124646 debug extra
libopenobex2-dbgsym_1.7.1-5_amd64.deb
3c91a16f3d5e0d0fbbc9ae1df9657682 141656 libdevel optional
libopenobex2-dev_1.7.1-5_amd64.deb
2974d79929d7fe41f91d8aef2fade998 38282 libs optional
libopenobex2_1.7.1-5_amd64.deb
1b1979ba8de2d7947f12eb55b39b57fb 96198 debug extra
openobex-apps-dbgsym_1.7.1-5_amd64.deb
7e9f4387c1aea61e2c8706835682b914 37376 comm optional
openobex-apps_1.7.1-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJW9uMFAAoJEDIkf7tArR+mlTAQAJYayZase+kYjGerN408HQA1
1DoR+0STkqmCdBF8XsErxBdg/VdFjRMO9ZplEnhZOQc/1VrmNo74iCRjSEm7n+BN
y/OQsWBoEmytohYWx8ssnkw4pkIMzaWhkr72rHT0oP0++tC7Ki9wYx7oxQy4g8eo
tnRudmvxldIVXjeyJPyDOhLZhiZ3q25+prXoXfjfULwdcv0VSMom0c9Aam1HM6lb
sQ6Vu2+EzUXMykCyaXX6gBF/wnrp6uTpKucGItBGuEzdc4Tqv7WZA4tZX40mX0GE
gbKK5iYTO9L0eeGal2+L3U/zwAvSCePBacx1IpKuHzHxRQWn4HdEgr9sLjvsLRbY
7aga1tOttMAJe4Dp68uPgFO30iKy/zDJaH+WW8wumxPZhaK9V7p+FbOcoNWDT0cx
KMoLT+tPtfY92H/dWjDG7EfO3aCjzFgp4AZytNwiTPB3MtdcqYu7k+q9NFvoysHq
ZnFoaOLWEkmd6dPU949w4w4TB984V33U6kDdlRLwoxUp+zXmPIUIVxYNA/Ollq6F
lJ2nSi4DYStljbUJCeaVPLf4LpvL6pf+ouNzX8DgjLbGtddNK46xi4tpK1rScvCb
7VPfUi/LqEEQauNlo1R+0WmF7x/9zjvZkP4ygnIxBRd76R1+wpfrdbpg/rTzk73j
4H/iPAXgEWtO9sE+7F07
=6vH+
-----END PGP SIGNATURE-----
--- End Message ---