-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Build failure: distrho #348871
Comments
It seems the same issue is present in the |
I am facing the exact same issue over here, it seems to be an upstream issue (in JUCE), because it wasn't updated in a longer time and multiple other plugins also have similar issues. I'm going to try to find a solution to the error and may open a PR / Issue at upstream when I'm done. |
Update: I did manage to successfully build Distrho-Ports manually by setting up a nix-shell environment with all of the dependencies. It wasn't a really problematic issue, just a type mismatch with the new version of the freetype font (library) in the rather old JUCE 5 library, that is used for Distrho-Ports and some other audio plugins. I opened an issue and a draft PR at the according repository. |
So, I've been targeting |
Steps To Reproduce
Steps to reproduce the behavior:
nix build https://github.com/NixOS/nixpkgs/archive/refs/heads/master.zip#distrho
Build log
https://gist.github.com/bendi-github/c2e07355f4078f8188a7d900a204f914
Notify maintainers
@cillianderoiste
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: