Closed pvonmoradi closed 6 years ago
1- I guess my issue is realated to this https://github.com/RobotLocomotion/drake/issues/9238
2- What are those DEBUG and INFO tags? Are there any other errors in my build process?
3- I couldn't find somewhere else to ask this, but I've also installed a docker based drake on my other machine (Win7, Core i7-720 a rather old cpu). Now when I ran double_pendulum
simulation, it rendered very slow throw x-window. Does building from source cause a faster runtime of simulations w.r.t docker-based solution?
I believe this is a duplicate of #9233 and was fixed by #9259 which has merged. Please update to the latest Drake master and re-file if you are still having a problem.
Description
I have installed all packages by running the
.sh
file for my distro. Icd
ed into root of drake and executedbazel build //...
. It took a very very long time (~5h) for my machine (AMD E1 CPU) to do the build and compile operations. The procedure was interrupted by an error. Here is the dump:Reproduction
~/drake$ bazel build //...
What operating system are you running Drake on? Ubuntu 18.04: Bionic-Beaver
Is this an issue with (a) C++, (b) Python, or (c) the distributed tools (e.g.
drake-visualizer
)? I guess C++Are you (a) building
drake
from source, or (b) from a binary release? SourceWhat version of
python
are you using?If you are building from source or using the
drake
C++ library as an external:CMake suite maintained and supported by Kitware (kitware.com/cmake).
bazel-bin/external/drake/tools/cc_toolchain/print_host_settings INFO: Elapsed time: 78.438s, Critical Path: 0.58s INFO: 2 processes: 1 linux-sandbox, 1 local. INFO: Build completed successfully, 5 total actions INFO: Build completed successfully, 5 total actions