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
我的编译命令是:
cd yacl
bazel build //examples/psi/java:LibEcdhPsi_deploy.jar
我的报错:
`Starting local Bazel server and connecting to it...
WARNING: For repository 'rules_proto', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph.
WARNING: For repository 'abseil-cpp', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph.
WARNING: For repository 'rules_python', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph.
WARNING: For repository 'platforms', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph.
WARNING: Target pattern parsing failed.
ERROR: Skipping '//examples/psi/java:LibEcdhPsi_deploy.jar': no such package 'examples/psi/java': Package is considered deleted due to --deleted_packages
ERROR: no such package 'examples/psi/java': Package is considered deleted due to --deleted_packages
INFO: Elapsed time: 2.231s
INFO: 0 processes.
ERROR: Build did NOT complete successfully`
The text was updated successfully, but these errors were encountered:
修改.bazelignore文件后,新的报错是:
WARNING: Target pattern parsing failed.
ERROR: Skipping '//examples/psi/java:LibEcdhPsi_deploy.jar': error loading package 'examples/psi/java': Unable to find package for @@[unknown repo 'rules_jni' requested from @@ (did you mean 'rules_java'?)]//jni:java_jni_library.bzl: The repository '@@[unknown repo 'rules_jni' requested from @@ (did you mean 'rules_java'?)]' could not be resolved: No repository visible as '@rules_jni' from main repository.
ERROR: error loading package 'examples/psi/java': Unable to find package for @@[unknown repo 'rules_jni' requested from @@ (did you mean 'rules_java'?)]//jni:java_jni_library.bzl: The repository '@@[unknown repo 'rules_jni' requested from @@ (did you mean 'rules_java'?)]' could not be resolved: No repository visible as '@rules_jni' from main repository.
INFO: Elapsed time: 0.072s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
我的编译命令是:
cd yacl
bazel build //examples/psi/java:LibEcdhPsi_deploy.jar
我的报错:
`Starting local Bazel server and connecting to it...
WARNING: For repository 'rules_proto', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph.
WARNING: For repository 'abseil-cpp', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph.
WARNING: For repository 'rules_python', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph.
WARNING: For repository 'platforms', the root module requires module version [email protected], but got [email protected] in the resolved dependency graph.
WARNING: Target pattern parsing failed.
ERROR: Skipping '//examples/psi/java:LibEcdhPsi_deploy.jar': no such package 'examples/psi/java': Package is considered deleted due to --deleted_packages
ERROR: no such package 'examples/psi/java': Package is considered deleted due to --deleted_packages
INFO: Elapsed time: 2.231s
INFO: 0 processes.
ERROR: Build did NOT complete successfully`
The text was updated successfully, but these errors were encountered: