-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
node 8.6 assumes llvm on FreeBSD #16257
Copy link
Copy link
Closed
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.freebsdIssues and PRs related to the FreeBSD platform.Issues and PRs related to the FreeBSD platform.
Description
Activity
Metadata
Metadata
Assignees
Labels
buildIssues and PRs related to Node.js builds or CI infrastructure.Issues and PRs related to Node.js builds or CI infrastructure.freebsdIssues and PRs related to the FreeBSD platform.Issues and PRs related to the FreeBSD platform.
When building node 8.6 for PowerPC (uses gcc, not clang), I see the following error:
gyp: name 'llvm_version' is not defined while evaluating condition 'llvm_version
< "4.0"' in /wrkdirs/usr/ports/www/node/work/node-v8.6.0/node.gyp while trying
to load /wrkdirs/usr/ports/www/node/work/node-v8.6.0/node.gyp
creating ./icu_config.gypi
This appears to have been introduced by Pull Request #14077 .