Skip to content

Build failure: __config: No such file or directory #26

Closed
@schuay

Description

@schuay

On current canary branch head (30cba1b), linux:

./configure && make -j32
[...]
  g++ '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="linux"' '-DNODE_WANT_INTERNALS=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DHAVE_OPENSSL=1' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_HAVE_SMALL_ICU=1' '-DNGHTTP2_STATICLIB' '-DUCONFIG_NO_SERVICE=1' '-DUCONFIG_NO_REGULAR_EXPRESSIONS=1' '-DU_ENABLE_DYLOAD=0' '-DU_STATIC_IMPLEMENTATION=1' '-DU_HAVE_STD_STRING=0' '-DUCONFIG_NO_BREAK_ITERATION=0' '-DHTTP_PARSER_STRICT=0' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D_POSIX_C_SOURCE=200112' -I../src -I../tools/msvs/genfiles -I/my_local_path_snipped/node-v8/out/Release/obj/gen -I/my_local_path_snipped/node-v8/out/Release/obj/gen/include -I../deps/nghttp2/lib/includes -I../deps/openssl/openssl/include -I../deps/v8/include -I../deps/icu-small/source/i18n -I../deps/icu-small/source/common -I../deps/zlib -I../deps/http_parser -I../deps/cares/include -I../deps/uv/include  -pthread -Wall -Wextra -Wno-unused-parameter -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -std=gnu++1y -MMD -MF /my_local_path_snipped/node-v8/out/Release/.deps//my_local_path_snipped/node-v8/out/Release/obj.target/node/gen/node-debug-support.o.d.raw   -c -o /my_local_path_snipped/node-v8/out/Release/obj.target/node/gen/node-debug-support.o /my_local_path_snipped/node-v8/out/Release/obj/gen/node-debug-support.cc
/my_local_path_snipped/node-v8/out/Release/obj/gen/node-debug-support.cc:8:20: fatal error: __config: No such file or directory
 #include <__config>

The path exists, but is not picked up by the build:

$ find . -name __config
./deps/v8/buildtools/third_party/libc++/trunk/include/experimental/__config
./deps/v8/buildtools/third_party/libc++/trunk/include/__config

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions