Replies: 1 comment
-
hi, @lgs2513 , 这个看起来更适合提issue,麻烦去issue下提问,感谢。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
lgs@dell-Precision-7920-Tower:/data/lgs/yinyu/yacl$ bazel build //... -c dbg
Starting local Bazel server and connecting to it...
INFO: Analyzed 195 targets (117 packages loaded, 9791 targets configured).
INFO: Found 195 targets...
FATAL: bazel crashed due to an internal error. Printing stack trace:
java.lang.UnsupportedOperationException: /data/lgs/yinyu/yacl/bazel-bin (??????)
at com.google.devtools.build.lib.unix.NativePosixFiles.symlink(Native Method)
at com.google.devtools.build.lib.unix.UnixFileSystem.createSymbolicLink(UnixFileSystem.java:344)
at com.google.devtools.build.lib.vfs.Path.createSymbolicLink(Path.java:500)
at com.google.devtools.build.lib.vfs.FileSystemUtils.ensureSymbolicLink(FileSystemUtils.java:343)
at com.google.devtools.build.lib.vfs.FileSystemUtils.ensureSymbolicLink(FileSystemUtils.java:294)
at com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.createLink(OutputDirectoryLinksUtils.java:332)
at com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.createOutputDirectoryLinks(OutputDirectoryLinksUtils.java:143)
at com.google.devtools.build.lib.buildtool.ExecutionTool.createConvenienceSymlinks(ExecutionTool.java:695)
at com.google.devtools.build.lib.buildtool.ExecutionTool.handleConvenienceSymlinks(ExecutionTool.java:654)
at com.google.devtools.build.lib.buildtool.ExecutionTool.executeBuild(ExecutionTool.java:363)
at com.google.devtools.build.lib.buildtool.BuildTool.buildTargets(BuildTool.java:235)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:443)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:411)
at com.google.devtools.build.lib.runtime.commands.BuildCommand.exec(BuildCommand.java:103)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.execExclusively(BlazeCommandDispatcher.java:585)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.exec(BlazeCommandDispatcher.java:231)
at com.google.devtools.build.lib.server.GrpcServerImpl.executeCommand(GrpcServerImpl.java:550)
at com.google.devtools.build.lib.server.GrpcServerImpl.lambda$run$1(GrpcServerImpl.java:614)
at io.grpc.Context$1.run(Context.java:579)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
lgs@dell-Precision-7920-Tower:/data/lgs/yinyu/yacl$
满足requirements的安装要求,但是报错,编译不成功
Beta Was this translation helpful? Give feedback.
All reactions