All of lore.kernel.org
 help / color / mirror / Atom feed
* do_populate_sdk error
@ 2014-07-03 13:03 mareczek
  2014-07-04  0:18 ` Robert Yang
  0 siblings, 1 reply; 5+ messages in thread
From: mareczek @ 2014-07-03 13:03 UTC (permalink / raw)
  To: yocto

Hello,

I ran into an error during do_populate_sdk

ERROR: Unable to install packages. Command 
'/yocto-daisy/build/tmp/sysroots/i686-linux/usr/bin/apt-get  install 
--force-yes --allow-unauthenticated nativesdk-packagegroup-sdk-host 
packagegroup-cross-canadian-imx6riotboard' returned 100:
Reading package lists...
Building dependency tree...
Reading state information...
W: Unable to read 
/yocto-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/meta-toolchain/1.0-r7/apt-sdk/preferences.d/ 
- DirectoryExists (2: No such file or directory)
E: Unable to locate package nativesdk-packagegroup-sdk-host

ERROR: Function failed: do_populate_sdk
ERROR: Logfile of failure stored in: 
/yocto-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/meta-toolchain/1.0-r7/temp/log.do_populate_sdk.32319
ERROR: Task 7 (/yocto-daisy/meta/recipes-core/meta/meta-toolchain.bb, 
do_populate_sdk) failed with exit code '1'

I tried to find an answer, but without success. I tried to compile 
nativesdk-packagegroup-sdk-host and it was already compiled.

I was able to compile u-boot, kernel, kernel modules, dtb, rootfs and 
everythink works quite well, but now I'm stuck with this and have no 
clue how to solve this. If anyone knows how to make it working I would 
be very glad.

Thank you very much

Marek


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: do_populate_sdk error
  2014-07-03 13:03 do_populate_sdk error mareczek
@ 2014-07-04  0:18 ` Robert Yang
  2014-07-04  7:35   ` mareczek
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Yang @ 2014-07-04  0:18 UTC (permalink / raw)
  To: mareczek, yocto


Seems that something is wrong with PACKAGE_CLASSES = package_deb,
maybe you can use PACKAGE_CLASSES = package_rpm ?

// Robert

On 07/03/2014 09:03 PM, mareczek wrote:
> Hello,
>
> I ran into an error during do_populate_sdk
>
> ERROR: Unable to install packages. Command
> '/yocto-daisy/build/tmp/sysroots/i686-linux/usr/bin/apt-get  install --force-yes
> --allow-unauthenticated nativesdk-packagegroup-sdk-host
> packagegroup-cross-canadian-imx6riotboard' returned 100:
> Reading package lists...
> Building dependency tree...
> Reading state information...
> W: Unable to read
> /yocto-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/meta-toolchain/1.0-r7/apt-sdk/preferences.d/
> - DirectoryExists (2: No such file or directory)
> E: Unable to locate package nativesdk-packagegroup-sdk-host
>
> ERROR: Function failed: do_populate_sdk
> ERROR: Logfile of failure stored in:
> /yocto-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/meta-toolchain/1.0-r7/temp/log.do_populate_sdk.32319
>
> ERROR: Task 7 (/yocto-daisy/meta/recipes-core/meta/meta-toolchain.bb,
> do_populate_sdk) failed with exit code '1'
>
> I tried to find an answer, but without success. I tried to compile
> nativesdk-packagegroup-sdk-host and it was already compiled.
>
> I was able to compile u-boot, kernel, kernel modules, dtb, rootfs and everythink
> works quite well, but now I'm stuck with this and have no clue how to solve
> this. If anyone knows how to make it working I would be very glad.
>
> Thank you very much
>
> Marek


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: do_populate_sdk error
  2014-07-04  0:18 ` Robert Yang
@ 2014-07-04  7:35   ` mareczek
  2014-07-04  8:28     ` Robert Yang
  0 siblings, 1 reply; 5+ messages in thread
From: mareczek @ 2014-07-04  7:35 UTC (permalink / raw)
  To: Robert Yang, yocto

Thank you very much, it solves that error.

Marek

Dne 7/4/2014 2:18 AM, Robert Yang napsal(a):
>
> Seems that something is wrong with PACKAGE_CLASSES = package_deb,
> maybe you can use PACKAGE_CLASSES = package_rpm ?
>
> // Robert
>
> On 07/03/2014 09:03 PM, mareczek wrote:
>> Hello,
>>
>> I ran into an error during do_populate_sdk
>>
>> ERROR: Unable to install packages. Command
>> '/yocto-daisy/build/tmp/sysroots/i686-linux/usr/bin/apt-get install 
>> --force-yes
>> --allow-unauthenticated nativesdk-packagegroup-sdk-host
>> packagegroup-cross-canadian-imx6riotboard' returned 100:
>> Reading package lists...
>> Building dependency tree...
>> Reading state information...
>> W: Unable to read
>> /yocto-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/meta-toolchain/1.0-r7/apt-sdk/preferences.d/ 
>>
>> - DirectoryExists (2: No such file or directory)
>> E: Unable to locate package nativesdk-packagegroup-sdk-host
>>
>> ERROR: Function failed: do_populate_sdk
>> ERROR: Logfile of failure stored in:
>> /yocto-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/meta-toolchain/1.0-r7/temp/log.do_populate_sdk.32319 
>>
>>
>> ERROR: Task 7 (/yocto-daisy/meta/recipes-core/meta/meta-toolchain.bb,
>> do_populate_sdk) failed with exit code '1'
>>
>> I tried to find an answer, but without success. I tried to compile
>> nativesdk-packagegroup-sdk-host and it was already compiled.
>>
>> I was able to compile u-boot, kernel, kernel modules, dtb, rootfs and 
>> everythink
>> works quite well, but now I'm stuck with this and have no clue how to 
>> solve
>> this. If anyone knows how to make it working I would be very glad.
>>
>> Thank you very much
>>
>> Marek



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: do_populate_sdk error
  2014-07-04  7:35   ` mareczek
@ 2014-07-04  8:28     ` Robert Yang
  2014-07-04 10:46       ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Yang @ 2014-07-04  8:28 UTC (permalink / raw)
  To: mareczek, yocto


Sounds good, would you please provide the reproduce steps so that I can
file a bug for daisy ?

// Robert

On 07/04/2014 03:35 PM, mareczek wrote:
> Thank you very much, it solves that error.
>
> Marek
>
> Dne 7/4/2014 2:18 AM, Robert Yang napsal(a):
>>
>> Seems that something is wrong with PACKAGE_CLASSES = package_deb,
>> maybe you can use PACKAGE_CLASSES = package_rpm ?
>>
>> // Robert
>>
>> On 07/03/2014 09:03 PM, mareczek wrote:
>>> Hello,
>>>
>>> I ran into an error during do_populate_sdk
>>>
>>> ERROR: Unable to install packages. Command
>>> '/yocto-daisy/build/tmp/sysroots/i686-linux/usr/bin/apt-get install --force-yes
>>> --allow-unauthenticated nativesdk-packagegroup-sdk-host
>>> packagegroup-cross-canadian-imx6riotboard' returned 100:
>>> Reading package lists...
>>> Building dependency tree...
>>> Reading state information...
>>> W: Unable to read
>>> /yocto-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/meta-toolchain/1.0-r7/apt-sdk/preferences.d/
>>>
>>> - DirectoryExists (2: No such file or directory)
>>> E: Unable to locate package nativesdk-packagegroup-sdk-host
>>>
>>> ERROR: Function failed: do_populate_sdk
>>> ERROR: Logfile of failure stored in:
>>> /yocto-daisy/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/meta-toolchain/1.0-r7/temp/log.do_populate_sdk.32319
>>>
>>>
>>> ERROR: Task 7 (/yocto-daisy/meta/recipes-core/meta/meta-toolchain.bb,
>>> do_populate_sdk) failed with exit code '1'
>>>
>>> I tried to find an answer, but without success. I tried to compile
>>> nativesdk-packagegroup-sdk-host and it was already compiled.
>>>
>>> I was able to compile u-boot, kernel, kernel modules, dtb, rootfs and everythink
>>> works quite well, but now I'm stuck with this and have no clue how to solve
>>> this. If anyone knows how to make it working I would be very glad.
>>>
>>> Thank you very much
>>>
>>> Marek
>
>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: do_populate_sdk error
  2014-07-04  8:28     ` Robert Yang
@ 2014-07-04 10:46       ` Richard Purdie
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2014-07-04 10:46 UTC (permalink / raw)
  To: Robert Yang; +Cc: yocto

On Fri, 2014-07-04 at 16:28 +0800, Robert Yang wrote:
> Sounds good, would you please provide the reproduce steps so that I can
> file a bug for daisy ?

I believe this already exists: 

https://bugzilla.yoctoproject.org/show_bug.cgi?id=6458

Cheers,

Richard



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-04 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03 13:03 do_populate_sdk error mareczek
2014-07-04  0:18 ` Robert Yang
2014-07-04  7:35   ` mareczek
2014-07-04  8:28     ` Robert Yang
2014-07-04 10:46       ` Richard Purdie

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.