Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [autobuild.buildroot.net] Analysis of build results
Date: Mon, 17 Aug 2020 23:43:36 +0200	[thread overview]
Message-ID: <c3d6e69b-ee5a-ade0-e505-abc7006738b3@gmail.com> (raw)
In-Reply-To: <20200816000914.5ad801d9@windsurf.home>

Hi Thomas, All,

Le 16/08/2020 ? 00:09, Thomas Petazzoni a ?crit?:
> Hello,
> 
> Frank, Gwenhael, Romain, Adam, ARC maintainers, Peter, there are some
> questions/issues for you below.
> 
> Everybody else: please help fixing autobuilder issues !
> 
> See below some preliminary analysis of all build failures that occurred
> on August 14.
> 
> On Sat, 15 Aug 2020 08:01:40 -0000
> Thomas Petazzoni <thomas.petazzoni@bootlin.com> wrote:
> 
>>     master   | 121 | 67  |  0  | 188 |
> 
> So we're still at about ~30% of failures, which isn't exactly good.
> 
> 
>>    x86_64    |          boost-1.73.0          | NOK | http://autobuild.buildroot.net/results/84eb9bb82255878d6a58772cb96d253a5c02f625 |     
>>    x86_64    |          boost-1.73.0          | NOK | http://autobuild.buildroot.net/results/2ddfabda83a42d06b6b9689bc83882c59d1b8db6 |     
>>    x86_64    |          boost-1.73.0          | NOK | http://autobuild.buildroot.net/results/ce3f75b5a259924924c934e784b58feed2705be8 |     
> 
> A wonderful:
> 
> ./boost/thread/thread_time.hpp:32:60: internal compiler error: Segmentation fault
> 
> This is failing only with this toolchain, which uses gcc 6.2.0. We're
> using the version 2016.11-19 of this toolchain, which is really old,
> and Mentor Graphics has published newer versions
> (https://sourcery.mentor.com/GNUToolchain/subscription51456) but they
> are no longer publicly available.
> 
> So I would advocate for dropping support for this toolchain. I'll send
> a patch doing that.

+1

> 
>>     arm      |          eigen-3.3.7           | NOK | http://autobuild.buildroot.net/results/0b972b4e63cac9ae95dcac78e031d7b19e2e4e0d |     
> 
> Detects Fortran (even though that dependency is not expressed in the
> eigen package), but fails to use it.
> 
> It would be good to explicitly disable using Fortran in this package.
> Romain, is this something you could have a look at ?

This is not an obvious fix, eigen try to detect libblas dependency and check for
Fortran compiler because the complete list of supported languages is not
provided (project(Eigen3))

https://gitlab.kitware.com/cmake/cmake/-/issues/18348

I'm not sure why we define unconditionally CMAKE_CXX_COMPILER even if
BR2_INSTALL_LIBSTDCPP is not set, while CMAKE_Fortran_COMPILER is set only when
TOOLCHAIN_HAS_FORTRAN is set.

https://git.buildroot.net/buildroot/tree/support/misc/toolchainfile.cmake.in#n70

>
> 
>>  aarch64_be  |         supertux-0.6.0         | NOK | http://autobuild.buildroot.net/results/0f02877a665b2281266df4b23c72a7c113906c31 |     
> 
> /tmp/instance-0/output-1/build/supertux-0.6.0/src/editor/object_settings.cpp:223:26: error: 'remove_if' is not a member of 'std'
>      m_options.erase(std::remove_if(m_options.begin(), m_options.end(),
> 
> Romain, supertux is your thing, could you have a look ?

Already fixed by 14552122ac46028b78f05eeed1154da2ba87b174

Best regards,
Romain


> 
> Thanks,
> 
> Thomas
> 

  parent reply	other threads:[~2020-08-17 21:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-15  8:01 [Buildroot] [autobuild.buildroot.net] Daily results for 2020-08-14 Thomas Petazzoni
2020-08-15 22:09 ` [Buildroot] [autobuild.buildroot.net] Analysis of build results Thomas Petazzoni
2020-08-15 22:14   ` Thomas Petazzoni
2020-08-17  9:19   ` Gwenhael Goavec-Merou
2020-08-17  9:40     ` Thomas Petazzoni
2020-08-17  9:51       ` Gwenhael Goavec-Merou
2020-08-17 12:18   ` Asaf Kahlon
2020-08-17 12:52     ` Thomas Petazzoni
2020-08-17 20:54   ` Peter Seiderer
2020-08-17 21:30     ` Thomas Petazzoni
2020-08-17 21:57       ` Peter Seiderer
2020-08-17 21:15   ` Peter Seiderer
2020-08-17 21:43   ` Romain Naour [this message]
2020-08-19 11:47   ` Fabrice Fontaine
2020-08-19 20:31     ` [Buildroot] [arc-buildroot] " Alexey Brodkin
2020-08-19 21:33       ` Alexey Brodkin
2020-09-11  8:39       ` Thomas Petazzoni
2020-10-02 15:16         ` Alexey Brodkin
2020-10-06 18:57           ` Arnout Vandecappelle
2020-08-20  9:22   ` [Buildroot] " Frank Vanbever

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=c3d6e69b-ee5a-ade0-e505-abc7006738b3@gmail.com \
    --to=romain.naour@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox