All of lore.kernel.org
 help / color / mirror / Atom feed
* libcheck data file clashes for core-image-sato-sdk on minnow dev
@ 2013-10-20 22:32 Darren Hart
  2013-10-21  8:28 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Darren Hart @ 2013-10-20 22:32 UTC (permalink / raw)
  To: poky

Hitting the following building core-image-sato-sdk for my development
3.10 minnow bsp:

$ bitbake core-image-sato-sdk
Loading cache: 100% |##############################################|
ETA:  00:00:00
Loaded 1222 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.21.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Fedora-19"
TARGET_SYS        = "i586-poky-linux"
MACHINE           = "minnow"
DISTRO            = "poky"
DISTRO_VERSION    = "1.5+snapshot-20131020"
TUNE_FEATURES     = "m32 core2"
TARGET_FPU        = ""
meta-yocto        = "master:505114c13d29799a25379f7ce720d632616d8776"
meta-minnow       = "master:57459d0753d3b6e25b3ac431496eafa5e668d6fa"
meta-intel        = "master:bf3b0601fa45b98ad33a2e4fd048f3616f50d8da"
meta              = "master:505114c13d29799a25379f7ce720d632616d8776"

...

| Collected errors:
|  * check_data_file_clashes: Package check wants to install
file /build/yocto/master/minnow_20131019205134/build/tmp/work/minnow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/bin/checkmk
|       But that file is already provided by package  * libcheck
|  * check_data_file_clashes: Package check wants to install
file /build/yocto/master/minnow_20131019205134/build/tmp/work/minnow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/libcheck.so.0
|       But that file is already provided by package  * libcheck
|  * check_data_file_clashes: Package check wants to install
file /build/yocto/master/minnow_20131019205134/build/tmp/work/minnow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/lib/libcheck.so.0.0.0
|       But that file is already provided by package  * libcheck
|  * opkg_install_cmd: Cannot install package
packagegroup-core-boot-dev.
|
WARNING: /build/yocto/master/minnow_20131019205134/build/tmp/work/minnow-poky-linux/core-image-sato-sdk/1.0-r0/temp/run.do_rootfs.32349:1 exit 255 from
|   opkg-cl -f $INSTALL_CONF_IPK -o $INSTALL_ROOTFS_IPK
--force_postinstall --prefer-arch-to-version install `cat $1`
| ERROR: Function failed: do_rootfs (log file is located
at /build/yocto/master/minnow_20131019205134/build/tmp/work/minnow-poky-linux/core-image-sato-sdk/1.0-r0/temp/log.do_rootfs.32349)
ERROR: Task 22
(/build/yocto/master/minnow_20131019205134/poky/meta/recipes-sato/images/core-image-sato-sdk.bb, do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 6635 tasks of which 6626 didn't need to
be rerun and 1 failed.
No currently running tasks (6635 of 6637)

local.conf modifications:

NO_ISO="1"
# dvhart: allow for building the EMGD driver
LICENSE_FLAGS_WHITELIST = "license_emgd-driver-bin"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
# dvhart: IA friendly tooling
CORE_IMAGE_EXTRA_INSTALL += "pciutils usbutils dmidecode parted"

Plus the usual parallel and machine settings of course.

Anything obvious jumping out at people?

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel




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

* Re: libcheck data file clashes for core-image-sato-sdk on minnow dev
  2013-10-20 22:32 libcheck data file clashes for core-image-sato-sdk on minnow dev Darren Hart
@ 2013-10-21  8:28 ` Burton, Ross
  2013-10-21 11:02   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2013-10-21  8:28 UTC (permalink / raw)
  To: Darren Hart; +Cc: Poky Project

On 20 October 2013 23:32, Darren Hart <dvhart@linux.intel.com> wrote:
>  * check_data_file_clashes: Package check wants to install
> file /build/yocto/master/minnow_20131019205134/build/tmp/work/minnow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/bin/checkmk
> |       But that file is already provided by package  * libcheck

oe-core has a libcheck that doesn't produce a check package. Where is
your "check" package coming from?  It should be deleted and oe-core's
libcheck used.

Ross


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

* Re: libcheck data file clashes for core-image-sato-sdk on minnow dev
  2013-10-21  8:28 ` Burton, Ross
@ 2013-10-21 11:02   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2013-10-21 11:02 UTC (permalink / raw)
  To: Darren Hart; +Cc: Poky Project

On 21 October 2013 09:28, Burton, Ross <ross.burton@intel.com> wrote:
> On 20 October 2013 23:32, Darren Hart <dvhart@linux.intel.com> wrote:
>>  * check_data_file_clashes: Package check wants to install
>> file /build/yocto/master/minnow_20131019205134/build/tmp/work/minnow-poky-linux/core-image-sato-sdk/1.0-r0/rootfs/usr/bin/checkmk
>> |       But that file is already provided by package  * libcheck
>
> oe-core has a libcheck that doesn't produce a check package. Where is
> your "check" package coming from?  It should be deleted and oe-core's
> libcheck used.

And then I rebased and discovered "check" was just added.  The
description is bad but it's a clone of the libcheck recipe we already
have.

Ross


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

end of thread, other threads:[~2013-10-21 11:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-20 22:32 libcheck data file clashes for core-image-sato-sdk on minnow dev Darren Hart
2013-10-21  8:28 ` Burton, Ross
2013-10-21 11:02   ` Burton, Ross

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.