Your message dated Fri, 24 Jul 2015 17:32:43 +0000
with message-id <[email protected]>
and subject line Bug#777808: fixed in bwm-ng 0.6-3.2
has caused the Debian Bug report #777808,
regarding bwm-ng: 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 [email protected]
immediately.)


-- 
777808: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777808
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bwm-ng
Version: 0.6-3.1
Severity: normal
Tags: sid stretch
User: [email protected]
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/bwm-ng_0.6-3.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

[...]
             ^
cc1: warning: unrecognized command line option '-Wno-long-double'
if x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -Wall -g -O2 
-Wl,-z,defs -Wno-long-double -Wno-long-long -MT libstatgrab.o -MD -MP -MF 
".deps/libstatgrab.Tpo" -c -o libstatgrab.o `test -f 'input/libstatgrab.c' || 
echo './'`input/libstatgrab.c; \
then mv -f ".deps/libstatgrab.Tpo" ".deps/libstatgrab.Po"; else rm -f 
".deps/libstatgrab.Tpo"; exit 1; fi
input/libstatgrab.c: In function 'get_iface_stats_libstat':
input/libstatgrab.c:36:42: warning: passing argument 1 of 
'sg_get_network_io_stats' from incompatible pointer type 
[-Wincompatible-pointer-types]
  network_stats = sg_get_network_io_stats(&num_network_stats);
                                          ^
In file included from input/libstatgrab.h:30:0,
                 from input/libstatgrab.c:24:
/usr/include/statgrab.h:340:34: note: expected 'size_t * {aka long unsigned int 
*}' but argument is of type 'int *'
 __sg_public sg_network_io_stats *sg_get_network_io_stats(size_t *entries);
                                  ^
input/libstatgrab.c: In function 'get_iface_stats_libstatdisk':
input/libstatgrab.c:70:38: warning: passing argument 1 of 
'sg_get_disk_io_stats' from incompatible pointer type 
[-Wincompatible-pointer-types]
    disk_stats = sg_get_disk_io_stats(&num_disk_stats);
                                      ^
In file included from input/libstatgrab.h:30:0,
                 from input/libstatgrab.c:24:
/usr/include/statgrab.h:319:31: note: expected 'size_t * {aka long unsigned int 
*}' but argument is of type 'int *'
 __sg_public sg_disk_io_stats *sg_get_disk_io_stats(size_t *entries);
                               ^
In file included from input/libstatgrab.h:27:0,
                 from input/libstatgrab.c:24:
input/libstatgrab.c: At top level:
input/retrieve.h:64:13: warning: inline function 'get_iface_stats' declared but 
never defined
 inline void get_iface_stats(char _n);
             ^
cc1: warning: unrecognized command line option '-Wno-long-double'
x86_64-linux-gnu-gcc  -Wall -g -O2 -Wl,-z,defs -Wno-long-double -Wno-long-long  
 -o bwm-ng  bwm-ng.o process.o output.o options.o help.o curses_tools.o 
retrieve.o proc_net_dev.o proc_diskstats.o libstatgrab.o -lncurses  -lstatgrab
bwm-ng.o: In function `main':
/«PKGBUILDDIR»/src/bwm-ng.c:256: undefined reference to `get_iface_stats'
/«PKGBUILDDIR»/src/bwm-ng.c:212: undefined reference to `get_iface_stats'
/«PKGBUILDDIR»/src/bwm-ng.c:303: undefined reference to `get_iface_stats'
/«PKGBUILDDIR»/src/bwm-ng.c:310: undefined reference to `get_iface_stats'
curses_tools.o: In function `handle_gui_input':
/«PKGBUILDDIR»/src/curses_tools.c:58: undefined reference to `get_iface_stats'
collect2: error: ld returned 1 exit status
make[3]: *** [bwm-ng] Error 1
Makefile:213: recipe for target 'bwm-ng' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
Makefile:272: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:165: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:31: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: bwm-ng
Source-Version: 0.6-3.2

We believe that the bug you reported is fixed in the latest version of
bwm-ng, 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.
gregor herrmann <[email protected]> (supplier of updated bwm-ng 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: SHA512

Format: 1.8
Date: Sun, 19 Jul 2015 19:01:18 +0200
Source: bwm-ng
Binary: bwm-ng
Architecture: source
Version: 0.6-3.2
Distribution: unstable
Urgency: medium
Maintainer: Damián Viano <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
 bwm-ng     - small and simple console-based bandwidth monitor
Closes: 777808
Changes:
 bwm-ng (0.6-3.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix "ftbfs with GCC-5": adopt changes from Ubuntu:
     - Fix causes of "warning: format not a string literal and no format
       arguments" in src/output.c which were causing a strange message of
       'cc1: error: unrecognized command line option "-Wno-long-double"'
     - Check return value of fgets in src/input/proc_diskstats.c which
       led to the same error as above.
     Additionally add "-std=gnu89" to CFLAGS in debian/rules.
     (Closes: #777808)
Checksums-Sha1:
 6c4b95576cf6aca88759cfb9a283858894b323f7 1838 bwm-ng_0.6-3.2.dsc
 55bc3bd016f78f446b356fdbca82288701081fed 4144 bwm-ng_0.6-3.2.debian.tar.xz
Checksums-Sha256:
 c7664c5ed914cc3f0745bb788b34ccd1952a44ee13aacf84d062a86821e5e98e 1838 
bwm-ng_0.6-3.2.dsc
 711a534c8c9ef60a6a5c5604494e4027bcb8e4f5b645734fd6295c739deb956e 4144 
bwm-ng_0.6-3.2.debian.tar.xz
Files:
 cf9cea44dd1c610e6c6d6ecd05067820 1838 net optional bwm-ng_0.6-3.2.dsc
 f87b92065698e5ae4c040cdf265a2262 4144 net optional bwm-ng_0.6-3.2.debian.tar.xz

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

iQJ8BAEBCgBmBQJVq9iPXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGs2oP/0rf6qCcqAydhnLJrXtfsCoj
DxlyenY/hSVar7C4vHjfAgxyj0O7VCexnl6I7iX+rU5pwDIt1BrnIdyTWiIL4eVd
aASp2XnnxCxA9KgF3hh8Ev+NxC6ys/ytwb/47Mw0R5k3ZzqbCF468Vdxj8owW6km
BUdNN8JkSA2JegQAeVomfhjgPRWPbNa5bLGFqtYum9wR3i0J9hp4Lh0mc4jar3v5
1i5ekp0Q40PPR1o+oR9G2KLfMO5mb8aiU5Q+XvH92NJ/fpDGSDvQ9ax3ReFORdSR
bpTajtEzYXmdKY1twHErNepYgqeqqLT5ILf57sJujl9hFx8CuFJLi5wKeSDvmSYi
qd6q9un6pKUW+4+JI20S+T2cgjB5p3vDCNf/0prG1jr0j2GPntiuSR7HUTZwkjnM
yvZFJMLYnN20h6kto3PQsnSUQoyggm0/GIALLHjJCrrGyOtkg7Rxcn1N9nXvVewG
rt0vg6gnM3v1YGPdrT5V7X6e0hswuIBbUkub1a5CmAhXua776HCAlC8KYpPAN0IE
a6GpgsTgY4RhmwZiQfv3Fez+nmI6i/HYcrmINgMjnHaG5ChGQPSwf8/GMrnNdzla
kyI5TIknUNhmoUr1fka6bVZWuwnN0hUIin8mAWkSYTJdKE8Vm7JgqQqe97opqFYe
jDC+CVDhVBlNPsSGZlKZ
=VyFD
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to