From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by mail.openembedded.org (Postfix) with ESMTP id 35AB065CE7 for ; Sat, 2 Aug 2014 20:25:45 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id r10so7375449pdi.6 for ; Sat, 02 Aug 2014 13:25:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=BeCf+iX7FE2Ukt07YxYKY8OKitqWIzYcyU+WYuNmFKU=; b=PSK4iRyyOIK4Pi/Ay9fTY8AGa6zzqSOXf04HKbZ6X6/ii8XBIIDpwinvM704kh2HGi G+HTYKZyPi9T8VTx2mIPCwWoRegDjD+uRN15ae66j5MjBEverPDRhNFRZWZe3hJrDq0f k8qJSpuq3KDAXNx7TbX5MvIeMkJZssG3Cy36cxwJsdsZbYaClAwfWxU9ChPB9aVn3tGJ K9X1qIlg+tkw6XARAJ76YFnc0jeaIddMdVTS+TKn07xEzpHn/3H/MUkpdgKs2CQUlGci gd/FMbc6hpRI2RoUPAhBzcNzV2+ksoxvb2u4DTSviXP7pcgALaukn40ETTUNotKR2ndQ VxRg== X-Received: by 10.70.36.33 with SMTP id n1mr14339619pdj.26.1407011147004; Sat, 02 Aug 2014 13:25:47 -0700 (PDT) Received: from haswell ([2601:9:3580:7a5:baca:3aff:fe80:aa8f]) by mx.google.com with ESMTPSA id fy1sm19113483pdb.66.2014.08.02.13.25.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 02 Aug 2014 13:25:46 -0700 (PDT) Date: Sat, 2 Aug 2014 13:29:08 -0700 From: Khem Raj To: Nilesh Kokane Message-ID: <20140802202908.GB23556@haswell> References: MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: openembedded-devel@lists.openembedded.org Subject: Re: bitbake meta-toolchain error X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2014 20:25:46 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 14-08-02 08:59:13, Nilesh Kokane wrote: > where are the logs > > I'm logged with the errors as posted on pastebin > http://pastebin.com/hsMhT9f8 > > Please if you can have alook. It seems eglvivante.h might have issues are you compiling Qt with XCB support ? then check if egl defines are OK in that header. you might delete all defines except X11 in eglvivante.h may be that will help.