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
Basic hello world on make build fails. Here's the reporoduction. It is possible that I messed something up, but based on make_simple example I don't know what's wrong.
Which category does this issue belong to?
C++ Rules
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
ERROR: /home/s15o/bazel_exp/BUILD.bazel:17:5: output 'makefile_hello_lib/lib/hello.a' was not created
ERROR: /home/s15o/bazel_exp/BUILD.bazel:17:5: Foreign Cc - Make: Building makefile_hello_lib failed: not all outputs were created or valid
Which operating system are you running Bazel on?
Ubuntu
What is the output of bazel info release?
release 8.0.0
If bazel info release returns development version or (@non-git), tell us how you built Bazel.
No response
What's the output of git remote get-url origin; git rev-parse HEAD ?
Description of the bug:
Basic hello world on make build fails. Here's the reporoduction. It is possible that I messed something up, but based on make_simple example I don't know what's wrong.
Which category does this issue belong to?
C++ Rules
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
What I am seeing is
Which operating system are you running Bazel on?
Ubuntu
What is the output of
bazel info release
?release 8.0.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
I hope not.
Have you found anything relevant by searching the web?
Not a whole lot on this topic
Any other information, logs, or outputs that you want to share?
bazel_dep(name = "rules_foreign_cc", version = "0.13.0")
This make rule failed on a real project and I provided a simple reproduction. On my real make project the errors were
Maybe it is a slightly different issue, but in anyway I cannot integrate the makefile project into bazel.
Thank you
The text was updated successfully, but these errors were encountered: