Your message dated Tue, 06 Sep 2016 22:36:13 +0000
with message-id <[email protected]>
and subject line Bug#811602: fixed in sword 1.7.3+dfsg-8
has caused the Debian Bug report #811602,
regarding FTBFS with GCC 6: multiple errors
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 [email protected]
immediately.)
--
811602: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811602
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sword
Version: 1.7.3+dfsg-7
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6 gcc-6-misleading-indentation gcc-6-address
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> /usr/bin/c++ -DCLUCENE2 -DCURLAVAILABLE -DCURLSFTPAVAILABLE
> -DGLOBCONFPATH=\"/etc/sword.conf\" -DUSELUCENE -D_FTPLIB_NO_COMPAT -D_ICU_
> -I/<<BUILDDIR>>/sword-1.7.3+dfsg/obj-x86_64-linux-gnu/include
> -I/<<BUILDDIR>>/sword-1.7.3+dfsg/include -I/usr/lib/x86_64-linux-gnu
> -I/usr/include/x86_64-linux-gnu -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -Werror -Wno-error=deprecated-declarations
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -o
> CMakeFiles/sword_static.dir/src/mgr/remotetrans.cpp.o -c
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/mgr/remotetrans.cpp
> /usr/bin/c++ -DCLUCENE2 -DCURLAVAILABLE -DCURLSFTPAVAILABLE
> -DGLOBCONFPATH=\"/etc/sword.conf\" -DUSELUCENE -D_FTPLIB_NO_COMPAT -D_ICU_
> -Dsword_EXPORTS -I/<<BUILDDIR>>/sword-1.7.3+dfsg/obj-x86_64-linux-gnu/include
> -I/<<BUILDDIR>>/sword-1.7.3+dfsg/include -I/usr/lib/x86_64-linux-gnu
> -I/usr/include/x86_64-linux-gnu -g -O2 -fstack-protector-strong -Wformat
> -Werror=format-security -Wall -Werror -Wno-error=deprecated-declarations
> -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -o
> CMakeFiles/sword.dir/src/mgr/encfiltmgr.cpp.o -c
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/mgr/encfiltmgr.cpp
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp: In member function
> 'virtual void sword::TreeKeyIdx::remove()':
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp:264:7: error:
> statement is indented as if it were guarded by...
> [-Werror=misleading-indentation]
> if (iterator.next > -1) {
> ^~
>
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp:262:6: note: ...this
> 'while' clause, but it is not
> while ((iterator.next != target) && (iterator.next > -1))
> ^~~~~
>
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp: In member function
> 'virtual void sword::TreeKeyIdx::remove()':
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp:264:7: error:
> statement is indented as if it were guarded by...
> [-Werror=misleading-indentation]
> if (iterator.next > -1) {
> ^~
>
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp:262:6: note: ...this
> 'while' clause, but it is not
> while ((iterator.next != target) && (iterator.next > -1))
> ^~~~~
>
> In file included from /<<BUILDDIR>>/sword-1.7.3+dfsg/include/swkey.h:28:0,
> from /<<BUILDDIR>>/sword-1.7.3+dfsg/include/treekey.h:27,
> from /<<BUILDDIR>>/sword-1.7.3+dfsg/include/treekeyidx.h:27,
> from
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp:24:
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp: In member function
> 'virtual int sword::TreeKeyIdx::compare(const sword::SWKey&)':
> /<<BUILDDIR>>/sword-1.7.3+dfsg/include/swobject.h:30:128: error: the compiler
> can assume that the address of 'ikey' will always evaluate to 'true'
> [-Werror=address]
> #define SWDYNAMIC_CAST(className, object) (className
> *)((object)?((object->getClass()->isAssignableFrom(#className))?object:0):0)
>
> ^
>
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp:575:24: note: in
> expansion of macro 'SWDYNAMIC_CAST'
> TreeKeyIdx *treeKey = SWDYNAMIC_CAST(TreeKeyIdx, (&ikey));
> ^~~~~~~~~~~~~~
>
> In file included from /<<BUILDDIR>>/sword-1.7.3+dfsg/include/swkey.h:28:0,
> from /<<BUILDDIR>>/sword-1.7.3+dfsg/include/treekey.h:27,
> from /<<BUILDDIR>>/sword-1.7.3+dfsg/include/treekeyidx.h:27,
> from
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp:24:
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp: In member function
> 'virtual int sword::TreeKeyIdx::compare(const sword::SWKey&)':
> /<<BUILDDIR>>/sword-1.7.3+dfsg/include/swobject.h:30:128: error: the compiler
> can assume that the address of 'ikey' will always evaluate to 'true'
> [-Werror=address]
> #define SWDYNAMIC_CAST(className, object) (className
> *)((object)?((object->getClass()->isAssignableFrom(#className))?object:0):0)
>
> ^
>
> /<<BUILDDIR>>/sword-1.7.3+dfsg/src/keys/treekeyidx.cpp:575:24: note: in
> expansion of macro 'SWDYNAMIC_CAST'
> TreeKeyIdx *treeKey = SWDYNAMIC_CAST(TreeKeyIdx, (&ikey));
> ^~~~~~~~~~~~~~
>
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: sword
Source-Version: 1.7.3+dfsg-8
We believe that the bug you reported is fixed in the latest version of
sword, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Unit 193 <[email protected]> (supplier of updated sword 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 06 Sep 2016 15:16:01 -0400
Source: sword
Binary: libsword11v5 libsword-dev libsword-common libsword-utils libsword-dbg
diatheke
Architecture: source
Version: 1.7.3+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: CrossWire Packages <[email protected]>
Changed-By: Unit 193 <[email protected]>
Description:
diatheke - command line bible browsing and search tool
libsword-common - common settings and module repository for libsword
libsword-dbg - API/library for bible software - Debug Files
libsword-dev - Development files for libsword
libsword-utils - conversion utilities for bible documents in SWORD supported
forma
libsword11v5 - API/library for bible software
Closes: 811602
Changes:
sword (1.7.3+dfsg-8) unstable; urgency=medium
.
[ Daniel Glassey ]
* d/rules: CLucene_FIND_REQUIRED not used
.
[ Unit 193 ]
* d/rules: Drop -Werror, closes: #811602.
Checksums-Sha1:
cc80c29f492dc2a72c64189ff7218607f6cbeb04 2374 sword_1.7.3+dfsg-8.dsc
e700789f6a40fa3d6bba05fbb9a9d4caaee79042 25076 sword_1.7.3+dfsg-8.debian.tar.xz
Checksums-Sha256:
827d2a774ff2f4e263875b3da4a364153bc5f791d3649930ebb9eba1de2973f0 2374
sword_1.7.3+dfsg-8.dsc
0b802e5fb85e5a70c37091237b13e44bac264880630cee70fa729f6d5f60a1b8 25076
sword_1.7.3+dfsg-8.debian.tar.xz
Files:
7f9347fe9e41052b908fc591c68298e2 2374 libs optional sword_1.7.3+dfsg-8.dsc
dd0c61c1c6a5cbd3b55efff96031dc8b 25076 libs optional
sword_1.7.3+dfsg-8.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJXzyNjAAoJEEsEP825REVAdb4P/3z6T6dROk53jkMMe+IIzL0T
da6nFYwthA79J7X1fNnZ0XM/pQGRtDi2y4LDhGyiWAhXIdTARRRI2yOFan/L/s23
CPvl047EVoG6d2i7jWNqeqFJvOS3Dl9Xe1G6vlry8/ldQkaTQCVvvgMN97s6du50
kE1Xr+AGqsnlUeMz57NXjVSw+7JfwlgIShOHTAepufmpz4MzKYFN0maT5YFP1ozL
CqQDX2YuR/6XqYFIk4xYLmFp2o93l1dluOytpxePbkj95nZf9pPAezIgHlqftj61
VCSQ5DMoVHbBPzKOSgWgDd3C/zFF3VxLrZHC8/8KtwcjxbWoeAVscQCh1a7M7+ES
Ckg5W/SffKrVQhgupQYL84rKDGe9VDyF4NHrEZ1Fqlny4dUDF0MGoWfg5RFf+f7C
cP/9nKPwma45R02/WdMWQwTHi5cQOM6lbvSDfoQvlTw/mnQvBQcpOMNUjpqIzXCw
z5fiFh9p00n6OiuHyKr5PB60U8/VA73xTymginN7xTfBPw5ZbJQV5PXhVNt0nL09
PYHfpDBgMVUihZ/ieg7kL05E2HawahfqcZj/HiHPRPuR4vMNPmBiyJgQscj8//TF
STcY5z7xTM3BLkg6B4Zw3tI+DZ+8302bLx4F7tE9LT7r1fCl3tLpBzrZQPUeWh1C
WYHW1av3Fbt2lM70youg
=Cq//
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-crosswire-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-crosswire-devel