Created
October 23, 2020 22:13
-
-
Save sgraham/1e5e93a94c159b0382da7bd5db74ee86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [scottmg:~/work/fuchsia ((c77f085ddb4...))]$ prebuilt/third_party/gn/mac-x64/gn gen out/not-default '--check=system' '--args=import("//products/core.gni") base_package_labels+=["//bundles/buildbot:core"] build_info_product="core" is_debug=false target_cpu="x64" universe_package_labels+=["//bundles:infratools"] use_goma=true' --fail-on-unused-args | |
| Done. Made 71197 targets from 4396 files in 25965ms | |
| [scottmg:~/work/fuchsia ((c77f085ddb4...))]$ prebuilt/third_party/ninja/mac-x64/ninja -C out/not-default.zircon -j 120 default | |
| ninja: Entering directory `out/not-default.zircon' | |
| [0->9422/9422 ~1] ACTION //kernel:kernel._build(//kernel:kernel-x64-clang) | |
| [scottmg:~/work/fuchsia ((c77f085ddb4...))]$ prebuilt/third_party/ninja/mac-x64/ninja -C out/not-default.zircon -j 120 default -d explain -n -v | |
| ninja: Entering directory `out/not-default.zircon' | |
| ninja explain: restat of output kernel-x64-clang/obj/kernel/zircon.elf-gdb.py older than most recent input ../../../../../../bin/ln (1595358587712244336 vs 1600734631000000000) | |
| ninja explain: kernel-x64-clang/obj/kernel/zircon.elf-gdb.py is dirty | |
| [0->1/1 ~1] /usr/bin/env /bin/ln -sf ../../../../../zircon/kernel/scripts/zircon.elf-gdb.py kernel-x64-clang/obj/kernel | |
| [scottmg:~/work/fuchsia ((c77f085ddb4...))]$ prebuilt/third_party/ninja/mac-x64/ninja -C out/not-default.zircon -j 120 default | |
| ninja: Entering directory `out/not-default.zircon' | |
| [0->1/1 ~1] ACTION //kernel:gdb_extension(//kernel:kernel-x64-clang) | |
| [scottmg:~/work/fuchsia ((c77f085ddb4...))]$ prebuilt/third_party/ninja/mac-x64/ninja -C out/not-default.zircon -j 120 default -d explain -n -v | |
| ninja: Entering directory `out/not-default.zircon' | |
| ninja explain: output ../../../../../../usr/bin/env of phony edge with no inputs doesn't exist | |
| ninja explain: ../../../../../../usr/bin/env is dirty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment