* morty branch XFCE no longer builds, missing libwnck3
@ 2016-12-20 9:54 Mike Looijmans
2016-12-20 11:53 ` Andreas Müller
0 siblings, 1 reply; 6+ messages in thread
From: Mike Looijmans @ 2016-12-20 9:54 UTC (permalink / raw)
To: openembedded-devel
With current "morty" branches of OE-core and meta-openembedded, a build of an
xfce desktop image fails:
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'libwnck3' (but
/.../meta-oe/meta-xfce/recipes-panel-plugins/hotcorner/xfce4-hotcorner-plugin_0.0.2.bb
DEPENDS on or otherwise requires it). Close matches:
libwnck
NOTE: Runtime target 'xfce4-hotcorner-plugin' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['xfce4-hotcorner-plugin',
'libwnck3']
NOTE: Runtime target 'packagegroup-xfce-extended' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-xfce-extended',
'xfce4-hotcorner-plugin', 'libwnck3']
NOTE: Runtime target 'desktop-image' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['desktop-image',
'packagegroup-xfce-extended', 'xfce4-hotcorner-plugin', 'libwnck3']
Kind regards,
Mike Looijmans
System Expert
TOPIC Products
Materiaalweg 4, NL-5681 RJ Best
Postbus 440, NL-5680 AK Best
Telefoon: +31 (0) 499 33 69 79
E-mail: mike.looijmans@topicproducts.com
Website: www.topicproducts.com
Please consider the environment before printing this e-mail
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: morty branch XFCE no longer builds, missing libwnck3
2016-12-20 9:54 morty branch XFCE no longer builds, missing libwnck3 Mike Looijmans
@ 2016-12-20 11:53 ` Andreas Müller
2016-12-21 1:33 ` akuster808
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Müller @ 2016-12-20 11:53 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
On Tue, Dec 20, 2016 at 10:54 AM, Mike Looijmans
<mike.looijmans@topic.nl> wrote:
> With current "morty" branches of OE-core and meta-openembedded, a build of
> an xfce desktop image fails:
>
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing PROVIDES 'libwnck3' (but
> /.../meta-oe/meta-xfce/recipes-panel-plugins/hotcorner/xfce4-hotcorner-plugin_0.0.2.bb
> DEPENDS on or otherwise requires it). Close matches:
> libwnck
> NOTE: Runtime target 'xfce4-hotcorner-plugin' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['xfce4-hotcorner-plugin',
> 'libwnck3']
> NOTE: Runtime target 'packagegroup-xfce-extended' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was: ['packagegroup-xfce-extended',
> 'xfce4-hotcorner-plugin', 'libwnck3']
> NOTE: Runtime target 'desktop-image' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['desktop-image',
> 'packagegroup-xfce-extended', 'xfce4-hotcorner-plugin', 'libwnck3']
>
>
>
>
> Kind regards,
>
> Mike Looijmans
> System Expert
>
> TOPIC Products
> Materiaalweg 4, NL-5681 RJ Best
> Postbus 440, NL-5680 AK Best
> Telefoon: +31 (0) 499 33 69 79
> E-mail: mike.looijmans@topicproducts.com
> Website: www.topicproducts.com
>
> Please consider the environment before printing this e-mail
>
>
So we need in morty at least
commit 5b0060bbbacf405405e292e8a8e5db9589f63325
Author: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Date: Tue Nov 1 17:28:21 2016 +0200
libwnck3: add a recipe
It is no longer needed in oe-core.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
and maybe (don't know the status of gnome.bbclass in morty) - but
should not do any harm
commit 3be9eea720ba70fd3a9e4744401fd268e31731f8
Author: Khem Raj <raj.khem@gmail.com>
Date: Mon Dec 5 18:36:21 2016 -0800
libwnck3: Add missing dependency on gnome-common-native
Fixes configure errors
../libwnck-3.20.1/configure: line 13391: syntax error near
unexpected token `maximum'
../libwnck-3.20.1/configure: line 13391: `GNOME_COMPILE_WARNINGS(maximum)'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: morty branch XFCE no longer builds, missing libwnck3
2016-12-20 11:53 ` Andreas Müller
@ 2016-12-21 1:33 ` akuster808
2017-01-02 8:18 ` Mike Looijmans
0 siblings, 1 reply; 6+ messages in thread
From: akuster808 @ 2016-12-21 1:33 UTC (permalink / raw)
To: openembedded-devel
On 12/20/2016 03:53 AM, Andreas Müller wrote:
> On Tue, Dec 20, 2016 at 10:54 AM, Mike Looijmans
> <mike.looijmans@topic.nl> wrote:
>> With current "morty" branches of OE-core and meta-openembedded, a build of
>> an xfce desktop image fails:
There is a patch pending merge to Morty sitting in my morty-next
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=akuster/morty-next&id=4cb131f10885a84489cbcd3750a45f64f0547cda
I will send a pull request.
- armin
>>
>> NOTE: Resolving any missing task queue dependencies
>> ERROR: Nothing PROVIDES 'libwnck3' (but
>> /.../meta-oe/meta-xfce/recipes-panel-plugins/hotcorner/xfce4-hotcorner-plugin_0.0.2.bb
>> DEPENDS on or otherwise requires it). Close matches:
>> libwnck
>> NOTE: Runtime target 'xfce4-hotcorner-plugin' is unbuildable, removing...
>> Missing or unbuildable dependency chain was: ['xfce4-hotcorner-plugin',
>> 'libwnck3']
>> NOTE: Runtime target 'packagegroup-xfce-extended' is unbuildable,
>> removing...
>> Missing or unbuildable dependency chain was: ['packagegroup-xfce-extended',
>> 'xfce4-hotcorner-plugin', 'libwnck3']
>> NOTE: Runtime target 'desktop-image' is unbuildable, removing...
>> Missing or unbuildable dependency chain was: ['desktop-image',
>> 'packagegroup-xfce-extended', 'xfce4-hotcorner-plugin', 'libwnck3']
>>
>>
>>
>>
>> Kind regards,
>>
>> Mike Looijmans
>> System Expert
>>
>> TOPIC Products
>> Materiaalweg 4, NL-5681 RJ Best
>> Postbus 440, NL-5680 AK Best
>> Telefoon: +31 (0) 499 33 69 79
>> E-mail: mike.looijmans@topicproducts.com
>> Website: www.topicproducts.com
>>
>> Please consider the environment before printing this e-mail
>>
>>
> So we need in morty at least
>
> commit 5b0060bbbacf405405e292e8a8e5db9589f63325
> Author: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> Date: Tue Nov 1 17:28:21 2016 +0200
>
> libwnck3: add a recipe
>
> It is no longer needed in oe-core.
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>
>
> and maybe (don't know the status of gnome.bbclass in morty) - but
> should not do any harm
>
> commit 3be9eea720ba70fd3a9e4744401fd268e31731f8
> Author: Khem Raj <raj.khem@gmail.com>
> Date: Mon Dec 5 18:36:21 2016 -0800
>
> libwnck3: Add missing dependency on gnome-common-native
>
> Fixes configure errors
> ../libwnck-3.20.1/configure: line 13391: syntax error near
> unexpected token `maximum'
> ../libwnck-3.20.1/configure: line 13391: `GNOME_COMPILE_WARNINGS(maximum)'
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: morty branch XFCE no longer builds, missing libwnck3
2016-12-21 1:33 ` akuster808
@ 2017-01-02 8:18 ` Mike Looijmans
2017-01-02 11:11 ` Max Krummenacher
2017-01-02 17:07 ` akuster808
0 siblings, 2 replies; 6+ messages in thread
From: Mike Looijmans @ 2017-01-02 8:18 UTC (permalink / raw)
To: openembedded-devel
There's no trace of any attempt to bring back 'libwnck3' in the morty branch,
am I the only one in the world using morty to build an XCFE image?
On 21-12-16 02:33, akuster808 wrote:
>
>
> On 12/20/2016 03:53 AM, Andreas Müller wrote:
>> On Tue, Dec 20, 2016 at 10:54 AM, Mike Looijmans
>> <mike.looijmans@topic.nl> wrote:
>>> With current "morty" branches of OE-core and meta-openembedded, a build of
>>> an xfce desktop image fails:
> There is a patch pending merge to Morty sitting in my morty-next
>
> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=akuster/morty-next&id=4cb131f10885a84489cbcd3750a45f64f0547cda
>
>
> I will send a pull request.
>
> - armin
>>>
>>> NOTE: Resolving any missing task queue dependencies
>>> ERROR: Nothing PROVIDES 'libwnck3' (but
>>> /.../meta-oe/meta-xfce/recipes-panel-plugins/hotcorner/xfce4-hotcorner-plugin_0.0.2.bb
>>>
>>> DEPENDS on or otherwise requires it). Close matches:
>>> libwnck
>>> NOTE: Runtime target 'xfce4-hotcorner-plugin' is unbuildable, removing...
>>> Missing or unbuildable dependency chain was: ['xfce4-hotcorner-plugin',
>>> 'libwnck3']
>>> NOTE: Runtime target 'packagegroup-xfce-extended' is unbuildable,
>>> removing...
>>> Missing or unbuildable dependency chain was: ['packagegroup-xfce-extended',
>>> 'xfce4-hotcorner-plugin', 'libwnck3']
>>> NOTE: Runtime target 'desktop-image' is unbuildable, removing...
>>> Missing or unbuildable dependency chain was: ['desktop-image',
>>> 'packagegroup-xfce-extended', 'xfce4-hotcorner-plugin', 'libwnck3']
>>>
>>>
>>>
>>>
>>> Kind regards,
>>>
>>> Mike Looijmans
>>> System Expert
>>>
>>> TOPIC Products
>>> Materiaalweg 4, NL-5681 RJ Best
>>> Postbus 440, NL-5680 AK Best
>>> Telefoon: +31 (0) 499 33 69 79
>>> E-mail: mike.looijmans@topicproducts.com
>>> Website: www.topicproducts.com
>>>
>>> Please consider the environment before printing this e-mail
>>>
>>>
>> So we need in morty at least
>>
>> commit 5b0060bbbacf405405e292e8a8e5db9589f63325
>> Author: Alexander Kanavin <alexander.kanavin@linux.intel.com>
>> Date: Tue Nov 1 17:28:21 2016 +0200
>>
>> libwnck3: add a recipe
>>
>> It is no longer needed in oe-core.
>>
>> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>>
>>
>> and maybe (don't know the status of gnome.bbclass in morty) - but
>> should not do any harm
>>
>> commit 3be9eea720ba70fd3a9e4744401fd268e31731f8
>> Author: Khem Raj <raj.khem@gmail.com>
>> Date: Mon Dec 5 18:36:21 2016 -0800
>>
>> libwnck3: Add missing dependency on gnome-common-native
>>
>> Fixes configure errors
>> ../libwnck-3.20.1/configure: line 13391: syntax error near
>> unexpected token `maximum'
>> ../libwnck-3.20.1/configure: line 13391: `GNOME_COMPILE_WARNINGS(maximum)'
>>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>
Kind regards,
Mike Looijmans
System Expert
TOPIC Products
Materiaalweg 4, NL-5681 RJ Best
Postbus 440, NL-5680 AK Best
Telefoon: +31 (0) 499 33 69 79
E-mail: mike.looijmans@topicproducts.com
Website: www.topicproducts.com
Please consider the environment before printing this e-mail
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: morty branch XFCE no longer builds, missing libwnck3
2017-01-02 8:18 ` Mike Looijmans
@ 2017-01-02 11:11 ` Max Krummenacher
2017-01-02 17:07 ` akuster808
1 sibling, 0 replies; 6+ messages in thread
From: Max Krummenacher @ 2017-01-02 11:11 UTC (permalink / raw)
To: openembedded-devel
Hi
Am Montag, den 02.01.2017, 09:18 +0100 schrieb Mike Looijmans:
> There's no trace of any attempt to bring back 'libwnck3' in the morty branch,
> am I the only one in the world using morty to build an XCFE image?
You are not the only one.
As there was already talk on the mailing lists to either revert the removal
on oe-core or merge the relevant morty-next commit in meta-openembedded I
put the recipes into my own layer to keep my stuff building.
It would probably be beneficial for future recipe moves to first add stuff
to the destination layer before removing it from the source, particularly on
the non master branches.
Max
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: morty branch XFCE no longer builds, missing libwnck3
2017-01-02 8:18 ` Mike Looijmans
2017-01-02 11:11 ` Max Krummenacher
@ 2017-01-02 17:07 ` akuster808
1 sibling, 0 replies; 6+ messages in thread
From: akuster808 @ 2017-01-02 17:07 UTC (permalink / raw)
To: openembedded-devel
On 01/02/2017 12:18 AM, Mike Looijmans wrote:
> There's no trace of any attempt to bring back 'libwnck3' in the morty
> branch, am I the only one in the world using morty to build an XCFE
> image?
there are a few traces:
http://lists.openembedded.org/pipermail/openembedded-core/2016-December/129529.html
http://lists.openembedded.org/pipermail/openembedded-core/2016-December/130155.html
The revert fix in Core has been sitting in my staging branch
https://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=akuster/morty-next
since Dec 11th.
- Armin
>
>
> On 21-12-16 02:33, akuster808 wrote:
>>
>>
>> On 12/20/2016 03:53 AM, Andreas Müller wrote:
>>> On Tue, Dec 20, 2016 at 10:54 AM, Mike Looijmans
>>> <mike.looijmans@topic.nl> wrote:
>>>> With current "morty" branches of OE-core and meta-openembedded, a
>>>> build of
>>>> an xfce desktop image fails:
>> There is a patch pending merge to Morty sitting in my morty-next
>>
>> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=akuster/morty-next&id=4cb131f10885a84489cbcd3750a45f64f0547cda
>>
>>
>>
>> I will send a pull request.
>>
>> - armin
>>>>
>>>> NOTE: Resolving any missing task queue dependencies
>>>> ERROR: Nothing PROVIDES 'libwnck3' (but
>>>> /.../meta-oe/meta-xfce/recipes-panel-plugins/hotcorner/xfce4-hotcorner-plugin_0.0.2.bb
>>>>
>>>>
>>>> DEPENDS on or otherwise requires it). Close matches:
>>>> libwnck
>>>> NOTE: Runtime target 'xfce4-hotcorner-plugin' is unbuildable,
>>>> removing...
>>>> Missing or unbuildable dependency chain was:
>>>> ['xfce4-hotcorner-plugin',
>>>> 'libwnck3']
>>>> NOTE: Runtime target 'packagegroup-xfce-extended' is unbuildable,
>>>> removing...
>>>> Missing or unbuildable dependency chain was:
>>>> ['packagegroup-xfce-extended',
>>>> 'xfce4-hotcorner-plugin', 'libwnck3']
>>>> NOTE: Runtime target 'desktop-image' is unbuildable, removing...
>>>> Missing or unbuildable dependency chain was: ['desktop-image',
>>>> 'packagegroup-xfce-extended', 'xfce4-hotcorner-plugin', 'libwnck3']
>>>>
>>>>
>>>>
>>>>
>>>> Kind regards,
>>>>
>>>> Mike Looijmans
>>>> System Expert
>>>>
>>>> TOPIC Products
>>>> Materiaalweg 4, NL-5681 RJ Best
>>>> Postbus 440, NL-5680 AK Best
>>>> Telefoon: +31 (0) 499 33 69 79
>>>> E-mail: mike.looijmans@topicproducts.com
>>>> Website: www.topicproducts.com
>>>>
>>>> Please consider the environment before printing this e-mail
>>>>
>>>>
>>> So we need in morty at least
>>>
>>> commit 5b0060bbbacf405405e292e8a8e5db9589f63325
>>> Author: Alexander Kanavin <alexander.kanavin@linux.intel.com>
>>> Date: Tue Nov 1 17:28:21 2016 +0200
>>>
>>> libwnck3: add a recipe
>>>
>>> It is no longer needed in oe-core.
>>>
>>> Signed-off-by: Alexander Kanavin
>>> <alexander.kanavin@linux.intel.com>
>>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>>>
>>>
>>> and maybe (don't know the status of gnome.bbclass in morty) - but
>>> should not do any harm
>>>
>>> commit 3be9eea720ba70fd3a9e4744401fd268e31731f8
>>> Author: Khem Raj <raj.khem@gmail.com>
>>> Date: Mon Dec 5 18:36:21 2016 -0800
>>>
>>> libwnck3: Add missing dependency on gnome-common-native
>>>
>>> Fixes configure errors
>>> ../libwnck-3.20.1/configure: line 13391: syntax error near
>>> unexpected token `maximum'
>>> ../libwnck-3.20.1/configure: line 13391:
>>> `GNOME_COMPILE_WARNINGS(maximum)'
>>>
>>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>>
>
>
>
> Kind regards,
>
> Mike Looijmans
> System Expert
>
> TOPIC Products
> Materiaalweg 4, NL-5681 RJ Best
> Postbus 440, NL-5680 AK Best
> Telefoon: +31 (0) 499 33 69 79
> E-mail: mike.looijmans@topicproducts.com
> Website: www.topicproducts.com
>
> Please consider the environment before printing this e-mail
>
>
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-01-02 17:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-20 9:54 morty branch XFCE no longer builds, missing libwnck3 Mike Looijmans
2016-12-20 11:53 ` Andreas Müller
2016-12-21 1:33 ` akuster808
2017-01-02 8:18 ` Mike Looijmans
2017-01-02 11:11 ` Max Krummenacher
2017-01-02 17:07 ` akuster808
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.