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

prusaslicer-2.9.0-rc1: some libraries not linked statically nor installed in the system #13805

Open
2 tasks
fordfrog opened this issue Dec 20, 2024 · 1 comment
Open
2 tasks

Comments

@fordfrog
Copy link

Description of the bug

in gentoo, when running 2.9.0 rc1, this error pops up:

 $ prusa-slicer 
prusa-slicer: error while loading shared libraries: libslic3r-arrange-wrapper.so: cannot open shared object file: No such file or directory

lddtree reveals that some .so files are not installed:

prusa-slicer => /usr/bin/prusa-slicer (interpreter => /lib64/ld-linux-x86-64.so.2)
    libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/14/libstdc++.so.6
    libslic3r-arrange-wrapper.so => not found
    libslic3r-arrange.so => not found
    ...

Project file & How to reproduce

just install prusaslicer-9999 and try to run it (from console) to see the error.

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

2.9.0-rc1

Operating system

gentoo linux

Printer model

irrelevant

cryptomilk added a commit to cryptomilk/PrusaSlicer that referenced this issue Dec 20, 2024
cryptomilk added a commit to cryptomilk/PrusaSlicer that referenced this issue Dec 20, 2024
@adelton
Copy link

adelton commented Jan 4, 2025

The #13896 seems to fix #13694 (at least on Fedora rawhide and 41) without the PIC change (#13810), not introducing the segfault situation (#13813).

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

No branches or pull requests

2 participants