Summary: | net-libs/nodejs-13.4.0: emerge failed with ../src/node_util.cc: In function ‘void node::util::Sleep(const v8::FunctionCallbackInfo<v8::Value>&)’: ../src/node_util.cc:176:3: error: ‘uv_sleep’ was not declared in this scope uv_sleep(msec); | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Vladimir Varlamov <bes.internal> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build log
emerge --info '=net-libs/nodejs-13.4.0::gentoo' |
Description
Vladimir Varlamov
2019-12-19 12:41:58 UTC
Created attachment 600132 [details]
build log
Created attachment 600134 [details]
emerge --info '=net-libs/nodejs-13.4.0::gentoo'
same problem same error with emerge -pqv '=net-libs/nodejs-13.4.0::gentoo' [ebuild U ] net-libs/nodejs-13.4.0 [13.3.0] USE="icu npm snapshot ssl -debug -doc -inspector -pax_kernel -systemtap -test" CPU_FLAGS_X86="sse2" Until the dependencies are updated in the ebuild by the maintainer you can solve this by unmasking the latest libuv (as of this writing). =dev-libs/libuv-1.34.0 (In reply to Mike Pagano from comment #4) > Until the dependencies are updated in the ebuild by the maintainer you can > solve this by unmasking the latest libuv (as of this writing). > > =dev-libs/libuv-1.34.0 Thanks for the trick!. works for me.. All nodejs ebuilds currently in the tree depend on even newer versions of libuv. |