Bug 1843103
| Summary: | F33FailsToInstall: dolfin | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | dolfin | Assignee: | Zbigniew Jędrzejewski-Szmek <zbyszek> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | gwync, jwakely, neuro-sig, python-sig, zbyszek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | dolfin-2019.1.0.post0-4.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-03 08:24:32 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1803235 | ||
|
Description
Igor Raits
2020-06-02 17:41:49 UTC
FTBFS because a source file fails to include <algorithm>
cd /builddir/build/BUILD/dolfin-2019.1.0.post0/build/dolfin && /usr/bin/c++ -DDOLFIN_VERSION=\"2019.1.0\" -DHAS_HDF5 -DHAS_PETSC -DHAS_ZLIB -DNDEBUG -Ddolfin_EXPORTS -I/builddir/build/BUILD/dolfin-2019.1.0.post0 -I/builddir/build/BUILD/dolfin-2019.1.0.post0/build -isystem /usr/lib/python3.9/site-packages/ffc/backends/ufc -isystem /usr/include/eigen3 -isystem /usr/include/petsc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g -DNDEBUG -fPIC -std=c++11 -o CMakeFiles/dolfin.dir/geometry/IntersectionConstruction.cpp.o -c /builddir/build/BUILD/dolfin-2019.1.0.post0/dolfin/geometry/IntersectionConstruction.cpp
/builddir/build/BUILD/dolfin-2019.1.0.post0/dolfin/geometry/IntersectionConstruction.cpp: In static member function 'static std::vector<dolfin::Point> dolfin::IntersectionConstruction::intersection_segment_segment_2d(const dolfin::Point&, const dolfin::Point&, const dolfin::Point&, const dolfin::Point&)':
/builddir/build/BUILD/dolfin-2019.1.0.post0/dolfin/geometry/IntersectionConstruction.cpp:442:24: error: 'min_element' is not a member of 'std'; did you mean 'tuple_element'?
442 | const auto it = std::min_element(oo.begin(), oo.end());
| ^~~~~~~~~~~
| tuple_element
make[2]: *** [dolfin/CMakeFiles/dolfin.dir/build.make:1139: dolfin/CMakeFiles/dolfin.dir/geometry/IntersectionConstruction.cpp.o] Error 1
Thanks for the hint! |