[Bug 243798] www/node: node-13.6.0 fails to compile on i386
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 2 15:05:16 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243798
Bug ID: 243798
Summary: www/node: node-13.6.0 fails to compile on i386
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bhughes at freebsd.org
Reporter: d8zNeCFG at aon.at
Assignee: bhughes at freebsd.org
Flags: maintainer-feedback?(bhughes at freebsd.org)
Scenario:
- using portmaster to upgrade www/node on i386 (running in a VM) from 13.3.0 to
13.6.0
Result:
- The build fails as follows:
c++ -o
/usr/tmp/a/SRC/FreeBSD-ports/head/www/node/work/node-v13.6.0/out/Release/obj.target/torque_base/deps/v8/src/torque/csa-generator.o
../deps/v8/src/torque/csa-generator.cc '-DNODE_OPENSSL_CERT_STORE'
'-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64'
'-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_IA32'
'-DV8_EMBEDDER_STRING="-node.26"' '-DENABLE_DISASSEMBLER'
'-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DENABLE_MINOR_MC' '-DV8_INTL_SUPPORT'
'-DV8_CONCURRENT_MARKING' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS'
'-DV8_EMBEDDED_BUILTINS' '-DV8_USE_SIPHASH'
'-DDISABLE_UNTRUSTED_CODE_MITIGATIONS' '-DV8_WIN64_UNWINDING_INFO'
'-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' -I../deps/v8
-I../deps/v8/include -pthread -Wno-unused-parameter -m32 -Wno-return-type
-msse2 -mfpmath=sse -mmmx -fno-strict-aliasing -m32 -O3 -fno-omit-frame-pointer
-fdata-sections -ffunction-sections -O3 -fno-rtti -std=gnu++1y -fexceptions
-MMD -MF
/usr/tmp/a/SRC/FreeBSD-ports/head/www/node/work/node-v13.6.0/out/Release/.deps//usr/tmp/a/SRC/FreeBSD-ports/head/www/node/work/node-v13.6.0/out/Release/obj.target/torque_base/deps/v8/src/torque/csa-generator.o.d.raw
-isystem /usr/local/include -O2 -pipe -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing -isystem /usr/local/include -c
../deps/v8/src/base/platform/platform-freebsd.cc:84:25: error: reinterpret_cast
from 'uint64_t' (aka 'unsigned long long') to 'uintptr_t'
(aka 'unsigned int') is not allowed
lib_name, reinterpret_cast<uintptr_t>(map->kve_start),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/src/base/platform/platform-freebsd.cc:85:15: error: reinterpret_cast
from 'uint64_t' (aka 'unsigned long long') to 'uintptr_t'
(aka 'unsigned int') is not allowed
reinterpret_cast<uintptr_t>(map->kve_end)));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list