Bug 244920 - www/node12 does not include requisite libuv library
Summary: www/node12 does not include requisite libuv library
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bradley T. Hughes
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-19 19:07 UTC by Paul Scott
Modified: 2020-07-17 21:20 UTC (History)
1 user (show)

See Also:
tobik: maintainer-feedback? (bhughes)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Scott 2020-03-19 19:07:45 UTC
I just pkg installed node12-12.13.1 and npm-node12-6.12.1 on FreeBSD 12.1p3 and neither would run because libuv was apparently not a required package.

After pkg install libuv-1.34.0, both node and npm function normally.

libuv needs to be added as a prerequisite to both packages.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2020-03-19 23:35:38 UTC
www/node12 already has libuv as a dependency.
Comment 2 Paul Scott 2020-03-19 23:42:13 UTC
I'm 0 for 2 today :-( Maybe I was on a back level of libuv. I needed to upgrade to libuv 1.34.
Comment 3 Paul Scott 2020-03-20 05:26:53 UTC
Perhaps the dependency has the wrong libuv version?