Bug#1010630: libice6: Missing symbolic link libICE.so (to libICE.so.6.3.0)

2022-05-05 Thread Thomas Dickey
On Thu, May 05, 2022 at 01:45:53PM -0400, Kevin Cole wrote:
> Package: libice6

The symbolic link is provided in the development package (libice-dev)

/.
/usr
/usr/include
/usr/include/X11
/usr/include/X11/ICE
/usr/include/X11/ICE/ICE.h
/usr/include/X11/ICE/ICEconn.h
/usr/include/X11/ICE/ICElib.h
/usr/include/X11/ICE/ICEmsg.h
/usr/include/X11/ICE/ICEproto.h
/usr/include/X11/ICE/ICEutil.h
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libICE.a
/usr/lib/x86_64-linux-gnu/pkgconfig
/usr/lib/x86_64-linux-gnu/pkgconfig/ice.pc
/usr/share
/usr/share/doc
/usr/share/doc/libice-dev
/usr/share/doc/libice-dev/changelog.Debian.gz
/usr/share/doc/libice-dev/changelog.gz
/usr/share/doc/libice-dev/copyright
/usr/lib/x86_64-linux-gnu/libICE.so

-- 
Thomas E. Dickey 
https://invisible-island.net
ftp://ftp.invisible-island.net


signature.asc
Description: PGP signature


Bug#1010630: libice6: Missing symbolic link libICE.so (to libICE.so.6.3.0)

2022-05-05 Thread Kevin Cole
Package: libice6
Version: 2:1.0.10-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/libICE.so', \  
 needed by 'strawberry'.  Stop.   
```   
  
Adding symbolic links fixed the problem:  

```   
$ sudo -i 
$ cd /usr/lib/arm-linux-gnueabihf/
$ ln -s libICE.so.6.3.0 libICE.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 libice6 depends on:
ii  libbsd0 0.11.3-1
ii  libc6   2.31-13+rpt2+rpi1+deb11u2
ii  x11-common  1:7.7+22

libice6 recommends no packages.

libice6 suggests no packages.

-- no debconf information