Your message dated Mon, 07 Sep 2015 06:18:59 +0000
with message-id <e1zyplb-0000av...@franck.debian.org>
and subject line Bug#778063: fixed in pinot 1.05-1.1
has caused the Debian Bug report #778063,
regarding pinot: 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.)
--
778063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778063
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pinot
Version: 1.05-1
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/pinot_1.05-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
[...]
void g_type_init (void);
^
pinot-label.cpp:150:14: warning: 'void g_type_init()' is deprecated
[-Wdeprecated-declarations]
g_type_init();
^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
from /usr/include/glib-2.0/gobject/gbinding.h:29,
from /usr/include/glib-2.0/glib-object.h:23,
from /usr/include/glib-2.0/gio/gioenums.h:28,
from /usr/include/glib-2.0/gio/giotypes.h:28,
from /usr/include/glib-2.0/gio/gio.h:26,
from ../Utils/MIMEScanner.h:29,
from pinot-label.cpp:27:
/usr/include/glib-2.0/gobject/gtype.h:679:23: note: declared here
void g_type_init (void);
^
/bin/bash ../libtool --tag=CXX --mode=link g++ -D_FILE_OFFSET_BITS=64
-I../Utils -I../Tokenize -I../Tokenize/filters -I../Collect
-I../IndexSearch/cjkv -I../IndexSearch/Google -DUSE_CURL -DUSE_SSL
-I/usr/include/libxml2 -I/usr/include/glibmm-2.4
-I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/libxml++-2.6
-I/usr/lib/libxml++-2.6/include -DUSE_GIO -pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glibmm-2.4
-I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/dbus-1.0
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DHAVE_DBUS -fPIC -g -O2
-fstack-protector-strong -Wf
ormat -Werror=format-security -Wall -DNDEBUG -export-dynamic -Wl,-z,relro
-Wl,--as-needed -o pinot-label pinot-label.o -L../Utils -lIndex -lUtils
-lBasicUtils -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lglibmm-2.4 -lgobject-2.0
-lglib-2.0 -lsigc-2.0 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0
-lgthread-2.0 -pthread -lglib-2.0 -L/usr/lib/x86_64-linux-gnu -lcurl -lssl
-lcrypto -pthread -ldl
libtool: link: g++ -D_FILE_OFFSET_BITS=64 -I../Utils -I../Tokenize
-I../Tokenize/filters -I../Collect -I../IndexSearch/cjkv
-I../IndexSearch/Google -DUSE_CURL -DUSE_SSL -I/usr/include/libxml2
-I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -DUSE_GIO -pthread
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-DHAVE_DBUS -fPIC -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -Wall -
DNDEBUG -Wl,-z -Wl,relro -Wl,--as-needed -o pinot-label pinot-label.o -pthread
-pthread -Wl,--export-dynamic -L../Utils
/«PKGBUILDDIR»/IndexSearch/.libs/libIndex.a
/«PKGBUILDDIR»/Utils/.libs/libUtils.a
/«PKGBUILDDIR»/Utils/.libs/libBasicUtils.a -lgio-2.0 -lglibmm-2.4
/usr/lib/x86_64-linux-gnu/libsigc-2.0.so -ldbus-glib-1 -ldbus-1 -lgobject-2.0
-lgthread-2.0 -lglib-2.0 -L/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libcurl.so -lssl -lcrypto -ldl -pthread
make[3]: Leaving directory '/«PKGBUILDDIR»/IndexSearch'
Making all in IndexSearch/Xapian
make[3]: Entering directory '/«PKGBUILDDIR»/IndexSearch/Xapian'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I../.. -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -I../../Utils
-I../../Tokenize -I../../Tokenize/filters -I../../IndexSearch
-I../../IndexSearch/cjkv -DUSE_CURL -DUSE_SSL -I/usr/include/libxml2
-I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -DUSE_GIO
-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -fPIC
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -DNDEBUG
-c -o AbstractGenerator.lo AbstractGenerator.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2
-D_FILE_OFFSET_BITS=64 -I../../Utils -I../../Tokenize -I../../Tokenize/filters
-I../../IndexSearch -I../../IndexSearch/cjkv -DUSE_CURL -DUSE_SSL
-I/usr/include/libxml2 -I/usr/include/glibmm-2.4
-I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/libxml++-2.6
-I/usr/lib/libxml++-2.6/include -DUSE_GIO -pthread -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/glibmm-2.4
-I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sigc++-2.0
-I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -fPIC -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wall -DNDEBUG -c
AbstractGenerator.cpp -fPIC -DPIC -o .libs/AbstractGenerator.o
In file included from /usr/include/xapian.h:40:0,
from AbstractGenerator.h:25,
from AbstractGenerator.cpp:30:
/usr/include/xapian/version.h:28:2: error: #error The C++ ABI version of
compiler you are using does not match
#error The C++ ABI version of compiler you are using does not match
^
/usr/include/xapian/version.h:29:2: error: #error that of the compiler used to
build the library. The versions
#error that of the compiler used to build the library. The versions
^
/usr/include/xapian/version.h:30:2: error: #error must match or your program
will not work correctly.
#error must match or your program will not work correctly.
^
/usr/include/xapian/version.h:31:2: error: #error The Xapian library was built
with g++ 4.9.1
#error The Xapian library was built with g++ 4.9.1
^
make[3]: *** [AbstractGenerator.lo] Error 1
Makefile:525: recipe for target 'AbstractGenerator.lo' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/IndexSearch/Xapian'
make[2]: *** [all-recursive] Error 1
Makefile:548: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:434: 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: pinot
Source-Version: 1.05-1.1
We believe that the bug you reported is fixed in the latest version of
pinot, 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.
Olly Betts <o...@survex.com> (supplier of updated pinot 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: SHA1
Format: 1.8
Date: Mon, 07 Sep 2015 17:58:50 +1200
Source: pinot
Binary: pinot
Architecture: source
Version: 1.05-1.1
Distribution: unstable
Urgency: medium
Maintainer: Jonas Smedegaard <d...@jones.dk>
Changed-By: Olly Betts <o...@survex.com>
Description:
pinot - meta-search engine for local files and web queries
Closes: 778063
Changes:
pinot (1.05-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix FTBFS with GCC5 by adding -std=gnu++11 to CXXFLAGS. (Closes: #778063)
Checksums-Sha1:
38ee668eead26b11d8c2b29f343e53e575dc592c 2224 pinot_1.05-1.1.dsc
482cef504ed4f52b30e9c52b5d98a82bf1540767 17896 pinot_1.05-1.1.debian.tar.xz
Checksums-Sha256:
9a89d5b1dbd036f2796a04138eaa86c124add66b6603cfb477766f667e192a5b 2224
pinot_1.05-1.1.dsc
eac6f3c9a196db8669f35e2be8fd5d5209f01c333844c182aa86bc92ab72f2e3 17896
pinot_1.05-1.1.debian.tar.xz
Files:
17b1b04093ecc59f94a1c123bf0686a4 2224 x11 optional pinot_1.05-1.1.dsc
8eeb7cdf678d2abdd0e252183020dec5 17896 x11 optional
pinot_1.05-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJV7SpmAAoJEBgUewc7rSsHrSYP/jEgsuB5uyit7S1zY9M3nh6b
jRCQ3ZKkG78rboa2jNuzcWB7O/FqUyxY0QS+CVvpRNxkTbsg7QM75twB3UDWTOix
Nqa37NKV9aG/4G7299YppjJUnUnwc1dy0C/+lh79ur47UVQBC4Xd3YB0FyNPT0X9
47pjPlNP3RA9m8gI1SZ6FL5RsHTlDSSWxk4ZjD0ZsT8peTnDKnMETGdlzcUfQjeD
4G0EWAE2njwGGtPr0uzwBkIz0qxERVOrGAqXYbn5P1NhzghssNQM3/yKCeAe2+oE
LId+T48kI+2+X+W4Rgj558e2eoLKvb68iL7PcG9qylkNyZ5oGbBGnLgNJK53PBhi
VM/g9fqDrDu0ZUVC8QKpHB7AhNC1YbavD0hv7m+yXaVEGyLEDFypOAwadZlY6GHQ
7+DZGhDSd34/EJ3lGYQquC+nDX2dKFKoumNZrWhKxpPVldaQIYdi/KNR5+ZqI15J
PktN/+gjdQZIWLHGvEKxXtM4TQM1HZo/jyLEhqJcgi6jer6W+2zV/mxbG/6gmAxO
350NOZu55V58MBVZ9U2Nc1+Z+xLsM7bwOhC2b7b1AmfOhsEV0d8zhlyf5WGc99NW
/cyNj3erl8UU59tK2UIskMPDyg8j6MZW1OCvJFoCloitlwst2bN3DBeUBO3L6zSE
mfeUq3dw1C23im5sEg5g
=CwSO
-----END PGP SIGNATURE-----
--- End Message ---