Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Denys Dmytriyenko
On Thu, Feb 15, 2018 at 06:37:11PM -0600, Joshua Watt wrote: > On Feb 15, 2018 17:42, "Denys Dmytriyenko" wrote: > > On Thu, Feb 15, 2018 at 03:30:06PM -0800, Khem Raj wrote: > > On Thu, Feb 15, 2018 at 3:24 PM, Denys Dmytriyenko > wrote: > > > On Thu, Feb 15, 2018 at 11:20:49PM +, Tim Orlin

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Joshua Watt
On Feb 15, 2018 17:42, "Denys Dmytriyenko" wrote: On Thu, Feb 15, 2018 at 03:30:06PM -0800, Khem Raj wrote: > On Thu, Feb 15, 2018 at 3:24 PM, Denys Dmytriyenko wrote: > > On Thu, Feb 15, 2018 at 11:20:49PM +, Tim Orling wrote: > >> Then why did ‘sudo dnf install waf’ get me past the error a

Re: [oe] [meta-qt5][PATCH] qtbase: Replace -isystem with -I

2018-02-15 Thread Khem Raj
On Thu, Feb 15, 2018 at 3:41 PM, Denys Dmytriyenko wrote: > On Wed, Feb 14, 2018 at 08:38:48PM -0800, Khem Raj wrote: >> Fixes no-x11 builds (eglfs) >> >> Signed-off-by: Khem Raj >> --- >> recipes-qt/qt5/qtbase-native_git.bb| 1 + >> ...mon-gcc-base.conf-Use-I-instead-of-isyste.

Re: [oe] [meta-qt5][PATCH] qtbase: Replace -isystem with -I

2018-02-15 Thread Denys Dmytriyenko
On Wed, Feb 14, 2018 at 08:38:48PM -0800, Khem Raj wrote: > Fixes no-x11 builds (eglfs) > > Signed-off-by: Khem Raj > --- > recipes-qt/qt5/qtbase-native_git.bb| 1 + > ...mon-gcc-base.conf-Use-I-instead-of-isyste.patch | 36 > ++ > recipes-qt/qt5/qtbase_git.

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Denys Dmytriyenko
On Thu, Feb 15, 2018 at 03:24:16PM -0800, Andre McCurdy wrote: > On Thu, Feb 15, 2018 at 3:10 PM, Tim Orling wrote: > > Seeing the same and trying to figure it out. Also, seems there is no recipe > > for waf-native, so it becomes a new required host tool. > > On Thu, Feb 15, 2018 at 2:57 PM Denys

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Joshua Watt
On Thu, 2018-02-15 at 18:24 -0500, Denys Dmytriyenko wrote: > On Thu, Feb 15, 2018 at 11:20:49PM +, Tim Orling wrote: > > Then why did ‘sudo dnf install waf’ get me past the error above? > > And why > > does Fedora have a package for it? > > > > https://src.fedoraproject.org/rpms/waf > > > >

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Denys Dmytriyenko
On Thu, Feb 15, 2018 at 03:30:06PM -0800, Khem Raj wrote: > On Thu, Feb 15, 2018 at 3:24 PM, Denys Dmytriyenko wrote: > > On Thu, Feb 15, 2018 at 11:20:49PM +, Tim Orling wrote: > >> Then why did ‘sudo dnf install waf’ get me past the error above? And why > >> does Fedora have a package for it

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Joshua Watt
On Thu, 2018-02-15 at 23:20 +, Tim Orling wrote: > Then why did ‘sudo dnf install waf’ get me past the error above? And > why does Fedora have a package for it? > > https://src.fedoraproject.org/rpms/waf There is a... complicated history (which I am not a part of) between the maintainers

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Denys Dmytriyenko
On Thu, Feb 15, 2018 at 06:24:40PM -0500, Denys Dmytriyenko wrote: > On Thu, Feb 15, 2018 at 11:20:49PM +, Tim Orling wrote: > > Then why did ‘sudo dnf install waf’ get me past the error above? And why > > does Fedora have a package for it? > > > > https://src.fedoraproject.org/rpms/waf > > >

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Khem Raj
On Thu, Feb 15, 2018 at 3:24 PM, Denys Dmytriyenko wrote: > On Thu, Feb 15, 2018 at 11:20:49PM +, Tim Orling wrote: >> Then why did ‘sudo dnf install waf’ get me past the error above? And why >> does Fedora have a package for it? >> >> https://src.fedoraproject.org/rpms/waf >> >> Regardless, s

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Khem Raj
looks through the waf-apache thread. Once that lands in master you should be ok On Thu, Feb 15, 2018 at 2:53 PM, Denys Dmytriyenko wrote: > Hi, > > I'm getting below stack dump building libtalloc 2.1.10 in master. Works fine > in > rocko with libtalloc 2.1.9. I need it for cifs-utils. I'm not fa

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Denys Dmytriyenko
On Thu, Feb 15, 2018 at 11:20:49PM +, Tim Orling wrote: > Then why did ‘sudo dnf install waf’ get me past the error above? And why > does Fedora have a package for it? > > https://src.fedoraproject.org/rpms/waf > > Regardless, something broke. I thought so too. As waf.bbclass from oe-core lo

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Joshua Watt
On Thu, 2018-02-15 at 23:10 +, Tim Orling wrote: > Seeing the same and trying to figure it out. Also, seems there is no > recipe > for waf-native, so it becomes a new required host tool. There is no "waf" tool, so a "waf-native" tool doesn't make sense... it's not how waf works. Each project h

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Tim Orling
Then why did ‘sudo dnf install waf’ get me past the error above? And why does Fedora have a package for it? https://src.fedoraproject.org/rpms/waf Regardless, something broke. On Thu, Feb 15, 2018 at 3:16 PM Joshua Watt wrote: > On Thu, 2018-02-15 at 23:10 +, Tim Orling wrote: > > Seeing th

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Andre McCurdy
On Thu, Feb 15, 2018 at 3:10 PM, Tim Orling wrote: > Seeing the same and trying to figure it out. Also, seems there is no recipe > for waf-native, so it becomes a new required host tool. > On Thu, Feb 15, 2018 at 2:57 PM Denys Dmytriyenko wrote: > >> Hi, >> >> I'm getting below stack dump buildin

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Christopher Larson
waf is generally shipped in the source tree, not used from any host. But I expect "[oe] [meta-networking][PATCH] waf-samba.bbclass: No longer inherit waf.bbclass” may be of interest here. On Thu, Feb 15, 2018 at 4:10 PM, Tim Orling wrote: > Seeing the same and trying to figure it out. Also, seem

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Joshua Watt
This was fixed here: http://lists.openembedded.org/pipermail/openembedd ed-devel/2018-February/116701.html I think it will probably be pushed to master soon, it is on the stagging/master-next branch in contrib (370ea5786) Joshua Watt On Thu, 2018-02-15 at 17:53 -0500, Denys Dmytriyenko wrote: >

Re: [oe] libtalloc failure due to waf

2018-02-15 Thread Tim Orling
Seeing the same and trying to figure it out. Also, seems there is no recipe for waf-native, so it becomes a new required host tool. On Thu, Feb 15, 2018 at 2:57 PM Denys Dmytriyenko wrote: > Hi, > > I'm getting below stack dump building libtalloc 2.1.10 in master. Works > fine in > rocko with lib

[oe] libtalloc failure due to waf

2018-02-15 Thread Denys Dmytriyenko
Hi, I'm getting below stack dump building libtalloc 2.1.10 in master. Works fine in rocko with libtalloc 2.1.9. I need it for cifs-utils. I'm not familiar with waf, any help? Thanks. ERROR: libtalloc-2.1.10-r0 do_configure: Error executing a python function in exec_python_func() autogenerated

[oe] [meta-qt5][PATCH] Upgrade to Qt 5.10.1

2018-02-15 Thread Mikko Gronoff
Updated Qt modules to 5.10.1. New recipe qtknx added. Change-Id: I711c75253a9c0d9dcfbaac8867b35a4505d101ea Signed-off-by: Mikko Gronoff --- recipes-qt/qt5/nativesdk-qtbase_git.bb | 2 +- recipes-qt/qt5/qt3d_git.bb | 2 +- recipes-qt/qt5/qt5-git.inc