Re: [OE-core] [PATCH 5/9] libxx86dga: remove obsolete client libary

2019-08-03 Thread Khem Raj
Ross I am seeing https://errors.yoctoproject.org/Errors/Details/257733/ https://errors.yoctoproject.org/Errors/Details/257734/ I wonder if they are related to this series On Fri, Aug 2, 2019 at 1:51 PM Ross Burton wrote: > > No modern drivers nor applications use DGA, so remove the client libr

[OE-core] [PATCH] musl: Update to master tip

2019-08-03 Thread Khem Raj
Fix for RISC-V build regression 64bit time syscall plumbing Changes are here [1] [1] https://git.musl-libc.org/cgit/musl/log/?qt=range&q=0ce49d0a301b4142741b32773492af90f66ed3ca..6fcb440d91ad972d970984ae3e781d30c0602c9f Signed-off-by: Khem Raj --- meta/recipes-core/musl/musl_git.bb | 2 +- 1

Re: [OE-core] [PATCH 9/9] libx11: update to 1.6.8

2019-08-03 Thread Ross Burton
On 03/08/2019 13:30, Khem Raj wrote: Move most patches to libx11.inc so that they're applied to both libx11 and libx11-diet. Aren’t we deleting libx11-diet then we might not want to accommodate for it Potentially. This way even if we do remove it, someone can recover libx11-diet 1.6.

Re: [OE-core] [PATCH V2] mesa, llvm, meson: Update llvm to 8.0.1 plus define and use LLVM version globally

2019-08-03 Thread Khem Raj
On 8/3/19 11:54 AM, Alexander Kanavin wrote: On Sat, 3 Aug 2019 at 20:36, Khem Raj > wrote: diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 0067635c2b..35ad3ce

Re: [OE-core] [PATCH V2] mesa, llvm, meson: Update llvm to 8.0.1 plus define and use LLVM version globally

2019-08-03 Thread Alexander Kanavin
On Sat, 3 Aug 2019 at 20:36, Khem Raj wrote: > diff --git a/meta/recipes-devtools/llvm/llvm_git.bb > b/meta/recipes-devtools/llvm/llvm_git.bb > index 0067635c2b..35ad3ced37 100644 > --- a/meta/recipes-devtools/llvm/llvm_git.bb > +++ b/meta/recipes-devtools/llvm/llvm_git.bb > BRANCH = "release/$

[OE-core] [PATCH V2] mesa, llvm, meson: Update llvm to 8.0.1 plus define and use LLVM version globally

2019-08-03 Thread Khem Raj
- Add missing dependency on libedit - Define LLVMVERSION on the same lines as GCCVERSION and other tools - Use LLVMVERSION in mesa and meson.bbclass to get llvm version instead of hardcoding it - Use llvm patches unmodified from meta-clang, helps in keeping them in sync - Define PREFERRED_VERSI

Re: [OE-core] [PATCH] sstate: Reduce race windows

2019-08-03 Thread Khem Raj
On Sat, Aug 3, 2019 at 6:35 AM Richard Purdie wrote: > > When we write to the sstate directory we try to do so atomically so > consumers either see one version or another but never an imcomplete file. typo . > Unfortunately this is reliant on filesystem supp

Re: [OE-core] [PATCH 2/2] llvm: Update to 8.0.1

2019-08-03 Thread Khem Raj
On Sat, Aug 3, 2019 at 6:42 AM wrote: > > On Sat, 2019-08-03 at 05:13 -0700, Khem Raj wrote: > > Thanks for taking care of this I noticed this failure last night as > > well > > > > On Sat, Aug 3, 2019 at 3:53 AM Richard Purdie < > > richard.pur...@linuxfoundation.org> wrote: > > > On Wed, 2019-07

Re: [OE-core] [PATCH v2] pseudo: Upgrade to latest to fix openat() with a directory symlink [NAK]

2019-08-03 Thread Khem Raj
I see the locale issue atleast 5-7 times a week on world builds so I will be able to see if that frequency stays same after this fix. On Sat, Aug 3, 2019 at 7:23 AM Seebs wrote: > > On Sat, 3 Aug 2019 05:33:46 -0700 > Khem Raj wrote: > > > Will this fix the file ownership issue that we see with

Re: [OE-core] [PATCH v2] pseudo: Upgrade to latest to fix openat() with a directory symlink [NAK]

2019-08-03 Thread Seebs
On Sat, 3 Aug 2019 05:33:46 -0700 Khem Raj wrote: > Will this fix the file ownership issue that we see with Glibc-locale > packages from time to time? I have no idea. Since I haven't got a reliable reproducer for it, I can't test it in a sane way. -s --

Re: [OE-core] [PATCH 2/2] llvm: Update to 8.0.1

2019-08-03 Thread richard . purdie
On Sat, 2019-08-03 at 05:13 -0700, Khem Raj wrote: > Thanks for taking care of this I noticed this failure last night as > well > > On Sat, Aug 3, 2019 at 3:53 AM Richard Purdie < > richard.pur...@linuxfoundation.org> wrote: > > On Wed, 2019-07-31 at 10:48 -0700, Khem Raj wrote: > > > Add missing

[OE-core] [PATCH] sstate: Reduce race windows

2019-08-03 Thread Richard Purdie
When we write to the sstate directory we try to do so atomically so consumers either see one version or another but never an imcomplete file. Unfortunately this is reliant on filesystem support and with some NFS configurations a replaced file would be lost from memory even if users held open descri

Re: [OE-core] [PATCH v2] pseudo: Upgrade to latest to fix openat() with a directory symlink [NAK]

2019-08-03 Thread Khem Raj
On Fri, Aug 2, 2019 at 10:49 AM Seebs wrote: > On Fri, 2 Aug 2019 12:07:33 -0500 > Seebs wrote: > > > Note that there's no lstat, and no AT_SYMLINK_NOFOLLOW. Which is to > > say, these stats will be following the symlink even though O_NOFOLLOW > > was set. I can probably patch this in a bit. > >

Re: [OE-core] [PATCH 9/9] libx11: update to 1.6.8

2019-08-03 Thread Khem Raj
On Fri, Aug 2, 2019 at 1:52 PM Ross Burton wrote: > Fix the build when the host doesn't have libc.a installed by reverting an > upstream commit, and cherry-pick a build fix from master. > > Drop a redundant sed, the expression it removes doesn't exist anymore. > > Move most patches to libx11.inc

Re: [OE-core] [PATCH 2/2] llvm: Update to 8.0.1

2019-08-03 Thread Khem Raj
Thanks for taking care of this I noticed this failure last night as well On Sat, Aug 3, 2019 at 3:53 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2019-07-31 at 10:48 -0700, Khem Raj wrote: > > Add missing dependency on libedit > > > > Signed-off-by: Khem Raj > > --- >

Re: [OE-core] [PATCH 2/2] llvm: Update to 8.0.1

2019-08-03 Thread Richard Purdie
On Wed, 2019-07-31 at 10:48 -0700, Khem Raj wrote: > Add missing dependency on libedit > > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/llvm/llvm_git.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-