Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [arc-buildroot] [autobuild.buildroot.net] arc build results for 2016-06-19
       [not found] <20160620063029.16331102969@stock.ovh.net>
@ 2016-06-24  4:34 ` Alexey Brodkin
  2016-06-24  7:14   ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Brodkin @ 2016-06-24  4:34 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Mon, 2016-06-20 at 08:30 +0200, Thomas Petazzoni wrote:
> Those results are limited to the arc architecture.
> 
> Build statistics for 2016-06-19
> ===============================
> 
> ????????success : 2??
> ???????failures : 14?
> ???????timeouts : 0??
> ??????????TOTAL : 16?
> 
> Classification of failures by reason
> ====================================
> 
> ?????????????bluez_utils-4.101 | 3?
> ??????????????e2fsprogs-1.43.1 | 1?
> ?????????????????gflags-v2.1.2 | 1?
> ???????????????????libxcb-1.12 | 1?
> ???????????????libcap-ng-0.7.7 | 1?
> tinyalsa-f2a7b6d3d81bd337a5... | 1?
> ????????????????????mpv-0.17.0 | 1?
> ??????????libmicrohttpd-0.9.50 | 1?
> ?????????????????jack2-v1.9.10 | 1?
> ?????????????????mesa3d-11.2.2 | 1?
> ???????????????linux-pam-1.2.1 | 1?
> tvheadend-8e637f9f903f6d820... | 1?

With arc-2016.03 toolchain we're seeing quite a lot of failures here and there.
That's sort of expected because we switched to binutils rewritten from scratch.
So we're still ramping up with these new binutils. What is also important these
new rewritten binutils are in upstream already. I.e. upcoming binutils 2.27 will
have everything ARC-specific from arc-2016.03 plus some more fixes and
enhancements that we made since March.

And what we may do in Buildroot we may either wait for 2.27 binutils to be released
and then apply [backported from mainline master] patches on top of it to fix still
existing issues or alternatively we may start using so-called "engineering builds"
of binutils for ARC.

These "engineering builds" are basically snapshots [that pass internal review and
testing] made from our dev branch (arc-2016.09) on GitHub like the most recent
"arc-2016.09-eng004":?https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2016.09-eng0
04

We'd prefer to go with "engineering builds" simply because we foresee still a lot
of changes in ARC port of binutils (remember our port is in its childhood currently)
while upstream binutils see release about once a year. Which means adding fixes and
enhancements on top of 2.27 release at some point will become a support nightmare.

What do you guys think about all that?

-Alexey

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [arc-buildroot] [autobuild.buildroot.net] arc build results for 2016-06-19
  2016-06-24  4:34 ` [Buildroot] [arc-buildroot] [autobuild.buildroot.net] arc build results for 2016-06-19 Alexey Brodkin
@ 2016-06-24  7:14   ` Thomas Petazzoni
  2016-06-24  7:18     ` Alexey Brodkin
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2016-06-24  7:14 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 24 Jun 2016 04:34:55 +0000, Alexey Brodkin wrote:

> With arc-2016.03 toolchain we're seeing quite a lot of failures here and there.
> That's sort of expected because we switched to binutils rewritten from scratch.
> So we're still ramping up with these new binutils. What is also important these
> new rewritten binutils are in upstream already. I.e. upcoming binutils 2.27 will
> have everything ARC-specific from arc-2016.03 plus some more fixes and
> enhancements that we made since March.

OK, thanks for explaining the situation.

> And what we may do in Buildroot we may either wait for 2.27 binutils to be released
> and then apply [backported from mainline master] patches on top of it to fix still
> existing issues or alternatively we may start using so-called "engineering builds"
> of binutils for ARC.
> 
> These "engineering builds" are basically snapshots [that pass internal review and
> testing] made from our dev branch (arc-2016.09) on GitHub like the most recent
> "arc-2016.09-eng004":?https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2016.09-eng0
> 04
> 
> We'd prefer to go with "engineering builds" simply because we foresee still a lot
> of changes in ARC port of binutils (remember our port is in its childhood currently)
> while upstream binutils see release about once a year. Which means adding fixes and
> enhancements on top of 2.27 release at some point will become a support nightmare.
> 
> What do you guys think about all that?

I think at some point we will want to use the upstream version of
binutils if there is ARC support upstream. However, I definitely
understand that the upstream support may not be fully ready overnight,
so I'm fine with using those engineering builds for now, and then move
to using the upstream binutils version for binutils 2.28 for example
(or 2.29 if 2.28 is still not good enough).

Thanks!

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [arc-buildroot] [autobuild.buildroot.net] arc build results for 2016-06-19
  2016-06-24  7:14   ` Thomas Petazzoni
@ 2016-06-24  7:18     ` Alexey Brodkin
  2016-06-24 22:46       ` Arnout Vandecappelle
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Brodkin @ 2016-06-24  7:18 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Fri, 2016-06-24 at 09:14 +0200, Thomas Petazzoni wrote:
> Hello,
> 
> On Fri, 24 Jun 2016 04:34:55 +0000, Alexey Brodkin wrote:
> 
> > 
> > With arc-2016.03 toolchain we're seeing quite a lot of failures here and there.
> > That's sort of expected because we switched to binutils rewritten from scratch.
> > So we're still ramping up with these new binutils. What is also important these
> > new rewritten binutils are in upstream already. I.e. upcoming binutils 2.27 will
> > have everything ARC-specific from arc-2016.03 plus some more fixes and
> > enhancements that we made since March.
> OK, thanks for explaining the situation.
> 
> > 
> > And what we may do in Buildroot we may either wait for 2.27 binutils to be released
> > and then apply [backported from mainline master] patches on top of it to fix still
> > existing issues or alternatively we may start using so-called "engineering builds"
> > of binutils for ARC.
> > 
> > These "engineering builds" are basically snapshots [that pass internal review and
> > testing] made from our dev branch (arc-2016.09) on GitHub like the most recent
> > "arc-2016.09-eng004":?https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2016.09-
> > eng0
> > 04
> > 
> > We'd prefer to go with "engineering builds" simply because we foresee still a lot
> > of changes in ARC port of binutils (remember our port is in its childhood currently)
> > while upstream binutils see release about once a year. Which means adding fixes and
> > enhancements on top of 2.27 release at some point will become a support nightmare.
> > 
> > What do you guys think about all that?
> I think at some point we will want to use the upstream version of
> binutils if there is ARC support upstream. However, I definitely
> understand that the upstream support may not be fully ready overnight,
> so I'm fine with using those engineering builds for now, and then move
> to using the upstream binutils version for binutils 2.28 for example
> (or 2.29 if 2.28 is still not good enough).

Ok cool!

Then let's get the party started.

Vlad will send a patch which bump ARC tools to arc-2016.09-eng004 shortly.
Since other components like gcc and gdb are also not fully upstream we'll be
bumping all 3 components at once:
?1. Binutils
?2. Gcc
?3. Gdb

-Alexey

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [arc-buildroot] [autobuild.buildroot.net] arc build results for 2016-06-19
  2016-06-24  7:18     ` Alexey Brodkin
@ 2016-06-24 22:46       ` Arnout Vandecappelle
  2016-06-27  8:53         ` Alexey Brodkin
  0 siblings, 1 reply; 6+ messages in thread
From: Arnout Vandecappelle @ 2016-06-24 22:46 UTC (permalink / raw)
  To: buildroot

On 24-06-16 09:18, Alexey Brodkin wrote:
> Hi Thomas,
> 
> On Fri, 2016-06-24 at 09:14 +0200, Thomas Petazzoni wrote:
>> Hello,
>>
>> On Fri, 24 Jun 2016 04:34:55 +0000, Alexey Brodkin wrote:
>>
>>>
>>> With arc-2016.03 toolchain we're seeing quite a lot of failures here and there.
>>> That's sort of expected because we switched to binutils rewritten from scratch.
>>> So we're still ramping up with these new binutils. What is also important these
>>> new rewritten binutils are in upstream already. I.e. upcoming binutils 2.27 will
>>> have everything ARC-specific from arc-2016.03 plus some more fixes and
>>> enhancements that we made since March.
>> OK, thanks for explaining the situation.
>>
>>>
>>> And what we may do in Buildroot we may either wait for 2.27 binutils to be released
>>> and then apply [backported from mainline master] patches on top of it to fix still
>>> existing issues or alternatively we may start using so-called "engineering builds"
>>> of binutils for ARC.
>>>
>>> These "engineering builds" are basically snapshots [that pass internal review and
>>> testing] made from our dev branch (arc-2016.09) on GitHub like the most recent
>>> "arc-2016.09-eng004": https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2016.09-
>>> eng0
>>> 04
>>>
>>> We'd prefer to go with "engineering builds" simply because we foresee still a lot
>>> of changes in ARC port of binutils (remember our port is in its childhood currently)
>>> while upstream binutils see release about once a year. Which means adding fixes and
>>> enhancements on top of 2.27 release at some point will become a support nightmare.
>>>
>>> What do you guys think about all that?
>> I think at some point we will want to use the upstream version of
>> binutils if there is ARC support upstream. However, I definitely
>> understand that the upstream support may not be fully ready overnight,
>> so I'm fine with using those engineering builds for now, and then move
>> to using the upstream binutils version for binutils 2.28 for example
>> (or 2.29 if 2.28 is still not good enough).
> 
> Ok cool!
> 
> Then let's get the party started.
> 
> Vlad will send a patch which bump ARC tools to arc-2016.09-eng004 shortly.
> Since other components like gcc and gdb are also not fully upstream we'll be
> bumping all 3 components at once:
>  1. Binutils
>  2. Gcc
>  3. Gdb

 I guess all of these will be updated regularly, right? That means Thomas also
has to respin the autobuilder toolchains with every update. If Synopsys anyway
produces toolchain binaries already, it could be interesting to add these as
external toolchains.

 Regards,
 Arnout

> 
> -Alexey
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [arc-buildroot] [autobuild.buildroot.net] arc build results for 2016-06-19
  2016-06-24 22:46       ` Arnout Vandecappelle
@ 2016-06-27  8:53         ` Alexey Brodkin
  2016-06-27 21:38           ` Arnout Vandecappelle
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Brodkin @ 2016-06-27  8:53 UTC (permalink / raw)
  To: buildroot

Hi?Arnout,

On Sat, 2016-06-25 at 00:46 +0200, Arnout Vandecappelle wrote:
> On 24-06-16 09:18, Alexey Brodkin wrote:
> > 
> > Hi Thomas,
> > 
> > On Fri, 2016-06-24 at 09:14 +0200, Thomas Petazzoni wrote:
> > > 
> > > Hello,
> > > 
> > > On Fri, 24 Jun 2016 04:34:55 +0000, Alexey Brodkin wrote:
> > > 
> > > > 
> > > > 
> > > > With arc-2016.03 toolchain we're seeing quite a lot of failures here and there.
> > > > That's sort of expected because we switched to binutils rewritten from scratch.
> > > > So we're still ramping up with these new binutils. What is also important these
> > > > new rewritten binutils are in upstream already. I.e. upcoming binutils 2.27 will
> > > > have everything ARC-specific from arc-2016.03 plus some more fixes and
> > > > enhancements that we made since March.
> > > OK, thanks for explaining the situation.
> > > 
> > > > 
> > > > 
> > > > And what we may do in Buildroot we may either wait for 2.27 binutils to be released
> > > > and then apply [backported from mainline master] patches on top of it to fix still
> > > > existing issues or alternatively we may start using so-called "engineering builds"
> > > > of binutils for ARC.
> > > > 
> > > > These "engineering builds" are basically snapshots [that pass internal review and
> > > > testing] made from our dev branch (arc-2016.09) on GitHub like the most recent
> > > > "arc-2016.09-eng004": https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2016
> > > > .09-
> > > > eng0
> > > > 04
> > > > 
> > > > We'd prefer to go with "engineering builds" simply because we foresee still a lot
> > > > of changes in ARC port of binutils (remember our port is in its childhood currently)
> > > > while upstream binutils see release about once a year. Which means adding fixes and
> > > > enhancements on top of 2.27 release at some point will become a support nightmare.
> > > > 
> > > > What do you guys think about all that?
> > > I think at some point we will want to use the upstream version of
> > > binutils if there is ARC support upstream. However, I definitely
> > > understand that the upstream support may not be fully ready overnight,
> > > so I'm fine with using those engineering builds for now, and then move
> > > to using the upstream binutils version for binutils 2.28 for example
> > > (or 2.29 if 2.28 is still not good enough).
> > Ok cool!
> > 
> > Then let's get the party started.
> > 
> > Vlad will send a patch which bump ARC tools to arc-2016.09-eng004 shortly.
> > Since other components like gcc and gdb are also not fully upstream we'll be
> > bumping all 3 components at once:
> > ?1. Binutils
> > ?2. Gcc
> > ?3. Gdb
> ?I guess all of these will be updated regularly, right? That means Thomas also
> has to respin the autobuilder toolchains with every update. If Synopsys anyway
> produces toolchain binaries already, it could be interesting to add these as
> external toolchains.

Good point.

Actually we didn't plan to put prebuilt tools in the same location as released versions
https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases?simply to not confuse
real users (otherwise people may think it's ok to use those engineering builds for production).

Moreover I remember we discussed that topic of ARC prebuilt tools in Buildroot and conclusion was
to disable our prebuilt tools from autobuilder tests because our uClibc configuration had some missing
options if compared to Buildroot.

As the simplest solution (but probably not the best from performance standpoint) could be
to disable use of prebuilt tools for ARC before we have something more or less stable.

But let's discuss all options what we have first.

-Alexey

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [arc-buildroot] [autobuild.buildroot.net] arc build results for 2016-06-19
  2016-06-27  8:53         ` Alexey Brodkin
@ 2016-06-27 21:38           ` Arnout Vandecappelle
  0 siblings, 0 replies; 6+ messages in thread
From: Arnout Vandecappelle @ 2016-06-27 21:38 UTC (permalink / raw)
  To: buildroot



On 27-06-16 10:53, Alexey Brodkin wrote:
> Hi Arnout,
> 
> On Sat, 2016-06-25 at 00:46 +0200, Arnout Vandecappelle wrote:
>> On 24-06-16 09:18, Alexey Brodkin wrote:
>>>
>>> Hi Thomas,
>>>
>>> On Fri, 2016-06-24 at 09:14 +0200, Thomas Petazzoni wrote:
[snip]
>>> Vlad will send a patch which bump ARC tools to arc-2016.09-eng004 shortly.
>>> Since other components like gcc and gdb are also not fully upstream we'll be
>>> bumping all 3 components at once:
>>>  1. Binutils
>>>  2. Gcc
>>>  3. Gdb
>>  I guess all of these will be updated regularly, right? That means Thomas also
>> has to respin the autobuilder toolchains with every update. If Synopsys anyway
>> produces toolchain binaries already, it could be interesting to add these as
>> external toolchains.
> 
> Good point.
> 
> Actually we didn't plan to put prebuilt tools in the same location as released versions
> https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases simply to not confuse
> real users (otherwise people may think it's ok to use those engineering builds for production).
> 
> Moreover I remember we discussed that topic of ARC prebuilt tools in Buildroot and conclusion was
> to disable our prebuilt tools from autobuilder tests because our uClibc configuration had some missing
> options if compared to Buildroot.
> 
> As the simplest solution (but probably not the best from performance standpoint) could be
> to disable use of prebuilt tools for ARC before we have something more or less stable.

 That would result in less ARC builds so less build failures. I think Thomas
will probably just respin the toolchains then.

 Regards,
 Arnout

> 
> But let's discuss all options what we have first.
> 
> -Alexey
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-06-27 21:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20160620063029.16331102969@stock.ovh.net>
2016-06-24  4:34 ` [Buildroot] [arc-buildroot] [autobuild.buildroot.net] arc build results for 2016-06-19 Alexey Brodkin
2016-06-24  7:14   ` Thomas Petazzoni
2016-06-24  7:18     ` Alexey Brodkin
2016-06-24 22:46       ` Arnout Vandecappelle
2016-06-27  8:53         ` Alexey Brodkin
2016-06-27 21:38           ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox