All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] Autobuilder issue
Date: Tue, 8 Nov 2016 09:45:39 +0100	[thread overview]
Message-ID: <20161108094539.6f9b4534@free-electrons.com> (raw)

Hello Matt,

Since yesterday, your autobuilder is behaving strangely, reporting lots
of "core-dependencies" error due to javac being missing:

  http://autobuild.buildroot.net/?reason=core-dependencies

javac is *NOT* a mandatory dependency in the autobuilder slaves.
Indeed, the autobuild-run script detects if javac is available or not,
and if it's not available, it rejects configurations that have
BR2_NEEDS_HOST_JAVAC=y:

    if "BR2_NEEDS_HOST_JAVAC=y\n" in configlines and not sysinfo.has("javac"):
        return False

So the problem your autobuilder instance is reporting should not occur,
i.e it should not be possible to start the build of a configuration
that has BR2_NEEDS_HOST_JAVAC=y if javac is not installed. My
autobuilder instance does *not* have javac installed, and does not
report those core-dependencies failures.

Did you change anything in your autobuilder instance recently?
Installed/removed some packages? Modified the autobuild-run script?

Could you have a look at what's going on?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

             reply	other threads:[~2016-11-08  8:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-08  8:45 Thomas Petazzoni [this message]
2016-11-08 12:11 ` [Buildroot] Autobuilder issue Matthew Weber
2016-11-08 15:39   ` Thomas Petazzoni

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=20161108094539.6f9b4534@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /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.