Bug 1843103

Summary: F33FailsToInstall: dolfin
Product: [Fedora] Fedora Reporter: Igor Raits <igor.raits>
Component: dolfinAssignee: Zbigniew Jędrzejewski-Szmek <zbyszek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
Hello,

Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (ignatenkobrain).

Your package (dolfin) Fails To Install in Fedora 33:

can't install dolfin:
  - nothing provides libboost_program_options.so.1.69.0()(64bit) needed by dolfin-2019.1.0.post0-3.fc33.x86_64
  - nothing provides libboost_filesystem.so.1.69.0()(64bit) needed by dolfin-2019.1.0.post0-3.fc33.x86_64
  - nothing provides libboost_iostreams.so.1.69.0()(64bit) needed by dolfin-2019.1.0.post0-3.fc33.x86_64
  - nothing provides libboost_timer.so.1.69.0()(64bit) needed by dolfin-2019.1.0.post0-3.fc33.x86_64
  
If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.

P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors.

P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/rawhide-gating/multi-builds/

Thanks!

Comment 1 Jonathan Wakely 2020-06-02 23:57:52 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

Comment 2 Zbigniew Jędrzejewski-Szmek 2020-06-03 08:24:32 UTC
Thanks for the hint!