Your message dated Tue, 17 Apr 2012 11:03:02 +0000
with message-id <[email protected]>
and subject line Bug#667243: fixed in libept 1.0.6.1
has caused the Debian Bug report #667243,
regarding libept: 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.)
--
667243: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667243
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libept
Version: 1.0.5
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.
patch.tcc:56:3: error: 'insert' 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/libept_1.0.5_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[3]: Entering directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /«PKGBUILDDIR» /«PKGBUILDDIR»/ept
/«PKGBUILDDIR»/obj-x86_64-linux-gnu /«PKGBUILDDIR»/obj-x86_64-linux-gnu/ept
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/ept/CMakeFiles/ept.dir/DependInfo.cmake
--color=
Scanning dependencies of target ept
make[3]: Leaving directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
/usr/bin/make -f ept/CMakeFiles/ept.dir/build.make ept/CMakeFiles/ept.dir/build
make[3]: Entering directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_report
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 2
[ 1%] Building CXX object ept/CMakeFiles/ept.dir/progresscallback.o
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/ept && /usr/bin/g++ -Dept_EXPORTS -g
-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -Wall -fPIC -I/«PKGBUILDDIR»
-I/«PKGBUILDDIR»/obj-x86_64-linux-gnu -I/usr/include/tagcoll-2.0.13
-fexceptions -fPIC -fvisibility=default -o
CMakeFiles/ept.dir/progresscallback.o -c
/«PKGBUILDDIR»/ept/progresscallback.cpp
/usr/bin/cmake -E cmake_progress_report
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 3
[ 3%] Building CXX object ept/CMakeFiles/ept.dir/test.o
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/ept && /usr/bin/g++ -Dept_EXPORTS -g
-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -Wall -fPIC -I/«PKGBUILDDIR»
-I/«PKGBUILDDIR»/obj-x86_64-linux-gnu -I/usr/include/tagcoll-2.0.13
-fexceptions -fPIC -fvisibility=default -o CMakeFiles/ept.dir/test.o -c
/«PKGBUILDDIR»/ept/test.cpp
/usr/bin/cmake -E cmake_progress_report
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 4
[ 5%] Building CXX object ept/CMakeFiles/ept.dir/debtags/debtags.o
cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/ept && /usr/bin/g++ -Dept_EXPORTS -g
-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -Wall -fPIC -I/«PKGBUILDDIR»
-I/«PKGBUILDDIR»/obj-x86_64-linux-gnu -I/usr/include/tagcoll-2.0.13
-fexceptions -fPIC -fvisibility=default -o CMakeFiles/ept.dir/debtags/debtags.o
-c /«PKGBUILDDIR»/ept/debtags/debtags.cc
In file included from /usr/include/tagcoll-2.0.13/tagcoll/TextFormat.tcc:286:0,
from /«PKGBUILDDIR»/ept/debtags/maint/sourcedir.tcc:46,
from /«PKGBUILDDIR»/ept/debtags/debtags.cc:206:
/usr/include/tagcoll-2.0.13/tagcoll/patch.tcc: In instantiation of 'void
tagcoll::PatchList<T1, T2>::addPatch(const tagcoll::Patch<ITEM, TAG>&) [with
ITEM = std::basic_string<char>; TAG = std::basic_string<char>]':
/usr/include/tagcoll-2.0.13/tagcoll/patch.tcc:108:4: required from 'void
tagcoll::PatchList<T1, T2>::addPatch(const COLL1&, const COLL2&) [with COLL1 =
tagcoll::coll::Simple<std::basic_string<char>, std::basic_string<char> >; COLL2
= ept::debtags::Debtags; ITEM = std::basic_string<char>; TAG =
std::basic_string<char>]'
/«PKGBUILDDIR»/ept/debtags/debtags.cc:91:26: required from here
/usr/include/tagcoll-2.0.13/tagcoll/patch.tcc:56:3: 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/tagcoll-2.0.13/tagcoll/patch.tcc:56:3: note: declarations in
dependent base 'std::map<std::basic_string<char>,
tagcoll::Patch<std::basic_string<char>, std::basic_string<char> >,
std::less<std::basic_string<char> >, std::allocator<std::pair<const
std::basic_string<char>, tagcoll::Patch<std::basic_string<char>,
std::basic_string<char> > > > >' are not found by unqualified lookup
/usr/include/tagcoll-2.0.13/tagcoll/patch.tcc:56:3: note: use 'this->insert'
instead
make[3]: *** [ept/CMakeFiles/ept.dir/debtags/debtags.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
make[2]: *** [ept/CMakeFiles/ept.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: libept
Source-Version: 1.0.6.1
We believe that the bug you reported is fixed in the latest version of
libept, which is due to be installed in the Debian FTP archive:
ept-cache_1.0.6.1_all.deb
to main/libe/libept/ept-cache_1.0.6.1_all.deb
libept-dev_1.0.6.1_amd64.deb
to main/libe/libept/libept-dev_1.0.6.1_amd64.deb
libept1.4.12_1.0.6.1_amd64.deb
to main/libe/libept/libept1.4.12_1.0.6.1_amd64.deb
libept_1.0.6.1.dsc
to main/libe/libept/libept_1.0.6.1.dsc
libept_1.0.6.1.tar.gz
to main/libe/libept/libept_1.0.6.1.tar.gz
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.
Matthias Klose <[email protected]> (supplier of updated libept 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: SHA1
Format: 1.8
Date: Tue, 17 Apr 2012 12:43:33 +0200
Source: libept
Binary: libept-dev libept1.4.12 ept-cache
Architecture: source all amd64
Version: 1.0.6.1
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini <[email protected]>
Changed-By: Matthias Klose <[email protected]>
Description:
ept-cache - Obsolete commandline tool to search the package archive
libept-dev - High-level library for managing Debian package information
libept1.4.12 - High-level library for managing Debian package information
Closes: 667243
Changes:
libept (1.0.6.1) unstable; urgency=low
.
* Non maintainer upload.
* Fix build failure with GCC 4.7. Closes: #667243.
Checksums-Sha1:
08f446597a32d48c9e9dca58c7fc74fbfd822bf0 1230 libept_1.0.6.1.dsc
e3678b56fa24efec1afe61c640b482840d7f9a9d 2670102 libept_1.0.6.1.tar.gz
c75fe62b00c4faf255559f9943bdb187dd790606 14780 ept-cache_1.0.6.1_all.deb
d2564a151a2413ba8da01e83de9fafb17d6207c2 516240 libept-dev_1.0.6.1_amd64.deb
dd37457f995118d1522a60a1689f422f051f6785 142698 libept1.4.12_1.0.6.1_amd64.deb
Checksums-Sha256:
e2a161d4ed181d58c2b077794a4e368d721a3eb2dd084a7636803fa221f98a23 1230
libept_1.0.6.1.dsc
a5ce07fbc58e75398f00ba7fca07c651a6fcf79ebfacd67651c9178c5a077757 2670102
libept_1.0.6.1.tar.gz
e08435b5bd7e5c82ae9e64bd003f19696deb9848f9d3ec1e834fd60b0fe8562c 14780
ept-cache_1.0.6.1_all.deb
6d4f4d2ba3b7c1a1565f794f7eb0d09d2670626cec68302849014cde8222c27b 516240
libept-dev_1.0.6.1_amd64.deb
da25503c10b47d12231dde1eac7175c8fd17b9a9435c7dea91fa69645cd81deb 142698
libept1.4.12_1.0.6.1_amd64.deb
Files:
2d42b56e3eba4408f9ab1314547adc9a 1230 libdevel important libept_1.0.6.1.dsc
59777655f1aebe69bac9d4e6549d3fdc 2670102 libdevel important
libept_1.0.6.1.tar.gz
7a74567d285051b64160d32f7dbb68d0 14780 misc important ept-cache_1.0.6.1_all.deb
d3540e030093cb607f5cc4d37fbcac60 516240 libdevel important
libept-dev_1.0.6.1_amd64.deb
f4739200fe1cfd4f29e8286e7a05469c 142698 libs important
libept1.4.12_1.0.6.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk+NSlcACgkQStlRaw+TLJzzDwCfVvAZOF4YlANW/7Fi5MbZnux9
9xUAmwVulrXqfkmtxFMdpUwZtdsobTZ+
=coOa
-----END PGP SIGNATURE-----
--- End Message ---