Re: [OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-29 Thread Mark Hatle
On 2/29/16 9:36 AM, Mark Hatle wrote: > Status update. Further status, I've identified all of the pending issues and will have a v3 patch sent out likely in the next few hours. I just have to let my local tests finish. --Mark > I was able to reproduce the issue and I have added a configure chec

Re: [OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-29 Thread Mark Hatle
Status update. I was able to reproduce the issue and I have added a configure check to see if the compiler supports the atomic operations or not. RPM will then configure itself to use them if available. I also disabled the blake tests which were causing issues in some parallel builds. Finally

Re: [OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-27 Thread Mark Hatle
On 2/27/16 4:47 PM, Burton, Ross wrote: > > On 27 February 2016 at 04:26, Mark Hatle > wrote: > > I am not getting this error on qemux86. > > My build configuration: > > BB_VERSION= "1.29.0" > BUILD_SYS = "x86_64-linux" > NAT

Re: [OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-27 Thread Burton, Ross
On 27 February 2016 at 04:26, Mark Hatle wrote: > I am not getting this error on qemux86. > > My build configuration: > > BB_VERSION= "1.29.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Fedora-23" > TARGET_SYS= "i586-oe-linux" > MACHINE = "qemux86" > DIS

Re: [OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-26 Thread Mark Hatle
On 2/26/16 5:11 PM, Burton, Ross wrote: > Sorry Mark... > > | In file included from ../../rpm-5.4.15/rpmio/rpmiotypes.h:8:0, > | from ../../rpm-5.4.15/rpmio/rpmsq.c:14: > | ../../rpm-5.4.15/rpmio/rpmsq.c: In function '_rpm_insque': > | ../../rpm-5.4.15/rpmio/rpmutil.h:115:30: erro

Re: [OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-26 Thread Burton, Ross
Sorry Mark... | In file included from ../../rpm-5.4.15/rpmio/rpmiotypes.h:8:0, | from ../../rpm-5.4.15/rpmio/rpmsq.c:14: | ../../rpm-5.4.15/rpmio/rpmsq.c: In function '_rpm_insque': | ../../rpm-5.4.15/rpmio/rpmutil.h:115:30: error: '__transaction_atomic' without transactional memo

[OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-25 Thread Mark Hatle
V2: Fixed three issues - Added Apache 2.0 license for specific mongodb code - Switch SSE usage dynamically in rpmio/keccak.c See rpm-keccak-sse-intrin.patch - Add support for architectures that do not support sync_add_and_fetch_8 See rpm-atomic-ops.patch All of those changes are made in patc