From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qe0-f41.google.com (mail-qe0-f41.google.com [209.85.128.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2451FE0140D for ; Fri, 12 Jul 2013 14:49:44 -0700 (PDT) Received: by mail-qe0-f41.google.com with SMTP id b4so5461722qen.0 for ; Fri, 12 Jul 2013 14:49:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=cbFiqY4wX/L75ohDNjxjLXddMYpJdV+pwciN2tcHwK8=; b=TfzECJ06fqaLalLL8kq3k5tBeZ3ogW29EEaywGN1pcbfQw0ia0FiZurogRobVtyVGc Pl4GK09fKwoVs6rza656a7f9CNzag2fdRFv6ZYJd7WGVRLzdKVzV+z6rqb/SyRyEhVGc +w90gAqoHJCQ4RIl9JUtVjgTUBPoR3oPtBt58eKHl6h+vqTeUN9vdFi3aJXnbFhBXxSA VSzngGeY5C7mDlwsmUwnZgc/D0hUOs6BEbDX1PNCVCQCpUAUwLciTN6GEuY+ua3u3ASj i2SYMxUeBvONlYc0Kyq1Mfw2cqw3uIqEyAYbfMPYUIpoqYuI5Wz8mF/+tGHZyFtzPk5u uW0Q== X-Received: by 10.224.40.84 with SMTP id j20mr26310409qae.92.1373665783768; Fri, 12 Jul 2013 14:49:43 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPSA id b4sm23950575qas.3.2013.07.12.14.49.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 12 Jul 2013 14:49:42 -0700 (PDT) Message-ID: <51E079F5.6040903@gmail.com> Date: Fri, 12 Jul 2013 16:49:41 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Chris Tapp References: <51D78881.7060509@gmail.com> <51DCDE80.6010600@gmail.com> <51E04087.4030705@gmail.com> In-Reply-To: Cc: meta-freescale Mailing List , Ross Burton Subject: Re: Error building master X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jul 2013 21:49:46 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 7/12/13 3:10 PM, Chris Tapp wrote: > On 12 Jul 2013, at 19:35, Chris Tapp wrote: > >> Hi John, >> >> On 12 Jul 2013, at 18:44, John Weber wrote: >> >>> I've synced the entire platform and am rebuilding all again to make sure I still see this error, but this was the second time I've seen it. I'll report back. >> >> This looks to be the same as http://comments.gmane.org/gmane.linux.embedded.yocto.general/12533. >> >> I'm supposed to have opened a bug for this - I'll try and get it in later on today. > > Done - https://bugzilla.yoctoproject.org/show_bug.cgi?id=4848 > Thanks Chris. It does look similar. Here is another piece of information from today: Starting from a semi-clean build (new build/tmp, but with preexisting shared state cache), and a freshly updated set of metadata, I ran bitbake fsl-image-test, here is the header printout: john@leo:~/fsl-community-bsp/build$ MACHINE=wandboard-dual bitbake fsl-image-test Loading cache: 100% |###########################################| ETA: 00:00:00 Loaded 1706 entries from dependency cache. Build Configuration: BB_VERSION = "1.19.1" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-12.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "wandboard-dual" DISTRO = "poky" DISTRO_VERSION = "1.4+snapshot-20130712" TUNE_FEATURES = "armv7a vfp neon" TARGET_FPU = "vfp-neon" meta meta-yocto = "(nobranch):a63229917a5708de2d161aba0d67168ce0da6365" meta-oe = "(nobranch):c383d6230942bb1558cee02764bced09031cb70f" meta-fsl-arm = "master-next:e2f010bec19aef73b4731cb4f66c7412d59b265c" meta-fsl-arm-extra = "(nobranch):3898b9dfa4bc81791665179d8854d47a5080060e" meta-fsl-demos = "(nobranch):eb6bd0d3e799c9053f80104194a0f2a37fb690e2" - I encountered the same exact issue with libglu (not able to find -lGL or libGL.so) - Running bitbake gpu-viv-bin-mx6q followed by bitbake fsl-image-test worked to create an image I'm fairly sure that libGL.so is not being populated into the sysroot before libglu runs its do_compile task, so it seems to be a dependency problem to me. But others should see this problem as well and they are not. Then, I started from a brand new shared state cache and new build/tmp just to eliminate the possibility of any issues that could be part of my personal setup here. I had the same result. Not sure what I can do if I'm the only person seeing this issue, besides file a bug on it. John