Date: Wed, 29 May 2019 08:49:39 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 238207] node-11 fails execution by Undefined symbol "uv_os_uname" Message-ID: <bug-238207-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238207 Bug ID: 238207 Summary: node-11 fails execution by Undefined symbol "uv_os_uname" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: rfraile@rfraile.eu Hello, Node v.11 fails execution after install: # pkg install node Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking integrity... done (0 conflicting) The following 1 package(s) will be affected (of 0 checked): New packages to be INSTALLED: node: 11.13.0 Number of packages to be installed: 1 The process will require 28 MiB more space. Proceed with this action? [y/N]: y [1/1] Installing node-11.13.0... [1/1] Extracting node-11.13.0: 100% Message from node-11.13.0: Note: If you need npm (Node Package Manager), please install www/npm. # node -v ld-elf.so.1: /usr/local/bin/node: Undefined symbol "uv_os_uname" But v.10 works fine: # pkg install node10 Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking integrity... done (1 conflicting) - node10-10.15.3_1 conflicts with node-11.13.0 on /usr/local/bin/node Checking integrity... done (0 conflicting) The following 2 package(s) will be affected (of 0 checked): Installed packages to be REMOVED: node-11.13.0 New packages to be INSTALLED: node10: 10.15.3_1 Number of packages to be removed: 1 Number of packages to be installed: 1 The operation will free 1 MiB. Proceed with this action? [y/N]: y [1/2] Deinstalling node-11.13.0... [1/2] Deleting files for node-11.13.0: 100% [2/2] Installing node10-10.15.3_1... [2/2] Extracting node10-10.15.3_1: 100% Message from node10-10.15.3_1: Note: If you need npm (Node Package Manager), please install www/npm. # node -v v10.15.3 Maybe it is related with the following Github PR? https://github.com/nodejs/node/pull/25600 Thanks, --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238207-7788>