[Wayland-bugs] [Bug 100786] `make install` creates a /usr/lib64/libinput.so symlink which breaks shutdown on openSUSE Tumbleweed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 26 02:07:03 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=100786

Peter Hutterer <peter.hutterer at who-t.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter.hutterer at who-t.net
             Status|NEW                         |NEEDINFO

--- Comment #1 from Peter Hutterer <peter.hutterer at who-t.net> ---
weird. that symlink isn't something controlled by us, it's created by autotools
and I'm not even sure there's an option to remove it. either way, the symlink
itself should only be used during compilation, the bits dependent on libinput
should depend directly on the .so.A.B.C file, not the symlink.

you'll find that the .so is probably provided by the libinput-devel package.
The only thing I can imagine is that if you install two independent libinput
versions one from source, the other one from the package, the .so file of the
system package was removed (??) and now your compositor or X relies on the
removed .so file. Why that would affect shutdown I honestly don't know.

i recommend install the system's libinput and libinput-devel package, look at
the files in the tree, then make install and compare what changed. That could
provide a hint of what's going wrong.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170426/3de50c8f/attachment-0001.html>


More information about the wayland-bugs mailing list