I am having the following error on macOS 14.1(23B5056e):
```
$ autoninja -C out/debug chrome
ninja: Entering directory `out/debug'
[1/168] ACTION //tools/v8_context_snapshot:generate_v8_context_snapshot(//build/toolchain/mac:clang_arm64)
FAILED: v8_context_snapshot.arm64.bin
python3 ../../build/gn_run_binary.py ./v8_context_snapshot_generator --output_file=v8_context_snapshot.arm64.bin
dyld[4441]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[4441]: Library not loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Referenced from: <4C4C44A2-5555-3144-A116-EE1A7F5ECC86> /Users/0x4248/chrome/src/out/debug/v8_context_snapshot_generator
Reason: tried: '/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file), '/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file, no dyld cache)
./v8_context_snapshot_generator failed with exit code -6
ninja: build stopped: subcommand failed.
```
Anyone tried solving this error?
dyld[4441]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/3b05a264-228a-4864-bbd9-21e6ba3f53e5n%40chromium.org.
I updated to 14.1b3 23B5067a and tested again.```
[1/168] ACTION //tools/v8_context_snapshot:generate_v8_context_snapshot(//build/toolchain/mac:clang_arm64)
FAILED: v8_context_snapshot.arm64.bin
python3 ../../build/gn_run_binary.py ./v8_context_snapshot_generator --output_file=v8_context_snapshot.arm64.bin
dyld[4701]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[4701]: Library not loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Referenced from: <4C4C44A2-5555-3144-A116-EE1A7F5ECC86> /Users/0x4248/chrome/src/out/debug/v8_context_snapshot_generator
Reason: tried: '/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file), '/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file, no dyld cache)
./v8_context_snapshot_generator failed with exit code -6
ninja: build stopped: subcommand failed.
```But that did not solved the problem.ls -l out/debug/v8_context_snapshot_generator
-rwxr-xr-x 1 0x4248 staff 2728076768 Oct 7 21:49 out/debug/v8_context_snapshot_generator
I also tried to remove out/debug/v8_context_snapshot_generator then build it.That also did not help.I will try to build it from the start.
2023년 10월 11일 수요일 오전 4시 47분 18초 UTC+9에 Mark Mentovai님이 작성:
[1/168] ACTION //tools/v8_context_snapshot:generate_v8_context_snapshot(//build/toolchain/mac:clang_arm64)
FAILED: v8_context_snapshot.arm64.bin
python3 ../../build/gn_run_binary.py ./v8_context_snapshot_generator --output_file=v8_context_snapshot.arm64.bin
dyld[4701]: dyld cache '(null)' not loaded: syscall to map cache into shared region failed
dyld[4701]: Library not loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Referenced from: <4C4C44A2-5555-3144-A116-EE1A7F5ECC86> /Users/0x4248/chrome/src/out/debug/v8_context_snapshot_generator
Reason: tried: '/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file), '/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation' (no such file, no dyld cache)
./v8_context_snapshot_generator failed with exit code -6
ninja: build stopped: subcommand failed.
ls -l out/debug/v8_context_snapshot_generator
-rwxr-xr-x 1 0x4248 staff 2728076768 Oct 7 21:49 out/debug/v8_context_snapshot_generator
I’m not running macOS 14.1b, so I can’t speak directly to the report, but this is the problem:
On Wed, Oct 11, 2023 at 10:07 AM Mark Mentovai <ma...@chromium.org> wrote: