Trying to compile nodejs 18.13 with libuv v1.43 fails with the following error: ../src/node_platform.cc: In function 'int node::{anonymous}::GetActualThreadPoolSize(int)': ../src/node_platform.cc:50:24: error: 'uv_available_parallelism' was not declared in this scope 50 | thread_pool_size = uv_available_parallelism() - 1; | ^~~~~~~~~~~~~~~~~~~~~~~~ Looking at the libuv docs [0], it says uv_available_parallelism is "new in version 1.44" while the current ebuild seems to require only 1.40. I believe this should be bumped to v1.44. [0]: https://docs.libuv.org/en/v1.x/misc.html#c.uv_available_parallelism
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204fd0fac63cd554f528c82dbb222ebed9a4efaf commit 204fd0fac63cd554f528c82dbb222ebed9a4efaf Author: William Hubbs <williamh@gentoo.org> AuthorDate: 2023-02-04 22:14:02 +0000 Commit: William Hubbs <williamh@gentoo.org> CommitDate: 2023-02-04 22:14:59 +0000 net-libs/nodejs: fix libuv dependency Closes: https://bugs.gentoo.org/893246 Signed-off-by: William Hubbs <williamh@gentoo.org> net-libs/nodejs/nodejs-18.13.0.ebuild | 2 +- net-libs/nodejs/nodejs-18.14.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)