Re: [PATCH util/makedepend V2] Quote colons in filenames/paths

2018-05-06 Thread Alan Coopersmith
On 05/ 6/18 11:14 AM, Walter Harms wrote: > > >> Alan Coopersmith hat am 5. Mai 2018 um 20:11 >> geschrieben: >> >> >> From: Antonio Larrosa >> >> Makefile doesn't like colons in filenames/paths so they must >> be quoted in the output. Otherwise

Re: [PATCH util/makedepend V2] Quote colons in filenames/paths

2018-05-06 Thread Walter Harms
> Alan Coopersmith hat am 5. Mai 2018 um 20:11 > geschrieben: > > > From: Antonio Larrosa > > Makefile doesn't like colons in filenames/paths so they must > be quoted in the output. Otherwise makedepend doesn't work with > full paths that

Re: [Mesa-dev] [RFC] Fix attempt for Mesa + X-Server 1.20 + modesetting-ddx hangs on KDE5.

2018-05-06 Thread Mario Kleiner
On Sun, May 6, 2018 at 1:51 PM, Tobias Klausmann wrote: > Hi, > > fyi: there is another bugreport #106372 [1], where i bisected the problem in > the xserver and found a problematic commit, with code which can easily be > reverted (patch in the bugreport),

[PATCH xserver] dri2: Sync i965_pci_ids.h from mesa

2018-05-06 Thread Anuj Phogat
Copied from Mesa with no modifications. Gives us Cofeelake platform names updates and sync on Kaby Lake, Ice Lake PCI IDs. Signed-off-by: Anuj Phogat Cc: Kenneth Graunke Cc: Adam Jackson --- hw/xfree86/dri2/pci_ids/i965_pci_ids.h

Re: [PATCH app/xdm] Add missing brackets to multi-statement if in SaveServerAuthorizations

2018-05-06 Thread Julien Cristau
On Sat, May 5, 2018 at 12:33:12 -0700, Alan Coopersmith wrote: > Introduced by commit 5222d28e8d8e5b4cc > > Reported by gcc 7.3: > > auth.c: In function ‘SaveServerAuthorizations’: > auth.c:447:6: warning: this ‘if’ clause does not guard... > [-Wmisleading-indentation] > if

Re: [Mesa-dev] [RFC] Fix attempt for Mesa + X-Server 1.20 + modesetting-ddx hangs on KDE5.

2018-05-06 Thread Tobias Klausmann
Hi, fyi: there is another bugreport #106372 [1], where i bisected the problem in the xserver and found a problematic commit, with code which can easily be reverted (patch in the bugreport), maybe you could check if that fixes the issue as well! PS: I looked into bugzilla last weekend where

Re: [PATCH app/xdm] Add missing brackets to multi-statement if in SaveServerAuthorizations

2018-05-06 Thread Matthieu Herrb
On Sat, May 05, 2018 at 12:33:12PM -0700, Alan Coopersmith wrote: > Introduced by commit 5222d28e8d8e5b4cc > > Reported by gcc 7.3: > > auth.c: In function ‘SaveServerAuthorizations’: > auth.c:447:6: warning: this ‘if’ clause does not guard... > [-Wmisleading-indentation] > if