Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Under some conditions the m4 compilation rule is missing dependencies #2

Closed
dmitry-stripe opened this issue Jan 21, 2019 · 1 comment

Comments

@dmitry-stripe
Copy link

00:30:13 ERROR: /root/.cache/bazel/_bazel_root/f8087e59fd95af1ae29e8fcb7ff1a3dc/external/m4_v1.4.18/BUILD.bazel:192:1: undeclared inclusion(s) in rule '@m4_v1.4.18//:gnulib':
00:30:13 this rule is missing dependency declarations for the following files included by 'external/m4_v1.4.18/lib/pipe-safer.c':
00:30:13   'external/m4_v1.4.18/lib/unistd-safer.h'
@jmillikin
Copy link
Owner

After some debugging, it looks like the above error happens when building without a sandbox. I've taken the existing workaround for Windows builds and expanded it to all OSes (047c793).

The upstream issues are bazelbuild/bazel#3828 and bazelbuild/bazel#6337.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants