Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922521 - sci-mathematics/cgal-5.5.2 w/ dev-libs/boost-1.84.0 breaks media-gfx/openscad-2021.01-r4: /usr/include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_intersection.h:144:65: error: ‘prior’ is not a member of ‘boost’; did you mean ‘boost::mpl::prior’?
Summary: sci-mathematics/cgal-5.5.2 w/ dev-libs/boost-1.84.0 breaks media-gfx/openscad...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Mathematics related packages
URL: https://github.com/CGAL/cgal/pull/7742
Whiteboard: fixed in 5.6
Keywords:
Depends on:
Blocks: boost-1.84
  Show dependency tree
 
Reported: 2024-01-20 08:21 UTC by Hubert Kowalski
Modified: 2024-01-30 22:09 UTC (History)
5 users (show)

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


Attachments
emerge --info '=media-gfx/openscad-2021.01-r4::gentoo' (emergeinfo,9.31 KB, text/plain)
2024-01-20 08:23 UTC, Hubert Kowalski
Details
Build log (build.log,979.99 KB, text/x-log)
2024-01-20 08:24 UTC, Hubert Kowalski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hubert Kowalski 2024-01-20 08:21:37 UTC
media-gfx/openscad-2021.01-r4 fails to build with dev-libs/boost-1.84.0-r1, builds fine with dev-libs/boost-1.83.0-r3

the error that comes up during build is:
error: ‘prior’ is not a member of ‘boost’; did you mean ‘boost::mpl::prior’

Reproducible: Always

Steps to Reproduce:
1. Try to compile media-gfx/openscad-2021.01-r4 with dev-libs/boost-1.84.0-r1 
2. Experience the error
Comment 1 Hubert Kowalski 2024-01-20 08:23:03 UTC
Created attachment 882673 [details]
emerge --info '=media-gfx/openscad-2021.01-r4::gentoo'
Comment 2 Hubert Kowalski 2024-01-20 08:24:18 UTC
Created attachment 882674 [details]
Build log
Comment 3 Hubert Kowalski 2024-01-20 16:12:58 UTC
Building with sci-mathematics/cgal-5.6 allows to build openscad without any modifications.
Comment 4 Andreas Sturmlechner gentoo-dev 2024-01-30 22:08:42 UTC
Thanks for checking back with the newer version.