diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-01-01 18:11:15 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2021-01-01 18:11:15 +0100 |
commit | d6fadf3f9f82e68bcee4c6337bf77e924fb15563 (patch) | |
tree | 2a8b794e5c00b4308ae98ac90ffe0e0b54f57375 | |
parent | 958994c71e18b877869ecb253c2914dfd6f09276 (diff) | |
parent | f69b81939db4bb0fa3ef455740f1750d51238219 (diff) | |
download | web-d6fadf3f9f82e68bcee4c6337bf77e924fb15563.tar.gz web-d6fadf3f9f82e68bcee4c6337bf77e924fb15563.tar.bz2 web-d6fadf3f9f82e68bcee4c6337bf77e924fb15563.zip |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
-rw-r--r-- | community/Main/GrantBow.html | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/Main/GrantBow.html b/community/Main/GrantBow.html deleted file mode 100644 index cda7524c..00000000 --- a/community/Main/GrantBow.html +++ /dev/null @@ -1,29 +0,0 @@ -Hello! -I'm new one in hurd community. I just use hurd system and got two problem I can't resolve: -The <b>first</b> problem is software compilation: -<pre> -In file included from ../deps/v8/src/base/bounded-page-allocator.h:9, - from ../deps/v8/src/base/bounded-page-allocator.cc:5: -../deps/v8/src/base/platform/mutex.h:63:3: error: ‘NativeHandle’ does not name a type - NativeHandle& native_handle() { - ^~~~~~~~~~~~ -../deps/v8/src/base/platform/mutex.h:66:9: error: ‘NativeHandle’ does not name a type - const NativeHandle& native_handle() const { - ^~~~~~~~~~~~ -../deps/v8/src/base/platform/mutex.h:73:3: error: ‘NativeHandle’ does not name a type - NativeHandle native_handle_; - ^~~~~~~~~~~~ -../deps/v8/src/base/platform/mutex.h:163:3: error: ‘NativeHandle’ does not name a type - NativeHandle native_handle_; - ^~~~~~~~~~~~ -../deps/v8/src/base/platform/mutex.h:251:3: error: ‘NativeHandle’ does not name a type - NativeHandle native_handle_; - ^~~~~~~~~~~~ -tools/v8_gypfiles/v8_libbase.target.mk:161: recipe for target '/root/src/node-src/out/Release/obj.target/v8_libbase/deps/v8/src/base/bounded-page-allocator.o' failed -make[1]: *** [/root/src/node-src/out/Release/obj.target/v8_libbase/deps/v8/src/base/bounded-page-allocator.o] Error 1 -Makefile:104: recipe for target 'node' failed -make: *** [node] Error 2 -</pre> -This is the failure log of nodejs make. It doesn't appear in GNU/Linux or FreeBSD. I guess it's because of the i386 arch. - -The <b>second</b> problem appeared when I halt the system use `halt -p` command. |