Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2025 11:16:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 284361] net-im/signal-desktop: libsndio.so not found
Message-ID:  <bug-284361-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284361

            Bug ID: 284361
           Summary: net-im/signal-desktop: libsndio.so not found
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: mikael@FreeBSD.org
          Reporter: nxjoseph@protonmail.com
          Assignee: mikael@FreeBSD.org
             Flags: maintainer-feedback?(mikael@FreeBSD.org)

Hi. I am getting this error below after trying to launch signal-desktop-7.3=
8.0.

% signal-desktop
ld-elf.so.1: Shared object "libsndio.so.7.3" not found, required by
"signal-desktop"

It does launch after installing sndio.

I think it would be solved if we add:

diff --git a/net-im/signal-desktop/Makefile b/net-im/signal-desktop/Makefile
index 19d5183e6..4e724dd26 100644
--- a/net-im/signal-desktop/Makefile
+++ b/net-im/signal-desktop/Makefile
@@ -55,7 +55,8 @@ LIB_DEPENDS=3D  libasound.so:audio/alsa-lib \
                libwayland-client.so:graphics/wayland \
                libwebp.so:graphics/webp \
                libxkbcommon.so:x11/libxkbcommon \
-               libxshmfence.so:x11/libxshmfence
+               libxshmfence.so:x11/libxshmfence \
+               libsndio.so:audio/sndio

Thanks in advance.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284361-7788>