public inbox for nightly-builds@lists.ipfire.org
 help / color / mirror / Atom feed
* [FAILED] Nightly Build of next (88ba9a2) for armv5tel on arm64-02.dub.ipfire.org
@ 2020-04-20 16:16 IPFire Nightly Builder
  0 siblings, 0 replies; only message in thread
From: IPFire Nightly Builder @ 2020-04-20 16:16 UTC (permalink / raw)
  To: nightly-builds

[-- Attachment #1: Type: text/plain, Size: 5885 bytes --]

https://nightly.ipfire.org/next/2020-04-20%2015%3A41%3A09%20%2B0000-88ba9a24/armv5tel

commit 88ba9a24801338f5421cace9ae99db31be1f0889
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Mon Apr 20 15:41:09 2020 +0000

    core144: remove gcc go binary and libs
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

https://git.ipfire.org/?p=ipfire-2.x.git;a=shortlog;h=88ba9a24801338f5421cace9ae99db31be1f0889

Packaged toolchain compilation                                          
Checking for necessary space on disk                                    [ DONE ]
Building LFS                                                            
stage2                                                      [        0 ][ DONE ]
linux (4.14.173)                              KCFG=-headers [       22 ][ DONE ]
man-pages (2.34)                                            [        9 ][ DONE ]
glibc (2.31)                                                [    10:02 ][ DONE ]
tzdata (2019c)                                              [        3 ][ DONE ]
cleanup-toolchain                                           [        0 ][ DONE ]
zlib (1.2.11)                                               [        2 ][ DONE ]
binutils (2.34)                                             [       51 ][ DONE ]
gmp (6.1.2)                                                 [       48 ][ DONE ]
gmp-compat (4.3.2)                                          [       48 ][ DONE ]
mpfr (4.0.2)                                                [       24 ][ DONE ]
libmpc (1.1.0)                                              [        8 ][ DONE ]
file (5.38)                                                 [       11 ][ DONE ]
gcc (9.3.0)                                                 [     1:41 ][ FAIL ]

    g++ -no-pie -fomit-frame-pointer  -O2 -pipe -Wall -fPIC -fomit-frame-pointer -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -DIN_GCC     -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings   -DHAVE_CONFIG_H  -o cc1plus \
    cp/cp-lang.o c-family/stub-objc.o cp/call.o cp/class.o cp/constexpr.o cp/constraint.o cp/cp-gimplify.o cp/cp-objcp-common.o cp/cp-ubsan.o cp/cvt.o cp/cxx-pretty-print.o cp/decl.o cp/decl2.o cp/dump.o cp/error.o cp/except.o cp/expr.o cp/friend.o cp/init.o cp/lambda.o cp/lex.o cp/logic.o cp/mangle.o cp/method.o cp/name-lookup.o cp/optimize.o cp/parser.o cp/pt.o cp/ptree.o cp/repo.o cp/rtti.o cp/search.o cp/semantics.o cp/tree.o cp/typeck.o cp/typeck2.o cp/vtable-class-hierarchy.o attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-indentation.o c-family/c-lex.o c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o c-family/c-ada-spec.o c-family/c-ubsan.o c-family/known-headers.o c-family/c-attribs.o c-family/c-warn.o c-family/c-spellcheck.o arm-c.o glibc-c.o cc1plus-checksum.o libbackend.a main.o libcommon-target
 .a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a ../libcpp/libcpp.a   ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a   -lmpc -lmpfr -lgmp -rdynamic -ldl  -L./../zlib -lz
    /usr/src/gcc-build/./gcc/xgcc -B/usr/src/gcc-build/./gcc/ -xc -nostdinc /dev/null -S -o /dev/null -fself-test=/usr/src/gcc-9.3.0/gcc/testsuite/selftests
    make[3]: /usr/src/gcc-build/./gcc/xgcc: Command not found
    make[3]: *** [/usr/src/gcc-9.3.0/gcc/c/Make-lang.in:124: s-selftest-c] Error 127
    make[3]: *** Waiting for unfinished jobs....
    /usr/src/gcc-9.3.0/gcc/gcc.c: In function 'long long unsigned int get_random_number()':
    /usr/src/gcc-9.3.0/gcc/gcc.c:9639:12: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    9639 |       read (fd, &ret, sizeof (HOST_WIDE_INT));
    |       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /usr/src/gcc-9.3.0/gcc/gcc.c: In function 'void do_report_bug(const char**, int, char**, char**)':
    /usr/src/gcc-9.3.0/gcc/gcc.c:6999:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    6999 |   write (fd, "\n//", 3);
    |   ~~~~~~^~~~~~~~~~~~~~~
    /usr/src/gcc-9.3.0/gcc/gcc.c:7002:13: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    7002 |       write (fd, " ", 1);
    |       ~~~~~~^~~~~~~~~~~~
    /usr/src/gcc-9.3.0/gcc/gcc.c:7003:13: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    7003 |       write (fd, new_argv[i], strlen (new_argv[i]));
    |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /usr/src/gcc-9.3.0/gcc/gcc.c:7005:9: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result]
    7005 |   write (fd, "\n\n", 2);
    |   ~~~~~~^~~~~~~~~~~~~~~
    rm gcc.pod
    make[3]: Leaving directory '/usr/src/gcc-build/gcc'
    make[2]: *** [Makefile:4323: all-gcc] Error 2
    make[2]: Leaving directory '/usr/src/gcc-build'
    make[1]: *** [Makefile:956: all] Error 2
    make[1]: Leaving directory '/usr/src/gcc-build'
    make: *** [gcc:230: /usr/src/log/gcc-9.3.0] Error 2

ERROR: Building gcc                                                     [ FAIL ]
    Check /build/nightly/next/log/_build.base.log for errors if applicable[ FAIL ]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-20 16:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 16:16 [FAILED] Nightly Build of next (88ba9a2) for armv5tel on arm64-02.dub.ipfire.org IPFire Nightly Builder

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