From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mail.openembedded.org (Postfix) with ESMTP id 1381D732C3 for ; Tue, 10 Feb 2015 16:49:10 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id v10so3479365qac.6 for ; Tue, 10 Feb 2015 08:49:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=kvTQ20TSu3fNElpuCrCKhj5BRYeqk6a264w3+4YjBiw=; b=S8BpbyW/P+KVv/B/kylaiy8hEM45Iv5rZYQpGbmr7pWis9SGs/Qgq/XEIRdndcQwSd pvE9Qo/FnR3VKzxMC+T8YJ1MJZKgs0BC3V+nNjxxZIWBKXavYZuRye8MM+nCVnSOT2fk rgm8uKuQJ2Z0Aqr1TYqXrd2u8u6aiAE5Ch1g9NYhnWjmYt/WqgL47IJxAZzLMKFDcigt hSQeso5RssJCkCEml0+1fR2N3dQ0eDRbXHBDYTt1OKAnqUmZB7ZCwF15E3zA2qixD7Y5 uiHvxy/3kot9EInpPTAa0gi7knNvzjO7vO4JZSMpZvBXHubqswdLaQs0/DqBP4n054Ct e4Uw== X-Gm-Message-State: ALoCoQlqryY1CqLivGzXKTuSbvSkfAnm8VNULM/dCw6Af5VtbiX+ocDiMoBbG5cpvzMwDCnDJIzv X-Received: by 10.229.216.130 with SMTP id hi2mr9165828qcb.4.1423586952002; Tue, 10 Feb 2015 08:49:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.96.166 with HTTP; Tue, 10 Feb 2015 08:48:51 -0800 (PST) In-Reply-To: References: <1423584126-27786-1-git-send-email-denis@denix.org> <20150210162902.GC14949@denix.org> From: "Burton, Ross" Date: Tue, 10 Feb 2015 16:48:51 +0000 Message-ID: To: Denys Dmytriyenko Cc: OE-core , Otavio Salvador , Denys Dmytriyenko Subject: Re: [PATCH v2] u-boot: update to version 2015.01 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 16:49:21 -0000 Content-Type: multipart/alternative; boundary=001a1134c34294d3e5050ebeaa6d --001a1134c34294d3e5050ebeaa6d Content-Type: text/plain; charset=UTF-8 On 10 February 2015 at 16:38, Burton, Ross wrote: > ? Are you saying it's meta-fsl-ppc specific issue? > > > I just replicated with qemuarm and interestingly with zero tasks happening > at the same time. I'm wondering if there's a file being written with an > old sysroot in that isn't being deleted. I'll dig quickly now. Passing V=1 to EXTRA_OEMAKE (should do this by default as quite logs are useless for debugging) shows: | gcc -Wp,-MD,tools/.mkimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCONFIG_FIT_SIGNATURE -include ./include/libfdt_env.h -idirafterinclude -idirafter./arch/sandbox/include -I./lib/libfdt -I./tools -DCONFIG_SYS_TEXT_BASE=0 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -c -o tools/mkimage.o tools/mkimage.c | In file included from tools/ublimage.c:17:0: | include/image.h:877:27: fatal error: openssl/evp.h: No such file or directory It's using the host's GCC but there is no pointer to the native sysroot... Presumably the trigger here is that I don't have openssl-dev installed on the build host. Ross --001a1134c34294d3e5050ebeaa6d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On 10 February 2015 at 16:38, Burton, Ross <ross.burton@intel.com&= gt; wrote:
? Are you saying it's meta-fsl-ppc specific iss= ue?

I just replicated with qemuarm and interes= tingly with zero tasks happening at the same time.=C2=A0 I'm wondering = if there's a file being written with an old sysroot in that isn't b= eing deleted. I'll dig quickly now.

Passing V=3D1 to EXTRA_OEMAKE (should do this by defaul= t as quite logs are useless for debugging) shows:

| =C2=A0 gcc =C2=A0-Wp,-MD,tools/.mki= mage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer =C2=A0 -DCONFIG= _FIT_SIGNATURE -include ./include/libfdt_env.h -idirafterinclude -idirafter= ./arch/sandbox/include -I./lib/libfdt -I./tools -DCONFIG_SYS_TEXT_BASE=3D0 = -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE =C2=A0-c -o tools/mkimag= e.o tools/mkimage.c
| In file included from= tools/ublimage.c:17:0:
| include/image.h:8= 77:27: fatal error: openssl/evp.h: No such file or directory

It's using the h= ost's GCC but there is no pointer to the native sysroot...=C2=A0 Presum= ably the trigger here is that I don't have openssl-dev installed on the= build host.

Ross
--001a1134c34294d3e5050ebeaa6d--