-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Bazel internal compile error #2268
Comments
Sorry, we can't help you with bazel issues. If you'd like to file an issue with them, please report it at: Note, you should be using something like bazel 5.1.1 or 5.3.1. Can you please confirm you have a recent version with Also, it should be |
I use modern version
But any reason to use Java toolchain to compile C ecosystem language. Most popular C/C++ toolcains is GMake, CMake and meson instead use Java or another one third party dependencies. |
Also I already use
Second alert is using a 597 internal dependencies? Since You conceptually right understand that C/C++ standart library require more common structures but carbon on current state is not well solution. |
Thanks! I've reported your issue to the bazel project at bazelbuild/bazel#16502. Unfortunately, while I use a mix of macOS, Debian, and Ubuntu, I'm not reproducing your issue on those platforms so I can't offer more help. If you can provide more information (OS you're using, If you're interested in digging a little to try to make it work, you might try installing an older version of bazel, for example 5.2.0 which was noted on bazelbuild/bazel#14548 as having a similar issue fixed; even though you have a higher version number, bazel may have a regression. Regarding build systems in general, I think you might find #1519 helpful. chandlerc has a couple comments about why we're using bazel there, such as #1519 (comment). Would it make sense to close this issue? |
I think that yes. But can I ask before do u have an AUR package for ArchLinux Linux distro? |
Given Carbon's experimental status, Carbon is not currently distributing packages for any platform. Packages for platforms will be considered once Carbon is ready for use. |
Description of the bug:
What did you do, or what's a simple way to reproduce the bug?
$ git clone
$ bazel ...
What did you expect to happen?
Provide transaltor of Carbon
What actually happened?
Java exception ... output
Any other information, logs, or outputs that you want to share?
Any idea to use mezon or CMake instead some unusual for C world builder system
The text was updated successfully, but these errors were encountered: