vibhoothi / MacPorts

Cross compiler toolchain for arm-linux-gnueabi for Mac OS X
4 stars 0 forks source link

Build failing on macOS Mojave 10.14 #1

Open vibhoothi opened 5 years ago

vibhoothi commented 5 years ago

The build is failing in macOS 10.14 Mojave

config.log

running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ /opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/gcc-4.6.2/configure --prefix=/opt/local --infodir=/opt/local/share/info --mandir=/opt/local/share/man --program-prefix=arm-linux-gnueabi- --target=arm-linux-gnueabi --with-internal-glib --with-gmp=/opt/local --with-local-prefix=/opt/local/arm-linux-gnueabi/sysroot --with-mpc=/opt/local --with-mpfr=/opt/local --with-pkgversion=MacPorts for arm-linux-gnueabi --with-sysroot=/opt/local/arm-linux-gnueabi/sysroot --with-system-zlib --disable-checking --disable-libgomp --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --disable-nls --enable-__cxa_atexit --enable-c99 --enable-languages=c --enable-long-long --enable-shared --enable-symvers=gnu --enable-target-optspace --enable-threads=posix --with-float=soft --enable-interwork --build=x86_64-apple-darwin18.2.0 --host=x86_64-apple-darwin18.2.0

## --------- ##
## Platform. ##
## --------- ##

hostname = derpBox.local
uname -m = x86_64
uname -r = 18.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 18.2.0: Mon Nov 12 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
     Darwin Kernel Version 18.2.0: Mon Nov 12 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 412 tasks, 2242 threads, 4 processors
Load average: 3.64, Mach factor: 1.49
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin

## ----------- ##
## Core tests. ##
## ----------- ##

configure:2222: checking build system type
configure:2236: result: x86_64-apple-darwin18.2.0
configure:2283: checking host system type
configure:2296: result: x86_64-apple-darwin18.2.0
configure:2316: checking target system type
configure:2329: result: arm-unknown-linux-gnueabi
configure:2383: checking for a BSD-compatible install
configure:2451: result: /usr/bin/install -c
configure:2462: checking whether ln works
configure:2484: result: yes
configure:2488: checking whether ln -s works
configure:2492: result: yes
configure:2499: checking for a sed that does not truncate output
configure:2563: result: /opt/local/bin/gsed
configure:2572: checking for gawk
configure:2588: found /opt/local/bin/gawk
configure:2599: result: gawk
configure:3873: checking for x86_64-apple-darwin18.2.0-gcc
configure:3900: result: /usr/bin/clang
configure:4169: checking for C compiler version
configure:4178: /usr/bin/clang --version >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:4189: $? = 0
configure:4178: /usr/bin/clang -v >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:4189: $? = 0
configure:4178: /usr/bin/clang -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4189: $? = 1
configure:4178: /usr/bin/clang -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:4189: $? = 1
configure:4209: checking for C compiler default output file name
configure:4231: /usr/bin/clang -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c  >&5
configure:4235: $? = 0
configure:4272: result: a.out
configure:4288: checking whether the C compiler works
configure:4297: ./a.out
configure:4301: $? = 0
configure:4316: result: yes
configure:4323: checking whether we are cross compiling
configure:4325: result: no
configure:4328: checking for suffix of executables
configure:4335: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c  >&5
configure:4339: $? = 0
configure:4361: result: 
configure:4367: checking for suffix of object files
configure:4389: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
configure:4393: $? = 0
configure:4414: result: o
configure:4418: checking whether we are using the GNU C compiler
configure:4437: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
configure:4437: $? = 0
configure:4446: result: yes
configure:4455: checking whether /usr/bin/clang accepts -g
configure:4475: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
configure:4475: $? = 0
configure:4516: result: yes
configure:4533: checking for /usr/bin/clang option to accept ISO C89
configure:4597: /usr/bin/clang  -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
configure:4597: $? = 0
configure:4610: result: none needed
configure:4742: checking for C++ compiler version
configure:4751: /usr/bin/clang++ --version >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:4762: $? = 0
configure:4751: /usr/bin/clang++ -v >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:4762: $? = 0
configure:4751: /usr/bin/clang++ -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:4762: $? = 1
configure:4751: /usr/bin/clang++ -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:4762: $? = 1
configure:4766: checking whether we are using the GNU C++ compiler
configure:4785: /usr/bin/clang++ -c -pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.cpp >&5
configure:4785: $? = 0
configure:4794: result: yes
configure:4803: checking whether /usr/bin/clang++ accepts -g
configure:4823: /usr/bin/clang++ -c -g -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.cpp >&5
configure:4823: $? = 0
configure:4864: result: yes
configure:4913: checking for x86_64-apple-darwin18.2.0-gnatbind
configure:4943: result: no
configure:4953: checking for gnatbind
configure:4983: result: no
configure:5005: checking for x86_64-apple-darwin18.2.0-gnatmake
configure:5035: result: no
configure:5045: checking for gnatmake
configure:5075: result: no
configure:5094: checking whether compiler driver understands Ada
configure:5117: result: no
configure:5126: checking how to compare bootstrapped objects
configure:5151: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5167: checking for objdir
configure:5182: result: .libs
configure:5348: checking for the correct version of gmp.h
configure:5368: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
configure:5368: $? = 0
configure:5386: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
configure:5386: $? = 0
configure:5387: result: yes
configure:5403: checking for the correct version of mpfr.h
configure:5421: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
configure:5421: $? = 0
configure:5438: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
configure:5438: $? = 0
configure:5439: result: yes
configure:5456: checking for the correct version of mpc.h
configure:5473: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
configure:5473: $? = 0
configure:5489: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
configure:5489: $? = 0
configure:5490: result: yes
configure:5508: checking for the correct version of the gmp/mpfr/mpc libraries
configure:5539: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c  -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lmpc -lmpfr -lgmp >&5
configure:5539: $? = 0
configure:5540: result: yes
configure:5724: checking for PWL_handle_timeout in -lpwl
configure:5749: /usr/bin/clang -o conftest -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk  conftest.c -lpwl   >&5
ld: library not found for -lpwl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char PWL_handle_timeout ();
| int
| main ()
| {
| return PWL_handle_timeout ();
|   ;
|   return 0;
| }
configure:5758: result: no
configure:5772: checking for version 0.11 (revision 0 or later) of PPL
configure:5789: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk  -I/opt/local/include -I/opt/local/include -I/opt/local/include  -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
conftest.c:10:10: fatal error: 'ppl_c.h' file not found
#include "ppl_c.h"
         ^~~~~~~~~
1 error generated.
configure:5789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include "ppl_c.h"
| int
| main ()
| {
| 
|     #if PPL_VERSION_MAJOR != 0 || PPL_VERSION_MINOR < 11
|     choke me
|     #endif
| 
|   ;
|   return 0;
| }
configure:5793: result: no
configure:7218: checking for default BUILD_CONFIG
configure:7250: result: 
configure:7740: checking for bison
configure:7756: found /usr/bin/bison
configure:7767: result: bison -y
configure:7788: checking for bison
configure:7804: found /usr/bin/bison
configure:7815: result: bison
configure:7835: checking for gm4
configure:7851: found /usr/bin/gm4
configure:7862: result: gm4
configure:7882: checking for flex
configure:7898: found /usr/bin/flex
configure:7909: result: flex
configure:7930: checking for flex
configure:7946: found /usr/bin/flex
configure:7957: result: flex
configure:7977: checking for makeinfo
configure:7993: found /usr/bin/makeinfo
configure:8004: result: makeinfo
configure:8038: checking for expect
configure:8054: found /usr/bin/expect
configure:8065: result: expect
configure:8087: checking for runtest
configure:8117: result: no
configure:8193: checking for x86_64-apple-darwin18.2.0-ar
configure:8223: result: no
configure:8232: checking for ar
configure:8248: found /opt/local/bin/ar
configure:8259: result: ar
configure:8334: checking for x86_64-apple-darwin18.2.0-as
configure:8364: result: no
configure:8373: checking for as
configure:8389: found /opt/local/bin/as
configure:8400: result: as
configure:8475: checking for x86_64-apple-darwin18.2.0-dlltool
configure:8505: result: no
configure:8514: checking for dlltool
configure:8544: result: no
configure:8574: checking for ld
configure:8601: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:8616: checking for x86_64-apple-darwin18.2.0-ld
configure:8643: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:8757: checking for x86_64-apple-darwin18.2.0-lipo
configure:8787: result: no
configure:8796: checking for lipo
configure:8812: found /opt/local/bin/lipo
configure:8823: result: lipo
configure:8898: checking for x86_64-apple-darwin18.2.0-nm
configure:8928: result: no
configure:8937: checking for nm
configure:8953: found /opt/local/bin/nm
configure:8964: result: nm
configure:9039: checking for x86_64-apple-darwin18.2.0-ranlib
configure:9069: result: no
configure:9078: checking for ranlib
configure:9094: found /opt/local/bin/ranlib
configure:9105: result: ranlib
configure:9175: checking for x86_64-apple-darwin18.2.0-strip
configure:9205: result: no
configure:9214: checking for strip
configure:9230: found /opt/local/bin/strip
configure:9241: result: strip
configure:9311: checking for x86_64-apple-darwin18.2.0-windres
configure:9341: result: no
configure:9350: checking for windres
configure:9380: result: no
configure:9452: checking for x86_64-apple-darwin18.2.0-windmc
configure:9482: result: no
configure:9491: checking for windmc
configure:9521: result: no
configure:9593: checking for x86_64-apple-darwin18.2.0-objcopy
configure:9623: result: no
configure:9632: checking for objcopy
configure:9662: result: no
configure:9734: checking for x86_64-apple-darwin18.2.0-objdump
configure:9764: result: no
configure:9773: checking for objdump
configure:9789: found /usr/bin/objdump
configure:9800: result: objdump
configure:9914: checking for arm-linux-gnueabi-cc
configure:9944: result: no
configure:9914: checking for arm-linux-gnueabi-gcc
configure:9944: result: no
configure:10075: checking for arm-linux-gnueabi-c++
configure:10105: result: no
configure:10075: checking for arm-linux-gnueabi-g++
configure:10105: result: no
configure:10075: checking for arm-linux-gnueabi-cxx
configure:10105: result: no
configure:10075: checking for arm-linux-gnueabi-gxx
configure:10105: result: no
configure:10236: checking for arm-linux-gnueabi-gcc
configure:10266: result: no
configure:10392: checking for arm-linux-gnueabi-gcj
configure:10422: result: no
configure:10553: checking for arm-linux-gnueabi-gfortran
configure:10583: result: no
configure:10714: checking for arm-linux-gnueabi-gccgo
configure:10744: result: no
configure:10844: checking for ar
configure:10862: found /opt/local/arm-linux-gnueabi/bin/ar
configure:10874: result: /opt/local/arm-linux-gnueabi/bin/ar
configure:11074: checking for as
configure:11092: found /opt/local/arm-linux-gnueabi/bin/as
configure:11104: result: /opt/local/arm-linux-gnueabi/bin/as
configure:11304: checking for dlltool
configure:11337: result: no
configure:11415: checking for arm-linux-gnueabi-dlltool
configure:11445: result: no
configure:11534: checking for ld
configure:11552: found /opt/local/arm-linux-gnueabi/bin/ld
configure:11564: result: /opt/local/arm-linux-gnueabi/bin/ld
configure:11764: checking for lipo
configure:11797: result: no
configure:11875: checking for arm-linux-gnueabi-lipo
configure:11905: result: no
configure:11994: checking for nm
configure:12012: found /opt/local/arm-linux-gnueabi/bin/nm
configure:12024: result: /opt/local/arm-linux-gnueabi/bin/nm
configure:12224: checking for objdump
configure:12242: found /opt/local/arm-linux-gnueabi/bin/objdump
configure:12254: result: /opt/local/arm-linux-gnueabi/bin/objdump
configure:12454: checking for ranlib
configure:12472: found /opt/local/arm-linux-gnueabi/bin/ranlib
configure:12484: result: /opt/local/arm-linux-gnueabi/bin/ranlib
configure:12684: checking for strip
configure:12702: found /opt/local/arm-linux-gnueabi/bin/strip
configure:12714: result: /opt/local/arm-linux-gnueabi/bin/strip
configure:12914: checking for windres
configure:12947: result: no
configure:13025: checking for arm-linux-gnueabi-windres
configure:13055: result: no
configure:13144: checking for windmc
configure:13177: result: no
configure:13255: checking for arm-linux-gnueabi-windmc
configure:13285: result: no
configure:13352: checking where to find the target ar
configure:13380: result: pre-installed in /opt/local/arm-linux-gnueabi/bin
configure:13394: checking where to find the target as
configure:13422: result: pre-installed in /opt/local/arm-linux-gnueabi/bin
configure:13436: checking where to find the target cc
configure:13459: result: just compiled
configure:13478: checking where to find the target c++
configure:13518: result: pre-installed
configure:13523: checking where to find the target c++ for libstdc++
configure:13563: result: pre-installed
configure:13568: checking where to find the target dlltool
configure:13605: result: pre-installed
configure:13610: checking where to find the target gcc
configure:13633: result: just compiled
configure:13652: checking where to find the target gcj
configure:13692: result: pre-installed
configure:13697: checking where to find the target gfortran
configure:13737: result: pre-installed
configure:13742: checking where to find the target gccgo
configure:13782: result: pre-installed
configure:13787: checking where to find the target ld
configure:13815: result: pre-installed in /opt/local/arm-linux-gnueabi/bin
configure:13829: checking where to find the target lipo
configure:13855: result: pre-installed
configure:13860: checking where to find the target nm
configure:13888: result: pre-installed in /opt/local/arm-linux-gnueabi/bin
configure:13902: checking where to find the target objdump
configure:13930: result: pre-installed in /opt/local/arm-linux-gnueabi/bin
configure:13944: checking where to find the target ranlib
configure:13972: result: pre-installed in /opt/local/arm-linux-gnueabi/bin
configure:13986: checking where to find the target strip
configure:14014: result: pre-installed in /opt/local/arm-linux-gnueabi/bin
configure:14028: checking where to find the target windres
configure:14065: result: pre-installed
configure:14070: checking where to find the target windmc
configure:14107: result: pre-installed
configure:14140: checking whether to enable maintainer-specific portions of Makefiles
configure:14149: result: no
configure:14182: checking whether -fkeep-inline-functions is supported
configure:14201: /usr/bin/clang -c -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fkeep-inline-functions -I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk conftest.c >&5
clang: warning: optimization flag '-fkeep-inline-functions' is not supported [-Wignored-optimization-argument]
configure:14201: $? = 0
configure:14202: result: yes
configure:14399: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on derpBox.local

config.status:957: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-apple-darwin18.2.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=set
ac_cv_env_AR_FOR_TARGET_value=arm-linux-gnueabi-ar
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=set
ac_cv_env_AS_FOR_TARGET_value=arm-linux-gnueabi-as
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/clang++
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
ac_cv_env_LD_FOR_TARGET_set=set
ac_cv_env_LD_FOR_TARGET_value=arm-linux-gnueabi-ld
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=set
ac_cv_env_NM_FOR_TARGET_value=arm-linux-gnueabi-nm
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=set
ac_cv_env_OBJDUMP_FOR_TARGET_value=arm-linux-gnueabi-objdump
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_FOR_TARGET_set=set
ac_cv_env_RANLIB_FOR_TARGET_value=arm-linux-gnueabi-ranlib
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_STRIP_FOR_TARGET_set=set
ac_cv_env_STRIP_FOR_TARGET_value=arm-linux-gnueabi-strip
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-apple-darwin18.2.0
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-apple-darwin18.2.0
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-linux-gnueabi
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=x86_64-apple-darwin18.2.0
ac_cv_lib_pwl_PWL_handle_timeout=no
ac_cv_objext=o
ac_cv_path_AR_FOR_TARGET=/opt/local/arm-linux-gnueabi/bin/ar
ac_cv_path_AS_FOR_TARGET=/opt/local/arm-linux-gnueabi/bin/as
ac_cv_path_LD_FOR_TARGET=/opt/local/arm-linux-gnueabi/bin/ld
ac_cv_path_NM_FOR_TARGET=/opt/local/arm-linux-gnueabi/bin/nm
ac_cv_path_OBJDUMP_FOR_TARGET=/opt/local/arm-linux-gnueabi/bin/objdump
ac_cv_path_RANLIB_FOR_TARGET=/opt/local/arm-linux-gnueabi/bin/ranlib
ac_cv_path_SED=/opt/local/bin/gsed
ac_cv_path_STRIP_FOR_TARGET=/opt/local/arm-linux-gnueabi/bin/strip
ac_cv_prog_AR=ar
ac_cv_prog_AS=as
ac_cv_prog_AWK=gawk
ac_cv_prog_BISON=bison
ac_cv_prog_CC=/usr/bin/clang
ac_cv_prog_EXPECT=expect
ac_cv_prog_FLEX=flex
ac_cv_prog_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
ac_cv_prog_LEX=flex
ac_cv_prog_LIPO=lipo
ac_cv_prog_M4=gm4
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_NM=nm
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=arm-unknown-linux-gnueabi
acx_cv_cc_gcc_supports_ada=no
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/opt/local/libexec/gcc/arm-linux-gnueabi/4.6:/opt/local/libexec/gcc/arm-linux-gnueabi:/usr/lib/gcc/arm-linux-gnueabi/4.6:/usr/lib/gcc/arm-linux-gnueabi:/opt/local/arm-linux-gnueabi/bin/arm-linux-gnueabi/4.6:/opt/local/arm-linux-gnueabi/bin:
gcc_cv_tool_prefix=/opt/local
lt_cv_objdir=.libs

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='/opt/local/arm-linux-gnueabi/bin/ar'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='/opt/local/arm-linux-gnueabi/bin/as'
AWK='gawk'
BISON='bison'
BUILD_CONFIG=''
CC='/usr/bin/clang'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
CFLAGS_FOR_BUILD='-pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
CFLAGS_FOR_TARGET='-g -pipe -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS='-I/opt/local/include -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
CXX='/usr/bin/clang++'
CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
CXXFLAGS_FOR_BUILD='-pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
CXXFLAGS_FOR_TARGET='-g -pipe -Os -stdlib=libc++ -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='arm-linux-gnueabi-c++'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='arm-linux-gnueabi-dlltool'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EXEEXT=''
EXPECT='expect'
FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='arm-linux-gnueabi-gcj'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='arm-linux-gnueabi-gfortran'
GNATBIND='no'
GNATMAKE='no'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='arm-linux-gnueabi-gccgo'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
LDFLAGS_FOR_BUILD='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk'
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='/opt/local/arm-linux-gnueabi/bin/ld'
LEX='flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='arm-linux-gnueabi-lipo'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='gm4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='/opt/local/arm-linux-gnueabi/bin/nm'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='/opt/local/arm-linux-gnueabi/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='/opt/local/arm-linux-gnueabi/bin/ranlib'
RAW_CXX_FOR_TARGET='arm-linux-gnueabi-c++'
RPATH_ENVVAR='DYLD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/opt/local/bin/gsed'
SHELL='/bin/sh'
STRIP='strip'
STRIP_FOR_TARGET='/opt/local/arm-linux-gnueabi/bin/strip'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/gcc-4.6.2/configure --prefix=/opt/local --infodir=/opt/local/share/info --mandir=/opt/local/share/man --program-prefix=arm-linux-gnueabi- --target=arm-linux-gnueabi --with-internal-glib --with-gmp=/opt/local --with-local-prefix=/opt/local/arm-linux-gnueabi/sysroot --with-mpc=/opt/local --with-mpfr=/opt/local --with-pkgversion='\''MacPorts for arm-linux-gnueabi'\'' --with-sysroot=/opt/local/arm-linux-gnueabi/sysroot --with-system-zlib --disable-checking --disable-libgomp --disable-libmudflap --disable-libssp --disable-libstdcxx-pch --disable-nls --enable-__cxa_atexit --enable-c99 --enable-languages=c --enable-long-long --enable-shared --enable-symvers=gnu --enable-target-optspace --enable-threads=posix --with-float=soft --enable-interwork --build=x86_64-apple-darwin18.2.0 --host=x86_64-apple-darwin18.2.0'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='arm-linux-gnueabi-windmc'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='arm-linux-gnueabi-windres'
YACC='bison -y'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin18.2.0'
build_alias='x86_64-apple-darwin18.2.0'
build_configargs=' --cache-file=../config.cache '\''--prefix=/opt/local'\'' '\''--infodir=/opt/local/share/info'\'' '\''--mandir=/opt/local/share/man'\'' '\''--with-internal-glib'\'' '\''--with-gmp=/opt/local'\'' '\''--with-local-prefix=/opt/local/arm-linux-gnueabi/sysroot'\'' '\''--with-mpc=/opt/local'\'' '\''--with-mpfr=/opt/local'\'' '\''--with-pkgversion=MacPorts for arm-linux-gnueabi'\'' '\''--with-sysroot=/opt/local/arm-linux-gnueabi/sysroot'\'' '\''--with-system-zlib'\'' '\''--disable-checking'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libstdcxx-pch'\'' '\''--disable-nls'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-c99'\'' '\''--enable-long-long'\'' '\''--enable-shared'\'' '\''--enable-symvers=gnu'\'' '\''--enable-target-optspace'\'' '\''--enable-threads=posix'\'' '\''--with-float=soft'\'' '\''--enable-interwork'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&arm-linux-gnueabi-&'\'' --disable-option-checking'
build_configdirs=' libiberty fixincludes'
build_cpu='x86_64'
build_libsubdir='build-x86_64-apple-darwin18.2.0'
build_noncanonical='x86_64-apple-darwin18.2.0'
build_os='darwin18.2.0'
build_subdir='build-x86_64-apple-darwin18.2.0'
build_tooldir='${exec_prefix}/arm-linux-gnueabi'
build_vendor='apple'
clooginc=''
clooglibs=''
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
config_shell='/bin/sh'
configdirs=' intl libiberty libcpp libdecnumber fixincludes gcc lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_mpc_gmp_configure_flags=''
extra_mpc_mpfr_configure_flags=''
extra_mpfr_configure_flags=''
gmpinc='-I/opt/local/include -I/opt/local/include -I/opt/local/include '
gmplibs='-L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lmpc -lmpfr -lgmp'
host='x86_64-apple-darwin18.2.0'
host_alias='x86_64-apple-darwin18.2.0'
host_configargs=' --cache-file=./config.cache  --with-system-zlib '\''--prefix=/opt/local'\'' '\''--infodir=/opt/local/share/info'\'' '\''--mandir=/opt/local/share/man'\'' '\''--with-internal-glib'\'' '\''--with-gmp=/opt/local'\'' '\''--with-local-prefix=/opt/local/arm-linux-gnueabi/sysroot'\'' '\''--with-mpc=/opt/local'\'' '\''--with-mpfr=/opt/local'\'' '\''--with-pkgversion=MacPorts for arm-linux-gnueabi'\'' '\''--with-sysroot=/opt/local/arm-linux-gnueabi/sysroot'\'' '\''--with-system-zlib'\'' '\''--disable-checking'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libstdcxx-pch'\'' '\''--disable-nls'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-c99'\'' '\''--enable-long-long'\'' '\''--enable-shared'\'' '\''--enable-symvers=gnu'\'' '\''--enable-target-optspace'\'' '\''--enable-threads=posix'\'' '\''--with-float=soft'\'' '\''--enable-interwork'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&arm-linux-gnueabi-&'\'' --disable-option-checking'
host_cpu='x86_64'
host_noncanonical='x86_64-apple-darwin18.2.0'
host_os='darwin18.2.0'
host_subdir='.'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/opt/local/share/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/opt/local/share/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
pplinc=''
ppllibs=''
prefix='/opt/local'
program_transform_name='s&^&arm-linux-gnueabi-&'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g -fkeep-inline-functions'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,lto'
stage1_ldflags=''
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='arm-unknown-linux-gnueabi'
target_alias='arm-linux-gnueabi'
target_configargs='--cache-file=./config.cache --enable-multilib --with-cross-host=x86_64-apple-darwin18.2.0   '\''--prefix=/opt/local'\'' '\''--infodir=/opt/local/share/info'\'' '\''--mandir=/opt/local/share/man'\'' '\''--with-internal-glib'\'' '\''--with-local-prefix=/opt/local/arm-linux-gnueabi/sysroot'\'' '\''--with-pkgversion=MacPorts for arm-linux-gnueabi'\'' '\''--with-sysroot=/opt/local/arm-linux-gnueabi/sysroot'\'' '\''--with-system-zlib'\'' '\''--disable-checking'\'' '\''--disable-libgomp'\'' '\''--disable-libmudflap'\'' '\''--disable-libssp'\'' '\''--disable-libstdcxx-pch'\'' '\''--disable-nls'\'' '\''--enable-__cxa_atexit'\'' '\''--enable-c99'\'' '\''--enable-long-long'\'' '\''--enable-shared'\'' '\''--enable-symvers=gnu'\'' '\''--enable-target-optspace'\'' '\''--enable-threads=posix'\'' '\''--with-float=soft'\'' '\''--enable-interwork'\'' '\''--enable-languages=c,lto'\'' --program-transform-name='\''s&^&arm-linux-gnueabi-&'\'' --disable-option-checking'
target_configdirs=' libgcc libquadmath'
target_cpu='arm'
target_noncanonical='arm-linux-gnueabi'
target_os='linux-gnueabi'
target_subdir='arm-linux-gnueabi'
target_vendor='unknown'
tooldir='${exec_prefix}/arm-linux-gnueabi'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='/dev/null'
host_makefile_frag='/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/gcc-4.6.2/config/mh-darwin'
ospace_frag='/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/gcc-4.6.2/config/mt-ospace'
serialization_dependencies='serdep.tmp'
target_makefile_frag='/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/gcc-4.6.2/config/mt-gnu'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define LT_OBJDIR ".libs/"

configure: exit 0

build.log


version:1
:debug:sysinfo macOS 10.14 (darwin/18.2.0) arch i386
:debug:sysinfo MacPorts 2.5.4
:debug:sysinfo Xcode 10.1
:debug:sysinfo SDK 10.14
:debug:sysinfo MACOSX_DEPLOYMENT_TARGET: 10.14
:debug:main epoch: in tree: 0 installed: 0
:debug:main arm-linux-gnueabi-binutils 2.22_1 exists in the ports tree
:debug:main arm-linux-gnueabi-binutils 2.22_1  is the latest installed
:debug:main arm-linux-gnueabi-binutils 2.22_1  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: 
:debug:main Changing to port directory: /Volumes/buildBox/rav1e/MacPorts/ports/cross/arm-linux-gnueabi-binutils
:debug:main OS darwin/18.2.0 (Mac OS X 10.14) arch i386
:debug:main universal_variant is false, so not adding the default universal variant
:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Running callback portstartupitem::add_notes
:debug:main Finished running callback portstartupitem::add_notes
:debug:main No need to upgrade! arm-linux-gnueabi-binutils 2.22_1 >= arm-linux-gnueabi-binutils 2.22_1
:debug:main epoch: in tree: 0 installed: 0
:debug:main zlib 1.2.11_0 exists in the ports tree
:debug:main zlib 1.2.11_0  is the latest installed
:debug:main zlib 1.2.11_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: 
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/archivers/zlib
:debug:main OS darwin/18.2.0 (Mac OS X 10.14) arch i386
:debug:main Sourcing PortGroup xcodeversion 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/xcodeversion-1.0.tcl
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Running callback portstartupitem::add_notes
:debug:main Finished running callback portstartupitem::add_notes
:debug:main No need to upgrade! zlib 1.2.11_0 >= zlib 1.2.11_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main arm-linux-gnueabi-runtime 20120612_0 exists in the ports tree
:debug:main arm-linux-gnueabi-runtime 20120612_0  is the latest installed
:debug:main arm-linux-gnueabi-runtime 20120612_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: 
:debug:main Changing to port directory: /Volumes/buildBox/rav1e/MacPorts/ports/cross/arm-linux-gnueabi-runtime
:debug:main OS darwin/18.2.0 (Mac OS X 10.14) arch i386
:debug:main universal_variant is false, so not adding the default universal variant
:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Running callback portstartupitem::add_notes
:debug:main Finished running callback portstartupitem::add_notes
:debug:main No need to upgrade! arm-linux-gnueabi-runtime 20120612_0 >= arm-linux-gnueabi-runtime 20120612_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main gmp 6.1.2_1 exists in the ports tree
:debug:main gmp 6.1.2_1  is the latest installed
:debug:main gmp 6.1.2_1  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: 
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/gmp
:debug:main OS darwin/18.2.0 (Mac OS X 10.14) arch i386
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main universal variant already exists, so not adding the default one
:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Running callback portstartupitem::add_notes
:debug:main Finished running callback portstartupitem::add_notes
:debug:main No need to upgrade! gmp 6.1.2_1 >= gmp 6.1.2_1
:debug:main epoch: in tree: 0 installed: 0
:debug:main libiconv 1.15_0 exists in the ports tree
:debug:main libiconv 1.15_0  is the latest installed
:debug:main libiconv 1.15_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: 
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc/libiconv
:debug:main OS darwin/18.2.0 (Mac OS X 10.14) arch i386
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main universal variant already exists, so not adding the default one
:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Running callback portstartupitem::add_notes
:debug:main Finished running callback portstartupitem::add_notes
:debug:main No need to upgrade! libiconv 1.15_0 >= libiconv 1.15_0
:debug:main epoch: in tree: 0 installed: 0
:debug:main libmpc 1.1.0_1 exists in the ports tree
:debug:main libmpc 1.1.0_1  is the latest installed
:debug:main libmpc 1.1.0_1  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: 
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/libmpc
:debug:main OS darwin/18.2.0 (Mac OS X 10.14) arch i386
:debug:main adding the default universal variant
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Running callback portstartupitem::add_notes
:debug:main Finished running callback portstartupitem::add_notes
:debug:main No need to upgrade! libmpc 1.1.0_1 >= libmpc 1.1.0_1
:debug:main epoch: in tree: 0 installed: 0
:debug:main mpfr 4.0.2_0 exists in the ports tree
:debug:main mpfr 4.0.2_0  is the latest installed
:debug:main mpfr 4.0.2_0  is active
:debug:main Merging existing variants '' into variants
:debug:main new fully merged portvariants: 
:debug:main Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/mpfr
:debug:main OS darwin/18.2.0 (Mac OS X 10.14) arch i386
:debug:main Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/variant_descriptions.conf
:debug:main Sourcing PortGroup muniversal 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/muniversal-1.0.tcl
:debug:main Sourcing PortGroup compiler_blacklist_versions 1.0 from /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/_resources/port1.0/group/compiler_blacklist_versions-1.0.tcl
:debug:main compiler clang 1000.11.45.5 not blacklisted because it doesn't match {clang == 211.10.1}
:debug:main universal variant already exists, so not adding the default one
:debug:main Running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Finished running callback portconfigure::add_automatic_compiler_dependencies
:debug:main Running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Finished running callback portbuild::add_automatic_buildsystem_dependencies
:debug:main Running callback portstartupitem::add_notes
:debug:main Finished running callback portstartupitem::add_notes
:debug:main No need to upgrade! mpfr 4.0.2_0 >= mpfr 4.0.2_0
:msg:main --->  Computing dependencies for arm-linux-gnueabi-gcc:info:main .:debug:main arm-linux-gnueabi-gcc has no conflicts
:debug:main Searching for dependency: arm-linux-gnueabi-binutils
:debug:main Found Dependency: receipt exists for arm-linux-gnueabi-binutils
:debug:main Searching for dependency: arm-linux-gnueabi-runtime
:debug:main Found Dependency: receipt exists for arm-linux-gnueabi-runtime
:debug:main Searching for dependency: gmp
:debug:main Found Dependency: receipt exists for gmp
:debug:main Searching for dependency: libiconv
:debug:main Found Dependency: receipt exists for libiconv
:debug:main Searching for dependency: libmpc
:debug:main Found Dependency: receipt exists for libmpc
:debug:main Searching for dependency: mpfr
:debug:main Found Dependency: receipt exists for mpfr
:debug:main Executing org.macports.main (arm-linux-gnueabi-gcc)
:debug:main dropping privileges: euid changed to 501, egid changed to 501.
:debug:main Skipping completed org.macports.archivefetch (arm-linux-gnueabi-gcc)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (arm-linux-gnueabi-gcc)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (arm-linux-gnueabi-gcc)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (arm-linux-gnueabi-gcc)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (arm-linux-gnueabi-gcc)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (arm-linux-gnueabi-gcc)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Fri Apr 19 20:46:18 IST 2019
:notice:build --->  Building arm-linux-gnueabi-gcc
:debug:build Executing org.macports.build (arm-linux-gnueabi-gcc)
:debug:build Environment: 
:debug:build CC_PRINT_OPTIONS='YES'
:debug:build CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/.CC_PRINT_OPTIONS'
:debug:build CPATH='/opt/local/include'
:debug:build LIBRARY_PATH='/opt/local/lib'
:debug:build MACOSX_DEPLOYMENT_TARGET='10.14'
:info:build Executing:  cd "/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build" && /usr/bin/make -j4 -w all 
:debug:build system:  cd "/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build" && /usr/bin/make -j4 -w all 
:info:build make: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build'
:info:build make[1]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build'
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/intl'
:info:build make[2]: Nothing to be done for `all'.
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/intl'
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/libdecnumber'
:info:build make[2]: Nothing to be done for `all'.
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/libdecnumber'
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/build-x86_64-apple-darwin18.2.0/libiberty'
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/libiberty'
:info:build make[3]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/libiberty/testsuite'
:info:build make[3]: Nothing to be done for `all'.
:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/libiberty/testsuite'
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/libiberty'
:info:build make[3]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/build-x86_64-apple-darwin18.2.0/libiberty/testsuite'
:info:build make[3]: Nothing to be done for `all'.
:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/build-x86_64-apple-darwin18.2.0/libiberty/testsuite'
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/build-x86_64-apple-darwin18.2.0/libiberty'
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/lto-plugin'
:info:build /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/build-x86_64-apple-darwin18.2.0/fixincludes'
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/fixincludes'
:info:build make[2]: Nothing to be done for `all'.
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/fixincludes'
:info:build make[2]: Nothing to be done for `all'.
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/build-x86_64-apple-darwin18.2.0/fixincludes'
:info:build make[3]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/lto-plugin'
:info:build make[3]: Nothing to be done for `all-am'.
:info:build make[3]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/lto-plugin'
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/lto-plugin'
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/libcpp'
:info:build make[2]: Nothing to be done for `all'.
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/libcpp'
:info:build sed: illegal option -- r
:info:build usage: sed script [-Ealn] [-i extension] [file ...]
:info:build        sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
:info:build make[2]: Entering directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/gcc'
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/gcc'
:info:build Checking multilib configuration for libgcc...
:info:build Configuring in arm-linux-gnueabi/libgcc
:info:build configure: loading cache ./config.cache
:info:build checking for --enable-version-specific-runtime-libs... no
:info:build checking for a BSD-compatible install... /usr/bin/install -c
:info:build checking for gawk... gawk
:info:build checking build system type... x86_64-apple-darwin18.2.0
:info:build checking host system type... arm-unknown-linux-gnueabi
:info:build checking for arm-linux-gnueabi-ar... /opt/local/arm-linux-gnueabi/bin/ar
:info:build checking for arm-linux-gnueabi-lipo... arm-linux-gnueabi-lipo
:info:build checking for arm-linux-gnueabi-nm... /opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/./gcc/nm
:info:build checking for arm-linux-gnueabi-ranlib... /opt/local/arm-linux-gnueabi/bin/ranlib
:info:build checking for arm-linux-gnueabi-strip... /opt/local/arm-linux-gnueabi/bin/strip
:info:build checking whether ln -s works... yes
:info:build checking for arm-linux-gnueabi-gcc... /opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/./gcc/ -B/opt/local/arm-linux-gnueabi/bin/ -B/opt/local/arm-linux-gnueabi/lib/ -isystem /opt/local/arm-linux-gnueabi/include -isystem /opt/local/arm-linux-gnueabi/sys-include   
:info:build checking for suffix of object files... o
:info:build checking whether we are using the GNU C compiler... yes
:info:build checking whether /opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/./gcc/ -B/opt/local/arm-linux-gnueabi/bin/ -B/opt/local/arm-linux-gnueabi/lib/ -isystem /opt/local/arm-linux-gnueabi/include -isystem /opt/local/arm-linux-gnueabi/sys-include    accepts -g... yes
:info:build checking for /opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/./gcc/xgcc -B/opt/local/var/macports/build/_Volumes_buildBox_rav1e_Ma
cPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/./gcc/ -B/opt/local/arm-linux-gnueabi/bin/ -B/opt/local/arm-linux-gnueabi/lib/ -isystem /opt/local/arm-linux-gnueabi/include -isystem /opt/local/arm-linux-gnueabi/sys-include    option to accept ISO C89... unsupported
:info:build checking how to run the C preprocessor... /lib/cpp
:info:build configure: error: in `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build/arm-linux-gnueabi/libgcc':
:info:build configure: error: C preprocessor "/lib/cpp" fails sanity check
:info:build See `config.log' for more details.
:info:build make[1]: *** [configure-target-libgcc] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build'
:info:build Command failed:  cd "/opt/local/var/macports/build/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/work/build" && /usr/bin/make -j4 -w all 
:info:build Exit code: 2
:error:build Failed to build arm-linux-gnueabi-gcc: command execution failed
:debug:build Error code: CHILDSTATUS 70192 2
:debug:build Backtrace: command execution failed
:debug:build     while executing
:debug:build "system {*}$notty {*}$nice $fullcmdstring"
:debug:build     invoked from within
:debug:build "command_exec build"
:debug:build     (procedure "portbuild::build_main" line 8)
:debug:build     invoked from within
:debug:build "$procedure $targetname"
:error:build See /opt/local/var/macports/logs/_Volumes_buildBox_rav1e_MacPorts_ports_cross_arm-linux-gnueabi-gcc/arm-linux-gnueabi-gcc/main.log for details.```
vibhoothi commented 5 years ago

Temp Workaround: Use Precompiled toolchain Ref: 91bb42cda59f989a9e26b2f20736838075809e01