<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_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Current libinput git master doesn't handle paths with spaces in them like it used to"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101361">bug 101361</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>UNCONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTOURBUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Current libinput git master doesn't handle paths with spaces in them like it used to"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101361#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Current libinput git master doesn't handle paths with spaces in them like it used to"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101361">bug 101361</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>OK, I don't think this is our fault although it doesn't quite explain why it
used to work. But googling around for libtool and spaces shows quite a few
complaints about this and it's not fixed.

I reproduced it here starting with 56ceac34d0f42f7 but that change is correct.
And the command that fails is:
/bin/sh ../libtool  --tag=CC   --mode=link gcc -Wall -Wextra
-Wno-unused-parameter -g -fvisibility=hidden -Wmissing-prototypes
-Wstrict-prototypes  -I/usr/include/libevdev-1.0/  -O0 -Wall -ggdb3 -Wformat=2
-Wlogical-op -fstack-protector-strong   -o libinput libinput-libinput-tool.o
libshared.la ../src/libinput.la -ludev  -levdev  -lrt -lm 

Note how nothing here has the absolute path, that is expanded inside libtool.

If I go back to 20f5f2d962037888a1a, before the many makefile changes recently
introduced and I add libinput.la to libshared I get the same error message. So
it just didn't get triggered earlier because of a bug in our makefile - now
that it's fixed we trigger the libtool bug.</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>