From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id C8F16731C5 for ; Fri, 8 Apr 2016 02:59:08 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.15.2/8.15.1) with ESMTPS id u382x8gI019683 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 7 Apr 2016 19:59:08 -0700 (PDT) Received: from [128.224.162.236] (128.224.162.236) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.248.2; Thu, 7 Apr 2016 19:59:07 -0700 To: "Burton, Ross" References: <1459891560-4178-1-git-send-email-ross.burton@intel.com> <5705C7DE.2000102@windriver.com> <57062D55.7030705@windriver.com> From: Robert Yang Message-ID: <57071E7A.4050109@windriver.com> Date: Fri, 8 Apr 2016 10:59:06 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <57062D55.7030705@windriver.com> Cc: OE Core mailing list Subject: Re: [PATCH] bzip2: set correct soname 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: Fri, 08 Apr 2016 02:59:09 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit On 04/07/2016 05:50 PM, Robert Yang wrote: > > > On 04/07/2016 05:12 PM, Burton, Ross wrote: >> >> On 7 April 2016 at 03:37, Robert Yang > > wrote: >> >> I got this error when build in an old build dir: >> >> | pbzip2: error while loading shared libraries: libbz2.so.0: cannot open >> shared object file: No such file or directory >> | WARNING: exit code 127 from a shell command. >> | ERROR: Function failed: do_image_tar (log file is located at >> >> /buildarea/lyang1/test_fetch/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/temp/log.do_image_tar.33968) >> >> ERROR: Task 19 >> (/buildarea/lyang1/poky/meta/recipes-core/images/core-image-minimal.bb >> , do_image_tar) failed with exit code '1' >> >> It is OK when clean pbzip2-native and rebuild. But I wonder how can this >> happen since pbzip2-native DEPENDS on bzip2-native. >> >> >> Can you find the cooker log for this run? Did it rebuild pbzip2-native as >> expected? > > Yes, it did: > > NOTE: recipe pbzip2-native-1.1.13-r0: task do_populate_sysroot: Started > NOTE: recipe pbzip2-native-1.1.13-r0: task do_populate_sysroot: Succeeded > I think that I've figured out the reason, do_compile re-runs, but make does nothing: make: Nothing to be done for `all' I will send a patch for it. // Robert > // Robert > >> >> Ross