Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
On 12/16/2011 08:46 PM, Richard Purdie wrote: On Fri, 2011-12-16 at 20:07 +0400, Dmitry Eremin-Solenikov wrote: On 12/16/2011 07:25 PM, Richard Purdie wrote: On Fri, 2011-12-16 at 16:42 +0400, Dmitry Eremin-Solenikov wrote: On 12/15/2011 08:20 PM, Cui, Dexuan wrote: Richard Purdie wrote on 20

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Richard Purdie
On Fri, 2011-12-16 at 20:07 +0400, Dmitry Eremin-Solenikov wrote: > On 12/16/2011 07:25 PM, Richard Purdie wrote: > > On Fri, 2011-12-16 at 16:42 +0400, Dmitry Eremin-Solenikov wrote: > >> On 12/15/2011 08:20 PM, Cui, Dexuan wrote: > >>> Richard Purdie wrote on 2011-12-15: > On Tue, 2011-12-13

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
On 12/16/2011 07:25 PM, Richard Purdie wrote: On Fri, 2011-12-16 at 16:42 +0400, Dmitry Eremin-Solenikov wrote: On 12/15/2011 08:20 PM, Cui, Dexuan wrote: Richard Purdie wrote on 2011-12-15: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Currently sdk generation might fail

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Richard Purdie
On Fri, 2011-12-16 at 16:42 +0400, Dmitry Eremin-Solenikov wrote: > On 12/15/2011 08:20 PM, Cui, Dexuan wrote: > > Richard Purdie wrote on 2011-12-15: > >> On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: > >>> Currently sdk generation might fail with the following error: > >>> | C

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
On 12/15/2011 08:20 PM, Cui, Dexuan wrote: Richard Purdie wrote on 2011-12-15: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Currently sdk generation might fail with the following error: | Collected errors: | * extract_archive: Cannot create symlink from ./var/log to 'volat

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
Koen, On 12/15/2011 07:06 PM, Koen Kooi wrote: Op 15 dec. 2011, om 15:58 heeft Richard Purdie het volgende geschreven: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Currently sdk generation might fail with the following error: | Collected errors: | * extract_archive: Can

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-15 Thread Cui, Dexuan
Koen Kooi wrote on 2011-12-15: > > Op 15 dec. 2011, om 15:58 heeft Richard Purdie het volgende geschreven: > >> On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: >>> Currently sdk generation might fail with the following error: >>> | Collected errors: >>> | * extract_archive: Can

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-15 Thread Cui, Dexuan
Richard Purdie wrote on 2011-12-15: > On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: >> Currently sdk generation might fail with the following error: >> | Collected errors: >> | * extract_archive: Cannot create symlink from ./var/log to >> 'volatile/log': File exists. >> ERROR:

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-15 Thread Koen Kooi
Op 15 dec. 2011, om 15:58 heeft Richard Purdie het volgende geschreven: > On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: >> Currently sdk generation might fail with the following error: >> | Collected errors: >> | * extract_archive: Cannot create symlink from ./var/log to >> '

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-15 Thread Richard Purdie
On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: > Currently sdk generation might fail with the following error: > | Collected errors: > | * extract_archive: Cannot create symlink from ./var/log to > 'volatile/log': File exists. > ERROR: Function 'do_populate_sdk' failed > > This

[OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-13 Thread Dmitry Eremin-Solenikov
Currently sdk generation might fail with the following error: | Collected errors: | * extract_archive: Cannot create symlink from ./var/log to 'volatile/log': File exists. ERROR: Function 'do_populate_sdk' failed This happens as consolekit package will include both /var/log/ConsoleKit and /var/vo