Your message dated Wed, 31 Aug 2016 11:02:10 +0000
with message-id <e1bf3hw-0005pw...@franck.debian.org>
and subject line Bug#811889: fixed in sushi 1.4.0+git20160822+dfsg-1
has caused the Debian Bug report #811889,
regarding FTBFS: storage size of 'hints' isn't known
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.)


-- 
811889: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sushi
Version: 1.4.0+dfsg-1.1
Severity: important
User: debian-...@lists.debian.org
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
...
> [14/48] c: source/sashimi.c -> build/source/sashimi.c.1.o
> ../source/ilib.c: In function 'i_io_channel_unix_new_address':
> ../source/ilib.c:164:18: error: storage size of 'hints' isn't known
>   struct addrinfo hints;
>                   ^~~~~
> 
> ../source/ilib.c:173:19: error: 'AI_V4MAPPED' undeclared (first use in this 
> function)
>   hints.ai_flags = AI_V4MAPPED | AI_ADDRCONFIG;
>                    ^~~~~~~~~~~
> 
> ../source/ilib.c:173:19: note: each undeclared identifier is reported only 
> once for each function it appears in
> ../source/ilib.c:173:33: error: 'AI_ADDRCONFIG' undeclared (first use in this 
> function)
>   hints.ai_flags = AI_V4MAPPED | AI_ADDRCONFIG;
>                                  ^~~~~~~~~~~~~
> 
> ../source/ilib.c:177:6: warning: implicit declaration of function 
> 'getaddrinfo' [-Wimplicit-function-declaration]
>   if (getaddrinfo(address, port_str, &hints, &ai) != 0)
>       ^~~~~~~~~~~
> 
> ../source/ilib.c:185:31: error: dereferencing pointer to incomplete type 
> 'struct addrinfo'
>   for (p = ai; p != NULL; p = p->ai_next)
>                                ^~
> 
> ../source/ilib.c:210:2: warning: implicit declaration of function 
> 'freeaddrinfo' [-Wimplicit-function-declaration]
>   freeaddrinfo(ai);
>   ^~~~~~~~~~~~
> 
> ../source/ilib.c: In function 'i_io_channel_unix_new_listen':
> ../source/ilib.c:235:18: error: storage size of 'hints' isn't known
>   struct addrinfo hints;
>                   ^~~~~
> 
> ../source/ilib.c:243:19: error: 'AI_V4MAPPED' undeclared (first use in this 
> function)
>   hints.ai_flags = AI_V4MAPPED | AI_ADDRCONFIG | AI_PASSIVE;
>                    ^~~~~~~~~~~
> 
> ../source/ilib.c:243:33: error: 'AI_ADDRCONFIG' undeclared (first use in this 
> function)
>   hints.ai_flags = AI_V4MAPPED | AI_ADDRCONFIG | AI_PASSIVE;
>                                  ^~~~~~~~~~~~~
> 
> ../source/ilib.c:243:49: error: 'AI_PASSIVE' undeclared (first use in this 
> function)
>   hints.ai_flags = AI_V4MAPPED | AI_ADDRCONFIG | AI_PASSIVE;
>                                                  ^~~~~~~~~~
> 
> ../source/ilib.c:255:31: error: dereferencing pointer to incomplete type 
> 'struct addrinfo'
>   for (p = ai; p != NULL; p = p->ai_next)
>                                ^~

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

--- End Message ---
--- Begin Message ---
Source: sushi
Source-Version: 1.4.0+git20160822+dfsg-1

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

Debian distribution maintenance software
pp.
Devid Antonio Filoni <d.fil...@ubuntu.com> (supplier of updated sushi 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: SHA256

Format: 1.8
Date: Mon, 22 Aug 2016 21:36:52 +0200
Source: sushi
Binary: sushi maki maki-plugins nigiri tekka chirashi sushi-plugins
Architecture: source all amd64
Version: 1.4.0+git20160822+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Devid Antonio Filoni <d.fil...@ubuntu.com>
Changed-By: Devid Antonio Filoni <d.fil...@ubuntu.com>
Description:
 chirashi   - D-Bus-based IRC suite (clients plugins)
 maki       - D-Bus-based IRC suite (daemon)
 maki-plugins - D-Bus-based IRC suite (daemon plugins)
 nigiri     - D-Bus-based IRC suite (terminal client)
 sushi      - D-Bus-based IRC suite (suite)
 sushi-plugins - transitional dummy package
 tekka      - D-Bus-based IRC suite (graphical client)
Closes: 806659 811889
Changes:
 sushi (1.4.0+git20160822+dfsg-1) unstable; urgency=medium
 .
   * New upstream git tarball (Closes: #811889)
     - debian/control: require libglib2.0-dev >= 2.40 in Build-Depends field
   * debian/rules: provide get-orig-source target.
   * debian/rules: fix build with dpkg-buildpackage -A (Closes: #806659)
   * debian/rules: pass LDFLAGS to waf, fixes hardening-no-relro lintian warn.
   * debian/rules: fix hardening-no-bindnow lintian info.
   * Fix a crash on maki start:
     - debian/patches/maki-revert-3bb2b23.diff: revert upstream maki
       commit 3bb2b23 and re-enable gupnp support as gupnp deadlock was fixed
       time ago, see: https://bugzilla.gnome.org/show_bug.cgi?id=667494
     - debian/control: add libgupnp-igd-1.0-dev to Build-Depends field
   * debian/control: update Homepage field.
   * debian/copyright: update file.
   * Bump Standards-Version to 3.9.8.
Checksums-Sha1:
 8f9450bcec1dfeb9b4cfaf5c910e1d51a288d270 2187 
sushi_1.4.0+git20160822+dfsg-1.dsc
 6b70e2ab5f835b279f5e0cbc203393341be6471e 365504 
sushi_1.4.0+git20160822+dfsg.orig.tar.xz
 b47dd508f4643185f3fe5a0242d928cd0f9a7515 5640 
sushi_1.4.0+git20160822+dfsg-1.debian.tar.xz
 494e65cc2bdb7c1c29b5fbad8d8c8317633c3336 6360 
chirashi_1.4.0+git20160822+dfsg-1_all.deb
 7b63614e8c39c7b5c867cd25e7ae429817612f67 9332 
maki-dbgsym_1.4.0+git20160822+dfsg-1_amd64.deb
 22c245a813023533e3174bc07a5c0c04e3da4f20 3190 
maki-plugins-dbgsym_1.4.0+git20160822+dfsg-1_amd64.deb
 8bc178941bfb856e88ce7c3e6837b37e51236b79 7626 
maki-plugins_1.4.0+git20160822+dfsg-1_amd64.deb
 39287cb14b6d5efdc257eea8a116ce4e31a37a00 61174 
maki_1.4.0+git20160822+dfsg-1_amd64.deb
 e933a6fa9cf3d39454951b8d40e48a4614b38044 36636 
nigiri_1.4.0+git20160822+dfsg-1_all.deb
 04adcb4be5046c3d4e467ec11c5017681e47d376 3606 
sushi-plugins_1.4.0+git20160822+dfsg-1_all.deb
 3d8735407cd9e43cbeffc0b5cd9f4a672358a28a 3744 
sushi_1.4.0+git20160822+dfsg-1_all.deb
 68822180c113bcf7f0eed908e4b4ad84b9c4bf7b 170674 
tekka_1.4.0+git20160822+dfsg-1_all.deb
Checksums-Sha256:
 985b7ab1481d1126370e97cf6800224989f52a1b346bbcb817905d6f8287f904 2187 
sushi_1.4.0+git20160822+dfsg-1.dsc
 7b68ab53ebf70afcd4fcce84acad8dc8788a3895e9fff877b809ac72965f24ea 365504 
sushi_1.4.0+git20160822+dfsg.orig.tar.xz
 7e9712ed4b3030b262b106b6b1e042beb9fc4060f31c8741ba84683098c84ecd 5640 
sushi_1.4.0+git20160822+dfsg-1.debian.tar.xz
 153a4f22c227fd1c234ff74072cd8afde76130cdf170f938370a4f73d2e05f39 6360 
chirashi_1.4.0+git20160822+dfsg-1_all.deb
 0d7cdeae891fdf0b4bed70bf1f45e5eb24de323cdc0d9e8843e98e6357b308bc 9332 
maki-dbgsym_1.4.0+git20160822+dfsg-1_amd64.deb
 5e85a57391ab2855d263e16a92e6ff282fe6ca4da3e90d9da9cf6eb04b56c808 3190 
maki-plugins-dbgsym_1.4.0+git20160822+dfsg-1_amd64.deb
 d6157373465083f4bac9392e8f27744c8bea68e2b98064a2ceb19b8386ca3fd3 7626 
maki-plugins_1.4.0+git20160822+dfsg-1_amd64.deb
 7d8dce7893bf6544824c174241bc60d1fc443e52a99c5af458c5cbe554881844 61174 
maki_1.4.0+git20160822+dfsg-1_amd64.deb
 daf9404e51be7f81c8ab00dd4093217a6b48f31aff929adbb38ef0f7abdda837 36636 
nigiri_1.4.0+git20160822+dfsg-1_all.deb
 b208b1fe357a4ee23dffade873100437e8f8d43e6ca948f8519ddc0926339e71 3606 
sushi-plugins_1.4.0+git20160822+dfsg-1_all.deb
 d35a267c0791e2e856cb1278e92a92cb0267f7cef285f99ec88876fa611b9308 3744 
sushi_1.4.0+git20160822+dfsg-1_all.deb
 8421e3b9bf6baf59b21727fc3c0bb8234baae663a44b500faa2e275017d77ed1 170674 
tekka_1.4.0+git20160822+dfsg-1_all.deb
Files:
 bd4824ab742243e71da9dc83235d7350 2187 net extra 
sushi_1.4.0+git20160822+dfsg-1.dsc
 8877f5840d2d232a9af1c5af5794cf5e 365504 net extra 
sushi_1.4.0+git20160822+dfsg.orig.tar.xz
 b565feeccb9a1d7d93d60404e0e3f180 5640 net extra 
sushi_1.4.0+git20160822+dfsg-1.debian.tar.xz
 43deba723226db2fe311d27a9ecbebd0 6360 net extra 
chirashi_1.4.0+git20160822+dfsg-1_all.deb
 e9965a2c4ec936c5bbe0e7c572e53c9a 9332 debug extra 
maki-dbgsym_1.4.0+git20160822+dfsg-1_amd64.deb
 dcbee4f70ee007fa5f219426ddf47e75 3190 debug extra 
maki-plugins-dbgsym_1.4.0+git20160822+dfsg-1_amd64.deb
 a469c9290b0ee03acab971c33d1398e9 7626 net extra 
maki-plugins_1.4.0+git20160822+dfsg-1_amd64.deb
 5d7aac4bb5d2b0b2d67dc74cba795fc5 61174 net extra 
maki_1.4.0+git20160822+dfsg-1_amd64.deb
 5764cc571876d16e91159fb359162474 36636 net extra 
nigiri_1.4.0+git20160822+dfsg-1_all.deb
 6bf89b229bc0dcd2d163342b703375e3 3606 oldlibs extra 
sushi-plugins_1.4.0+git20160822+dfsg-1_all.deb
 7ccebbb188018440049c1221a6a15e0a 3744 net extra 
sushi_1.4.0+git20160822+dfsg-1_all.deb
 6b7017df752ac1f58881515f19962c7e 170674 net extra 
tekka_1.4.0+git20160822+dfsg-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXwuWaAAoJEEkIatPr4vMfhCkP/2XaLXq6AmHhOLOe9iBBErM9
PEgNTYxTU8RwUtrZYEG8xg4UpF9IQZsm0xQgYynds3y5h+LwTaMKJaCyUdwwAL5h
2TuB3jFrlPfTpMkhuXpQ1trjosbT93Kpc1xnP8/29rWrbuOYPQTQjJ179I8eComO
H8T+1r3Ejms8HUTWTO+Lh9ZubGo0eAfJbNRaKwPKDwq94OD5hdhxnTufpcbb5Iny
QmI7KjjDx4YU3uIgnrMmIwfpqiiBv3us2BMnk9xU6VX21nIMV0qM6rZ6ZeSXtXSb
QKBwbQTNJTawkOzre4pMTzO7sAquLQvuJQxYrCwBp1lomkULeA5ZD0injbUi7Bkb
6oS0+TG1do2eO13AaMW/7KdyZcQScYGb+tFS92MehKveyCwSVC7Q+SVOwJ79H6aI
jIlM/XG8O090msqkxTfWmv4SHz0JbFFkMLqp71N4FPkY6AvllTRaPUrazc2MXIHs
TAs75sdt20ojC/SePvbpo0YxD+IYN6rJDuJOipuUNyxmvQCbz5BsGlOwsaGiw7D+
LtEoTdbPuZYudt1XoSFaXQDCu8puGWKge0ORksT5AQ25/6kmHPK93H3mYaAP1kMk
Cg1Bhre9KNLd3xJFGOzkg6VCFqgwSWYdJw9QsDIvY2h6sjkexDBR7CDzEbgmXrVG
VBydtfY+ObSxizUb6Tar
=xh6I
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to