Your message dated Sat, 01 Jun 2013 00:18:00 +0000
with message-id <e1uizwc-0001q7...@franck.debian.org>
and subject line Bug#701439: fixed in ircd-hybrid 1:8.0.9.dfsg.1-2
has caused the Debian Bug report #701439,
regarding ircd-hybrid: ftbfs with eglibc-2.17
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.)


-- 
701439: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701439
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ircd-hybrid
Version: 1:7.2.2.dfsg.2-10
Severity: important
Tags: sid jessie
User: debian-gl...@lists.debian.org
Usertags: ftbfs-glibc-2.17

The package fails to build in a test rebuild on at least amd64 with
eglibc-2.17, but succeeds to build with eglibc-2.13. The
severity of this report may be raised before the jessie release.

The test rebuild was done together with GCC-4.8, so some issues
might be caused by the updated GCC as well.

  s_bsd_sigio.c:220:18: error: storage size of 'si' isn't known

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/ircd-hybrid_7.2.2.dfsg.2-10_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To install eglibc from experimental,

  apt-get -t experimental install libc6-dev

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev


[...]
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
parse.c
parse.c: In function 'parse':
parse.c:189:7: warning: variable 'mpara' set but not used 
[-Wunused-but-set-variable]
   int mpara = 0;
       ^
parse.c:188:7: warning: variable 'paramcount' set but not used 
[-Wunused-but-set-variable]
   int paramcount;
       ^
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
restart.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
resv.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
s_auth.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
s_bsd.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
s_conf.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
s_gline.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
s_log.c
s_log.c: In function 'log_user_exit':
s_log.c:248:6: warning: format '%llu' expects argument of type 'long long 
unsigned int', but argument 10 has type 'uint64_t' [-Wformat=]
      source_p->localClient->recv.bytes>>10);
      ^
s_log.c:248:6: warning: format '%llu' expects argument of type 'long long 
unsigned int', but argument 11 has type 'uint64_t' [-Wformat=]
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
s_misc.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
s_serv.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
s_stats.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
s_user.c
s_user.c: In function 'change_simple_umode':
s_user.c:862:18: warning: variable 'client_p' set but not used 
[-Wunused-but-set-variable]
   struct Client *client_p;
                  ^
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
send.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
sprintf_irc.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
tools.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
version.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
whowas.c
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-I. -c y.tab.c
ircd_parser.y: In function 'yyparse':
ircd_parser.y:472:11: warning: variable 'm_bn' set but not used 
[-Wunused-but-set-variable]
     char *m_bn;
           ^
gcc -I../include -I/usr/include/pcre  -D_FORTIFY_SOURCE=2 -Wall -O2 -g -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c 
s_bsd_sigio.c
s_bsd_sigio.c: In function 'comm_select':
s_bsd_sigio.c:220:18: error: storage size of 'si' isn't known
   struct siginfo si;
                  ^
s_bsd_sigio.c:220:18: warning: unused variable 'si' [-Wunused-variable]
make[2]: *** [s_bsd_sigio.o] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»/src'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: ircd-hybrid
Source-Version: 1:8.0.9.dfsg.1-2

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

Debian distribution maintenance software
pp.
Dominic Hargreaves <d...@earth.li> (supplier of updated ircd-hybrid 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: SHA1

Format: 1.8
Date: Sat, 01 Jun 2013 00:59:04 +0100
Source: ircd-hybrid
Binary: ircd-hybrid hybrid-dev
Architecture: source all i386
Version: 1:8.0.9.dfsg.1-2
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves <d...@earth.li>
Changed-By: Dominic Hargreaves <d...@earth.li>
Description: 
 hybrid-dev - development files for ircd-hybrid
 ircd-hybrid - high-performance secure IRC server
Closes: 698089 698090 701439
Changes: 
 ircd-hybrid (1:8.0.9.dfsg.1-2) unstable; urgency=low
 .
   * Upload to unstable (Closes: #701439)
   * Add warning about lack of compatible services (see #706417)
   * Run dh_autoreconf (Closes: #698089)
   * Don't build bundled libltdl (Closes: #698090)
Checksums-Sha1: 
 45d7c2efb0c3402ab4731d9fd6b9846bbeda07b6 1446 ircd-hybrid_8.0.9.dfsg.1-2.dsc
 4ffbf5efbaaf122a73dc5c97cb78528a9dcada3f 61948 
ircd-hybrid_8.0.9.dfsg.1-2.debian.tar.gz
 c993fad3ad6dd90655861e978330dc7d6d496100 111952 
hybrid-dev_8.0.9.dfsg.1-2_all.deb
 ea8cf8ef835c346c46b240be72fc4860c89c0099 546292 
ircd-hybrid_8.0.9.dfsg.1-2_i386.deb
Checksums-Sha256: 
 70ac72bb38bf442cd9387d5c98574ce50a21aa0cd11b350d8e402743c54bdfda 1446 
ircd-hybrid_8.0.9.dfsg.1-2.dsc
 5fbfbef801c232c16753155e0a15bc60170a8d955770aaaab370b42404c19246 61948 
ircd-hybrid_8.0.9.dfsg.1-2.debian.tar.gz
 eb003e2f7ea5d5583a57786c33ef55d9491dc13a964b2acc0dd03ec20d5974d3 111952 
hybrid-dev_8.0.9.dfsg.1-2_all.deb
 25e8dd6ef13bae5eaebc32c56c98139bb170e454f5e263d37ff7f81f23c5115a 546292 
ircd-hybrid_8.0.9.dfsg.1-2_i386.deb
Files: 
 b374b90343b0a510cd12d1808255f1bc 1446 net optional 
ircd-hybrid_8.0.9.dfsg.1-2.dsc
 3dbffb6d0c1318c14d452d1a532837ea 61948 net optional 
ircd-hybrid_8.0.9.dfsg.1-2.debian.tar.gz
 2c86f5b01dc31a0bf3f7efd6edf7e938 111952 devel optional 
hybrid-dev_8.0.9.dfsg.1-2_all.deb
 c802e4c38fca4fba51ab9b29a6d1c4ab 546292 net optional 
ircd-hybrid_8.0.9.dfsg.1-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFRqTnLYzuFKFF44qURAsk0AJwLuXzD/kGx1C9H1ZoDdg19NpuQeQCgyJDG
OCbBC1cXv35XDTk4STKooAk=
=mNNe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to