From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 95CFDE00B71; Thu, 22 May 2014 08:47:05 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=RDNS_NONE autolearn=no version=3.3.1 X-Spam-HAM-Report: * 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS Received: from dan.rpsys.net (unknown [87.81.244.161]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9FEFAE0077C for ; Thu, 22 May 2014 08:47:03 -0700 (PDT) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s4MFkYRB009104; Thu, 22 May 2014 16:46:45 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Bms0J7Dyo1Wa; Thu, 22 May 2014 16:46:45 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id s4MFkdMc009100 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 22 May 2014 16:46:40 +0100 Message-ID: <1400773591.17834.73.camel@ted> From: Richard Purdie To: Stefan Seefeld Date: Thu, 22 May 2014 16:46:31 +0100 In-Reply-To: <537DF746.6060700@mentor.com> References: <537D1084.4000705@mentor.com> <1400739010.17834.10.camel@ted> <537DF746.6060700@mentor.com> X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: yocto@yoctoproject.org Subject: Re: [meta-mingw] build error X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 15:47:05 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2014-05-22 at 09:10 -0400, Stefan Seefeld wrote: > On 2014-05-22 02:10, Richard Purdie wrote: > > On Wed, 2014-05-21 at 16:45 -0400, Stefan Seefeld wrote: > >> Hello, > >> > >> I started experimenting with the meta-mingw layer today, using the > >> 'daisy' branch for both, poky as well as meta-mingw. > >> > >> Running `bitbake meta-toolchain`, the build process failed in one of the > >> last steps (1003 of 1005) with: > >> > >> ERROR: nativesdk-packagegroup-sdk-host not found in the base feeds > >> (x86_64-nativesdk-mingw32 noarch any all). > >> > >> Any idea what I may be missing ? I'm using > >> > >> MACHINE ??= "qemux86" > >> SDKMACHINE ?= "x86_64-mingw32" > > > > Which pacxkage backend were you using? If you didn't use ipk, I'd > > suggest trying it. In theory others should work but its ipk I've been > > using when working with those layers. > > OK, I was using rpm (the default), but now switched to ipk. That results > in a different error in meta/lib/oe/sdk.py:55, where do_populate() tries > to link ld.so.cache into a non-existent directory. > I have attempted a fix with the attached patch. I think this was fixed on master, there is a patch we need to backport to daisy. I've just done that since I've been aware of that issue. > With that, things now appear to be working. (I think things should also > work with 'rpm' as package backend, though, right ? Should I file a bug > report somewhere to put that on record ?) You can file a bug in the bugzilla for it, yes. Cheers, Richard