Your message dated Tue, 22 May 2012 07:51:31 +0000
with message-id <[email protected]>
and subject line Bug#667386: fixed in swish++ 6.1.5-2.2
has caused the Debian Bug report #667386,
regarding swish++: ftbfs with GCC-4.7
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.)


-- 
667386: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667386
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: swish++
Version: 6.1.5-2.1
Severity: important
Tags: sid wheezy
User: [email protected]
Usertags: ftbfs-gcc-4.7

The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.

my_set.h:50:68: error: 'find' was not declared in this scope, and no 
declarations were found by argument-dependent lookup at the point of 
instantiation [-fpermissive]

The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/swish++_6.1.5-2.1_unstable-gcc47.log
The last lines of the build log are at the end of this report.

Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html

To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

[...]
make[2]: Entering directory `/build/swish++-Hfqp57/swish++-6.1.5/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/build/swish++-Hfqp57/swish++-6.1.5/config'
make[1]: Leaving directory `/build/swish++-Hfqp57/swish++-6.1.5'
make[1]: Entering directory `/build/swish++-Hfqp57/swish++-6.1.5'
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o enc_int.o enc_int.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o mmap_file.o mmap_file.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o conf_var.o conf_var.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o conf_bool.o conf_bool.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o conf_filter.o conf_filter.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o conf_int.o conf_int.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o conf_percent.o conf_percent.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o conf_set.o conf_set.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o conf_string.o conf_string.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o encoded_char.o encoded_char.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o ExcludeFile.o ExcludeFile.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o file_info.o file_info.c
g++ -I. -DCHARSET_utf7 -DCHARSET_utf8 -DCHARSET_utf16 -DENCODING_base64 
-DENCODING_quoted_printable -DIMPLEMENT_DECODING -DMOD_html -DMOD_id3 
-DMOD_latex -DMOD_mail -DMOD_man -DMOD_rtf -DFEATURE_word_pos -DSEARCH_DAEMON 
-DMULTI_THREADED -D_REENTRANT -D_XOPEN_SOURCE=500 -O2 -fomit-frame-pointer 
-D_BSD_SOURCE -fno-exceptions    -c -o file_list.o file_list.c
In file included from word_info.h:36:0,
                 from file_list.h:31,
                 from file_list.c:24:
my_set.h: In instantiation of 'bool PJL::my_set<T>::contains(const T&) const 
[with T = short int]':
word_info.h:108:67:   required from here
my_set.h:50:68: error: 'find' was not declared in this scope, and no 
declarations were found by argument-dependent lookup at the point of 
instantiation [-fpermissive]
my_set.h:50:68: note: declarations in dependent base 'std::set<short int, 
std::less<short int>, std::allocator<short int> >' are not found by unqualified 
lookup
my_set.h:50:68: note: use 'this->find' instead
make[1]: *** [file_list.o] Error 1
make[1]: Leaving directory `/build/swish++-Hfqp57/swish++-6.1.5'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: swish++
Source-Version: 6.1.5-2.2

We believe that the bug you reported is fixed in the latest version of
swish++, which is due to be installed in the Debian FTP archive:

swish++_6.1.5-2.2.diff.gz
  to main/s/swish++/swish++_6.1.5-2.2.diff.gz
swish++_6.1.5-2.2.dsc
  to main/s/swish++/swish++_6.1.5-2.2.dsc
swish++_6.1.5-2.2_amd64.deb
  to main/s/swish++/swish++_6.1.5-2.2_amd64.deb



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.
Salvatore Bonaccorso <[email protected]> (supplier of updated swish++ 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: SHA256

Format: 1.8
Date: Thu, 17 May 2012 09:06:13 +0200
Source: swish++
Binary: swish++
Architecture: source amd64
Version: 6.1.5-2.2
Distribution: unstable
Urgency: low
Maintainer: Kapil Hari Paranjape <[email protected]>
Changed-By: Salvatore Bonaccorso <[email protected]>
Description: 
 swish++    - Simple Document Indexing System for Humans: C++ version
Closes: 667386
Changes: 
 swish++ (6.1.5-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add fix_ftbfs_with_gcc4.7 patch.
     Fix FTBFS with gcc 4.7 by adding 'this->' where needed.
     Thanks to Cyril Brulebois <[email protected]> for the patch. (Closes: 
#667386)
Checksums-Sha1: 
 283e9a78b2c35b5eae37605fdbadf107a5023cf7 1787 swish++_6.1.5-2.2.dsc
 a4cdc38d312673f650985ec9dd438c9400b3ee4f 46381 swish++_6.1.5-2.2.diff.gz
 26c051b7d1e445de014a0f79ab2830dcd3b56fd4 305034 swish++_6.1.5-2.2_amd64.deb
Checksums-Sha256: 
 f31fa9249f8a93e9eecf64985d805f7b20d46227f2551ac5d55ef1dd46047ab8 1787 
swish++_6.1.5-2.2.dsc
 1ac72fa9c9a9ab06cda61779a5e912bd4dbea2730dbec5bb5a8b160531646909 46381 
swish++_6.1.5-2.2.diff.gz
 499c7e3ecca0b46d6ba723342ac34a2ab223e2b66e2249b33ebc5f577a765df6 305034 
swish++_6.1.5-2.2_amd64.deb
Files: 
 f193c93b7a884adb8ab901d9353a01d8 1787 web optional swish++_6.1.5-2.2.dsc
 22a927dbbbbaa4019238f1d6260fca88 46381 web optional swish++_6.1.5-2.2.diff.gz
 7ac9840728643a2504ba9d6c43dbb2a9 305034 web optional 
swish++_6.1.5-2.2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPtKORAAoJEHidbwV/2GP+mjAP/AlBW9irg95R7EEEwBhPj3Ep
hJjCPo0zuiXchx+Ai74f721IZQA71ivDbTFzFxfIvbQSXstSPH02dJgUyax+7msj
SQ2lMQmFaiFkHVkonUUk/uF2J6L2/vrqyh72iNAV3hSnHCXQTPPB3pXaVzYKOBep
CLxJFevWyTvQrbG9BHPoSnqSPoiTZa6V6K6vjCzSFVGr4Jp+BHh9syIs1WlKZN1N
Grc6T7c78YpPRWU7LaBt7tonElY50gR7WXRcEqUl6eW9ieXcqh7FS4n3nRVDzlkE
+Dkk3qABaD6SPQmbNcVKZEfOsqhTZbIw8Xkzeru3KGrYYPvMNj42N5y2b1zLmEbs
nYCUB81zx/ZWlImU83f0pKmwZ7yECp4jfY3WXP6o1WhcaBx11b95e+qa1KmUWDtU
NKa6gOerPE8fu4TUNLRW/VMdw1hUd0e1WwLcbnRpoeTFGS1qeONxv7croa5BO6zM
3Dy+ymJW3zSqx66iiD08gvLKIFj2XxJFuGSVdZiPQY317aWDDXv/8DwVB3O6eVWX
385HiaCkFY9MQpiXrkfaSmL4Srt6SIJuEm7XVZtmggniMm+t9cOwmxKwIgiHgvCL
70eNuEG3JXWkfvcT+lG9/i6JsC9KT5+L2D/fSHEHCUte8VmA5x8iQmx438qhz/lc
DTfg27XFuKfdw4PbRy7D
=X/QC
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to