You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Build Failure During make all and make bootstrapper
Description
I encountered a build failure while attempting to compile the project using both the make all and make bootstrapper commands. Below are the detailed outputs from the terminal:
Output from make all:
scion@student-net-cx-0052 bootstrapper % make all
rm -f bin/*
./.bazel-build-env
STABLE_PKG_VERSION_SCION_BOOTSTRAPPER v0.0.0-v0.0.7-2-g95649ef
bazel build //:bootstrapper
WARNING: --enable_bzlmod is set, but no MODULE.bazel file was found at the workspace root. Bazel will create an empty MODULE.bazel file. Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel. For more details, please refer to https://github.com/bazelbuild/bazel/issues/18958.
ERROR: /private/var/tmp/_bazel_scion/bcece009ef9f5ef3c4275fb90bb2a8b1/external/io_bazel_rules_go/BUILD.bazel:71:16: in (an implicit dependency) attribute of go_context_data rule @@io_bazel_rules_go//:go_context_data: in$whitelist_function_transition attribute of go_context_data rule @@io_bazel_rules_go//:go_context_data: package group '@@bazel_tools//tools/whitelists/function_transition_whitelist:function_transition_whitelist' is misplaced here (they are only allowed in the visibility attribute)
ERROR: /private/var/tmp/_bazel_scion/bcece009ef9f5ef3c4275fb90bb2a8b1/external/io_bazel_rules_go/BUILD.bazel:71:16: Analysis of target '@@io_bazel_rules_go//:go_context_data' failed
ERROR: Analysis of target '//:bootstrapper' failed; build aborted: Analysis failed
INFO: Elapsed time: 1.892s, Critical Path: 0.06s
INFO: 1 process: 1 internal.
ERROR: Build did NOT complete successfully
FAILED:
Fetching repository @@com_github_inconshreveable_log15; starting
Fetching repository @@bazel_gazelle_go_repository_config; starting
Fetching repository @@org_golang_x_net; starting
Fetching repository @@com_github_pelletier_go_toml; starting
Fetching repository @@com_github_insomniacslk_dhcp; starting
Fetching repository @@com_github_miekg_dns; starting
Fetching repository @@com_github_mdlayher_ndp; starting
Fetching repository @@com_github_grandcat_zeroconf; starting ... (9 fetches)
make: *** [bazel] Error 1
Output from make bootstrapper:
No target named 'bootstrapper' in the Makefile.
scion@student-net-cx-0052 bootstrapper % make bootstrapper
make: *** No rule to make target `bootstrapper’. Stop.
Environment
Operating System: macOS Sonoma V14.6(23G80)
Bazelisk version: 1.20.0
Bazel Version: 7.3.1
make Version: 3.81
Steps to Reproduce
Clone the repository.
Run the command make all and make bootstrapper in the project root.
Additional Information
I have not modified any of the build files.
The text was updated successfully, but these errors were encountered:
Issue: Build Failure During
make all
andmake bootstrapper
Description
I encountered a build failure while attempting to compile the project using both the
make all
andmake bootstrapper
commands. Below are the detailed outputs from the terminal:Output from
make all
:Output from
make bootstrapper
:No target named 'bootstrapper' in the
Makefile
.Environment
Steps to Reproduce
make all
andmake bootstrapper
in the project root.Additional Information
The text was updated successfully, but these errors were encountered: