<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - `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;">CC</td>
           <td>
                
           </td>
           <td>peter.hutterer@who-t.net
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - `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#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - `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:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
        <pre>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.</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>