Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 820821 - sci-libs/dealii-9.3.1-r1 - not compatible with boost-1.77: /.../not_implemented.hpp: error: static assertion failed: This operation is not or not yet implemented.
Summary: sci-libs/dealii-9.3.1-r1 - not compatible with boost-1.77: /.../not_implement...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: boost-1.79
  Show dependency tree
 
Reported: 2021-10-30 08:19 UTC by Toralf Förster
Modified: 2022-02-14 01:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.31 KB, text/plain)
2021-10-30 08:19 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,196.13 KB, text/plain)
2021-10-30 08:19 UTC, Toralf Förster
Details
environment (environment,93.30 KB, text/plain)
2021-10-30 08:19 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.39 KB, application/x-bzip)
2021-10-30 08:19 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,14.30 KB, application/x-bzip)
2021-10-30 08:19 UTC, Toralf Förster
Details
sci-libs:dealii-9.3.1-r1:20211030-005139.log.bz2 (sci-libs:dealii-9.3.1-r1:20211030-005139.log.bz2,26.35 KB, application/x-bzip)
2021-10-30 08:19 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,49.26 KB, application/x-bzip)
2021-10-30 08:19 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-10-30 08:19:12 UTC
/var/tmp/portage/sci-libs/dealii-9.3.1-r1/work/dealii-9.3.1_build/source/grid/grid_tools.inst:32:14:   required from here
/usr/include/boost/geometry/algorithms/not_implemented.hpp:47:5: error: static assertion failed: This operation is not or not yet implemented.
   47 |     BOOST_GEOMETRY_STATIC_ASSERT(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/geometry/algorithms/not_implemented.hpp:47:5: note: ‘std::integral_constant<bool, false>::value’ evaluates to false
In file included from /usr/include/boost/geometry/index/rtree.hpp:32,

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j4-20211027-180853

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.7
Available Rust versions:
  [1]   rust-1.56.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:
  [1]   php7.3 *
  [2]   php7.4
  [3]   php8.0

  HEAD of ::gentoo
commit 0994acc1eaa7ece74a69f48f0d0788bdb7988329
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Oct 29 23:01:33 2021 +0000

    2021-10-29 23:01:16 UTC

emerge -qpvO sci-libs/dealii
[ebuild  N    ] sci-libs/dealii-9.3.1-r1  USE="debug doc examples gsl lapack sparse -adolc -arpack -assimp -cuda -ginkgo -gmsh -hdf5 -metis -mpi -muparser -opencascade -p4est -petsc -scalapack -slepc -static-libs -sundials -symengine -trilinos" CPU_FLAGS_X86="avx sse2 -avx512f"
Comment 1 Toralf Förster gentoo-dev 2021-10-30 08:19:13 UTC
Created attachment 747387 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-10-30 08:19:14 UTC
Created attachment 747390 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-10-30 08:19:16 UTC
Created attachment 747393 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-10-30 08:19:17 UTC
Created attachment 747396 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-10-30 08:19:18 UTC
Created attachment 747399 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-10-30 08:19:19 UTC
Created attachment 747402 [details]
sci-libs:dealii-9.3.1-r1:20211030-005139.log.bz2
Comment 7 Toralf Förster gentoo-dev 2021-10-30 08:19:20 UTC
Created attachment 747405 [details]
temp.tar.bz2
Comment 8 Matthias Maier gentoo-dev 2021-12-06 20:51:44 UTC
This is an issue with boost-1.77 compatibility [1].

[1] https://github.com/dealii/dealii/issues/12817
Comment 9 Larry the Git Cow gentoo-dev 2021-12-06 20:52:24 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660500a7fc2907165e187d0c2645efae09d68d0b

commit 660500a7fc2907165e187d0c2645efae09d68d0b
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2021-12-06 20:47:49 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2021-12-06 20:52:20 +0000

    sci-libs/dealii: add a blocker for boost-1.77
    
    Boost version 1.77 has multiple unresolved issues in their geometry
    package. Disallow for now until upstream has found a workaround.
    
    Bug: https://bugs.gentoo.org/820821
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 sci-libs/dealii/dealii-9.3.1-r1.ebuild | 1 +
 sci-libs/dealii/dealii-9999.ebuild     | 1 +
 2 files changed, 2 insertions(+)
Comment 10 Larry the Git Cow gentoo-dev 2021-12-14 03:28:07 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d67b7124bd5fa45d8849e3480f542cef655e94

commit 81d67b7124bd5fa45d8849e3480f542cef655e94
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-12-14 03:27:36 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-12-14 03:27:36 +0000

    sci-libs/dealii: use < (upper bound) dep on Boost
    
    Avoid confusing blockers.
    
    Bug: https://bugs.gentoo.org/820821
    See: https://forums.gentoo.org/viewtopic-t-1146245.html
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-libs/dealii/{dealii-9.3.1-r1.ebuild => dealii-9.3.1-r2.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)