Your message dated Wed, 10 Jul 2013 13:33:29 +0000
with message-id <e1uwuwp-00011h...@franck.debian.org>
and subject line Bug#701406: fixed in nagios-plugins 1.4.16-2
has caused the Debian Bug report #701406,
regarding nagios-plugins: 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.)


-- 
701406: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701406
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:nagios-plugins
Version: 1.4.16-1
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.

  ./stdio.h:456:1: error: 'gets' undeclared here (not in a function)

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/nagios-plugins_1.4.16-1_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


[...]
              -e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
            < ./wchar.in.h; \
        } > wchar.h-t && \
        mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          sed -e 's/@''HAVE_WCTYPE_H''@/1/g' \
              -e 's|@''INCLUDE_NEXT''@|include_next|g' \
              -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
              -e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
              -e 's/@''HAVE_ISWBLANK''@/1/g' \
              -e 's/@''HAVE_ISWCNTRL''@/1/g' \
              -e 's/@''HAVE_WINT_T''@/1/g' \
              -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
              -e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
              -e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
              < ./wctype.in.h; \
        } > wctype.h-t && \
        mv wctype.h-t wctype.h
/usr/bin/make  all-recursive
make[4]: Entering directory `/«PKGBUILDDIR»/gl'
make[5]: Entering directory `/«PKGBUILDDIR»/gl'
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../intl   -Wall -g -O2 -MT 
base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
mv -f .deps/base64.Tpo .deps/base64.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../intl   -Wall -g -O2 -MT 
close-hook.o -MD -MP -MF .deps/close-hook.Tpo -c -o close-hook.o close-hook.c
mv -f .deps/close-hook.Tpo .deps/close-hook.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../intl   -Wall -g -O2 -MT 
exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.c
mv -f .deps/exitfail.Tpo .deps/exitfail.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../intl   -Wall -g -O2 -MT 
full-read.o -MD -MP -MF .deps/full-read.Tpo -c -o full-read.o full-read.c
mv -f .deps/full-read.Tpo .deps/full-read.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../intl   -Wall -g -O2 -MT 
full-write.o -MD -MP -MF .deps/full-write.Tpo -c -o full-write.o full-write.c
mv -f .deps/full-write.Tpo .deps/full-write.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I../intl   -Wall -g -O2 -MT 
localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o 
localcharset.c
In file included from localcharset.c:26:0:
./stdio.h:456:1: error: 'gets' undeclared here (not in a function)
 _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
 ^
make[5]: *** [localcharset.o] Error 1
make[5]: Leaving directory `/«PKGBUILDDIR»/gl'
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[4]: Leaving directory `/«PKGBUILDDIR»/gl'
make[3]: Leaving directory `/«PKGBUILDDIR»/gl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
make: *** [build-stamp] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: nagios-plugins
Source-Version: 1.4.16-2

We believe that the bug you reported is fixed in the latest version of
nagios-plugins, 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.
Jan Wagner <w...@cyconet.org> (supplier of updated nagios-plugins 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: Wed, 10 Jul 2013 15:08:23 +0200
Source: nagios-plugins
Binary: nagios-plugins nagios-plugins-common nagios-plugins-basic 
nagios-plugins-standard
Architecture: source all i386
Version: 1.4.16-2
Distribution: unstable
Urgency: low
Maintainer: Debian Nagios Maintainer Group 
<pkg-nagios-de...@lists.alioth.debian.org>
Changed-By: Jan Wagner <w...@cyconet.org>
Description: 
 nagios-plugins - Plugins for nagios compatible monitoring systems (metapackage)
 nagios-plugins-basic - Plugins for nagios compatible monitoring systems
 nagios-plugins-common - Common files for plugins for nagios compatible 
monitoring
 nagios-plugins-standard - Plugins for nagios compatible monitoring systems
Closes: 680416 698119 701406 708343 709297 713839 714281
Changes: 
 nagios-plugins (1.4.16-2) unstable; urgency=low
 .
   * Add versioned dependency to inetutils-ping (Closes: #680416), thanks to
     Robert Millan
   * Move nagios-plugins-contrib from Recommends to Suggests
   * Define the path for rpcinfo to /usr/sbin and recommend rpcbind
     - LP: #1086151
     - Closes: #713839, thanks to Russell Sim
   * Enable Extra-Opts by adding --enable-extra-opts to configure flags
     (Closes: #698119)
   * Fix FTBFS: do not assume that gets is defined
     - LP: #1097848
     - Closes: #701406
   * Add performance data to check_apt: 10_check_apt_perfdata.dpatch
     (Closes: #708343)
   * Fixing NULL pointer dereference in check_nt (Closes: #714281), thanks to
     Vaclav Ovsik
   * Add additional arguments to command definitions in (Closes: #709297):
     - dhcp.cfg
     - dns.cfg
     - ftp.cfg
     - http.cfg
     - mail.cfg
     - mysql.cfg
     - news.cfg
     - ntp.cfg
     - pgsql.cfg
     - procs.cfg
     - ssh.cfg
     - tcp_udp.cfg
     - telnet.cfg
Checksums-Sha1: 
 6b145b2348dbf71dc2ddc577c5bdeb84bde0d3f0 1758 nagios-plugins_1.4.16-2.dsc
 efd8e0d6cc0a8762819ca4e0481fcb8f1cb030b7 33579 nagios-plugins_1.4.16-2.diff.gz
 326934025159e867d71f2d762997fb0c7e060045 22354 nagios-plugins_1.4.16-2_all.deb
 cf585522bd1e04bb911d15aab2cc995e305f91b6 199146 
nagios-plugins-common_1.4.16-2_i386.deb
 94380f3a82b1d43064b1c605e501302c7ae95343 851208 
nagios-plugins-basic_1.4.16-2_i386.deb
 05d1b249ed9617cd63efdf0e682ecde1f4039531 420128 
nagios-plugins-standard_1.4.16-2_i386.deb
Checksums-Sha256: 
 1f87f5798599df174a1bb27ee7eaead3edf611705f1abf5ce94d25e5a4a195a6 1758 
nagios-plugins_1.4.16-2.dsc
 edfd3e4f88f7a11a996e85ba8956138dc195b2c2522de5b0db1536ddb17ccec0 33579 
nagios-plugins_1.4.16-2.diff.gz
 779383850f1d3fb3ce294c334684aa66e3401bc27893f73f7f32198a095eab0b 22354 
nagios-plugins_1.4.16-2_all.deb
 af6a6080f45fb7eb8d84e8c574af828a82ba5201d64613639231a09f059837dc 199146 
nagios-plugins-common_1.4.16-2_i386.deb
 9f34f16e41f9d923106f469285d224a5215eb51f65a139b4cb7ba01c0648f85a 851208 
nagios-plugins-basic_1.4.16-2_i386.deb
 a63e545b73679a0668b9655f2b39e1a6f82929d2b329c20f490c09a18e271696 420128 
nagios-plugins-standard_1.4.16-2_i386.deb
Files: 
 a77ac84d13db5ada79c78357e57afc80 1758 net extra nagios-plugins_1.4.16-2.dsc
 64e6f9b478626777500bf66a466a1cba 33579 net extra 
nagios-plugins_1.4.16-2.diff.gz
 011a7be95061c7935df2061284422082 22354 net extra 
nagios-plugins_1.4.16-2_all.deb
 9cf5b58bcf60cd36ecdbf279693014fd 199146 net extra 
nagios-plugins-common_1.4.16-2_i386.deb
 3954e1fed6d9e944b9ad5fc36ce7d3fc 851208 net extra 
nagios-plugins-basic_1.4.16-2_i386.deb
 280c49e111353aaceb83bb28476ee072 420128 net extra 
nagios-plugins-standard_1.4.16-2_i386.deb

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

iD8DBQFR3V629u6Dud+QFyQRAoKeAKDWiHu+ua5YFVi9A7PgnFF9T9RIqgCfXWoM
YMVCp6wUaSxnywhMr5nTTnY=
=71Ld
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to