From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 48BE5E007FE; Thu, 28 Aug 2014 04:50:36 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (pierre.eliotec[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.216.172 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-qc0-f172.google.com (mail-qc0-f172.google.com [209.85.216.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3E18DE0049D for ; Thu, 28 Aug 2014 04:50:27 -0700 (PDT) Received: by mail-qc0-f172.google.com with SMTP id o8so620153qcw.3 for ; Thu, 28 Aug 2014 04:50:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hYnzhuaIzvr9F42dHwiuQgTFkimTH1gPLcwug3WFPho=; b=h6oI5rUYo5XG2BVdVyjYoy22Tc6VLIw7pGoBM3UMx3RKdmIUNL+jbT6FkPIrVM0LRy FUtjwAjeMHBkkSbytmRna28CnKXomXiGXfxRR+XoPmjUm8hDH0cI7bwanNVu16bDdDet Qn4QmDpEG2JMjMTjEm0dAny6i1l8WPOCbiZx+SBnMuQKOrYp56He4EZVvtaP6fND3J3B FJm5k2E+wiK6nLHU+j+HV8aqu7ol5rbPpEauP9ZSkQpyCeP9QY+IIh0MyyKyZdTfsjiV NOsX6XMSSZQFuZ+ZoVZCf4WFtE7KO5PYkqcPqlrLMdlq7OnEMZLhjPMBz+GkUbWC1a8Y w+CA== MIME-Version: 1.0 X-Received: by 10.224.134.202 with SMTP id k10mr5632522qat.19.1409226626610; Thu, 28 Aug 2014 04:50:26 -0700 (PDT) Received: by 10.229.136.137 with HTTP; Thu, 28 Aug 2014 04:50:26 -0700 (PDT) In-Reply-To: References: <20140820110330.GK5606@linutronix.de> Date: Thu, 28 Aug 2014 13:50:26 +0200 Message-ID: From: Pierre Eliotec To: Otavio Salvador Cc: "meta-freescale@yoctoproject.org" , Manuel Traut Subject: Re: packagegroup-core-x11-utils errors still exists 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: Thu, 28 Aug 2014 11:50:36 -0000 Content-Type: multipart/alternative; boundary=047d7b6740b27cc4590501af24c8 --047d7b6740b27cc4590501af24c8 Content-Type: text/plain; charset=UTF-8 I happen to be using debian packaging. I think I found the root cause of the problem, which is conflicting dependencies of the package xserver-nodm-init (xserver-common) with other x packages. xserver-nodm-init happens to be in 2 versions in 2 places, version 2 is in meta-openembedded/tree/meta-oe/recipes-graphics/xserver-nodm-init and version 1 is in meta/recipes-graphics/x11-common/ version 1 does not depend on xserver-common and thus will install. debian packages work this out, it looks like the other don't do any checks or don't care. I have fixed it in my local.conf by forcing the version of xerver-nodm-init: PREFERRED_VERSION_xserver-nodm-init = "1.0" 2014-08-20 15:28 GMT+02:00 Otavio Salvador : > On Wed, Aug 20, 2014 at 8:03 AM, Manuel Traut wrote: > > Hello, > > > > i need to use debian packages and the problem mentioned in [0] still > exists. > > Are there any plans to fix this? > > If someone sends the patch, yes :-) > > I don't use Debian packaging myself neither one of our current > customers does so I didn't debug it myself. If you fix it please share > the patch and we review it accordingly. > > -- > Otavio Salvador O.S. Systems > http://www.ossystems.com.br http://code.ossystems.com.br > Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 > -- > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > --047d7b6740b27cc4590501af24c8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I happen to be using debian packaging. I think = I found the root cause of the problem, which is conflicting dependencies of= the package xserver-nodm-init (xserver-common) with other x packages.
xserver-nodm-init happens to be in 2 versions in 2 places, version 2 is in = meta-openembedded/tree/meta-oe/recipes-graphics/xserver-nodm-init and versi= on 1 is in meta/recipes-graphics/x11-common/
version 1 does not depend o= n xserver-common and thus will install. debian packages work this out, it l= ooks like the other don't do any checks or don't care.
I have fixed it in my local.conf by forcing the version of xerver-nodm-init= :
PREFERRED_VERSION_xserver-nodm-init =3D "1.0"

<= div class=3D"gmail_extra">

2014-08-20 15:= 28 GMT+02:00 Otavio Salvador <otavio@ossystems.com.br>= :
On Wed, Aug 20, 2014 at 8:03= AM, Manuel Traut <manut@linutron= ix.de> wrote:
> Hello,
>
> i need to use debian packages and the problem mentioned in [0] still e= xists.
> Are there any plans to fix this?

If someone sends the patch, yes :-)

I don't use Debian packaging myself neither one of our current
customers does so I didn't debug it myself. If you fix it please share<= br> the patch and we review it accordingly.

--
Otavio Salvador=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0O.S. Systems
http://www.ossyst= ems.com.br=C2=A0 =C2=A0 =C2=A0 =C2=A0 http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Mobile: <= a href=3D"tel:%2B1%20%28347%29%20903-9750" value=3D"+13479039750">+1 (347) = 903-9750
--
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproj= ect.org
https://lists.yoctoproject.org/listinfo/meta-freescale

--047d7b6740b27cc4590501af24c8--