Your message dated Tue, 17 Apr 2012 22:47:17 +0000
with message-id <[email protected]>
and subject line Bug#667113: fixed in bibletime 2.9.1-2
has caused the Debian Bug report #667113,
regarding bibletime: 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.)


-- 
667113: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667113
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bibletime
Version: 2.8.1-2
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.

multimapwdef.h:22:3: 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/bibletime_2.8.1-2_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.

[...]
/usr/bin/cmake -E cmake_progress_report 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 
[ 34%] Building CXX object 
CMakeFiles/bibletime.dir/src/backend/cswordmodulesearch.cpp.o
/usr/bin/c++   -DBT_VERSION=\"2.8.1\" -DBT_DEBUG -DQT_WEBKIT_LIB -DQT_GUI_LIB 
-DQT_DBUS_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_DEBUG -Wall -Werror -O2 -ggdb 
-fexceptions -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu -I/«PKGBUILDDIR»/src 
-I/usr/lib -I/usr/include/sword -I/usr/include/qt4 -I/usr/include/qt4/QtWebKit 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtXml 
-I/usr/include/qt4/QtCore    -o 
CMakeFiles/bibletime.dir/src/backend/cswordmodulesearch.cpp.o -c 
/«PKGBUILDDIR»/src/backend/cswordmodulesearch.cpp
/usr/bin/cmake -E cmake_progress_report 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 
[ 34%] Building CXX object 
CMakeFiles/bibletime.dir/src/backend/btinstallbackend.cpp.o
/usr/bin/c++   -DBT_VERSION=\"2.8.1\" -DBT_DEBUG -DQT_WEBKIT_LIB -DQT_GUI_LIB 
-DQT_DBUS_LIB -DQT_XML_LIB -DQT_CORE_LIB -DQT_DEBUG -Wall -Werror -O2 -ggdb 
-fexceptions -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu -I/«PKGBUILDDIR»/src 
-I/usr/lib -I/usr/include/sword -I/usr/include/qt4 -I/usr/include/qt4/QtWebKit 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtXml 
-I/usr/include/qt4/QtCore    -o 
CMakeFiles/bibletime.dir/src/backend/btinstallbackend.cpp.o -c 
/«PKGBUILDDIR»/src/backend/btinstallbackend.cpp
In file included from /usr/include/sword/swconfig.h:29:0,
                 from /usr/include/sword/swmodule.h:29,
                 from 
/«PKGBUILDDIR»/src/backend/drivers/cswordmoduleinfo.h:22,
                 from /«PKGBUILDDIR»/src/backend/managers/cswordbackend.h:17,
                 from /«PKGBUILDDIR»/src/backend/btinstallbackend.h:15,
                 from /«PKGBUILDDIR»/src/backend/btinstallbackend.cpp:10:
/usr/include/sword/multimapwdef.h: In instantiation of 'T& 
sword::multimapwithdefault<Key, T, Compare>::operator[](const Key&) [with Key = 
sword::SWBuf; T = sword::SWBuf; Compare = std::less<sword::SWBuf>]':
/«PKGBUILDDIR»/src/backend/btinstallbackend.cpp:256:35:   required from here
/usr/include/sword/multimapwdef.h:22:3: error: 'find' was not declared in this 
scope, and no declarations were found by argument-dependent lookup at the point 
of instantiation [-fpermissive]
/usr/include/sword/multimapwdef.h:22:3: note: declarations in dependent base 
'std::multimap<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf>, 
std::allocator<std::pair<const sword::SWBuf, sword::SWBuf> > >' are not found 
by unqualified lookup
/usr/include/sword/multimapwdef.h:22:3: note: use 'this->find' instead
/usr/include/sword/multimapwdef.h:23:4: error: 'insert' was not declared in 
this scope, and no declarations were found by argument-dependent lookup at the 
point of instantiation [-fpermissive]
/usr/include/sword/multimapwdef.h:23:4: note: declarations in dependent base 
'std::multimap<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf>, 
std::allocator<std::pair<const sword::SWBuf, sword::SWBuf> > >' are not found 
by unqualified lookup
/usr/include/sword/multimapwdef.h:23:4: note: use 'this->insert' instead
/usr/include/sword/multimapwdef.h:25:23: error: 'find' was not declared in this 
scope, and no declarations were found by argument-dependent lookup at the point 
of instantiation [-fpermissive]
/usr/include/sword/multimapwdef.h:25:23: note: declarations in dependent base 
'std::multimap<sword::SWBuf, sword::SWBuf, std::less<sword::SWBuf>, 
std::allocator<std::pair<const sword::SWBuf, sword::SWBuf> > >' are not found 
by unqualified lookup
/usr/include/sword/multimapwdef.h:25:23: note: use 'this->find' instead
make[3]: *** [CMakeFiles/bibletime.dir/src/backend/btinstallbackend.cpp.o] 
Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/bibletime.dir/all] Error 2
make[1]: *** [all] Error 2
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2



--- End Message ---
--- Begin Message ---
Source: bibletime
Source-Version: 2.9.1-2

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

bibletime-data_2.9.1-2_all.deb
  to main/b/bibletime/bibletime-data_2.9.1-2_all.deb
bibletime_2.9.1-2.debian.tar.gz
  to main/b/bibletime/bibletime_2.9.1-2.debian.tar.gz
bibletime_2.9.1-2.dsc
  to main/b/bibletime/bibletime_2.9.1-2.dsc
bibletime_2.9.1-2_amd64.deb
  to main/b/bibletime/bibletime_2.9.1-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.
Dmitrijs Ledkovs <[email protected]> (supplier of updated bibletime 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: Tue, 17 Apr 2012 22:40:49 +0100
Source: bibletime
Binary: bibletime bibletime-data
Architecture: source amd64 all
Version: 2.9.1-2
Distribution: unstable
Urgency: low
Maintainer: CrossWire Packages <[email protected]>
Changed-By: Dmitrijs Ledkovs <[email protected]>
Description: 
 bibletime  - bible study tool for Qt
 bibletime-data - Documentation and data for bibletime, a bible study tool
Closes: 667113
Changes: 
 bibletime (2.9.1-2) unstable; urgency=low
 .
   * Disable -Werror to work-around FTBFS with gcc-4.7 (Closes: #667113)
Checksums-Sha1: 
 040f1941c059924864d42ebe5f45170ae9b91528 2107 bibletime_2.9.1-2.dsc
 396b781b133408f02b70ec1cc15cbe509c537985 12034 bibletime_2.9.1-2.debian.tar.gz
 f8c11b339f18e65464bd75e6e12ee37a7eaca89f 911516 bibletime_2.9.1-2_amd64.deb
 fa3d299c4d8aea8c6d0c656f2b1d124ea4601ad3 5081842 bibletime-data_2.9.1-2_all.deb
Checksums-Sha256: 
 40c760b3cd959951e67d22e8a0c60ea063882ce71b43fa4a013b3b7dd521ece0 2107 
bibletime_2.9.1-2.dsc
 e198d3cbf6a1e4b4a9127c4cd17ceb1b2ccd2b7e2927865ae5dc225dedd782d8 12034 
bibletime_2.9.1-2.debian.tar.gz
 13855848beb04d2a716c4d2d091a0bedb1698f07bfb9b7fecf79a0a67cab4014 911516 
bibletime_2.9.1-2_amd64.deb
 f7e117f9edf023ae8a20e868aa8c4d2f2bf33472add474292fa0b8fdf53cab67 5081842 
bibletime-data_2.9.1-2_all.deb
Files: 
 0445352bebba1ce68a1d8e1d34acae29 2107 kde optional bibletime_2.9.1-2.dsc
 b3f7778de06a79078a38da424b764ee1 12034 kde optional 
bibletime_2.9.1-2.debian.tar.gz
 40aa0580a4ec6ae4ad519e5049437108 911516 kde optional 
bibletime_2.9.1-2_amd64.deb
 1c403cf563c0118f669c42b0b5fe07c3 5081842 kde optional 
bibletime-data_2.9.1-2_all.deb

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

iQIcBAEBCAAGBQJPje8CAAoJEIh7YGGLPBauni8QALNITmf0oOcjpAIUxr7Gh2GU
Az3j37iNifyVsX4+guQWkGDkab8EFlHvwR1lBnhd7hmdrRuO+YjL9OuiIu0R4iNt
3pIfy7d+a2YT4KU6P3IPct1vvJMuhcrR1EI9PO9GqasCyH9mQTsmGOWAD7nW0fQ2
4IN+wIWfRj96AGe9LVWcM1h07sXLFWewS89AImeqxJm1IiYQecbqrxSAaMujQF9M
J0iSS+EkGgO/Yn4OQMqHTNVhzj8rAhNK6UZ7myWj2MTZsApbQC8XAdyrrvLtHdRu
iswhSTHAoSy99UBiJWsCU/Z2Rauk1XPRuWjinpPSezdRibzCUIlSJBX3cfmtJ5tL
3MKQHBnHKYse9DVCjPGlTzpvHownVHejSFvPvo/Ab1kGlAlb5FJakMMA9WytdWPj
BhxTO/wKTVoiRHochoiKvM+WxRb06Bakj8yBFM44GXWNabdrrAeyzpEMMqa0bhn1
3MvLN3BG25U7/dKLYBRt2gDvzq0nbmrGjx9ZaiDSIGAo/7gVf8ANjsRtqs8mttBK
ErnDWsYhG42o/NBrV5DsVmmCP87ksFnLfj4O0HWyWnmWV5/dhNn629cshacxpiZ1
oplzlNO/1wdm8AKqn/RnwdyQg5HGyhCoBbFLeHm6wVcaQKtSIcRPmiRX7uU//SV2
/sGDxGaO15yjzEmv1Wuu
=gWwr
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-crosswire-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-crosswire-devel

Reply via email to