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
In #8699, for the drake_cc_* macros, I had changed //tools:drake.bzl (which is just a forwarding thing from #6996?) to //tools/skylark:drake_cc.bzl; however, CI and my bazel test //... both fail with the following error:
ERROR: .../drake/master/drake/common/proto/BUILD.bazel:97:1: in deps attribute of drake_installed_headers rule //common/proto:rpc_pipe_temp_directory.installed_headers: '//common:essential.installed_headers' does not have mandatory providers: 'DrakeCc'. Since this rule was created by the macro 'drake_cc_library', the error might have been caused by the macro implementation in .../drake/master/drake/tools/skylark/drake_cc.bzl:261:20
ERROR: Analysis of target '//common/proto:call_matlab.installed_headers' failed; build aborted: Analysis of target '//common/proto:rpc_pipe_temp_directory.installed_headers' failed; build aborted
Yes, that is bazelbuild/bazel#3115. You have to use @drake. In #8582, I replaced some of the drake.bzl forwarders with drake_cc.bzl, but not all. At some point, we should go back and replace them all.
In #8699, for the
drake_cc_*
macros, I had changed//tools:drake.bzl
(which is just a forwarding thing from #6996?) to//tools/skylark:drake_cc.bzl
; however, CI and mybazel test //...
both fail with the following error:'tis quite mysterious.
@jwnimmer-tri @jamiesnape Have y'all seen this already?
(And can I ask who should own this one?)
Here's the offending commit:
EricCousineau-TRI@385e0b9
The text was updated successfully, but these errors were encountered: