* [Buildroot] Autobuilder issue
@ 2016-11-08 8:45 Thomas Petazzoni
2016-11-08 12:11 ` Matthew Weber
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2016-11-08 8:45 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Autobuilder issue
2016-11-08 8:45 [Buildroot] Autobuilder issue Thomas Petazzoni
@ 2016-11-08 12:11 ` Matthew Weber
2016-11-08 15:39 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Matthew Weber @ 2016-11-08 12:11 UTC (permalink / raw)
To: buildroot
Thomas,
On Nov 8, 2016 2:45 AM, "Thomas Petazzoni" <
thomas.petazzoni@free-electrons.com> wrote:
>
> 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?
I haven't on that instance.
> Installed/removed some packages? Modified the autobuild-run script?
The auto builder script is modified to generate a smaller package set then
the default so that I can use a less powerful machine. My guess would be a
issue with this logic.
>
> Could you have a look at what's going on?
I've stopped that instance until I can look at it tonight.
>
> Thanks a lot!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20161108/c299626d/attachment.html>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Autobuilder issue
2016-11-08 12:11 ` Matthew Weber
@ 2016-11-08 15:39 ` Thomas Petazzoni
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-11-08 15:39 UTC (permalink / raw)
To: buildroot
Hello,
On Tue, 8 Nov 2016 06:11:09 -0600, Matthew Weber wrote:
> > 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?
> I haven't on that instance.
>
> > Installed/removed some packages? Modified the autobuild-run script?
> The auto builder script is modified to generate a smaller package set then
> the default so that I can use a less powerful machine. My guess would be a
> issue with this logic.
It would be better to upstream such changes, so that they can be
reviewed. Having people run custom versions of the autobuild-run script
can really lead to surprising things.
> > Could you have a look at what's going on?
> I've stopped that instance until I can look at it tonight.
Thanks a lot!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-11-08 15:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08 8:45 [Buildroot] Autobuilder issue Thomas Petazzoni
2016-11-08 12:11 ` Matthew Weber
2016-11-08 15:39 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox