Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
5.6.5
-
None
Description
Fails to compile on Fedora 39 (boost-1.81):
Function may be gone:
$ grep -r next_prime /usr/include/boost/
|
/usr/include/boost/math/differentiation/lanczos_smoothing.hpp: Real next_prime()
|
/usr/include/boost/math/differentiation/lanczos_smoothing.hpp: dlp.next_prime();
|
/usr/include/boost/math/differentiation/lanczos_smoothing.hpp: coeffs[l] = dlp.next_prime()/ dlp.norm_sq(l);
|
/usr/include/boost/math/differentiation/lanczos_smoothing.hpp: coeffs[l] = dlp.next_prime()/ dlp.norm_sq(l);
|
columnstore/columnstore/versioning/BRM/extentmap.cpp:450:59: error: ‘next_prime’ is not a member of ‘boost::unordered::detail’
|
450 | const auto bucketCapacity = boost::unordered::detail::next_prime(partitionsSize + 1);
|
| ^~~~~~~~~~
|
|
Attachments
Issue Links
- blocks
-
MDBF-632 Fedora 39 RPMs not available/builds failing
- Open
- relates to
-
MDEV-33290 Disable ColumnStore based on boost version (MCOL-5611)
- Closed