Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 916579 - net-libs/nodejs-20.8.1 needs newer dev-libs/libuv for uv_pipe_bind2
Summary: net-libs/nodejs-20.8.1 needs newer dev-libs/libuv for uv_pipe_bind2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-31 15:36 UTC by Christopher Smith
Modified: 2023-11-02 22:19 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Smith 2023-10-31 15:36:42 UTC
The ebuild for nodejs-20.8.1 requires >=dev-libs/libuv-1.44.0, but that version of libuv does not provide the uv_pipe_bind2 function (and possibly others) that nodejs 20.8.1 uses. Upgrading to libuv-1.46.0 provides the missing function; versions in between might work.
Comment 1 Mike Gilbert gentoo-dev 2023-10-31 17:25:46 UTC
Does having an old version of libuv cause a build time failure? If so, please attach a build log.
Comment 2 Larry the Git Cow gentoo-dev 2023-11-02 22:19:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd79e02aba9ac48a31d687b18b9bcbcc4484a46

commit edd79e02aba9ac48a31d687b18b9bcbcc4484a46
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2023-11-02 22:18:10 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2023-11-02 22:19:10 +0000

    net-libs/nodejs: add 20.8.1-r1 to fix libuv dependency
    
    Closes: https://bugs.gentoo.org/916579
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 net-libs/nodejs/nodejs-20.8.1-r1.ebuild | 261 ++++++++++++++++++++++++++++++++
 1 file changed, 261 insertions(+)