building powerpc-rtems5-gcc-7.3.0-newlib on Darwin Build FAILED

Heinz Junkes junkes at fhi-berlin.mpg.de
Tue Oct 30 08:47:49 UTC 2018


Building rtems on Darwin (10.13.6, High Sierra) with Homebrew 1.8.0 

Homebrew 1.8.0-74-g2b3f855
Homebrew/homebrew-core (git revision 4961b; last commit 2018-10-30)
Homebrew/homebrew-cask (git revision 2b5ad; last commit 2018-10-30)

failed.

[junkes at h rtems (master)]$ more rsb-report-powerpc-rtems5-gcc-7.3.0-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b-x86_64-apple-darwin17.7.0-1.txt
RTEMS Tools Project - Source Builder Error Report
 Build: error: building powerpc-rtems5-gcc-7.3.0-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b-x86_64-apple-darwin17.7.0-1
 Command Line: ../source-builder/sb-set-builder --log log.ppc.txt --prefix=/Users/junkes/RTEMS_PRE_AUSTRALIAN/RTEMS/rtems-5 5/rtems-powerpc
 Python: 2.7.15 (default, Jun 17 2018, 12:46:58) [GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.2)]
 https://github.com/RTEMS/rtems-source-builder.git/origin/f07d2b6e9ad70d62eb617a9f5515c5045ee0c119
 Darwin dune.rz-berlin.mpg.de 17.7.0 Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64 x86_64
Tail of the build log:
/usr/bin/c++ -O2 -pipe -fbracket-depth=1024 -I/Users/junkes/RTEMS_PRE_AUSTRALIAN/RTEMS_DEV/rtems-source-builder/rtems/build/tmp/sb-junkes/5/rtems-powerpc/Users/junkes/RTEMS_PRE_AUSTRALIAN/RTEMS/rtems-5/include -fno-PIE -c   -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-strict-aliasing -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 -I. -I. -I../../gcc-7.3.0/gcc -I../../gcc-7.3.0/gcc/. -I../../gcc-7.3.0/gcc/../include -I../../gcc-7.3.0/gcc/../libcpp/include -I/Users/junkes/RTEMS_PRE_AUSTRALIAN/RTEMS_DEV/rtems-source-builder/rtems/build/powerpc-rtems5-gcc-7.3.0-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b-x86_64-apple-darwin17.7.0-1/build/./gmp -I/Users/junkes/RTEMS_PRE_AUSTRALIAN/RTEMS_DEV/rtems-source-builder/rtems/build/powerpc-rtems5-gcc-7.3.0-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b-x86_64-apple-darwin17.7.0-1/gcc-7.3.0/gmp -I/Users/junkes/RTEMS_PRE_AUSTRALIAN/RTEMS_DEV/rtems-source-builder/rtems/build/powerpc-rtems5-gcc-7.3.0-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b-x86_64-apple-darwin17.7.0-1/build/./mpfr/src -I/Users/junkes/RTEMS_PRE_AUSTRALIAN/RTEMS_DEV/rtems-source-builder/rtems/build/powerpc-rtems5-gcc-7.3.0-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b-x86_64-apple-darwin17.7.0-1/gcc-7.3.0/mpfr/src -I/Users/junkes/RTEMS_PRE_AUSTRALIAN/RTEMS_DEV/rtems-source-builder/rtems/build/powerpc-rtems5-gcc-7.3.0-newlib-08eab6396f678cf5e5968acaed0bae9fd129983b-x86_64-apple-darwin17.7.0-1/gcc-7.3.0/mpc/src  -I../../gcc-7.3.0/gcc/../libdecnumber -I../../gcc-7.3.0/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-7.3.0/gcc/../libbacktrace   -o graphite-optimize-isl.o -MT graphite-optimize-isl.o -MMD -MP -MF ./.deps/graphite-optimize-isl.TPo ../../gcc-7.3.0/gcc/graphite-optimize-isl.c
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
../../gcc-7.3.0/gcc/graphite-isl-ast-to-gimple.c:98:7: error: use of undeclared identifier 'isl_id_free'
      isl_id_free (it->first);
      ^
In file included from ../../gcc-7.3.0/gcc/graphite-dependences.c:33:
../../gcc-7.3.0/gcc/gimple.h:2495:10: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  return gs->op[1];
         ^      ~
../../gcc-7.3.0/gcc/gimple.h:346:3: note: array 'op' declared here
  tree GTY((length ("%h.num_ops"))) op[1];
  ^
../../gcc-7.3.0/gcc/gimple.h:2527:3: warning: array index 1 is past the end of the array (which contains 1 element) [-Warray-bounds]
  gs->op[1] = rhs;
  ^      ~
../../gcc-7.3.0/gcc/gimple.h:346:3: note: array 'op' declared here
  tree GTY((length ("%h.num_ops"))) op[1];
  ^
../../gcc-7.3.0/gcc/gimple.h:2545:12: warning: array index 2 is past the end of the array (which contains 1 element) [-Warray-bounds]
    return gs->op[2];
           ^      ~
../../gcc-7.3.0/gcc/gimple.h:346:3: note: array 'op' declared here
  tree GTY((length ("%h.num_ops"))) op[1];
  ^
../../gcc-7.3.0/gcc/graphite-isl-ast-to-gimple.c:293:3: error: use of undeclared identifier 'isl_id_free'
…

Heinz
----------------------------------------------------------------------
Das FHI verarbeitet, speichert und loescht Daten im Rahmen seiner
Geschaeftstaetigkeit gemaess der Datenschutz-Grundverordnung (DSGVO)
[General Data Protection Regulation (GDPR)] der Europaeischen Union.



More information about the users mailing list