-
Notifications
You must be signed in to change notification settings - Fork 33
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
Trouble Building #307
Comments
@keks , thanks for the report. I'll take a look. |
@keks , can you try this branch of IBEX and see if you can still reproduce this build issue? https://github.com/dreal-deps/ibex-lib/tree/ibex-2.7.4_15 |
I'll see what I can do. I've been using the cmake build system before to build ibex, and it looks like that branch doesn't support that. Let me see if I can switch to waf. |
SGTM. FYI, I'm using |
I don't see those warnings when I use bazel-6.3.2. Can you share with me how to reproduce those warnings/errors? |
Thanks, this came just in time, my build without these arguments just failed but now it's chugging along. I'll get back to you when I made more progress. |
The error happens e.g. here: https://github.com/dreal/dreal4/blame/f50155f02dc39689e244b72c2fa2deb847922980/tools/BUILD#L34C31-L34C31 - the issue is fixed, but not in 4.21.06.02. The error message pointed me to this issue: bazelbuild/bazel#8622 Do you need the precise error message? |
Oh, I see. No worries. I just to release a new version. |
Using that version seemed to have fixed this issue, thanks! Looks like I need to package some more dependencies. Ah, fun... Thank you for your help! If I run into more trouble I'll ask you again, otherwise I'll submit a PKGBUILD to the AUR. I'll try to remember to let you know and leave a note in this repo's documentation. |
Great! |
Hi @soonhokong, I ran into another issue. I think I have managed to build all dependencies now, I hope they are the right versions. The PKGBUILDS I use are in https://github.com/keks/dreal-pkgbuilds. The dreal build now fails with
Any ideas would be much appreciated! |
Thanks for the report. I'll take a look and get back to you. |
Hi @keks , could you teach me how to reproduce this problem? For instance, I'd like to know the Linux distro that I need to install and the instructions from there. |
Hi,
I am trying to build on Manjaro Linux (basically Arch).
Software versions:
I first tried building the latest release, which didn't work for multiple reasons. First complained about the @bazel_tools/platforms -> @platforms migration, then about something else. I gave up and I tried building the latest that passes CI.
This is the output of
bazel build
:It seems that this assert has been there for at least 6 years, so I am not sure what the problem is. Any help is appreciated! Once I get it to build I'll be happy to publish/upstream my PKGBUILD file to make building on Arch-based Linux distros easier.
The text was updated successfully, but these errors were encountered: