View previous topic :: View next topic |
Author |
Message |
szatox Advocate

Joined: 27 Aug 2013 Posts: 3602
|
Posted: Mon Oct 07, 2024 1:24 pm Post subject: Openscad doesn't build against cgal-6_beta |
|
|
I did a bit of digging, and it looks like openscad's ebuild uses cpp 14 feature set (gcc called with -std=c++1y), and cgal-6 requires cpp 17 for its includes to work.
Not sure what do to about it, but at least for now cgal-5 is still in portage and is listed as a valid dependency for openscad, so adding 6 to package.mask solves the immediate issue.
Just leaving it here for other people who've run into issues updating their systems with freecad installed. _________________ Make Computing Fun Again |
|
Back to top |
|
 |
talkingerbil n00b

Joined: 15 Oct 2024 Posts: 2
|
Posted: Tue Oct 15, 2024 12:04 am Post subject: |
|
|
Confirming this. Would this go in as a bug report? |
|
Back to top |
|
 |
szatox Advocate

Joined: 27 Aug 2013 Posts: 3602
|
Posted: Tue Oct 15, 2024 10:56 pm Post subject: |
|
|
Well, it turns out it has been found and reported almost 3 months ago already (and yet, somehow, I didn't find it... )
https://bugs.gentoo.org/936652
Someone even posted a patch which should let the new versions build properly. _________________ Make Computing Fun Again |
|
Back to top |
|
 |
talkingerbil n00b

Joined: 15 Oct 2024 Posts: 2
|
Posted: Wed Oct 16, 2024 1:16 am Post subject: |
|
|
That it does. Patch works. |
|
Back to top |
|
 |
|