Your message dated Tue, 28 Jul 2015 19:04:08 +0000
with message-id <e1zkaaa-0000bt...@franck.debian.org>
and subject line Bug#777837: fixed in ebview 0.3.6.2-1.4
has caused the Debian Bug report #777837,
regarding ebview: 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.)
--
777837: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777837
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ebview
Version: 0.3.6.2-1.3
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/ebview_0.3.6.2-1.3_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
[...]
^
websearch.c:82:8: warning: pointer targets in return differ in signedness
[-Wpointer-sign]
return(iconv_convert("utf-8", ocode, str));
^
websearch.c: In function 'web_search':
websearch.c:148:25: warning: pointer targets in passing argument 1 of
'codeconv' differ in signedness [-Wpointer-sign]
kanji_str = codeconv(keywords[i], code);
^
websearch.c:70:23: note: expected 'unsigned char *' but argument is of type
'gchar * {aka char *}'
static unsigned char *codeconv(unsigned char *str, const char *ocode)
^
websearch.c:149:25: warning: pointer targets in passing argument 1 of 'strlen'
differ in signedness [-Wpointer-sign]
for(j=0 ; j < strlen(kanji_str) ; j ++){
^
In file included from defs.h:31:0,
from websearch.c:19:
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of
type 'unsigned char *'
extern size_t strlen (const char *__s)
^
In file included from websearch.c:23:0:
websearch.c: At top level:
jcode.h:34:17: warning: inline function 'isjisp' declared but never defined
inline gboolean isjisp(const gchar *buff);
^
websearch.c:192:13: warning: 'weblist_selection_changed' defined but not used
[-Wunused-function]
static void weblist_selection_changed(GtkTreeSelection *selection, gpointer
data)
^
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -D_FORTIFY_SOURCE=2 -pthread
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -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 -Wall
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c xml.c
In file included from xml.c:21:0:
jcode.h:34:17: warning: inline function 'isjisp' declared but never defined
inline gboolean isjisp(const gchar *buff);
^
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include -D_FORTIFY_SOURCE=2 -pthread
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -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 -Wall
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -c
xmlinternal.c
/bin/bash ../libtool --tag=CC --mode=link gcc -pthread
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -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 -Wall
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall
-Wl,-z,relro -o ebview bmh.o cellrendererebook.o dialog.o dictbar.o dirtree.o
dump.o eb.o ebview.o external.o filter.o grep.o headword.o history.o hook.o
jcode.o link.o log.o mainmenu.o mainwindow.o menu.o misc.o multi.o pixmap.o
popup.o preference.o pref_color.o pref_dictgroup.o pref_dirgroup.o pr
ef_external.o pref_font.o pref_grep.o pref_gui.o pref_io.o pref_search.o
pref_selection.o pref_shortcut.o pref_stemming.o pref_weblist.o reg.o render.o
selection.o shortcut.o shortcutfunc.o splash.o statusbar.o textview.o
thread_search.o websearch.o xml.o xmlinternal.o -lpango-1.0 -lgobject-2.0
-lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo
-lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0
-lfontconfig -lfreetype -lpthread -L/usr/lib/x86_64-linux-gnu -leb -lz
-lX11
libtool: link: gcc -pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -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 -Wall -g
-O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wl,-z
-Wl,relro -o ebview bmh.o cellrendererebook.o dialog.o dictbar.o dirtree.o
dump.o eb.o ebview.o external.o filter.o grep.o headword.o history.o hook.o
jcode.o link.o log.o mainmenu.o mainwindow.o menu.o misc.o multi.o pixmap.o
popup.o preference.o pref_color.o pref_dictgroup.o pref_dirgroup.o
pref_external.o pref_font.o pref_
grep.o pref_gui.o pref_io.o pref_search.o pref_selection.o pref_shortcut.o
pref_stemming.o pref_weblist.o reg.o render.o selection.o shortcut.o
shortcutfunc.o splash.o statusbar.o textview.o thread_search.o websearch.o
xml.o xmlinternal.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0
-lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0
-lglib-2.0 -lfontconfig /usr/lib/x86_64-linux-gnu/libfreetype.so -lpthread
-L/usr/lib/x86_64-linux-gnu -leb -lz -lX11 -pthread
dump.o: In function `hex_dump_page':
/«PKGBUILDDIR»/src/dump.c:123: undefined reference to `isjisp'
collect2: error: ld returned 1 exit status
make[3]: *** [ebview] Error 1
Makefile:379: recipe for target 'ebview' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
Makefile:327: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:256: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [debian/stamp-makefile-build] Error 2
/usr/share/cdbs/1/class/makefile.mk:47: recipe for target
'debian/stamp-makefile-build' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: ebview
Source-Version: 0.3.6.2-1.4
We believe that the bug you reported is fixed in the latest version of
ebview, 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 ebview 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: Thu, 23 Jul 2015 20:37:07 +0200
Source: ebview
Binary: ebview
Architecture: source
Version: 0.3.6.2-1.4
Distribution: unstable
Urgency: medium
Maintainer: Masayuki Hatta (mhatta) <mha...@debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description:
ebview - EPWING dictionary viewer
Closes: 777837
Changes:
ebview (0.3.6.2-1.4) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix "ftbfs with GCC-5":
add patch from paulow...@safe-mail.net:
get rid of inline declaration.
(Closes: #777837)
Checksums-Sha1:
e1bbb873c99711e7fdda2911aa0dc79619732e56 1859 ebview_0.3.6.2-1.4.dsc
dfc83022f6f9c853ce8580ec583f53fa42ee2d7b 8524 ebview_0.3.6.2-1.4.diff.gz
Checksums-Sha256:
0fb69090c6210e57cabdac5d338a0ae4f73c1cc4892390f688fd4b388f2fda29 1859
ebview_0.3.6.2-1.4.dsc
d7cef3435c1602b70dabe484cfd5d1fd641e3f2269bdd1149bdd9438f6b43e47 8524
ebview_0.3.6.2-1.4.diff.gz
Files:
97da19ac0d1af72c7e2984d217dba5c3 1859 text extra ebview_0.3.6.2-1.4.dsc
73f665a128f3b61abf0e5da9468494e2 8524 text extra ebview_0.3.6.2-1.4.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJVsTabXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGSUQQAJ4LFBQm/yS4KgZ7tCbt9VtS
Ao4U3tW03vwrTHLoXH39nOpMCIcjwF2Sn9cJvI0N1Moi+/kQZtfU/eD2tR9diljl
3crMPblmmGRDYrHF+/ttJ3gpIn8pVs1QSvJ/LR9e115n1HFsqKigAfbFJfnRDCTB
OMS/661NtyTHTJk1nvlghfGJuzzG+HBuf1b/qoHK16FroWbw1smIfI2lI3Zd8nfl
hjaSoOe/5JKw2jPvUJEQhITLUmZFQTGPFjIge3pXgIlimDykHPP6X11hkQUMt3H1
djzVZtmii2hyDhAlcnZDB3IlIgPBpVBChF/LmlmqHcPu7lK4DLNsuVZablB9gO5h
HCjyr8aBX2OWkKEgXwSE6kFMlJyMvdTm2ip0/nkngl1JtfrXme2XYAuXgGvUtBNj
xVNsBxpTUdHBNtqO38hZmR4qOqCdv979CM7cVjCzmPPGYVlhOKzhlbEUNOwII3Fv
ilkQEeKIVhjyUe0RRfDr4qXgQw9k5cXYohv+W9Qei1rDZg1An8eFQREDFXz1Yk9o
CUAgeCRB8qCuHpOi164ARyxXGO9Mxaq0Fhp9THLnmIj8aeVsyI7ATgdo+nAI4zMP
qLO0jULBuWnsiy2Wj0mv9xEDTl9n4/UNiv3sqkoH14ZzfH9fzJgMa8ZW3xnLRdsZ
eLn4KVWMR5XfF1yvhDx6
=M9WB
-----END PGP SIGNATURE-----
--- End Message ---