This repository was archived by the owner on Mar 25, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 15
This repository was archived by the owner on Mar 25, 2018. It is now read-only.
Canary broken on some platforms #7
Copy link
Copy link
Closed
Description
Trying to build V8 5.9.53
CI run: https://ci.nodejs.org/job/node-test-commit/8510/
Output:
../deps/v8/src/base/platform/platform-posix.cc: In member function 'virtual const char* v8::base::PosixTimezoneCache::LocalTimezone(double)':
../deps/v8/src/base/platform/platform-posix.cc:390:17: error: 'struct std::tm' has no member named 'tm_zone'
if (!t || !t->tm_zone) return "";
^
../deps/v8/src/base/platform/platform-posix.cc:391:13: error: 'struct std::tm' has no member named 'tm_zone'
return t->tm_zone;
^
../deps/v8/src/base/platform/platform-posix.cc: In member function 'virtual double v8::base::PosixTimezoneCache::LocalTimeOffset()':
../deps/v8/src/base/platform/platform-posix.cc:399:33: error: 'struct std::tm' has no member named 'tm_gmtoff'
return static_cast<double>(t->tm_gmtoff * msPerSecond -
^
../deps/v8/src/base/platform/platform-posix.cc: In member function 'virtual const char* v8::base::PosixTimezoneCache::LocalTimezone(double)':
../deps/v8/src/base/platform/platform-posix.cc:392:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
../deps/v8/src/base/platform/platform-posix.cc: In member function 'virtual double v8::base::PosixTimezoneCache::LocalTimeOffset()':
../deps/v8/src/base/platform/platform-posix.cc:401:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
deps/v8/src/v8_libbase.target.mk:103: recipe for target '/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos15-64/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix.o' failed
make[2]: *** [/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos15-64/out/Release/obj.target/v8_libbase/deps/v8/src/base/platform/platform-posix.o] Error 1
Refs:
- https://codereview.chromium.org/2731463003
- https://bugs.chromium.org/p/v8/issues/detail?id=6031
/cc @nodejs/platform-smartos @nodejs/platform-aix
Metadata
Metadata
Assignees
Labels
No labels