From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-da0-f52.google.com (mail-da0-f52.google.com [209.85.210.52]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5D9A8E0121A for ; Tue, 9 Apr 2013 08:51:52 -0700 (PDT) Received: by mail-da0-f52.google.com with SMTP id f10so3114811dak.39 for ; Tue, 09 Apr 2013 08:51:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=HZECuFUoDyReezqxYlY1zLykJh8FecNw7PvVweuDh3E=; b=n/MwYvTuiprrMn9xLLXO2cvcpnD7cU8Xh6fAWD4iIwHiRS0tVGnbIBIOcajfWAuRKH dt8sAOogkCmr3YTU/LQOdg+Ym4SMOt4xcfZQ7gkww3VrO5N0DAtpWw7OJuBzn7QZS0Gm pLGDNWV9pP0xXJMmc8qZOsjFs6tBgUbxm1XpIXryU2KGO/3XtvCqksMfT8pVTDIraISV IfX73Lh0zNrx4+CkCRxjDERU0vEZHTFvObYaLB6LXmK7iDyt1NeGJ26pxgpWWjFZ4sPd cc26zS/c+uXKtj2DH1Xas0NU7ox05jtWzLbbYOQoSczjgw46nQhkCcSeyExZTI+6aCYe /SOg== X-Received: by 10.68.104.2 with SMTP id ga2mr3071290pbb.116.1365522712134; Tue, 09 Apr 2013 08:51:52 -0700 (PDT) Received: from [192.168.0.55] ([70.96.116.236]) by mx.google.com with ESMTPS id kd7sm2671557pbb.34.2013.04.09.08.51.48 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Apr 2013 08:51:50 -0700 (PDT) Message-ID: <51643913.3020605@boundarydevices.com> Date: Tue, 09 Apr 2013 08:51:47 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Otavio Salvador References: <51634E82.1080307@boundarydevices.com> In-Reply-To: X-Gm-Message-State: ALoCoQnYk8o45hMvK4GM+APkplCX6Zrge8kjGUNNty8QEnQQWgRMnioGmHvFXYjlxFy7RogHpHyZ Cc: meta-freescale Mailing List Subject: Re: Vivante GPU regressions [was Re: [meta-fsl-arm][PATCH 2/2] linux-imx: Cleanup recipe as SabreLITE machine has been moved] 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: Tue, 09 Apr 2013 15:51:52 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 04/09/2013 06:44 AM, Otavio Salvador wrote: > On Mon, Apr 8, 2013 at 8:10 PM, Eric Nelson > wrote: >> Thanks Otavio, >> >> >> On 04/08/2013 01:53 PM, Otavio Salvador wrote: >>> >>> On Mon, Apr 8, 2013 at 5:29 PM, Otavio Salvador >>> wrote: >>>> >>>> On Mon, Apr 8, 2013 at 1:04 PM, Otavio Salvador >>>> wrote: >>>>> >>>>> On Mon, Apr 8, 2013 at 12:01 PM, Eric Nelson >>>>> wrote: >>>>>> >>>>>> I'm seeing this in /var/log/Xsession.log: >>>>>> /usr/bin/Xorg: symbol lookup error: >>>>>> /usr/lib/xorg/modules/drivers/vivante_drv.so: undefined symbol: >>>>>> gcoHAL_MapUserMemory >>>>> >>>>> >>>>> This does seem to be a regression and I will look at it later today. >>>>> Thanks for letting us know about it. >>>> >>>> >>>> I did a look here and for now I didn't find out what might cause it. >>>> So I'd like to know a bit of more information at your side. >>>> >>>> Did you reuse a 'tmp' dir? In case you did, please remove 'tmp' and >>>> try again and check if it solves the issue; otherwise let me know so >>>> in case you did not we have a real issue. >>> >>> >>> I think I found it. >>> >>> Can you test the attached patch and confirm it fixes the issue for you? >>> >> >> Testing now with a clean tmp/. >> >> FWIW, my previous test was also with a clean tmp/. > > Any feedback? > Hi Otavio, To firmly establish my credentials as a citizen of the USA, I'll jump to the vernacular: "You 'da man!" This patch did the trick and X came right up. Thank you, Eric