You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
oschonrock opened this issue
Nov 30, 2017
· 3 comments
Labels
addonsIssues and PRs related to native addons.buildIssues and PRs related to build files or the CI.freebsdIssues and PRs related to the FreeBSD platform.questionIssues that look for answers.
The text was updated successfully, but these errors were encountered:
mscdex
added
freebsd
Issues and PRs related to the FreeBSD platform.
question
Issues that look for answers.
build
Issues and PRs related to build files or the CI.
addons
Issues and PRs related to native addons.
labels
Nov 30, 2017
If you're using the ports version, you should report the issue there. If it needs coordination with us, the ports maintainer will forward it to us. It was fixed here in v8.3.0, see #14077.
I solved it. It was to do with how the binary node8 package was being built in the FreeBSD pack build infrastructure. TLDR; it was being built under FBSD 11.0 (clang3.8.0), and if you then run it on a FBSD11.1 (clang 4.0.0) machine the gyp build (of eg node-sass) will fail with above error. Building the port from source on local machine always works.
addonsIssues and PRs related to native addons.buildIssues and PRs related to build files or the CI.freebsdIssues and PRs related to the FreeBSD platform.questionIssues that look for answers.
Duplicate of the (closed) #14076
I still have problems building node-sass (under gyp) on FBSD11.1.
In order to get the fix in mat813/freebsd-ports@cea3aae now, I updated to latest packages:
and then
but still
also documented here: sass/node-sass#2153 (comment)
The text was updated successfully, but these errors were encountered: