build error : no such package '@npp//'
System information
- **OS Platform and Distribution : Linux Ubuntu 18.04
- **Apollo version : v6.0
Steps to reproduce the issue:
- bash apollo.sh build:
when I run ./apollo.sh build, I get these:
(03:14:15) INFO: Repository civetweb instantiated at:
/apollo/WORKSPACE:6:20: in
How can I fix this error? Does anyone know about it? Thank you.
apollo\third_party\npp\
can not find npp's static lib;
file: workspace.bzl
you can try change this.
the same error:
(13:28:33) ERROR: circular symlinks detected [start of symlink cycle] /usr/local/cuda-10.2/cuda-10.2 [end of symlink cycle] (13:28:33) ERROR: /apollo/modules/perception/camera/common/BUILD:27:11: //modules/perception/camera/common:data_provider depends on @npp//:npp in repository @npp which failed to fetch. no such package '@npp//': Symlink cycle (13:28:33) ERROR: Analysis of target '//modules/perception/camera/common:data_provider' failed; build aborted: Analysis failed (13:28:33) INFO: Elapsed time: 4.000s (13:28:33) INFO: 0 processes. (13:28:33) FAILED: Build did NOT complete successfully (0 packages loaded, 2 targets configured) currently loading: @com_github_grpc_grpc// ... (2 packages) Fetching @local_config_cc; fetching Fetching @npp; Restarting.
Hi,I have the same question. Has you solved this issue?
I have the same problem,and i fix by “sudo rm /usr/local/cuda-10.2/cuda-10.2”. “Symlink cycle”: [ph@in-dev-docker:/apollo]$ ls /usr/local/cuda-10.2/cuda-10.2 -la lrwxrwxrwx 1 root root 9 Dec 17 2020 /usr/local/cuda-10.2/cuda-10.2 -> cuda-10.2 the /usr/local/cuda-10.2/cuda-10.2 symlink to self.