Re: [oe] [oe-commits] [meta-openembedded] branch rocko updated (6e3fc5b -> a65c1ac)

2018-02-03 Thread akuster808


On 02/02/2018 07:19 PM, Derek Straka wrote:
> Rocko would need the following commits from master to work with 0f1dff9:
>
> b9e0b2abd1074f846bb3aef3670c0a461f6b1d00
> 2b6ae2d951df1050bf4fe0734ece750d0fef2faf
> cd7cc6e9dd9f700f07b8a09e6533fa205db28479
> 378b8a6a8aa65fae704e9ceddc3f2e2b07585953
> 63791edb3f69269fc6e0b83863e76f6a4a35965c
> b08b570c8624303acbb6bb064a7bda466a679df4
> bd827cb9ff57b8e42768add8e8b206c95cd6aea2
>
> Armin, 
>
> Should I send a patchset or would it be easier for you to just
> cherry-pick them yourself?  Thanks.

That set was sent by Mark so I already have them. The sad thing is I did
do a world build and did not set those failures. I have those in
stable/rocko-next

- armin
>
> -Derek
>
>
> On Fri, Feb 2, 2018 at 6:42 AM, Martin Jansa  > wrote:
>
> On Fri, Feb 02, 2018 at 12:35:46PM +0100, Martin Jansa wrote:
> > Why was this change backported to rocko?
> >   add 0f1dff9  python-twisted: clean-up the dependencies
> >
> > It adds dependency on python3-hyperlink which isn't in rocko,
> only in
> > master since:
> >
> > commit 378b8a6a8aa65fae704e9ceddc3f2e2b07585953
> > Author: Derek Straka >
> > Date:   Wed Nov 1 11:37:51 2017 -0400
> >
> >     python-hyperlink: add a recipe for version 17.3.1
> >
> > and dependency on python-incremental also only in master since:
> >
> > commit 63791edb3f69269fc6e0b83863e76f6a4a35965c
> > Author: Derek Straka >
> > Date:   Wed Nov 1 10:58:33 2017 -0400
> >
> >     python-incremental: add an initial recipe for version 17.5.0
> >
> >
> > This is causing quite a 4 errors shown in world builds:
>
> It's actually quite a bit more ERROR messages, here is more complete
> list:
>
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'python3-incremental' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
>  RDEPENDS on or otherwise
> requires it)
> NOTE: Runtime target 'python3-incremental' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-incremental']
> NOTE: Runtime target 'python3-twisted-runner' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['python3-twisted-runner', 'python3-incremental']
> ERROR: Nothing RPROVIDES 'python3-twisted' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
>  RDEPENDS on or otherwise
> requires it)
> No eligible RPROVIDERs exist for 'python3-twisted'
> NOTE: Runtime target 'python3-twisted' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-twisted']
> ERROR: Nothing RPROVIDES 'python3-constantly' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
>  RDEPENDS on or otherwise
> requires it)
> NOTE: Runtime target 'python3-constantly' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-constantly']
> ERROR: Nothing RPROVIDES 'python3-twisted-web' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
>  RDEPENDS on or otherwise
> requires it)
> No eligible RPROVIDERs exist for 'python3-twisted-web'
> NOTE: Runtime target 'python3-twisted-web' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-twisted-web']
> ERROR: Nothing RPROVIDES 'python3-twisted-words' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
>  RDEPENDS on or otherwise
> requires it)
> No eligible RPROVIDERs exist for 'python3-twisted-words'
> NOTE: Runtime target 'python3-twisted-words' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was: ['python3-twisted-words']
> ERROR: Nothing RPROVIDES 'python3-twisted-protocols' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
>  RDEPENDS on or otherwise
> requires it)
> No eligible RPROVIDERs exist for 'python3-twisted-protocols'
> NOTE: Runtime target 'python3-twisted-protocols' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['python3-twisted-protocols']
> ERROR: Nothing RPROVIDES 'python3-twisted-bin' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
>  RDEPENDS on or otherwise
> requires it)
> No eligible RPROVIDERs exist for 'python3-twisted-bin'
> NOTE: Runtime target 'python3-twisted-bin' is 

Re: [oe] [oe-commits] [meta-openembedded] branch rocko updated (6e3fc5b -> a65c1ac)

2018-02-02 Thread Mark Asselstine
On Friday, February 2, 2018 6:42:08 AM EST Derek Straka wrote:
> Mark had cherry picked the twisted changes from master.  I thought he had
> pulled in the full change set, but I must have missed some of the commits
> when I reviewed it.  I'll take a look once I get off the train.  Sorry for
> the breakage.

Derek, not your appology to make from the looks of it. I am left scratching my 
head as to how this managed to escape my testing. I know I usually have many 
build environments on the go at any point in time but I am usually doing a 
good job keeping them separated. The second patch in my series seems to show 
that I was building the thing. My only guess is that I had grabbed the rest of 
the required changes and forgot.

Anyway, thanks for the follow up and fixing my mistake. I am sorry for 
breaking things and causing people additional work.

Mark

> 
> On Feb 2, 2018 6:35 AM, "Martin Jansa"  wrote:
> 
> Why was this change backported to rocko?
>   add 0f1dff9  python-twisted: clean-up the dependencies
> 
> It adds dependency on python3-hyperlink which isn't in rocko, only in
> master since:
> 
> commit 378b8a6a8aa65fae704e9ceddc3f2e2b07585953
> Author: Derek Straka 
> Date:   Wed Nov 1 11:37:51 2017 -0400
> 
> python-hyperlink: add a recipe for version 17.3.1
> 
> and dependency on python-incremental also only in master since:
> 
> commit 63791edb3f69269fc6e0b83863e76f6a4a35965c
> Author: Derek Straka 
> Date:   Wed Nov 1 10:58:33 2017 -0400
> 
> python-incremental: add an initial recipe for version 17.5.0
> 
> 
> This is causing quite a 4 errors shown in world builds:
> 
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'python-incremental' (but
> meta-oe/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'python-incremental' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python-incremental']
> ERROR: Required build target 'meta-world-pkgdata' has no buildable
> providers.
> Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
> 'python-twisted', 'python-incremental']
> 
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> 
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'python3-hyperlink' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'python3-hyperlink' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-hyperlink']
> ERROR: Required build target 'meta-world-pkgdata' has no buildable
> providers.
> Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
> 'python3-twisted', 'python3-hyperlink']
> 
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> 
> On Thu, Feb 1, 2018 at 5:01 PM,  wrote:
> > This is an automated email from the git hooks/post-receive script.
> > 
> > armin_kuster pushed a change to branch rocko
> > in repository meta-openembedded.
> > 
> > from 6e3fc5b  python-cffi: update to version 1.11.2
> > 
> >  add d8f82c4  README: update maintainers list for rocko
> >  add a1f65f1  debootstrap: change license to MIT
> >  add 4e67423  UFL: add missing license
> >  add 9132eef  python-cryptography: add -pthread to LD_FLAGS
> >  add 0f1dff9  python-twisted: clean-up the dependencies
> >  add a68639a  python-twisted: restore RDEPENDS on -news for py2
> >  add 5d285be  gpsd: fix /etc/default/gpsd ALTERNATIVES logic
> >  new 7b404fd  gperftools: Fix build on musl/mips
> >  new 96eab89  tslib: update project homepage
> >  new c5939bd  libpwquality: fix Nothing RPROVIDES
> > 
> > 'lib32-python3-libpwquality'
> > 
> >  new f83f290  libreport: fix Nothing RPROVIDES
> > 
> > 'lib32-python3-libreport'
> > 
> >  new 9afe8a4  samba: add missing RDEPENDS
> >  new 1985f77  gpsd: add missing python-pygps RDEPENDS
> >  new 4bea809  android-tools: do_unpack_extra task removed
> >  new 6ef007b  mariadb: Added missing installation of
> > 
> > mysqld_safe_helper to FILES_${PN}-server
> > 
> >  new 52bdf26  polkit: add consolekit only when x11 is enabled
> >  new 45a874a  hiredis: fix paths in pkgconfig conf file
> >  new ab3630f  xfce4-screenshooter: create src dir before build
> >  new 45bcac8  php: Security Advisory - php - CVE-2017-16642
> >  new be07dad  Allow native builds of python-asyn1crypto
> >  new 0fb0fd2  phpmyadmin: update to version 4.7.5
> >  new b4289b2  postgresql: Update to 9.4.14
> >  new 1caf212  postgresql: Update to 9.4.15
> >  new c993fd1  dfu-utils-native: fix do_deploy sstate handling
> >  new 731a262  Move RDEPENDS on libasound-module to bluez4 since it has
> > 
> > been removed from bluez5
> > 
> >  new 

Re: [oe] [oe-commits] [meta-openembedded] branch rocko updated (6e3fc5b -> a65c1ac)

2018-02-02 Thread Derek Straka
Rocko would need the following commits from master to work with 0f1dff9:

b9e0b2abd1074f846bb3aef3670c0a461f6b1d00
2b6ae2d951df1050bf4fe0734ece750d0fef2faf
cd7cc6e9dd9f700f07b8a09e6533fa205db28479
378b8a6a8aa65fae704e9ceddc3f2e2b07585953
63791edb3f69269fc6e0b83863e76f6a4a35965c
b08b570c8624303acbb6bb064a7bda466a679df4
bd827cb9ff57b8e42768add8e8b206c95cd6aea2

Armin,

Should I send a patchset or would it be easier for you to just cherry-pick
them yourself?  Thanks.

-Derek


On Fri, Feb 2, 2018 at 6:42 AM, Martin Jansa  wrote:

> On Fri, Feb 02, 2018 at 12:35:46PM +0100, Martin Jansa wrote:
> > Why was this change backported to rocko?
> >   add 0f1dff9  python-twisted: clean-up the dependencies
> >
> > It adds dependency on python3-hyperlink which isn't in rocko, only in
> > master since:
> >
> > commit 378b8a6a8aa65fae704e9ceddc3f2e2b07585953
> > Author: Derek Straka 
> > Date:   Wed Nov 1 11:37:51 2017 -0400
> >
> > python-hyperlink: add a recipe for version 17.3.1
> >
> > and dependency on python-incremental also only in master since:
> >
> > commit 63791edb3f69269fc6e0b83863e76f6a4a35965c
> > Author: Derek Straka 
> > Date:   Wed Nov 1 10:58:33 2017 -0400
> >
> > python-incremental: add an initial recipe for version 17.5.0
> >
> >
> > This is causing quite a 4 errors shown in world builds:
>
> It's actually quite a bit more ERROR messages, here is more complete
> list:
>
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'python3-incremental' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'python3-incremental' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-incremental']
> NOTE: Runtime target 'python3-twisted-runner' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-twisted-runner',
> 'python3-incremental']
> ERROR: Nothing RPROVIDES 'python3-twisted' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> No eligible RPROVIDERs exist for 'python3-twisted'
> NOTE: Runtime target 'python3-twisted' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-twisted']
> ERROR: Nothing RPROVIDES 'python3-constantly' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'python3-constantly' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-constantly']
> ERROR: Nothing RPROVIDES 'python3-twisted-web' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> No eligible RPROVIDERs exist for 'python3-twisted-web'
> NOTE: Runtime target 'python3-twisted-web' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-twisted-web']
> ERROR: Nothing RPROVIDES 'python3-twisted-words' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> No eligible RPROVIDERs exist for 'python3-twisted-words'
> NOTE: Runtime target 'python3-twisted-words' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-twisted-words']
> ERROR: Nothing RPROVIDES 'python3-twisted-protocols' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> No eligible RPROVIDERs exist for 'python3-twisted-protocols'
> NOTE: Runtime target 'python3-twisted-protocols' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was: ['python3-twisted-protocols']
> ERROR: Nothing RPROVIDES 'python3-twisted-bin' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> No eligible RPROVIDERs exist for 'python3-twisted-bin'
> NOTE: Runtime target 'python3-twisted-bin' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-twisted-bin']
> ERROR: Nothing RPROVIDES 'python3-automat' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'python3-automat' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-automat']
> ERROR: Nothing RPROVIDES 'python3-hyperlink' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'python3-hyperlink' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['python3-hyperlink']
> ERROR: Nothing RPROVIDES 'python3-twisted-names' (but
> meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
> RDEPENDS on or otherwise requires it)
> No eligible RPROVIDERs exist for 'python3-twisted-names'
> 

Re: [oe] [oe-commits] [meta-openembedded] branch rocko updated (6e3fc5b -> a65c1ac)

2018-02-02 Thread Martin Jansa
On Fri, Feb 02, 2018 at 12:35:46PM +0100, Martin Jansa wrote:
> Why was this change backported to rocko?
>   add 0f1dff9  python-twisted: clean-up the dependencies
> 
> It adds dependency on python3-hyperlink which isn't in rocko, only in
> master since:
> 
> commit 378b8a6a8aa65fae704e9ceddc3f2e2b07585953
> Author: Derek Straka 
> Date:   Wed Nov 1 11:37:51 2017 -0400
> 
> python-hyperlink: add a recipe for version 17.3.1
> 
> and dependency on python-incremental also only in master since:
> 
> commit 63791edb3f69269fc6e0b83863e76f6a4a35965c
> Author: Derek Straka 
> Date:   Wed Nov 1 10:58:33 2017 -0400
> 
> python-incremental: add an initial recipe for version 17.5.0
> 
> 
> This is causing quite a 4 errors shown in world builds:

It's actually quite a bit more ERROR messages, here is more complete
list:

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python3-incremental' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
NOTE: Runtime target 'python3-incremental' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-incremental']
NOTE: Runtime target 'python3-twisted-runner' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-twisted-runner', 
'python3-incremental']
ERROR: Nothing RPROVIDES 'python3-twisted' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-twisted'
NOTE: Runtime target 'python3-twisted' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-twisted']
ERROR: Nothing RPROVIDES 'python3-constantly' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
NOTE: Runtime target 'python3-constantly' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-constantly']
ERROR: Nothing RPROVIDES 'python3-twisted-web' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-twisted-web'
NOTE: Runtime target 'python3-twisted-web' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-twisted-web']
ERROR: Nothing RPROVIDES 'python3-twisted-words' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-twisted-words'
NOTE: Runtime target 'python3-twisted-words' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-twisted-words']
ERROR: Nothing RPROVIDES 'python3-twisted-protocols' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-twisted-protocols'
NOTE: Runtime target 'python3-twisted-protocols' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-twisted-protocols']
ERROR: Nothing RPROVIDES 'python3-twisted-bin' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-twisted-bin'
NOTE: Runtime target 'python3-twisted-bin' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-twisted-bin']
ERROR: Nothing RPROVIDES 'python3-automat' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
NOTE: Runtime target 'python3-automat' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-automat']
ERROR: Nothing RPROVIDES 'python3-hyperlink' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
NOTE: Runtime target 'python3-hyperlink' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-hyperlink']
ERROR: Nothing RPROVIDES 'python3-twisted-names' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-twisted-names'
NOTE: Runtime target 'python3-twisted-names' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-twisted-names']
ERROR: Nothing RPROVIDES 'python3-twisted-mail' (but 
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
No eligible RPROVIDERs exist for 'python3-twisted-mail'
NOTE: Runtime target 'python3-twisted-mail' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-twisted-mail']
ERROR: Nothing RPROVIDES 'python-automat' (but 
meta-oe/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb RDEPENDS 
on or otherwise requires it)
NOTE: Runtime target 'python-automat' is 

Re: [oe] [oe-commits] [meta-openembedded] branch rocko updated (6e3fc5b -> a65c1ac)

2018-02-02 Thread Derek Straka
Mark had cherry picked the twisted changes from master.  I thought he had
pulled in the full change set, but I must have missed some of the commits
when I reviewed it.  I'll take a look once I get off the train.  Sorry for
the breakage.

On Feb 2, 2018 6:35 AM, "Martin Jansa"  wrote:

Why was this change backported to rocko?
  add 0f1dff9  python-twisted: clean-up the dependencies

It adds dependency on python3-hyperlink which isn't in rocko, only in
master since:

commit 378b8a6a8aa65fae704e9ceddc3f2e2b07585953
Author: Derek Straka 
Date:   Wed Nov 1 11:37:51 2017 -0400

python-hyperlink: add a recipe for version 17.3.1

and dependency on python-incremental also only in master since:

commit 63791edb3f69269fc6e0b83863e76f6a4a35965c
Author: Derek Straka 
Date:   Wed Nov 1 10:58:33 2017 -0400

python-incremental: add an initial recipe for version 17.5.0


This is causing quite a 4 errors shown in world builds:

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python-incremental' (but
meta-oe/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python-incremental' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python-incremental']
ERROR: Required build target 'meta-world-pkgdata' has no buildable
providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
'python-twisted', 'python-incremental']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python3-hyperlink' (but
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-hyperlink' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-hyperlink']
ERROR: Required build target 'meta-world-pkgdata' has no buildable
providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
'python3-twisted', 'python3-hyperlink']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

On Thu, Feb 1, 2018 at 5:01 PM,  wrote:

> This is an automated email from the git hooks/post-receive script.
>
> armin_kuster pushed a change to branch rocko
> in repository meta-openembedded.
>
> from 6e3fc5b  python-cffi: update to version 1.11.2
>  add d8f82c4  README: update maintainers list for rocko
>  add a1f65f1  debootstrap: change license to MIT
>  add 4e67423  UFL: add missing license
>  add 9132eef  python-cryptography: add -pthread to LD_FLAGS
>  add 0f1dff9  python-twisted: clean-up the dependencies
>  add a68639a  python-twisted: restore RDEPENDS on -news for py2
>  add 5d285be  gpsd: fix /etc/default/gpsd ALTERNATIVES logic
>  new 7b404fd  gperftools: Fix build on musl/mips
>  new 96eab89  tslib: update project homepage
>  new c5939bd  libpwquality: fix Nothing RPROVIDES
> 'lib32-python3-libpwquality'
>  new f83f290  libreport: fix Nothing RPROVIDES
> 'lib32-python3-libreport'
>  new 9afe8a4  samba: add missing RDEPENDS
>  new 1985f77  gpsd: add missing python-pygps RDEPENDS
>  new 4bea809  android-tools: do_unpack_extra task removed
>  new 6ef007b  mariadb: Added missing installation of
> mysqld_safe_helper to FILES_${PN}-server
>  new 52bdf26  polkit: add consolekit only when x11 is enabled
>  new 45a874a  hiredis: fix paths in pkgconfig conf file
>  new ab3630f  xfce4-screenshooter: create src dir before build
>  new 45bcac8  php: Security Advisory - php - CVE-2017-16642
>  new be07dad  Allow native builds of python-asyn1crypto
>  new 0fb0fd2  phpmyadmin: update to version 4.7.5
>  new b4289b2  postgresql: Update to 9.4.14
>  new 1caf212  postgresql: Update to 9.4.15
>  new c993fd1  dfu-utils-native: fix do_deploy sstate handling
>  new 731a262  Move RDEPENDS on libasound-module to bluez4 since it has
> been removed from bluez5
>  new f48be7e  passwdqc: add pam-passwdqc to RDEPENDS
>  new 846e009  openldap: fix QA Warning
>  new 859dfb0  phpmyadmin: update to version 4.7.6
>  new f224492  Adding LUA to SDK
>  new c31b240  fltk-native: remove fltk-config from image
>  new 7cfbfe0  fltk: remove fltk-native from DEPENDS
>  new 4bdaf0c  Add FLTK to licenses to avoid warning when building fltk
> / fltk-native
>  new ed6ed8d  hwloc: fix multilib problem
>  new e8abea8  leveldb: fix checking for SSE flag
>  new f351bea  open-isns: Fix build with musl
>  new 8349bbd  dovecot: Fix parallel build
>  new b54c140  dnsmasq: update SRC_URI for versions 2.69 and earlier
>  new f80ff75  arptables: Fix do_install task
>  new e4c768c  net-snmp: support openssl without 3des
>  new fc88b63  stunnel: fix compile error when openssl disable des
> 

Re: [oe] [oe-commits] [meta-openembedded] branch rocko updated (6e3fc5b -> a65c1ac)

2018-02-02 Thread Martin Jansa
Why was this change backported to rocko?
  add 0f1dff9  python-twisted: clean-up the dependencies

It adds dependency on python3-hyperlink which isn't in rocko, only in
master since:

commit 378b8a6a8aa65fae704e9ceddc3f2e2b07585953
Author: Derek Straka 
Date:   Wed Nov 1 11:37:51 2017 -0400

python-hyperlink: add a recipe for version 17.3.1

and dependency on python-incremental also only in master since:

commit 63791edb3f69269fc6e0b83863e76f6a4a35965c
Author: Derek Straka 
Date:   Wed Nov 1 10:58:33 2017 -0400

python-incremental: add an initial recipe for version 17.5.0


This is causing quite a 4 errors shown in world builds:

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python-incremental' (but
meta-oe/meta-python/recipes-devtools/python/python-twisted_17.9.0.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python-incremental' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python-incremental']
ERROR: Required build target 'meta-world-pkgdata' has no buildable
providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
'python-twisted', 'python-incremental']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'python3-hyperlink' (but
meta-oe/meta-python/recipes-devtools/python/python3-twisted_17.9.0.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'python3-hyperlink' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['python3-hyperlink']
ERROR: Required build target 'meta-world-pkgdata' has no buildable
providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
'python3-twisted', 'python3-hyperlink']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

On Thu, Feb 1, 2018 at 5:01 PM,  wrote:

> This is an automated email from the git hooks/post-receive script.
>
> armin_kuster pushed a change to branch rocko
> in repository meta-openembedded.
>
> from 6e3fc5b  python-cffi: update to version 1.11.2
>  add d8f82c4  README: update maintainers list for rocko
>  add a1f65f1  debootstrap: change license to MIT
>  add 4e67423  UFL: add missing license
>  add 9132eef  python-cryptography: add -pthread to LD_FLAGS
>  add 0f1dff9  python-twisted: clean-up the dependencies
>  add a68639a  python-twisted: restore RDEPENDS on -news for py2
>  add 5d285be  gpsd: fix /etc/default/gpsd ALTERNATIVES logic
>  new 7b404fd  gperftools: Fix build on musl/mips
>  new 96eab89  tslib: update project homepage
>  new c5939bd  libpwquality: fix Nothing RPROVIDES
> 'lib32-python3-libpwquality'
>  new f83f290  libreport: fix Nothing RPROVIDES
> 'lib32-python3-libreport'
>  new 9afe8a4  samba: add missing RDEPENDS
>  new 1985f77  gpsd: add missing python-pygps RDEPENDS
>  new 4bea809  android-tools: do_unpack_extra task removed
>  new 6ef007b  mariadb: Added missing installation of
> mysqld_safe_helper to FILES_${PN}-server
>  new 52bdf26  polkit: add consolekit only when x11 is enabled
>  new 45a874a  hiredis: fix paths in pkgconfig conf file
>  new ab3630f  xfce4-screenshooter: create src dir before build
>  new 45bcac8  php: Security Advisory - php - CVE-2017-16642
>  new be07dad  Allow native builds of python-asyn1crypto
>  new 0fb0fd2  phpmyadmin: update to version 4.7.5
>  new b4289b2  postgresql: Update to 9.4.14
>  new 1caf212  postgresql: Update to 9.4.15
>  new c993fd1  dfu-utils-native: fix do_deploy sstate handling
>  new 731a262  Move RDEPENDS on libasound-module to bluez4 since it has
> been removed from bluez5
>  new f48be7e  passwdqc: add pam-passwdqc to RDEPENDS
>  new 846e009  openldap: fix QA Warning
>  new 859dfb0  phpmyadmin: update to version 4.7.6
>  new f224492  Adding LUA to SDK
>  new c31b240  fltk-native: remove fltk-config from image
>  new 7cfbfe0  fltk: remove fltk-native from DEPENDS
>  new 4bdaf0c  Add FLTK to licenses to avoid warning when building fltk
> / fltk-native
>  new ed6ed8d  hwloc: fix multilib problem
>  new e8abea8  leveldb: fix checking for SSE flag
>  new f351bea  open-isns: Fix build with musl
>  new 8349bbd  dovecot: Fix parallel build
>  new b54c140  dnsmasq: update SRC_URI for versions 2.69 and earlier
>  new f80ff75  arptables: Fix do_install task
>  new e4c768c  net-snmp: support openssl without 3des
>  new fc88b63  stunnel: fix compile error when openssl disable des
> support
>  new 18b570e  networkmanager: add consolekit only when x11 is enabled
>  new a0d7f74  dialog: update SRC_URI
>  new a65c1ac  uw-imap: update SRC_URI
>
> The 36 revisions listed above as "new" are entirely new to this
> repository and will be described in separate emails.  The revisions
>