Your message dated Thu, 05 May 2016 06:19:09 +0000 with message-id <[email protected]> and subject line Bug#822505: fixed in lizardfs 3.9.4+dfsg-7 has caused the Debian Bug report #822505, regarding lizardfs: FTBFS: error: expected template-name before '<' token 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.) -- 822505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822505 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: lizardfs Version: 3.9.4+dfsg-6 Severity: serious This package fails to build in unstable: > sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux ... > [ 24%] Building CXX object > src/common/CMakeFiles/mfscommon_tests.dir/small_vector_unittest.cc.o > cd /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/build/src/common && /usr/bin/c++ > -DENABLE_CRC -DLIZARDFS_HAVE_CONFIG_H -DTHROW_INSTEAD_OF_ABORT > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS > -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS > -I/<<BUILDDIR>>/lizardfs-3.9.4+dfsg/build > -I/<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src > -I/<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common -I/usr/include/crcutil -g -O2 > -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -pipe -std=c++0x -pthread -Wall -Wextra -fwrapv > -pedantic -O3 -DNDEBUG -O3 -DNDEBUG -g -o > CMakeFiles/mfscommon_tests.dir/small_vector_unittest.cc.o -c > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc > In file included from > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:20:0: > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector.h:145:40: error: > expected template-name before '<' token > class small_vector : public std::vector<T, detail::static_preallocator<T, > N>> { > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector.h:145:40: error: > expected '{' before '<' token > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector.h:145:40: error: > expected unqualified-id before '<' token > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector.h:285:2: warning: > extra ';' [-Wpedantic] > }; > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc: In > member function 'virtual void > SmallVectorTest_GeneralBehaviour_Test::TestBody()': > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:36:23: > error: aggregate 'small_vector<int, 5ul> vec1_A' has incomplete type and > cannot be defined > small_vector<int, 5> vec1_A; > ^ > In file included from /usr/include/gtest/gtest.h:1929:0, > from > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:23: > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:38:2: > error: template argument 1 is invalid > EXPECT_EQ(vec1_A, vec1_B); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:40:32: > error: variable 'small_vector<double, 3ul> vec2_A' has initializer but > incomplete type > small_vector<double, 3> vec2_A(5, 1.0); > ^ > In file included from /usr/include/gtest/gtest.h:1929:0, > from > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:23: > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:42:2: > error: template argument 1 is invalid > EXPECT_EQ(vec2_A, vec2_B); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:44:39: > error: variable 'small_vector<double, 3ul> vec3_A' has initializer but > incomplete type > small_vector<double, 3> vec3_A(vec2_A); > ^ > In file included from /usr/include/gtest/gtest.h:1929:0, > from > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:23: > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:46:2: > error: template argument 1 is invalid > EXPECT_EQ(vec2_A, vec3_A); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:47:2: > error: template argument 1 is invalid > EXPECT_EQ(vec3_A, vec3_B); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:52:2: > error: template argument 1 is invalid > EXPECT_EQ(vec3_A, vec3_B); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc: In > member function 'virtual void SmallVectorTest_InsertTest_Test::TestBody()': > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:58:2: > error: 'iota' is not a member of 'std' > std::iota(range.begin(), range.end(), 1); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:60:23: > error: aggregate 'small_vector<int, 3ul> vec_A' has incomplete type and > cannot be defined > small_vector<int, 3> vec_A; > ^ > In file included from /usr/include/gtest/gtest.h:1929:0, > from > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:23: > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:69:2: > error: template argument 1 is invalid > EXPECT_EQ(vec_A, vec_B); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:74:2: > error: template argument 1 is invalid > EXPECT_EQ(vec_A, vec_B); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc: In > member function 'virtual void SmallVectorTest_EraseTest_Test::TestBody()': > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:80:2: > error: 'iota' is not a member of 'std' > std::iota(range.begin(), range.end(), 1); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:82:27: > error: aggregate 'small_vector<short int, 7ul> vec_A' has incomplete type and > cannot be defined > small_vector<int16_t, 7> vec_A; > ^ > In file included from /usr/include/gtest/gtest.h:1929:0, > from > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:23: > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:91:2: > error: template argument 1 is invalid > EXPECT_EQ(vec_A, vec_B); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:96:2: > error: template argument 1 is invalid > EXPECT_EQ(vec_A, vec_B); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:101:2: > error: template argument 1 is invalid > EXPECT_EQ(vec_A, vec_B); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc: In > member function 'virtual void SmallVectorTest_IteratorTest_Test::TestBody()': > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:105:27: > error: variable 'small_vector<int, 33ul> vec' has initializer but incomplete > type > small_vector<int, 33> vec(200); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:107:2: > error: 'iota' is not a member of 'std' > std::iota(vec.begin(), vec.end(), 0); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:109:2: > error: incomplete type 'small_vector<int, 33ul>' used in nested name specifier > small_vector<int, 33>::iterator it; > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:110:2: > error: incomplete type 'small_vector<int, 33ul>' used in nested name specifier > small_vector<int, 33>::const_iterator cit; > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:113:2: > error: 'it' was not declared in this scope > it = vec.begin(); > ^ > In file included from /usr/include/gtest/gtest.h:1929:0, > from > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:23: > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:116:3: > error: template argument 1 is invalid > EXPECT_EQ(*it, vec[i]); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:121:2: > error: template argument 1 is invalid > EXPECT_EQ(it, vec.end()); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:126:3: > error: template argument 1 is invalid > EXPECT_EQ(*it, vec[i]); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:131:2: > error: 'cit' was not declared in this scope > cit = it; > ^ > In file included from /usr/include/gtest/gtest.h:1929:0, > from > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:23: > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:133:2: > error: template argument 1 is invalid > EXPECT_EQ(it, cit); > ^ > /<<BUILDDIR>>/lizardfs-3.9.4+dfsg/src/common/small_vector_unittest.cc:134:2: > error: template argument 1 is invalid > EXPECT_EQ(*it, *cit); > ^ > src/common/CMakeFiles/mfscommon_tests.dir/build.make:185: recipe for target > 'src/common/CMakeFiles/mfscommon_tests.dir/small_vector_unittest.cc.o' failed > make[3]: *** > [src/common/CMakeFiles/mfscommon_tests.dir/small_vector_unittest.cc.o] Error 1 -- Martin Michlmayr Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---Source: lizardfs Source-Version: 3.9.4+dfsg-7 We believe that the bug you reported is fixed in the latest version of lizardfs, 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. Dmitry Smirnov <[email protected]> (supplier of updated lizardfs 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, 05 May 2016 15:57:46 +1000 Source: lizardfs Binary: lizardfs-common lizardfs-master lizardfs-metalogger lizardfs-chunkserver lizardfs-client lizardfs-adm lizardfs-cgi lizardfs-cgiserv lizardfs-dbg Architecture: source amd64 all Version: 3.9.4+dfsg-7 Distribution: unstable Urgency: medium Maintainer: Dmitry Smirnov <[email protected]> Changed-By: Dmitry Smirnov <[email protected]> Description: lizardfs-adm - LizardFS - administration tools lizardfs-cgi - LizardFS - CGI monitor lizardfs-cgiserv - simple CGI-capable HTTP server to run LizardFS CGI monitor lizardfs-chunkserver - LizardFS - data server lizardfs-client - LizardFS - client tools and mount utility lizardfs-common - LizardFS - common files lizardfs-dbg - Debugging symbols for LizardFS lizardfs-master - LizardFS - master server lizardfs-metalogger - LizardFS - metalogger server Closes: 822505 Changes: lizardfs (3.9.4+dfsg-7) unstable; urgency=medium . * FTBFS patches (Closes: #822505). Checksums-Sha1: b3d4b0bb0038c8adc34b3e594566c5b55c9075e9 2706 lizardfs_3.9.4+dfsg-7.dsc 9a36de1b5fcd499fc8de5c9ed6531740722acf71 37632 lizardfs_3.9.4+dfsg-7.debian.tar.xz 62967ea4b34b5172de35a8183ff294fc9c05d772 164808 lizardfs-adm_3.9.4+dfsg-7_amd64.deb 141253113ead52534b714a11586b9853805b7024 36866 lizardfs-cgi_3.9.4+dfsg-7_all.deb 6b7ff1ab290dcba1928f2097184d23f77e65b120 20666 lizardfs-cgiserv_3.9.4+dfsg-7_amd64.deb ad478df29992cb00d4a9027e4fb54a85e5050ab9 348760 lizardfs-chunkserver_3.9.4+dfsg-7_amd64.deb d4cf22baebb628c66df0e3bba00561838354a32b 388996 lizardfs-client_3.9.4+dfsg-7_amd64.deb 525c1c99540398c8e12249dd7ab341a40b215857 15430 lizardfs-common_3.9.4+dfsg-7_all.deb ca80064cf7b3e0ddb4541a9926cef4c3c2386a8e 21353816 lizardfs-dbg_3.9.4+dfsg-7_amd64.deb e32ccc6574cb99af9b359cbc876f90bab1eb4a14 617950 lizardfs-master_3.9.4+dfsg-7_amd64.deb dd3cbd36eca210ae60066e8d4f059c97f15029b8 82154 lizardfs-metalogger_3.9.4+dfsg-7_amd64.deb Checksums-Sha256: 705b22e44c2b94d0766c6f1c765960a6c87bacd454705999b5e0f64cb992fe9c 2706 lizardfs_3.9.4+dfsg-7.dsc 539ac8a5f8c3eebe3b11b16729710c1ba2f99b2800be8c90195a0671c7a45ccc 37632 lizardfs_3.9.4+dfsg-7.debian.tar.xz 0b9415aa3e9fd50e4afc840137ac7510c4767e9d4e56ba725210669409786b32 164808 lizardfs-adm_3.9.4+dfsg-7_amd64.deb a75b18c4cf21e0fcd60d00348a1daf4312966d3e53893e766e83ad4f4d232b0c 36866 lizardfs-cgi_3.9.4+dfsg-7_all.deb 9462ad922cfe1f39f35946bb926a2c39c38e8c45a36b192c9704d161fe8436ca 20666 lizardfs-cgiserv_3.9.4+dfsg-7_amd64.deb 6ca3df0892db2a854820de2b0e18ce7ff6caf5c0906bded6f87bbf486c0710d0 348760 lizardfs-chunkserver_3.9.4+dfsg-7_amd64.deb 73975552834e4f6366fbc512a49e8ed76379f7cd9ac64ea0cd319c663c4027f2 388996 lizardfs-client_3.9.4+dfsg-7_amd64.deb cd2c9beb9ea200f017d5a089daf789c555a6d4402365943bb6c6243234db6364 15430 lizardfs-common_3.9.4+dfsg-7_all.deb 263ef1b0cfdda813a3f41aedd18a56b56363bcf4598a75f79059c80c5b7db388 21353816 lizardfs-dbg_3.9.4+dfsg-7_amd64.deb 4bbdda79c10d2ee1eeda37c96bd69ed409568b789b10acdbc7763a1cad9843b0 617950 lizardfs-master_3.9.4+dfsg-7_amd64.deb 55715c6e2fee79bb307212ff7a1da34b54f781f267c373c7d8571c3435f774a9 82154 lizardfs-metalogger_3.9.4+dfsg-7_amd64.deb Files: b5199ae3e5847cf85d5ab08a0f372cb6 2706 admin optional lizardfs_3.9.4+dfsg-7.dsc fac9e8c386bc8ad3f62550af95ba1a04 37632 admin optional lizardfs_3.9.4+dfsg-7.debian.tar.xz 15065a104c7bc65c29d8a826d101c4aa 164808 admin optional lizardfs-adm_3.9.4+dfsg-7_amd64.deb 46160ca329cfa0197755f3eb63c1ac9d 36866 admin optional lizardfs-cgi_3.9.4+dfsg-7_all.deb 45391c686ec64afa789478b45c93bb40 20666 admin optional lizardfs-cgiserv_3.9.4+dfsg-7_amd64.deb a9112c64e788b24ff2c3703ad37e3d72 348760 admin optional lizardfs-chunkserver_3.9.4+dfsg-7_amd64.deb e4e318f77e91966678afcf127187c621 388996 admin optional lizardfs-client_3.9.4+dfsg-7_amd64.deb 777cf3bb4e6f5f3479b3e709ad4f6344 15430 admin optional lizardfs-common_3.9.4+dfsg-7_all.deb 90ff636749e7548a86e78f268c977f3e 21353816 debug extra lizardfs-dbg_3.9.4+dfsg-7_amd64.deb b5df56a945efcefcf9a538b5211b1a38 617950 admin optional lizardfs-master_3.9.4+dfsg-7_amd64.deb ab2cc8c3a942d7911fc50b0a4ea8c2ab 82154 admin optional lizardfs-metalogger_3.9.4+dfsg-7_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXKuGmAAoJEFK2u9lTlo0b/OoQAM4sKKu5EIVdQd72bTKw5pG2 NryKudvmuejgoGz5nSKpkcAOafuqnE/cuaA4euIpYeb4GPMt/tkVrxL34Bhkfua0 2BQ1buIP/0ZzhHFh4caz86/uTXdW39kD42DvYLZndyNZo35xZDK272QmU695fTKv JsijdCYAmpbsgm/v5fpI3tX6reW+NTirae4eFbFPUH1c2LycBdbxLhssfQKP7CI4 1UUJBmlE24ziV1rxtl+mcDtHeUJVcQE1386DNgyhFGva979E0f+ns+j3kUia7wID wtzY/mRIBNC4jEP9FcZz+ESf/YgdAq0ePNfT4H7p5Q3JBpm2XbRUJyAYjZTVWkij clWeIc1Jmp615n+phpy7H593oR+L4f3Su5sFrtdtLcVbMwaZzIr67YaZA1JCDABt 8B6Ij6mMqCW5h6Rvvd7zPXJeVVhLUT0LUhyF03sQ5mtqOfQZEVX5bZlPDSC2/sAQ Lc2JIf3Yj0A4S5M7bBitf533PYaxecNjdnPgxPVLRP2qFQfV+FgJY57FGROAK07p rUVcBX464Ez4qb0V27vJJHnyb4sfMR7GpIQi55vaR5XOkw/Jp4kBf7Ib1tJcZth0 pzD4gZWbHdfYK8Zyx10epY5BCnvJwYiz+CRhqbUYbkEpjASeRtKx2SrqJ1mgPVJV z8oIyMZZO4+EdtNyNo47 =5UEQ -----END PGP SIGNATURE-----
--- End Message ---

