Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 922521

Summary: 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’?
Product: Gentoo Linux Reporter: Hubert Kowalski <johnnybit>
Component: Current packagesAssignee: Gentoo Science Mathematics related packages <sci-mathematics>
Status: RESOLVED FIXED    
Severity: normal CC: asturm, johnnybit, jstein, proxy-maint, waebbl-gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/CGAL/cgal/pull/7742
See Also: https://bugs.gentoo.org/show_bug.cgi?id=923366
Whiteboard: fixed in 5.6
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 921609    
Attachments: emerge --info '=media-gfx/openscad-2021.01-r4::gentoo'
Build log

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.