[Bug 238207] node-11 fails execution by Undefined symbol "uv_os_uname"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 29 08:49:43 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238207

            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 at FreeBSD.org
          Reporter: rfraile at 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,

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list