Your message dated Fri, 26 Jun 2015 11:49:58 +0000
with message-id <e1z8s8s-000513...@franck.debian.org>
and subject line Bug#777941: fixed in libcli 1.9.7-2
has caused the Debian Bug report #777941,
regarding libcli: ftbfs with GCC-5
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.)


-- 
777941: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777941
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libcli
Version: 1.9.7-1
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-5/g++-5, but succeeds to build with gcc-4.9/g++-4.9. The
severity of this report may be raised before the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/libcli_1.9.7-1_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, new warnings
resulting in build failures with -Werror turned on, or new/dropped
symbols in Debian symbols files.  For other C/C++ related build failures
see the porting guide at http://gcc.gnu.org/gcc-5/porting_to.html

[...]
SCHROOT_GID=1001
SCHROOT_GROUP=user
SCHROOT_SESSION_ID=unstable-amd64-sbuild-2a6d6e68-19e5-443b-b728-651dd849b47d
SCHROOT_UID=1001
SCHROOT_USER=user
SHELL=/bin/sh
USER=user

dpkg-buildpackage
─────────────────

dpkg-buildpackage: source package libcli
dpkg-buildpackage: source version 1.9.7-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Jonathan McDowell <nood...@earth.li>
 dpkg-source --before-build libcli-1.9.7
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
/usr/bin/make clean
make[1]: Entering directory '/«PKGBUILDDIR»'
rm -f *.o libcli.so* libcli.a clitest
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_clean
 debian/rules build-arch
dh_testdir
touch configure-stamp
dh_testdir
/usr/bin/make PREFIX=/usr
make[1]: Entering directory '/«PKGBUILDDIR»'
gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -g -O3 -Wall -std=c99 -pedantic -Wformat-security 
-Wno-format-zero-length -Werror -Wwrite-strings -Wformat 
-fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align 
-Wno-unused-parameter -fPIC -o libcli.o -c libcli.c
gcc -o libcli.so.1.9.7 libcli.o -Wl,-z,relro -shared -Wl,-soname,libcli.so.1.9 
-lcrypt
rm -f libcli.so libcli.so.1.9
ln -s libcli.so.1.9.7 libcli.so.1.9
ln -s libcli.so.1.9 libcli.so
ar rcs libcli.a libcli.o
gcc -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -g -O3 -Wall -std=c99 -pedantic -Wformat-security 
-Wno-format-zero-length -Werror -Wwrite-strings -Wformat 
-fdiagnostics-show-option -Wextra -Wsign-compare -Wcast-align 
-Wno-unused-parameter -fPIC -o clitest.o -c clitest.c
clitest.c: In function 'cmd_test':
clitest.c:75:45: error: ISO C does not support '__FUNCTION__' predefined 
identifier [-Werror=pedantic]
     cli_print(cli, "called %s with \"%s\"", __FUNCTION__, command);
                                             ^
cc1: all warnings being treated as errors
make[1]: *** [clitest.o] Error 1
Makefile:41: recipe for target 'clitest.o' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:29: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: libcli
Source-Version: 1.9.7-2

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

Debian distribution maintenance software
pp.
Jonathan McDowell <nood...@earth.li> (supplier of updated libcli 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: Fri, 26 Jun 2015 12:41:28 +0100
Source: libcli
Binary: libcli-dev libcli1.9
Architecture: source amd64
Version: 1.9.7-2
Distribution: sid
Urgency: low
Maintainer: Jonathan McDowell <nood...@earth.li>
Changed-By: Jonathan McDowell <nood...@earth.li>
Description:
 libcli-dev - emulates a cisco style telnet command-line interface (dev files)
 libcli1.9  - emulates a cisco style telnet command-line interface
Closes: 777941
Changes:
 libcli (1.9.7-2) unstable; urgency=low
 .
   * Fix compilation with GCC 5. Thanks to James Cowgill. (closes: #777941)
Checksums-Sha1:
 b6640461203d994afde92f68f9c48315c63a212d 1757 libcli_1.9.7-2.dsc
 d3cad69697f079fd98098b8a057f706ac4de9660 4104 libcli_1.9.7-2.debian.tar.xz
 ab25d84610a9aba8d85af6a1c4f77f87276c2fc2 8542 libcli-dev_1.9.7-2_amd64.deb
 cc1353c38f04f75be6d81e688cf78b08cd14018a 18612 libcli1.9_1.9.7-2_amd64.deb
Checksums-Sha256:
 9dfd323a17fefb4032eddd899f43f0a21889dc12d9aa20ae547ea5704f3a6720 1757 
libcli_1.9.7-2.dsc
 7283b91a169d0048be0a2e1d393991a68fce0925a1a6109a1068414f001705fc 4104 
libcli_1.9.7-2.debian.tar.xz
 f95de638f8c7d91e82be5d7297d99ec2c8bf998edeafba33f881aaf80f03eea9 8542 
libcli-dev_1.9.7-2_amd64.deb
 974db1cb8519393f72b330a5660ca2784526474da366a6f9ad73d92fd6c3e8bc 18612 
libcli1.9_1.9.7-2_amd64.deb
Files:
 c59459e53cba5f50aa0f194e83ea8668 1757 libs optional libcli_1.9.7-2.dsc
 11f3b96d106eb97e8327c7c20b8f0dba 4104 libs optional 
libcli_1.9.7-2.debian.tar.xz
 969c742e5d4881ff1d5b1179defba5de 8542 libdevel optional 
libcli-dev_1.9.7-2_amd64.deb
 05bfee8edd440be24ca3d4a9c64641c6 18612 libs optional 
libcli1.9_1.9.7-2_amd64.deb

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

iQIcBAEBCAAGBQJVjTtiAAoJEP8WL8XPP7rRsegP/i4hSDVi+Hc3VOyGf5/jGyD+
pxremLRMZjjOzS3+v11Ps48bUburzz2PXIf00ZOMC47Y7yNDccQUWR+n4PRen31K
uJ3stnWmi/PpBb5NRA5+E1paQiTMCFPhYhaInqifGvYqB0KGaJjDPYH6cyQplofJ
RoQQONdeKxgkP9nb4Dd7PQOBAuINfqULJxHDZXdsjgdIKonJ05BhSHrRHaIJqRx3
BZlVd4mrKeiP+jLhSuDrCkmU+13OyCrpZ1NF3DmQ5sou0fworhCY52RszHO5pCTU
Qv14xoHTE2mRXenpIqOgYeygKAxiiq0LqA0fyQxOsFG1wa6IomqqT6IPGx7eLr/N
HS9NSQpbDn9ri4PTd3msS6XDYJmsfWdvjdXaQMNfHAZ+TwMckrDHv+jFm13mYJrH
Pyh81erYecUU46AJUpr1Mjn11OlyOCNVqPd3z3vSkpY7/oXq5lC4kkyirCk6pGMK
8Himx6Lpx5pK3RlQyYHSPM9DhQ1a5V4cO30DNc5VeKoSBH3D9xG3zsCG/UB0oFzB
4i8JhQaZIHXKkItpXmM+VyQhFZ3VM27quU4MTWDrRtVuugFX98EeYop+rNWLCbE1
rEzWMnDCBGdBriJHkDp6cw0Krn113GzHNR5ioWAEN+IwVZGPg1YJp1lrnTjYgdYk
sGRjcK6fbk8EuJ4b8ATG
=tuoT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to