-
Notifications
You must be signed in to change notification settings - Fork 76
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
Failure to build on Arch Linux #588
Comments
The same for Ubuntu 22.04.3. Commit 46d627b is the last functional one as well. |
The branch builds and the result is functional. The only problem is that the plugins like dataflow_analysis are not built |
I enabled some previously disabled plugins because they're needed by an enabled plugin. Other disabled plugins were not changed. To build all plugins, add option to cmake when configuring: |
I believe you have uncovered a larger issue here which applies beyond Arch. Our CI didn't catch this because we build with @joern274: As the code owner for the
We may either want to build all its dependencies by default (careful, this includes the new simulator engine and makes us dependent on Verilator by default) or rather make this plugin optional. |
Describe the bug
49e9cb8 fails to build on Arch Linux. Using GCC 14.2.1. Last successful build was 46d627b (4.2.0.r355) on 2024-05-08.
Issues:
I didn't save logs, so would have to rebuild multiple times to recreate the errors. Before doing so, should the extra info be added to this issue or new ones?
The igraph issues may be relatively simple to fix, so I'm considering opening PRs.
To Reproduce
Try to build
aur/hal-git
in clean chroot on Arch Linux. Package needs to be updated, but sufficient to reproduce errors.Adjust cmake options to observe different errors. Disable plugins with:
Expected behavior
Should build successfully.
The text was updated successfully, but these errors were encountered: