NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.94k stars 13.96k forks source link

Build failure: distrho #348871

Open bendi-github opened 6 days ago

bendi-github commented 6 days ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. 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.

 - system: `"x86_64-linux"`
 - host os: `Linux 6.11.2-xanmod1, NixOS, 24.11 (Vicuna), 24.11.20241009.5633bcf`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.8`
 - nixpkgs: `/nix/store/60sn02zhawl3kwn0r515zff3h6hg6ydz-source`

Add a :+1: reaction to issues you find important.

minijackson commented 3 days ago

It seems the same issue is present in the helm package, (invalid pointer conversion in JUCE)

TheRedstoneDEV-DE commented 2 days ago

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.