Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: "Andreas Müller" <schnitzeltony@googlemail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] systemd: Upgrade to 199
Date: Wed, 17 Apr 2013 09:12:50 +0100	[thread overview]
Message-ID: <1366186370.25282.20.camel@ted> (raw)
In-Reply-To: <CALbNGRTMUkavk8669XUPf+YMEBTibUPhpnHh35xYG4eENO-ktw@mail.gmail.com>

On Wed, 2013-04-17 at 09:47 +0200, Andreas Müller wrote:
> On Fri, Apr 12, 2013 at 1:01 PM, Andreas Müller
> <schnitzeltony@googlemail.com> wrote:
> > On Fri, Apr 12, 2013 at 12:53 PM, Burton, Ross <ross.burton@intel.com> wrote:
> >> Hi Andreas,
> >>
> >> On 12 April 2013 11:46, Andreas Müller <schnitzeltony@googlemail.com> wrote:
> >>> It is Fedora 14 and I don't have the time to update the machine.
> >>
> >> Genuinely shocked that they shipped GNU make 3.82 without the patches
> >> to make it work.
> >>
> >>> Since there seems no support for little poor old-fashioned people like
> >>> me: Is there a configuration option so I can force to build
> >>> make-native on that machine (checked local.conf.sample /
> >>> site.conf.sample / yocto reference manual but did not find a hint)?
> >>
> >> From a quick look, BASEDEPENDS_append = " make-native" might do the trick.
> >>
> > Thanks
> >
> This came too early because - before I tested it. I get
> 
> NOTE: multiple providers are available for make-native (make-native,
> remake-native)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match make-native
> NOTE: Preparing runqueue
> ERROR: Unbuildable tasks were found.
> These are usually caused by circular dependencies and any circular
> dependency chains found will be printed below. Increase the debug
> level to see a list of unbuildable tasks.
> 
> Identifying dependency loops (this may take a short while)...
> 
> ERROR: An uncaught exception occured in runqueue, please see the failure below:
> ERROR: Running idle function
> Traceback (most recent call last):
>   File "/home/andreas/oe-core/sources/bitbake/lib/bb/runqueue.py",
> line 300, in find_chains(taskid=175, prev_chain=[14, 15, 19, 20, 16,
> 17, 174, 178, 179, 175]):
>                      if scan:
>     >                    find_chains(revdep, copy.deepcopy(prev_chain))
>                      for dep in explored_deps[revdep]:
>   File "/home/andreas/oe-core/sources/bitbake/lib/bb/runqueue.py",
> line 300, in find_chains(taskid=176, prev_chain=[14, 15, 19, 20, 16,
> 17, 174, 178, 179, 175, 176]):
>                      if scan:
>     >                    find_chains(revdep, copy.deepcopy(prev_chain))
>                      for dep in explored_deps[revdep]:
>   File "/home/andreas/oe-core/sources/bitbake/lib/bb/runqueue.py",
> line 300, in find_chains(taskid=1142, prev_chain=[14, 15, 19, 20, 16,
> 17, 174, 178, 179, 175, 176, 1142]):
>                      if scan:
>     >                    find_chains(revdep, copy.deepcopy(prev_chain))
>                      for dep in explored_deps[revdep]:
>   File "/home/andreas/oe-core/sources/bitbake/lib/bb/runqueue.py",
> line 300, in find_chains(taskid=1143, prev_chain=[14, 15, 19, 20, 16,
> 17, 174, 178, 179, 175, 176, 1142, 1143]):
>                      if scan:
>     >                    find_chains(revdep, copy.deepcopy(prev_chain))
>                      for dep in explored_deps[revdep]:
>   File "/home/andreas/oe-core/sources/bitbake/lib/bb/runqueue.py",
> line 301, in find_chains(taskid=1139, prev_chain=[14, 15, 19, 20, 16,
> 17, 174, 178, 179, 175, 176, 1142, 1143, 1139]):
>                          find_chains(revdep, copy.deepcopy(prev_chain))
>     >                for dep in explored_deps[revdep]:
>                          if dep not in total_deps:
> KeyError: 1140
> 
> NOTE: Tasks Summary: Attempted 0 tasks of which 0 didn't need to be
> rerun and all succeeded.
> 
> Summary: There was 1 WARNING message shown.
> Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
> 
> 
> bitbake make-native works fine.
> 
> What other options do I have to force build of make-native. Why I
> insist: On both of my machines (Fedora 14 / 15) build of systemd
> fails.

In local.conf do something like:

DEPENDS_append_pn-systemd = " make-native"

By adding make-native to the base dependencies you've introduced
circular dependencies and the circular dependency handling code in
bitbake is breaking for unknown reasons. That code is fairly broken at
this point unfortunately (someone should file a bug) but its beyond what
we can fix in 1.4 at this point.

Cheers,

Richard




  reply	other threads:[~2013-04-17  8:30 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-28  7:48 [PATCH 0/1] Upgrade systemd to 199 Khem Raj
2013-03-28  7:48 ` [PATCH 1/1] systemd: Upgrade " Khem Raj
2013-03-28 12:21   ` Martin Jansa
2013-03-29  5:28     ` Khem Raj
2013-03-29  8:12       ` Koen Kooi
2013-03-29  8:18         ` Khem Raj
2013-03-29 12:50           ` Andreas Müller
2013-03-29 12:56             ` Andreas Müller
2013-04-01 13:54             ` Colin Walters
2013-04-11 23:11               ` Andreas Müller
2013-04-12 10:06                 ` Burton, Ross
     [not found]                   ` <CALbNGRRCFyiD+6eY1xMe6o8dqtpuyf6YAEa7xKZ=f8wBv262uA@mail.gmail.com>
     [not found]                     ` <CAJTo0Ladru_hAgyL32SX8bDet3euSFz9Jf=jiJxBJqiNv8eseQ@mail.gmail.com>
     [not found]                       ` <CALbNGRQ+BqGarZWxmtj50S4rJbDtNPGqB=eWvotBVdVAcviedQ@mail.gmail.com>
2013-04-17  7:47                         ` Andreas Müller
2013-04-17  8:12                           ` Richard Purdie [this message]
2013-04-17  9:06                             ` Andreas Müller
2013-04-17 18:21                             ` Khem Raj
2013-03-29 16:07         ` Khem Raj
2013-03-28 13:24   ` Richard Purdie
2013-03-28 13:32     ` Koen Kooi
2013-04-02 10:58   ` Erik Botö
2013-04-02 14:08     ` Khem Raj

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=1366186370.25282.20.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=schnitzeltony@googlemail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox