Your message dated Thu, 23 Jul 2015 15:36:26 +0000
with message-id <e1ziixq-0004j6...@franck.debian.org>
and subject line Bug#777780: fixed in asmon 0.71-5.1
has caused the Debian Bug report #777780,
regarding asmon: 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.)


-- 
777780: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777780
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:asmon
Version: 0.71-5
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/asmon_0.71-5_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

[...]
make[1]: Entering directory '/«PKGBUILDDIR»/asmon'
gcc -c -Wall  asmon.c -o asmon.o
asmon.c: In function 'DrawLoad':
asmon.c:475:23: warning: variable 'i' set but not used 
[-Wunused-but-set-variable]
     int tempy, tempa, i;
                       ^
asmon.c: In function 'DrawMemSwap':
asmon.c:615:32: warning: variable 'MEMcach' set but not used 
[-Wunused-but-set-variable]
  unsigned long MEMshar,MEMbuff,MEMcach, MEMswap;
                                ^
gcc -c -Wall  ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o
gcc -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);
                    ^
gcc -c -Wall  ../wmgeneral/list.c -o ../wmgeneral/list.o
gcc -o asmon asmon.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+0x1fa): undefined reference to `list_cons'
misc.c:(.text+0x21a): undefined reference to `list_length'
misc.c:(.text+0x26e): undefined reference to `list_remove_head'
collect2: error: ld returned 1 exit status
make[1]: *** [asmon] Error 1
Makefile:18: recipe for target 'asmon' failed
make[1]: Leaving directory '/«PKGBUILDDIR»/asmon'
make: *** [build-stamp] Error 2
debian/rules:15: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: asmon
Source-Version: 0.71-5.1

We believe that the bug you reported is fixed in the latest version of
asmon, 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.
gregor herrmann <gre...@debian.org> (supplier of updated asmon 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: SHA512

Format: 1.8
Date: Sat, 18 Jul 2015 17:00:10 +0200
Source: asmon
Binary: asmon
Architecture: source
Version: 0.71-5.1
Distribution: unstable
Urgency: medium
Maintainer: Eric Evans <eev...@debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
 asmon      - system resource monitor dockapp for Afterstep and WindowMaker
Closes: 777780
Changes:
 asmon (0.71-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix "ftbfs with GCC-5":
     apply patch from Martin Michlmayr to use GNU89 inline semantics.
     (Closes: #777780)
Checksums-Sha1:
 48ad0d0388fa97f761260f194e555248b47da047 1911 asmon_0.71-5.1.dsc
 36441e4cef2da68e38aaefc7b2ffda9285cb7384 3983 asmon_0.71-5.1.diff.gz
Checksums-Sha256:
 b3567945cc1f70bba2e0a91c34e8a3eecb0a0d7981bb7d09e11fafbada1f63d8 1911 
asmon_0.71-5.1.dsc
 1f86d80fb982ec76c69a0bbb06475174a076df3ddfc62ccfc220d48931bc11b2 3983 
asmon_0.71-5.1.diff.gz
Files:
 eb07de33a78e109bcd10a0e3030ddd82 1911 x11 optional asmon_0.71-5.1.dsc
 079eb94686682c299bac4138c75a4987 3983 x11 optional asmon_0.71-5.1.diff.gz

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

iQJ8BAEBCgBmBQJVqmqPXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGyiAP/23D53n08uJot6pqqY47zpX2
22T1oZIu5DyT5s2+73vtxZeqm9pNqOGW2aYb8tKooF8f9yXUJweto3Ze4ykrww4h
HGaP3dajWY+c8lmIWAGzGPk5AygEBCWWHU2XS0OU7H3ZL+Nodf0fepxxFRmLVGAO
t+YHCRpSUwPFgrKaF3bSf7GFNPViltHZTHYS26kT4P4ypeY+7nm2qABrCpOH4Nad
H998zYwHGzGZLdrqY7CST4RpeuxI2IdbOuxijEfWNnrqpYfTC3iAgOW/pXnaIsWU
biUSpghE1fbbPlmZ28Udmm6u094PdavD635EWlj+UwujU9rRLZCV4ntoiuUPbSeg
PXHLWVrJp0KPrNLoDakYMVYMTU6CRBiPSx9Vo+3bUhuaZyPWZmPDF9dAbVwZyDVP
Z29W5a8Rlatno7DbO39jYHBeXOl5x1kExBFxc7T5+k9JnP0AXH1aITgfKR03fbnz
1TFzsb0HpnDNlh0OL/fSOEvqoMAAzxRZW2LD9T2n714H9Kd0MBDOOQj8EYN1H3ws
wqTSTly8NGMyx4xlnBKRObe5p+fEpxw1gJYZfMHknudx5pLI1dMTVgSdUh1gLzAR
i6poByfzK2vcwOehQ7lgZt3MVkKS1thGhBQxORDg9zGCSroQUwvLVqfD1JocLAGo
jdc/ygQ+1CiIE87b6KE4
=jmT7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to