-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
yosys: 0.36 -> 0.37 #281384
yosys: 0.36 -> 0.37 #281384
Conversation
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.37 The change to the patch is needed to fix this error on macOS: ``` + clang -std=c++11 -O2 -o cxxrtl-test-value -I../../backends/cxxrtl/runtime test_value.cc -lstdc++ test_value.cc:1:10: fatal error: 'cassert' file not found ^~~~~~~~~ 1 error generated. make: *** [Makefile:891: test] Error 1 ```
EDIT: oh, I see this is already mentioned in description of changes. Is there a way to unbreak the package? If not, we should mark the package as broken. |
I'll have a look at synlig. |
I probably should have done this but I didn't remember to do it. @nbdd0121 can you please create a PR for that?
Looking at the error message
It looks to me like there was a change to the API of Yosys and synlig probably needs to be updated. @hzeller if you also think this is an upstream bug, can you please create a bug report? |
Yes, I will first check if it is an issue at head, then file an issue if needed. In any case I'll try to roll forward later today and see if I can fix things. I think it good action for now to mark it as broken. |
Also broken at head. Filed chipsalliance/synlig#2299 |
Discussed in NixOS#281384 This is filed as upstream issue chipsalliance/synlig#2299 ... and addressed in this pull request chipsalliance/synlig#2300 Patched into this nix package. Co-authored-by: Luflosi <luflosi@luflosi.de>
Description of changes
https://github.com/YosysHQ/yosys/releases/tag/yosys-0.37
The change to the patch is needed to fix this error on macOS:
@hzeller this update breaks the package
yosys-synlig
.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.