Your message dated Sun, 19 Jul 2015 15:38:53 +0000
with message-id <e1zgqg1-0004rd...@franck.debian.org>
and subject line Bug#778137: fixed in tabble 0.43-3
has caused the Debian Bug report #778137,
regarding tabble: 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.)


-- 
778137: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778137
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tabble
Version: 0.43-2
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/tabble_0.43-2_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

[...]
   cell_struct* get_grid (world_info *info, gint tab_number, gint x, gint y);
                ^
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   
-D_FORTIFY_SOURCE=2 -O2 `pkg-config --cflags gtk+-2.0` -g -O2 -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-D_FORTIFY_SOURCE=2 -c read_line.c
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   
-D_FORTIFY_SOURCE=2 -O2 `pkg-config --cflags gtk+-2.0` -g -O2 -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-D_FORTIFY_SOURCE=2 -c tabble.c
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   
-D_FORTIFY_SOURCE=2 -O2 `pkg-config --cflags gtk+-2.0` -g -O2 -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-D_FORTIFY_SOURCE=2 -c load_lists.c
In file included from load_lists.c:10:0:
add_stuff.h:15:16: warning: inline function 'get_grid' declared but never 
defined
   cell_struct* get_grid (world_info *info, gint tab_number, gint x, gint y);
                ^
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   
-D_FORTIFY_SOURCE=2 -O2 `pkg-config --cflags gtk+-2.0` -g -O2 -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-D_FORTIFY_SOURCE=2 -c save_lists.c
In file included from save_lists.c:8:0:
add_stuff.h:15:16: warning: inline function 'get_grid' declared but never 
defined
   cell_struct* get_grid (world_info *info, gint tab_number, gint x, gint y);
                ^
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   
-D_FORTIFY_SOURCE=2 -O2 `pkg-config --cflags gtk+-2.0` -g -O2 -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-D_FORTIFY_SOURCE=2 -c signals.c
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2   
-D_FORTIFY_SOURCE=2 -O2 `pkg-config --cflags gtk+-2.0` -g -O2 -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic 
-D_FORTIFY_SOURCE=2 -c icons.c
icons.c:56:48: warning: 'icon_height' is static but used in inline function 
'scaled_icon' which is not static
   return any_scale_icon (filename, icon_width, icon_height);
                                                ^
icons.c:56:36: warning: 'icon_width' is static but used in inline function 
'scaled_icon' which is not static
   return any_scale_icon (filename, icon_width, icon_height);
                                    ^
gcc -O2 `pkg-config --cflags gtk+-2.0` -g -O2 -fPIE -fstack-protector-strong 
-Wformat -Werror=format-security -Wall -pedantic -D_FORTIFY_SOURCE=2  -fPIE 
-pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o tabble add_stuff.o choices.o 
edits.o icon.o options.o read_line.o tabble.o load_lists.o save_lists.o 
signals.o icons.o  `pkg-config --libs gtk+-2.0`
add_stuff.o: In function `pinup_item':
/«PKGBUILDDIR»/src/add_stuff.c:335: undefined reference to `scaled_icon'
choices.o: In function `show_edit_buttons':
/«PKGBUILDDIR»/src/choices.c:37: undefined reference to `get_grid'
edits.o: In function `accept_location':
/«PKGBUILDDIR»/src/edits.c:105: undefined reference to `scaled_icon'
save_lists.o: In function `save_run':
/«PKGBUILDDIR»/src/save_lists.c:124: undefined reference to `get_grid'
collect2: error: ld returned 1 exit status
make[4]: *** [tabble] Error 1
Makefile:239: recipe for target 'tabble' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/src'
make[4]: Entering directory '/«PKGBUILDDIR»'
make[4]: Leaving directory '/«PKGBUILDDIR»'
make[3]: *** [all-recursive] Error 1
Makefile:322: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/«PKGBUILDDIR»'
make[2]: *** [all] Error 2
Makefile:230: recipe for target 'all' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 CFLAGS=-g -O2 -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -Wall -pedantic -D_FORTIFY_SOURCE=2 returned exit code 2
make[1]: *** [override_dh_auto_build] Error 2
debian/rules:14: recipe for target 'override_dh_auto_build' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
debian/rules:17: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: tabble
Source-Version: 0.43-3

We believe that the bug you reported is fixed in the latest version of
tabble, 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 778...@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 tabble 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 16:07:26 +0200
Source: tabble
Binary: tabble
Architecture: source
Version: 0.43-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
 tabble     - program launcher with tabs for X
Closes: 778137 782222
Changes:
 tabble (0.43-3) unstable; urgency=medium
 .
   * QA upload.
     Set Maintainer to "Debian QA Group <packa...@qa.debian.org>".
     Cf. #778221
   * Fix "ftbfs with GCC-5": apply patch from David S. Roth:
     build with "-std=gnu89".
     (Closes: #778137)
   * Fix "please make the build reproducible": apply patch from Reiner
     Herrmann: use last changelog date as a timestamp.
     (Closes: #782222)
Checksums-Sha1:
 81a1e5c6c3f18a75a5f14f6eadf1873a1e6c0e24 1948 tabble_0.43-3.dsc
 e05c6a8a57a016e341565d5dda7d1d1331a52b47 3764 tabble_0.43-3.debian.tar.xz
Checksums-Sha256:
 7377adb24c35b02212a4b5e4fdf0acfcc69340dfedab23189bc683ec6c192f2d 1948 
tabble_0.43-3.dsc
 4f59e778b2e7cd289094159ba5ddbc36d60314fb4c45429dbc18c53d5df0cec7 3764 
tabble_0.43-3.debian.tar.xz
Files:
 88b7cb8f73c05edbe297c044ae250d3b 1948 x11 optional tabble_0.43-3.dsc
 08f2b0ca467dcef31014d45d0eebd697 3764 x11 optional tabble_0.43-3.debian.tar.xz

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

iQJ8BAEBCgBmBQJVq6+MXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGkBkQAKfYHJW75ja7NcuJySIcEw9x
Gdqabc2UoreRW8hFlZesJaNj9QX/klxSf/jpdBQm1RkoJmIQOtDv6THLK4an4n5j
yR8YuXjBdqxuoFDHsifqKKuLJlgYTDbeJjLa86cFM3SU0zOrLMfVDwnbmUXm0TKv
D1ZCcb71oKcr7YQXEQkPBdSpTSHhYor5XmGI20SjjlOK43l5J16/fte7tVJcHdF5
khimrUqw8iDDjejNUM//Cdor5PKC0tUaX657oxMGRjX7f7bB5VGJivLL/5sDvoHX
WUw/evSf0uxcXUkzbJkoZqthWMmFml7HNBb2SmieiDBiVQGe/7uRO0xKi1PHVPTQ
T855ZrLJruiiy+9vE53lf5x9STsFhzfBDf+lOWpPzMbaVsPMw+k8SsmHC02Pfl4P
dwu/z5i0tTDsfX+iD4edsmlRr7MgRpKMNBeEpi1qsI86LA7E8vhfqopf9FiaitZK
473kiZgCHjTp3SUlcKq6+429gBDTbF8PzKfeAKnGBlximalvDvBkhSmRRMnIUvgf
LrEtCkwcxNecKEoFjPMX+ptp5kQuv2ysURbvvvqUmJeadXdXGVYTwq3UcmyTLVuG
h7VFRXIq9uxNjJIEZFf0tJ2DFkTqGxcwE2buWGINOPafPCNaPA5aA27O/ZfzMO6p
UIuIZi8q7EtzVp+IjxSZ
=Mir6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to