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

super-slicer: fix STEP importer library not found #366654

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

srounce
Copy link
Contributor

@srounce srounce commented Dec 19, 2024

Added postInstall step to copy OCCTWrapper.so to the lib directory fixing the OCCTWrapper.so not found error when importing STEP files.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@srounce
Copy link
Contributor Author

srounce commented Dec 25, 2024

Hey @cab404 @hesiod can I get some eyes on this please?

@nixos-discourse
Copy link

This pull request has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/prs-ready-for-review/3032/5003

@cab404
Copy link
Member

cab404 commented Dec 25, 2024

Hey @cab404 @hesiod can I get some eyes on this please?

sure, I'll do this tonight

@srounce
Copy link
Contributor Author

srounce commented Dec 25, 2024

Thanks and Merry Christmas

@cab404
Copy link
Member

cab404 commented Dec 26, 2024

Doesn't seem to build being rebased on master on x86_64-linux

image

@srounce
Copy link
Contributor Author

srounce commented Dec 26, 2024

Hmm that's weird, I haven't changed anything to do with the build literally just reinstated the postInstall step from prusa-slicer to move the library to the correct path. It seems that the build is broken on master regardless of these changes.

@srounce srounce force-pushed the fix-super-slicer-step-import branch from 82dd9a7 to 7b3b08d Compare December 26, 2024 21:24
@srounce
Copy link
Contributor Author

srounce commented Dec 27, 2024

After a bit more looking around it seems the compilation error was fixed in this revision:
supermerill/SuperSlicer@75d4bee

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

Successfully merging this pull request may close these issues.

3 participants