[Bug 271557] net/remmina: Using libsoup2 and libsoup3 in the same process is not supported

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 22 May 2023 04:49:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271557

            Bug ID: 271557
           Summary: net/remmina: Using libsoup2 and libsoup3 in the same
                    process is not supported
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: fernape@FreeBSD.org
          Reporter: root@dc365.ru
          Assignee: fernape@FreeBSD.org
             Flags: maintainer-feedback?(fernape@FreeBSD.org)

Created attachment 242316
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=242316&action=edit
Fixing the version of libsoup in use

If the libsoup3 library is present on the system during the build of
net/remmina, the port is linked against this library.
After installation, the application is not functional and crashes with the
message:

libsoup-ERROR **: 09:36:19.231: libsoup3 symbols detected. Using libsoup2 and
libsoup3 in the same process is not supported.
Trace/BPT trap

The included Makefile patch fixes the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.