Package: libsm6 Version: 2:1.2.3-1 Severity: normal Tags: patch X-Debbugs-Cc: dc.l...@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