Your message dated Fri, 24 Jul 2015 15:51:36 +0000
with message-id <[email protected]>
and subject line Bug#778171: fixed in wmmon 1.1+20131205-1.1
has caused the Debian Bug report #778171,
regarding wmmon: 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.)


-- 
778171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778171
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:wmmon
Version: 1.1+20131205-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/wmmon_1.1+20131205-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

[...]
   dh_auto_configure -a
   debian/rules override_dh_auto_build
make[1]: Entering directory '/«BUILDDIR»/wmmon-1.1+20131205'
dh_testdir
cd wmmon; /usr/bin/make
make[2]: Entering directory '/«BUILDDIR»/wmmon-1.1+20131205/wmmon'
cc -O2 -D_FORTIFY_SOURCE=2 -c -Wall wmmon.c -o wmmon.o
cc -O2 -D_FORTIFY_SOURCE=2 -c -Wall ../wmgeneral/wmgeneral.c -o 
../wmgeneral/wmgeneral.o
cc -O2 -D_FORTIFY_SOURCE=2 -c -Wall ../wmgeneral/misc.c -o ../wmgeneral/misc.o
In file included from ../wmgeneral/misc.c:24:0:
../wmgeneral/list.h:57:13: warning: inline function 'list_free' declared but 
never defined
 INLINE void list_free(LinkedList* list);
             ^
../wmgeneral/list.h:55:19: warning: inline function 'list_find' declared but 
never defined
 INLINE LinkedList*list_find(LinkedList* list, void* elem);
                   ^
../wmgeneral/list.h:53:13: warning: inline function 'list_mapcar' declared but 
never defined
 INLINE void list_mapcar(LinkedList* list, void(*function)(void*));
             ^
../wmgeneral/list.h:51:20: warning: inline function 'list_remove_elem' declared 
but never defined
 INLINE LinkedList *list_remove_elem(LinkedList* list, void* elem);
                    ^
../wmgeneral/list.h:49:13: warning: inline function 'list_remove_head' declared 
but never defined
 INLINE void list_remove_head(LinkedList** list);
             ^
../wmgeneral/list.h:47:14: warning: inline function 'list_nth' declared but 
never defined
 INLINE void* list_nth(int index, LinkedList* list);
              ^
../wmgeneral/list.h:45:12: warning: inline function 'list_length' declared but 
never defined
 INLINE int list_length(LinkedList* list);
            ^
../wmgeneral/list.h:43:20: warning: inline function 'list_cons' declared but 
never defined
 INLINE LinkedList* list_cons(void* head, LinkedList* tail);
                    ^
cc -O2 -D_FORTIFY_SOURCE=2 -c -Wall ../wmgeneral/list.c -o ../wmgeneral/list.o
cc -Wl,-z,relro -o wmmon wmmon.o ../wmgeneral/wmgeneral.o ../wmgeneral/misc.o 
../wmgeneral/list.o -L/usr/X11R6/lib -lXpm -lXext -lX11
../wmgeneral/misc.o: In function `parse_command':
misc.c:(.text+0x128): undefined reference to `list_cons'
misc.c:(.text+0x151): undefined reference to `list_length'
misc.c:(.text+0x193): undefined reference to `list_remove_head'
collect2: error: ld returned 1 exit status
make[2]: *** [wmmon] Error 1
Makefile:16: recipe for target 'wmmon' failed
make[2]: Leaving directory '/«BUILDDIR»/wmmon-1.1+20131205/wmmon'
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:8: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«BUILDDIR»/wmmon-1.1+20131205'
make: *** [build-arch] Error 2
debian/rules:5: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: wmmon
Source-Version: 1.1+20131205-1.1

We believe that the bug you reported is fixed in the latest version of
wmmon, 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 wmmon 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 17:26:25 +0200
Source: wmmon
Binary: wmmon
Architecture: source
Version: 1.1+20131205-1.1
Distribution: unstable
Urgency: medium
Maintainer: Rodolfo García Peñas (kix) <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
 wmmon      - Window Maker dockapp for monitoring system information
Closes: 778171
Changes:
 wmmon (1.1+20131205-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix "ftbfs with GCC-5": add patch to build with "-std=gnu89".
     (Closes: #778171)
Checksums-Sha1:
 85805dacec0387b1e58dd5f2203c96a3e0b48a71 1895 wmmon_1.1+20131205-1.1.dsc
 846856141999f623096691e9fce640814d8ecf4c 3872 
wmmon_1.1+20131205-1.1.debian.tar.xz
Checksums-Sha256:
 230232cc16c39ef36d39c5aab6ca249ae93ebd006cf5efd161abfd88ad97a6ae 1895 
wmmon_1.1+20131205-1.1.dsc
 07aa403fa6ac18a85b3aa45451cd9b3cdb1aada1006ff7f28056dc812b8fa632 3872 
wmmon_1.1+20131205-1.1.debian.tar.xz
Files:
 0c0740f955c56e676397a07b23987fee 1895 x11 optional wmmon_1.1+20131205-1.1.dsc
 1bb0668843a72f9360bf5313f931c87c 3872 x11 optional 
wmmon_1.1+20131205-1.1.debian.tar.xz

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

iQJ8BAEBCgBmBQJVq8H/XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG9wgP/31At+KAJxOnx5vjPXYkJor5
wQ+XaQlb8HiJmSxqpOgzUShgKAC6RUWFV+jQKcdVs1uNaaezpoolDx6RHovG+86g
RrfMEvVl+ks1hgC4qiNbYpWZR+Gv9iylWSo1T6v3HquTbSTrlSEJZ1qieha+f4lG
NmRhXSgnJPEY2zfm2Y+N3Q9kRG+Ykmpg0cHQ4uM9XtgzSh4UVfOgDby4axj2IJ8s
OURCDOfk3NaENv4fjVX0PRy6+DFA3PxDau25mCeD8nrDzsrcQe0kWDQK6iKF2sIP
kpTf4/SaoWqyfbZzX6Azj7OceHK52blswD6irV0Sct6ovh639PweuW5UAK84z79y
pK6OpcG8lgKQO1GXzWz10y1nH7ykrsQMwN3lgI84ggwoQhm9QqrSPIri4l52Rh5t
VJhzVqnqqdMzPfB52JVLwqbtBXXBQaScTIY9SS1Pncg9Xf551LBUURyiCNKwKu43
CHKvG5oRmFgjLB8oodbmIRgjtUI/jjY02jjFCuaHlbpqPOvnPtGPBv8XeSb6VYFo
zZXmAQ6k22hh2dZ7MNzSaI9YFz7HUJGHAcn5xjyQ0Y7Yksaa/bfEvs3ighpdA3cx
tu3La/wDXAVXT6xz3Tl9y5+46BdaPWkPBqWpOOd61DlGSAJp2LNSlaGZ2n9BYFpn
LqMWRZV5dJxsHIhgkI+C
=miws
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to