Skip to content
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

pd-plugins/Gem no longer works #261228

Open
raboof opened this issue Oct 15, 2023 · 0 comments
Open

pd-plugins/Gem no longer works #261228

raboof opened this issue Oct 15, 2023 · 0 comments

Comments

@raboof
Copy link
Member

raboof commented Oct 15, 2023

Describe the bug

Since #230569 the puredata Gem plugin no longer works.

Steps To Reproduce

Shell.nix:

{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  buildInputs = [
    (pkgs.puredata-with-plugins [ pkgs.gem pkgs.cyclone ])
  ];
}

Then: pd -lib Gem

Expected behavior

Successfully load the Gem plugin and

Additional context

Apparently pd became more picky about the directories in the -path. With the following change:

  postInstall = ''
    mv "$out/lib/pd/extra/Gem" "$out/"
    rm -rf $out/lib
  '';

... the Gem plugin can now be loaded (the warnings about NDI are just warnings), but using Gem now segfaults.

Notify maintainers

@carlthome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant