On Tue, 2017-10-10 at 13:13 -0700, Francois Marier wrote:
> On 2017-10-10 at 19:38:18, Ian Campbell wrote:
> > On Tue, 2017-10-10 at 11:20 -0700, Francois Marier wrote:
> > > E: libhdhomerun4: ldconfig-symlink-missing-for-shlib
> > > usr/lib/x86_64-linux-gnu/libhdhomerun.so.4
> > > usr/lib/x86_64-linux-gnu/libhdhomerun.so.4.0.0 libhdhomerun.so.4
> > > W: libhdhomerun4: dev-pkg-without-shlib-symlink
> > > usr/lib/x86_64-linux-gnu/libhdhomerun.so.4.0.0
> > > usr/lib/x86_64-linux-gnu/libhdhomerun.so
> >
> > Sorry, I don't know how I missed that. Looking now I only actually see
> > the second one (the warning). It's fixed by the additional patch below
> > (note the mode change as well as the content change).
> >
> > Not sure about the error though since I don't see it, but perhaps the
> > same patch helps there?
>
> The warning is indeed fixed by your second patch but the error is still
> there.
Weird. What is the contents of the package you build? Mine is:
drwxr-xr-x root/root 0 2017-10-10 19:34 ./
drwxr-xr-x root/root 0 2017-10-10 19:34 ./usr/
drwxr-xr-x root/root 0 2017-10-10 19:34 ./usr/lib/
drwxr-xr-x root/root 0 2017-10-10 19:34 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root 79784 2017-10-10 19:34
./usr/lib/x86_64-linux-gnu/libhdhomerun.so.4.0.0
drwxr-xr-x root/root 0 2017-10-10 19:34 ./usr/share/
drwxr-xr-x root/root 0 2017-10-10 19:34 ./usr/share/doc/
drwxr-xr-x root/root 0 2017-10-10 19:34
./usr/share/doc/libhdhomerun4/
-rw-r--r-- root/root 503 2017-06-12 20:31
./usr/share/doc/libhdhomerun4/README.md
-rw-r--r-- root/root 1697 2017-10-10 19:34
./usr/share/doc/libhdhomerun4/changelog.Debian.gz
-rw-r--r-- root/root 11229 2017-10-10 19:34
./usr/share/doc/libhdhomerun4/changelog.gz
-rw-r--r-- root/root 1267 2017-10-08 17:56
./usr/share/doc/libhdhomerun4/copyright
lrwxrwxrwx root/root 0 2017-10-10 19:34
./usr/lib/x86_64-linux-gnu/libhdhomerun.so.4 -> libhdhomerun.so.4.0.0
If I understand the warning correctly it is complaining that you are
missing that symlink at the end.
Ian.