Your message dated Fri, 24 Jul 2015 17:32:39 +0000
with message-id <e1zigpr-0003a7...@franck.debian.org>
and subject line Bug#777797: fixed in bbrun 1.6-6.1
has caused the Debian Bug report #777797,
regarding bbrun: 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.)


-- 
777797: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777797
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bbrun
Version: 1.6-6
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/bbrun_1.6-6_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

[...]
       fprintf(stderr, "\t[%02d] '%s'\n", histIndex, (char *) *histTOC2);
                                                     ^
bbrun.c: In function 'writeHistory':
bbrun.c:312:25: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
     fprintf(fp, "%s\n", (char *) *histTOC2);
                         ^
bbrun.c: In function 'runwin':
bbrun.c:419:47: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
     combo_items = g_list_prepend(combo_items, (char *) *histTOC2);
                                               ^
gcc -g -c -O2 -Wall ../wmgeneral/wmgeneral.c -o ../wmgeneral/wmgeneral.o 
`pkg-config --cflags gtk+-2.0`
gcc -g -c -O2 -Wall ../wmgeneral/misc.c -o ../wmgeneral/misc.o `pkg-config 
--cflags gtk+-2.0`
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 -g -c -O2 -Wall ../wmgeneral/list.c -o ../wmgeneral/list.o `pkg-config 
--cflags gtk+-2.0`
gcc -Wall -g -o bbrun bbrun.o ../wmgeneral/wmgeneral.o ../wmgeneral/misc.o 
../wmgeneral/list.o -L/usr/lib -L/usr/X11R6/lib -lXpm -lX11 -lXext `pkg-config 
--libs gtk+-2.0`
../wmgeneral/misc.o: In function `parse_command':
/«PKGBUILDDIR»/bbrun/../wmgeneral/misc.c:122: undefined reference to 
`list_cons'
/«PKGBUILDDIR»/bbrun/../wmgeneral/misc.c:126: undefined reference to 
`list_length'
/«PKGBUILDDIR»/bbrun/../wmgeneral/misc.c:131: undefined reference to 
`list_remove_head'
collect2: error: ld returned 1 exit status
make[1]: *** [bbrun] Error 1
Makefile:17: recipe for target 'bbrun' failed
make[1]: Leaving directory '/«PKGBUILDDIR»/bbrun'
make: *** [build-stamp] Error 2
debian/rules:17: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: bbrun
Source-Version: 1.6-6.1

We believe that the bug you reported is fixed in the latest version of
bbrun, 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 bbrun 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: Sun, 19 Jul 2015 18:37:49 +0200
Source: bbrun
Binary: bbrun
Architecture: source
Version: 1.6-6.1
Distribution: unstable
Urgency: medium
Maintainer: Kevin Coyner <kcoy...@debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
 bbrun      - A tool for the blackbox/fluxbox window managers that runs command
Closes: 777797
Changes:
 bbrun (1.6-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix "ftbfs with GCC-5": add patch to build with "-std=gnu89".
     (Closes: #777797)
Checksums-Sha1:
 be31695a8e34e2454fd6624738b54a592dfc6dff 1789 bbrun_1.6-6.1.dsc
 78463ebf00b8dd589ae5d9e13122e4d085b87a0b 5564 bbrun_1.6-6.1.diff.gz
Checksums-Sha256:
 40f4ee84006c5413574ecb9cd6bc1752600b9f187a7136d7ea94414875eff385 1789 
bbrun_1.6-6.1.dsc
 165bd23e89902b15844dcace8f9d28c9104bd1bbd21ff33f9f5eb7a72820c04b 5564 
bbrun_1.6-6.1.diff.gz
Files:
 55dd4f17ed32740e8d291f78f2cdec17 1789 x11 optional bbrun_1.6-6.1.dsc
 e0b7fc39f8e9f6cd2c90e7e90152ca11 5564 x11 optional bbrun_1.6-6.1.diff.gz

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

iQJ8BAEBCgBmBQJVq9KdXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGaKIP/isD+IJmykDaicO7SYdyW9rc
JLAkL1RBZtbyBWtWoQPaRn74jRhmfeIdPsXw3mC9mWDqB8ncpxiMeAS3RJp3kbyw
zQIXfNdXNYZq3ij6moBDs8AmjGz8/doxqGtnqnhYt3Lyv9kdI1xLCUjTliQ+Y7Kk
giSqP+cadV/HoN69L+pawCKzBKXMEM0qJEyezM5vVx9IwPkBr/7GjhfijHFrncUR
z7WB4IMnHSdKJJN8Ly0EcwzqCPRetXBO3QLZEzDx4OPDsKUbtXi6V4kHnnsjOksX
gaI3dVe0vtYhXfPrAIp45ItpuRlU7N5Xko+nLoT3P/fzuLxiC725OEkkRl3YAM65
AjSjt5ilcfD7k7rFA0DT3I5gmAxS7cpUSbLGM6dU2eDE+35I5oVjpJ6fGnARvsHC
2IndyKI3KfrYSI1HNJDVSuw3P6WWergsEHZ8orVb9/nFwrf3dBnrziuIp6jzk/3J
GVjRYrAbQtYEX+XAr7YsqN/oL7egXwFkcoaBQ61V8g3CYQFAkOfBluHZt9YlXFus
I8qDPBcHxOqwKbKP9FW3fZ+jshhQir/a0aB7MxdOQVTuCKzd0iIHtyC8UiH+TvTh
IRUm2sOwxsr9vT3OuCWW4pqieyDhz+mZssHvwkrCvZR4v5tk6z/ojaFPCqsjttVc
fEfJ34XkRoY+M9iO0/bc
=3KZm
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to