Cannot compile node
オープン
まだ誰も着手していません。
build
confirmed-bug
i18n-api
- 主要言語
- JavaScript
- スター
- 122k
- フォーク
- 37.3k
- 平均マージ
- 4日 2時間
- マージ済み PR(30日)
- 283
説明
Cannot compile node 13.0.1 with flags ./configure --fully-static --with-intl=full-icu inside docker image for node
Getting this output
LD_LIBRARY_PATH=/node/out/Release/lib.host:/node/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../tools/v8_gypfiles; mkdir -p /node/out/Release/obj/gen/src/regexp; python ../../deps/v8/tools/run.py "/node/out/Release/gen-regexp-special-case" "/node/out/Release/obj/gen/src/regexp/special-case.cc"
tools/v8_gypfiles/run_gen-regexp-special-case.target.mk:13: recipe for target '/node/out/Release/obj/gen/src/regexp/special-case.cc' failed
make[1]: *** [/node/out/Release/obj/gen/src/regexp/special-case.cc] Error 245
make[1]: *** Waiting for unfinished jobs....
rm 889aa6e08bf291915b2edfb5755eacba271e7d14.intermediate
Makefile:101: recipe for target 'node' failed
make: *** [node] Error 2
Steps to reproduce:
- Install docker
docker run -it node bash
//inside docker shellgit clone https://github.com/nodejs/node.gitcd nodegit checkout v13.0.1./configure --fully-static --with-intl=full-icumake -j8
Also not working with flags ./configure --fully-static --enable-static --with-intl=full-icu with the same error
But it compiles without errors with version 11.1.0 with flags ./configure --fully-static --with-intl=full-icu --download=all
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
v13.0.1をcheckoutし、./configure --fully-static --with-intl=full-icuを実行してからmake -j8を実行し、node Dockerイメージで失敗を再現します。まずtools/v8_gypfiles/run_gen-regexp-special-case.target.mkの失敗から始め、v13.0.1のビルドをv11.1.0と比較します。報告されているv13.0.1の構成が正常にコンパイルできるか、または問題が文書化された前提条件かビルド失敗に絞り込まれれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- docker, javascript, node.js
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100