Your message dated Sun, 01 Nov 2020 21:20:09 +0000
with message-id <e1kzkll-0002ew...@fasolo.debian.org>
and subject line Bug#972808: fixed in cura-engine 1:4.7.1-2
has caused the Debian Bug report #972808,
regarding cura-engine FTBFS: error: ‘find_if’ is not a member of ‘std’
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 ow...@bugs.debian.org
immediately.)


-- 
972808: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972808
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cura-engine
Version: 1:4.7.1-1
Severity: serious
Tags: ftbfs

A native build of cura-engine on unstable amd64 ends with:

| [ 86%] Building CXX object 
CMakeFiles/SparseGridTest.dir/tests/utils/SparseGridTest.cpp.o
| /usr/bin/c++ -DARCUS -DBUILD_TESTS -DBUILD_TESTS=1 
-I/usr/include/polyclipping -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG -Wall 
-static-libstdc++ -fopenmp -std=gnu++11 -o 
CMakeFiles/SparseGridTest.dir/tests/utils/SparseGridTest.cpp.o -c 
/<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp
| In file included from /usr/include/gtest/gtest.h:387,
|                  from /<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp:4:
| /<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp: In member function ‘virtual 
void cura::GetNearbyTest_GetNearby_Test::TestBody()’:
| /<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp:48:38: error: ‘find_if’ is 
not a member of ‘std’; did you mean ‘find’?
|    48 |         EXPECT_NE(result.end(), std::find_if(result.begin(), 
result.end(), [&point](const typename SparsePointGridInclusive<Point>::Elem 
&elem) { return elem.val == point; }))
|       |                                      ^~~~~~~
| /<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp:54:38: error: ‘find_if’ is 
not a member of ‘std’; did you mean ‘find’?
|    54 |         EXPECT_EQ(result.end(), std::find_if(result.begin(), 
result.end(), [&point](const typename SparsePointGridInclusive<Point>::Elem 
&elem) { return elem.val == point; }))
|       |                                      ^~~~~~~
| /<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp: In member function ‘virtual 
void cura::GetNearbyTest_getNearbyLine2_Test::TestBody()’:
| /<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp:99:38: error: ‘find_if’ is 
not a member of ‘std’; did you mean ‘find’?
|    99 |         EXPECT_NE(result.end(), std::find_if(result.begin(), 
result.end(), [&point](const typename SparsePointGridInclusive<Point>::Elem 
&elem) { return elem.val == point; }))
|       |                                      ^~~~~~~
| /<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp:105:38: error: ‘find_if’ is 
not a member of ‘std’; did you mean ‘find’?
|   105 |         EXPECT_EQ(result.end(), std::find_if(result.begin(), 
result.end(), [&point](const typename SparsePointGridInclusive<Point>::Elem 
&elem) { return elem.val == point; }))
|       |                                      ^~~~~~~
| /<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp: In member function ‘virtual 
void cura::GetNearbyTest_getNearbyLine_Test::TestBody()’:
| /<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp:144:38: error: ‘find_if’ is 
not a member of ‘std’; did you mean ‘find’?
|   144 |         EXPECT_NE(result.end(), std::find_if(result.begin(), 
result.end(), [&point](const typename SparsePointGridInclusive<Point>::Elem 
&elem) { return elem.val == point; }))
|       |                                      ^~~~~~~
| /<<PKGBUILDDIR>>/tests/utils/SparseGridTest.cpp:150:38: error: ‘find_if’ is 
not a member of ‘std’; did you mean ‘find’?
|   150 |         EXPECT_EQ(result.end(), std::find_if(result.begin(), 
result.end(), [&point](const typename SparsePointGridInclusive<Point>::Elem 
&elem) { return elem.val == point; }))
|       |                                      ^~~~~~~
| make[3]: *** [CMakeFiles/SparseGridTest.dir/build.make:98: 
CMakeFiles/SparseGridTest.dir/tests/utils/SparseGridTest.cpp.o] Error 1
| make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| make[2]: *** [CMakeFiles/Makefile2:1295: CMakeFiles/SparseGridTest.dir/all] 
Error 2
| make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| make[1]: *** [Makefile:185: all] Error 2
| make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
| dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install 
--strip-program=true" returned exit code 2
| make: *** [debian/rules:10: build] Error 25
| dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

This must be a very recent issue as neither crossqa (10 days ago) nor
reproducible builds (6 days ago) have run into this issue. It's reliably
reproducible anyhow. I'm unsure what might cause it. Neither gcc-10 nor
cura-engine were uploaded in that time. It would be a good idea to add
the missing #include <algorithm> any how.

Helmut

--- End Message ---
--- Begin Message ---
Source: cura-engine
Source-Version: 1:4.7.1-2
Done: Christoph Berg <m...@debian.org>

We believe that the bug you reported is fixed in the latest version of
cura-engine, 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 972...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <m...@debian.org> (supplier of updated cura-engine 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 01 Nov 2020 22:06:52 +0100
Source: cura-engine
Architecture: source
Version: 1:4.7.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian 3-D Printing Packages 
<3dprinter-gene...@lists.alioth.debian.org>
Changed-By: Christoph Berg <m...@debian.org>
Closes: 972808
Changes:
 cura-engine (1:4.7.1-2) unstable; urgency=medium
 .
   [ Gregor Riepl ]
   * Added build fix for missing algorithm include. Closes: #972808
 .
   [ Christoph Berg ]
   * Add myself to Uploaders.
Checksums-Sha1:
 44903f9e0943b912085a34c02e33c4b2f40ef35d 2218 cura-engine_4.7.1-2.dsc
 af77d7e38679e1dc0f0482175f45c49d841a64bd 59748 
cura-engine_4.7.1-2.debian.tar.xz
Checksums-Sha256:
 172bd6f37a77da7b2e2e0a0ea320072de85f36af76da8c0e8902a93978a34999 2218 
cura-engine_4.7.1-2.dsc
 cee56b1cc9334d500c0c8328e2d7f9001827991a420590a42d25775c6e09280d 59748 
cura-engine_4.7.1-2.debian.tar.xz
Files:
 09956e80d57a7d740d637ae6ada1105f 2218 utils optional cura-engine_4.7.1-2.dsc
 57982936e2b2f72e41ee5e0c5a83da8c 59748 utils optional 
cura-engine_4.7.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAl+fJW0ACgkQTFprqxLS
p66ILA//Z+chYbpmKVsyxVVytHNEGxt3o6tp2MH05qUMk5NLR8aVPm5FUcYYMsDW
mBau4Qm6d8rkAxuMZqhSLH7fHXbXpc1fZlcyeDbDivgg84nz8NvEK0y36rHb3TN1
6DfHifT5fUP2+B7lT22lRi1sBuex9naC0nAbhgcvAtxnX7HC9tbme76zG8unn7gC
IwSOMKsbq/y/9ziYJE9DJw+LE9TZZogvvZPQ9jK7TiK6R+xQgBpHKe/6Dvo4MCnd
ysCgIYCvVDAh64os5QKlj2D2Ju0CmFEXujELaKnc3Bsp7PhdUMumqm1ufOylwMqE
ZJopprMSa5kXb1VLJX65GKhw8pf7IL3+OP+u/xT2v724Q/lM66NItpibk9NQfDek
UvvpW5Lny3nkesSs3bgxwG/fSWxyJZgHJYBQ99/AIXbqz7Z25resQ9jlqLtD+JMe
pi561Gw12xG0wPJopjf0+RDzN9YRgs4IRChD9vyKYkiOxfLQo0Dgw3sEO5oqoRc2
2S2iFjaX/qh9PIHFOCpPf0DoHtQSSayJEPbLnySjigK/JvKuIRWIQ5evEiXewaLA
0Yed3VnOiM7byCxZuzadMmmfK/H4gAHXXHkIlTMg36Tcsz1z77ACOciQ7qqYxrB1
Kuyg34Mo6B+v1QPlsXeHsoC/n9lIUg4lpczKcDUBxi6Kfpu7hSA=
=68ex
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to