[OE-core] [RFT][PATCH] gcc-9.0: Add recipes for upcoming gcc 9.0 release in mid-2019

Richard Purdie richard.purdie at linuxfoundation.org
Wed May 1 11:34:37 UTC 2019


On Tue, 2019-04-30 at 12:24 -0700, Khem Raj wrote:
> Its already in RC phase now.
> 
> Signed-off-by: Khem Raj <raj.khem at gmail.com>

I ran this on the autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/429
http://errors.yoctoproject.org/Errors/Details/238976/

Basic summary:

a) gcc-source needs a maintainers.inc entry (selftest fail)
b) fortran selftest is broken
c) mdadm fails to compile
d) runtime test gpp2 fails
e) systemd fails to compile
f) on target runtime g++ compile tests fail


error from f and d look related:

Exception: Command cd ~/buildtest/lzip-1.19; make  failed with exit
code 2: g++  -Wall -W -O2 -c -o arg_parser.o arg_parser.cc
arg_parser.cc:20:10: fatal error: cstring: No such file or directory
   20 | #include <cstring>
      |          ^~~~~~~~~
compilation terminated.


DEBUG: Partial data from SSH call: /tmp/test.cpp:1:10: fatal error:
limits: No such file or directory
    1 | #include <limits>
      |          ^~~~~~~~
compilation terminated.

DEBUG: time: 1556703543.2447464, endtime: 1556703843.2447433

RESULTS - buildlzip.BuildLzipTest.test_lzip - Testcase 206: ERROR (0.79s)
RESULTS - gcc.GccCompileTest.test_gpp2_compile - Testcase 1142: FAILED (0.71s)

Build will look a lot happier with the on target C++ headers fixed! Not
too bad for a first pass :)

Cheers,

Richard



More information about the Openembedded-core mailing list