Your message dated Sun, 27 Aug 2017 21:06:40 +0000
with message-id <[email protected]>
and subject line Bug#853664: fixed in snoopy 2.4.6-2
has caused the Debian Bug report #853664,
regarding snoopy: ftbfs with GCC-7
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.)
--
853664: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853664
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:snoopy
Version: 2.3.1-2
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-7
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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/snoopy_2.3.1-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.
To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are 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-7/porting_to.html
[...]
dh_auto_build
make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash
/<<PKGBUILDDIR>>/build/aux/missing autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
make all-recursive
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
make all-recursive
make[4]: Entering directory '/<<PKGBUILDDIR>>/src'
Making all in datasource
make[5]: Entering directory '/<<PKGBUILDDIR>>/src/datasource'
make all-am
make[6]: Entering directory '/<<PKGBUILDDIR>>/src/datasource'
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Werror -I../../src -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c -o cmdline.lo cmdline.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time
-D_FORTIFY_SOURCE=2 -Wall -Werror -I../../src -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -c cmdline.c -fPIC -DPIC -o .libs/cmdline.o
cmdline.c: In function 'snoopy_datasource_cmdline':
cmdline.c:60:78: error: comparison between pointer and zero character constant
[-Werror=pointer-compare]
for (cmdLineArgCount=0 ; *(snoopy_inputdatastorage_argv+cmdLineArgCount)
!= '\0' ; cmdLineArgCount++);
^~
cmdline.c:60:30: note: did you mean to dereference the pointer?
for (cmdLineArgCount=0 ; *(snoopy_inputdatastorage_argv+cmdLineArgCount)
!= '\0' ; cmdLineArgCount++);
^
cc1: all warnings being treated as errors
Makefile:921: recipe for target 'cmdline.lo' failed
make[6]: *** [cmdline.lo] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/datasource'
Makefile:808: recipe for target 'all' failed
make[5]: *** [all] Error 2
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/datasource'
Makefile:823: recipe for target 'all-recursive' failed
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:671: recipe for target 'all' failed
make[3]: *** [all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:697: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:614: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: recipe for target 'binary' failed
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: snoopy
Source-Version: 2.4.6-2
We believe that the bug you reported is fixed in the latest version of
snoopy, 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.
Lukas Schwaighofer <[email protected]> (supplier of updated snoopy
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 Aug 2017 12:18:19 +0200
Source: snoopy
Binary: snoopy
Architecture: source
Version: 2.4.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools Packaging Team
<[email protected]>
Changed-By: Lukas Schwaighofer <[email protected]>
Description:
snoopy - execve() wrapper and logger
Closes: 853664
Changes:
snoopy (2.4.6-2) unstable; urgency=medium
.
* Team upload.
* No longer compare pointer with the zero constant character to fix FTBFS
with GCC-7 (Closes: #853664).
Checksums-Sha1:
bbe86dd83a264ea2095f4e24e5b1e166e27803bd 1903 snoopy_2.4.6-2.dsc
9603d2d8726096456026da36d93942b8507e3ff4 15108 snoopy_2.4.6-2.debian.tar.xz
Checksums-Sha256:
7016eb26286a9321b5bc0a53b6270b4bc1f6662d496752969edd72238df514d4 1903
snoopy_2.4.6-2.dsc
e7595f6c418dc8c77f38155f7c59de38ac407e4bfe9995ec3b2d36dfc212c28b 15108
snoopy_2.4.6-2.debian.tar.xz
Files:
147111bdcaa971166defbe6b2eeed39c 1903 admin optional snoopy_2.4.6-2.dsc
f1642e81f3696a750b8623220034462f 15108 admin optional
snoopy_2.4.6-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCAAGBQJZozD4AAoJEPNPCXROn13ZG04P/0+MotTqctyx0dI4CcH36dRm
1lQ1BhdkhuXoo7f2q7se5kEmAC7ksgBTcpl1llbzT+B+m1ahRfG4mzvc9RqAOQVr
vu0x+IvalmjvGDfWaJeiRFeuL6hBPqi/jbKr+/9p/ojsQGQH8U3psxUbp5cP16WP
alsp23BkWXRU3VeP0sj2fpic+xv+4EgUF30zO21VPWSuH1fC4xU1Z7Tp9fmAsOUP
spFrrlEE9s1yZdXlxoGDRcKGjiM5ihIX82vtaK9h3e7nhSnwX7BUA3ulwcZKewp/
JSflHo3SOyTdklSb28eVAkCuU0GcVEmZJ/E1pkAzVjYPcqGLgiEGOOQKW7NKbA9C
K4PaqtYYngOH3h4insoEC4N923957EDw5Rc2qlt0nWlTHRy7YnTNRBE6lNXH5uqA
srMkBwel/gV+8HBsJrpR5p6v0oxfKDndzzV/FltAxNaT4Rt/ZGaDaaqKz82PToTJ
Iy54nk9l0ZkOIkQ402ZNt3eU/y5ASFEsYNY1QrD3K+oLS2fytrx6LniVnaJsAFem
6TRVip9ixXagHIgjafLBQbQSirI7mUo3GRdkcGGkumvOLQ3BwXfp+JUwT+FeC2T3
mAK9AHU13Z4rsc9/pg6iIn28grTz3j0AJ1zAoiQiVsNowmqe/UPlfFfn4w4a4Iu4
fV5gZmY/AyvFwTfT+KS9
=2f4f
-----END PGP SIGNATURE-----
--- End Message ---