Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1010628: libsm6: Missing symbolic link libSM.so (to libSM.so.6.0.1)

12 views
Skip to first unread message

Kevin Cole

unread,
May 5, 2022, 1:50:04 PM5/5/22
to
Package: libsm6
Version: 2:1.2.3-1
Severity: normal
Tags: patch
X-Debbugs-Cc: dc....@gmail.com

Dear Maintainer,


I was attempting to build the Strawberry Music Player for a Raspberry Pi 4
with a fresh install of Raspberry Pi OS (Bullseye).

The `$ make -j$(nproc)` command chugged along for a while and the eventually
died with:

...
make[2]: *** No rule to make target \
'/usr/lib/arm-linux-gnueabihf/libSM.so', \
needed by 'strawberry'. Stop.
```

Adding symbolic links fixed the problem:

```
$ sudo -i
$ cd /usr/lib/arm-linux-gnueabihf/
$ ln -s libSM.so.6.0.1 libSM.so

-- System Information:
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
Architecture: armv7l

Kernel: Linux 5.15.32-v7l+ (SMP w/4 CPU threads)
Kernel taint flags: TAINT_CRAP
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE=en_US.UTF-8
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libsm6 depends on:
ii libc6 2.31-13+rpt2+rpi1+deb11u2
ii libice6 2:1.0.10-1
ii libuuid1 2.36.1-8+deb11u1

libsm6 recommends no packages.

libsm6 suggests no packages.

-- no debconf information

Thomas Dickey

unread,
May 5, 2022, 7:10:03 PM5/5/22
to
On Thu, May 05, 2022 at 01:43:00PM -0400, Kevin Cole wrote:
> Package: libsm6

The symbolic link is provided by the development package,
and doesn't belong in the runtime.

--
Thomas E. Dickey <dic...@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net
signature.asc
0 new messages