<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:pointedstick@zoho.com" title="Nate Graham <pointedstick@zoho.com>"> <span class="fn">Nate Graham</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - `make install` creates a /usr/lib64/libinput.so symlink which breaks shutdown on openSUSE Tumbleweed"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100786">bug 100786</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEEDINFO
</td>
<td>NEW
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - `make install` creates a /usr/lib64/libinput.so symlink which breaks shutdown on openSUSE Tumbleweed"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100786#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - `make install` creates a /usr/lib64/libinput.so symlink which breaks shutdown on openSUSE Tumbleweed"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100786">bug 100786</a>
from <span class="vcard"><a class="email" href="mailto:pointedstick@zoho.com" title="Nate Graham <pointedstick@zoho.com>"> <span class="fn">Nate Graham</span></a>
</span></b>
<pre>FWIW I'm using X, not Wayland.
You are correct, the /usr/lib64/libinput.so symlink is provided by the
libinput-devel package, which explains why I didn't see it before; I didn't
have the libinput-devel package installed.
When I install libinput-devel, the problem happens again, because now there's a
/usr/lib64/libinput.so symlink. When I remove the symlink or the libinput-devel
package, the problem disappears.
Looking at my source checkout (just git master) after running `make`, I can
clearly see that it's created the symlink:
$ cd FreeDesktop/libinput/
$ find . | grep -i "\.so"
./src/.libs/libinput.so.10
./src/.libs/libinput.so
./src/.libs/libinput.so.10.12.2
$ ls -la ./src/.libs/libinput.so
lrwxrwxrwx 1 nate users 19 Apr 23 16:57 ./src/.libs/libinput.so ->
libinput.so.10.12.2
`make install` puts that at /usr/lib64, alongside
/usr/lib64/libinput.so.10.12.2 and /usr/lib64/libinput.so.10 (a symlink to the
first).
Which is the problem?
1. `make` makes that symlink
2. `make install` installs it
3. Having it installed breaks shutdown/reboot operations
...Or all three?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>