Bug 1843103 - F33FailsToInstall: dolfin
Summary: F33FailsToInstall: dolfin
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: dolfin
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F33FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2020-06-02 17:41 UTC by Igor Raits
Modified: 2020-06-03 08:24 UTC (History)
5 users (show)

Fixed In Version: dolfin-2019.1.0.post0-4.fc33
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-06-03 08:24:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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!


Note You need to log in before you can comment on or make changes to this bug.