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

Built binary halts with "libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported." #14143

Open
2 tasks
synthead opened this issue Feb 17, 2025 · 0 comments

Comments

@synthead
Copy link

Description of the bug

After building PrusaSlicer with the Linux dev guide at:

After calling the commands in the guide to start the built binary, I get this error:

$ cd src
$ ./prusa-slicer 

(process:213701): libsoup-ERROR **: 15:58:40.872: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
Trace/breakpoint trap (core dumped)

This is on Arch Linux with automake downgraded to 1.16.5-2 to cater to #14081.

Project file & How to reproduce

  1. Have Arch Linux available.
  2. Downgrade automake to 1.16.5-2 via downgrade automake.
  3. Follow the build guide at https://github.com/prusa3d/PrusaSlicer/blob/master/doc/How%20to%20build%20-%20Linux%20et%20al.md.
  4. Observe the "libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported." error in the error as detailed above.

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

Git sources, master at 5c7888b, tagged version_2.9.0

Operating system

Arch Linux (synced at 2025-02-16)

Printer model

Ender 3 NG v1.2

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

1 participant