All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Nicolas Dechesne <ndec13@gmail.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>,
	rob@ti.com, yocto <yocto@yoctoproject.org>
Subject: Re: [meta-ti] build failure with xf86-video-omap
Date: Wed, 21 Nov 2012 18:39:54 -0500	[thread overview]
Message-ID: <20121121233953.GD11734@edge> (raw)
In-Reply-To: <CAOT3miJf7yh=1c-xxfZ-sxZt4RUvufcgVTMv0Dzw=kSbz5wXaA@mail.gmail.com>

On Thu, Nov 22, 2012 at 12:26:12AM +0100, Nicolas Dechesne wrote:
> looping rob clark (upstream author)
> 
> 
> On Thu, Nov 22, 2012 at 12:07 AM, Burton, Ross <ross.burton@intel.com>wrote:
> 
> > On 21 November 2012 22:52, Nicolas Dechesne <ndec13@gmail.com> wrote:
> > > since xf86-video-omap was recently merged in oe-core and poky, i am
> > trying
> > > to remove the recipes we had staged in meta-ti trees for some weeks
> > > (
> > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?id=410dc026f2ee24a2346e7563a83f0181c79809cf
> > ).
> > > so i was trying to build  poky/master with meta-ti/master, for
> > pandaboard,
> > > and I get build failures in xf86-video-omap [1] and [2].
> > >
> > > so [1] is actually trivial, as we are missing a DEPENDS in the recipe, i
> > can
> > > send a patch in oe-core for that.
> >
> > Please do.
> >
> 
> sure, will do.
> 
> >
> > > [2] is a bit more cryptic to me.. so I quickly tried to build with danny
> > ( i
> > > just cherry picked the commit that introduced xf86-video-omap from
> > master)
> > > and this time it built fine.
> > >
> > > has anyone actually tested this recipe? if so I must be doing something
> > > wrong, any hint would be helpful.
> >
> > This was discussed a few hours ago.  It's caused by a) the
> > configure.ac being broken and b) the workaround for this being removed
> > by me in e828faf027540bc5def8b7371a959884caad9557 (which is in master
> > only).  Presumably this code was test built before that patch landed.
> >
> > As this is a genuine upstream bug (ARM-specific driver that doesn't
> > cross-compile?!) I've just filed fdo #57386.
> >
> 
> i suspect you opened a OE bug, since I can't find it in yocto BZ, however
> bugs.openembedded.org doesn't seem to answer at the moment..

AFAIK, OE bugzilla was deprecated some time ago. We were considering taking it 
down, as a matter of fact. OE-Core issues are logged into Yocto bugzilla. Not 
sure where Ross filed this one though.


> so, I checked our configure.ac , and clearly, that needs some love...
> 
> Rob: any chance you can look into that? it's the xf86-video-omap
> configure.ac file that's wrong, we should mimic what's in the
> xf-video-intel one i guess..  otherwise i can try later this week.

-- 
Denys


WARNING: multiple messages have this Message-ID (diff)
From: Denys Dmytriyenko <denys@ti.com>
To: Nicolas Dechesne <ndec13@gmail.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>,
	rob@ti.com, "Burton, Ross" <ross.burton@intel.com>,
	yocto <yocto@yoctoproject.org>
Subject: Re: [yocto] build failure with xf86-video-omap
Date: Wed, 21 Nov 2012 18:39:54 -0500	[thread overview]
Message-ID: <20121121233953.GD11734@edge> (raw)
In-Reply-To: <CAOT3miJf7yh=1c-xxfZ-sxZt4RUvufcgVTMv0Dzw=kSbz5wXaA@mail.gmail.com>

On Thu, Nov 22, 2012 at 12:26:12AM +0100, Nicolas Dechesne wrote:
> looping rob clark (upstream author)
> 
> 
> On Thu, Nov 22, 2012 at 12:07 AM, Burton, Ross <ross.burton@intel.com>wrote:
> 
> > On 21 November 2012 22:52, Nicolas Dechesne <ndec13@gmail.com> wrote:
> > > since xf86-video-omap was recently merged in oe-core and poky, i am
> > trying
> > > to remove the recipes we had staged in meta-ti trees for some weeks
> > > (
> > http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?id=410dc026f2ee24a2346e7563a83f0181c79809cf
> > ).
> > > so i was trying to build  poky/master with meta-ti/master, for
> > pandaboard,
> > > and I get build failures in xf86-video-omap [1] and [2].
> > >
> > > so [1] is actually trivial, as we are missing a DEPENDS in the recipe, i
> > can
> > > send a patch in oe-core for that.
> >
> > Please do.
> >
> 
> sure, will do.
> 
> >
> > > [2] is a bit more cryptic to me.. so I quickly tried to build with danny
> > ( i
> > > just cherry picked the commit that introduced xf86-video-omap from
> > master)
> > > and this time it built fine.
> > >
> > > has anyone actually tested this recipe? if so I must be doing something
> > > wrong, any hint would be helpful.
> >
> > This was discussed a few hours ago.  It's caused by a) the
> > configure.ac being broken and b) the workaround for this being removed
> > by me in e828faf027540bc5def8b7371a959884caad9557 (which is in master
> > only).  Presumably this code was test built before that patch landed.
> >
> > As this is a genuine upstream bug (ARM-specific driver that doesn't
> > cross-compile?!) I've just filed fdo #57386.
> >
> 
> i suspect you opened a OE bug, since I can't find it in yocto BZ, however
> bugs.openembedded.org doesn't seem to answer at the moment..

AFAIK, OE bugzilla was deprecated some time ago. We were considering taking it 
down, as a matter of fact. OE-Core issues are logged into Yocto bugzilla. Not 
sure where Ross filed this one though.


> so, I checked our configure.ac , and clearly, that needs some love...
> 
> Rob: any chance you can look into that? it's the xf86-video-omap
> configure.ac file that's wrong, we should mimic what's in the
> xf-video-intel one i guess..  otherwise i can try later this week.

-- 
Denys


  parent reply	other threads:[~2012-11-21 23:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-21 22:52 build failure with xf86-video-omap Nicolas Dechesne
2012-11-21 23:01 ` Martin Jansa
2012-11-21 23:01   ` [yocto] " Martin Jansa
2012-11-21 23:07 ` Burton, Ross
2012-11-21 23:07   ` [yocto] " Burton, Ross
2012-11-21 23:26   ` Nicolas Dechesne
2012-11-21 23:26     ` [yocto] " Nicolas Dechesne
2012-11-21 23:33     ` Burton, Ross
2012-11-21 23:33       ` [yocto] " Burton, Ross
2012-11-21 23:42       ` Burton, Ross
2012-11-21 23:42         ` [yocto] " Burton, Ross
2012-11-21 23:39     ` Denys Dmytriyenko [this message]
2012-11-21 23:39       ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121121233953.GD11734@edge \
    --to=denys@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=ndec13@gmail.com \
    --cc=rob@ti.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.