Kodi 18.5 Makefile:8: recipe for target 'native/.installed-x86_64-linux-native' faile
#1
Can someone please help with following error while building Kodi 18.5 after running make command. My log file is below:


touch .installed-x86_64-linux-native
make[2]: Leaving directory '/home/iwbnis/kodi-Leia/tools/depends/native/gettext-native'
make[1]: Leaving directory '/home/iwbnis/kodi-Leia/tools/depends/native'
Makefile:8: recipe for target 'native/.installed-x86_64-linux-native' failed
make: *** [native/.installed-x86_64-linux-native] Error 2




This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by xbmc-depends configure 2.00, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-tarballs=/home/iwbnis/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/home/iwbnis/android-sdk-linux --with-ndk-path=/home/iwbnis/android-ndk-r20b --prefix=/home/iwbnis/xbmc-depends

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

hostname = kodi
uname -m = x86_64
uname -r = 4.15.0-45-generic
uname -s = Linux
uname -v = #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC 2019

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/iwbnis/bin
PATH: /home/iwbnis/.local/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin


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

configure:2032: checking build system type
configure:2046: result: x86_64-pc-linux-gnu
configure:2066: checking host system type
configure:2079: result: arm-unknown-linux-androideabi
configure:2405: checking for C++ compiler version
configure:2414: g++ --version >&5
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609
Copyright © 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2425: $? = 0
configure:2414: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.12' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12)
configure:2425: $? = 0
configure:2414: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2425: $? = 1
configure:2414: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:2425: $? = 1
configure:2445: checking whether the C++ compiler works
configure:2467: g++    conftest.cpp  >&5
configure:2471: $? = 0
configure:2519: result: yes
configure:2522: checking for C++ compiler default output file name
configure:2524: result: a.out
configure:2530: checking for suffix of executables
configure:2537: g++ -o conftest    conftest.cpp  >&5
configure:2541: $? = 0
configure:2563: result:
configure:2585: checking whether we are cross compiling
configure:2593: g++ -o conftest    conftest.cpp  >&5
configure:2597: $? = 0
configure:2604: ./conftest
configure:2608: $? = 0
configure:2623: result: no
configure:2628: checking for suffix of object files
configure:2650: g++ -c   conftest.cpp >&5
configure:2654: $? = 0
configure:2675: result: o
configure:2679: checking whether we are using the GNU C++ compiler
configure:2698: g++ -c   conftest.cpp >&5
configure:2698: $? = 0
configure:2707: result: yes
configure:2716: checking whether g++ accepts -g
configure:2736: g++ -c -g  conftest.cpp >&5
configure:2736: $? = 0
configure:2777: result: yes
configure:2808: checking whether g++ supports C++11 features by default
configure:2842: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp:13:21: error: expected identifier before 'sizeof'
       static_assert(sizeof(int) <= sizeof(T), "not big enough");
                     ^
conftest.cpp:13:21: error: expected ',' or '...' before 'sizeof'
conftest.cpp:13:63: error: ISO C++ forbids declaration of 'static_assert' with no type [-fpermissive]
       static_assert(sizeof(int) <= sizeof(T), "not big enough");
                                                               ^
conftest.cpp:23:29: error: '>>' should be '> >' within a nested template argument list
     typedef check<check<bool>> right_angle_brackets;
                             ^
conftest.cpp:26:13: error: expected constructor, destructor, or type conversion before '(' token
     decltype(a) b;
             ^
conftest.cpp:30:15: error: expected unqualified-id before '&&' token
     check_type&& cr = static_cast<check_type&&>©;
               ^
conftest.cpp:32:10: error: 'd' does not name a type
     auto d = a;
          ^
conftest.cpp:33:10: error: 'l' does not name a type
     auto l = [](){};
          ^
configure:2842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
|   template <typename T>
|     struct check
|     {
|       static_assert(sizeof(int) <= sizeof(T), "not big enough");
|     };
|
|     struct Base {
|     virtual void f() {}
|     };
|     struct Child : public Base {
|     virtual void f() {}
|     };
|
|     typedef check<check<bool>> right_angle_brackets;
|
|     int a;
|     decltype(a) b;
|
|     typedef check<int> check_type;
|     check_type c;
|     check_type&& cr = static_cast<check_type&&>©;
|
|     auto d = a;
|     auto l = [](){};
|
configure:2849: result: no
configure:2860: checking whether g++ supports C++11 features with -std=c++11
configure:2896: g++ -c -g -O2 -std=c++11  conftest.cpp >&5
configure:2896: $? = 0
configure:2905: result: yes
configure:2948: checking for ccache
configure:2976: result: no
configure:2991: checking for curl
configure:3009: found /usr/bin/curl
configure:3022: result: /usr/bin/curl
configure:3036: checking for tar
configure:3054: found /bin/tar
configure:3067: result: /bin/tar
configure:4099: checking for arm-linux-androideabi-ranlib
configure:4132: result: no
configure:4142: checking for ranlib
configure:4160: found /usr/bin/ranlib
configure:4172: result: /usr/bin/ranlib
configure:4184: WARNING: using cross tools not prefixed with host triplet
configure:4197: checking for arm-linux-androideabi-ld
configure:4230: result: no
configure:4240: checking for ld
configure:4258: found /usr/bin/ld
configure:4270: result: /usr/bin/ld
configure:4295: checking for arm-linux-androideabi-ar
configure:4328: result: no
configure:4338: checking for ar
configure:4356: found /usr/bin/ar
configure:4368: result: /usr/bin/ar
configure:4393: checking for arm-linux-androideabi-readelf
configure:4426: result: no
configure:4436: checking for readelf
configure:4454: found /usr/bin/readelf
configure:4466: result: /usr/bin/readelf
configure:4491: checking for arm-linux-androideabi-strip
configure:4524: result: no
configure:4534: checking for strip
configure:4552: found /usr/bin/strip
configure:4564: result: /usr/bin/strip
configure:4589: checking for arm-linux-androideabi-as
configure:4622: result: no
configure:4632: checking for as
configure:4650: found /usr/bin/as
configure:4662: result: /usr/bin/as
configure:4687: checking for arm-linux-androideabi-nm
configure:4720: result: no
configure:4730: checking for nm
configure:4748: found /usr/bin/nm
configure:4760: result: /usr/bin/nm
configure:4785: checking for arm-linux-androideabi-objdump
configure:4818: result: no
configure:4828: checking for objdump
configure:4846: found /usr/bin/objdump
configure:4858: result: /usr/bin/objdump
configure:4883: checking for arm-linux-androideabi-clang
configure:4916: result: no
configure:4926: checking for clang
configure:4959: result: no
configure:4981: checking for arm-linux-androideabi-clang++
configure:5014: result: no
configure:5024: checking for clang++
configure:5057: result: no
configure:5081: checking how to run the C preprocessor
configure:5112:  -E  conftest.c
./configure: line 1621: -E: command not found
configure:5112: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|              Syntax error
configure:5112:  -E  conftest.c
./configure: line 1621: -E: command not found
configure:5112: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|              Syntax error
configure:5112:  -E -traditional-cpp  conftest.c
./configure: line 1621: -E: command not found
configure:5112: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|              Syntax error
configure:5112:  -E -traditional-cpp  conftest.c
./configure: line 1621: -E: command not found
configure:5112: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|              Syntax error
configure:5112: /lib/cpp  conftest.c
configure:5112: $? = 0
configure:5126: /lib/cpp  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5126: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5151: result: /lib/cpp
configure:5171: /lib/cpp  conftest.c
configure:5171: $? = 0
configure:5185: /lib/cpp  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5185: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5216: checking for ranlib
configure:5234: found /usr/bin/ranlib
configure:5247: result: /usr/bin/ranlib
configure:5257: checking for ld
configure:5275: found /usr/bin/ld
configure:5288: result: /usr/bin/ld
configure:5298: checking for ar
configure:5316: found /usr/bin/ar
configure:5329: result: /usr/bin/ar
configure:5339: checking for readelf
configure:5357: found /usr/bin/readelf
configure:5370: result: /usr/bin/readelf
configure:5380: checking for strip
configure:5398: found /usr/bin/strip
configure:5411: result: /usr/bin/strip
configure:5421: checking for as
configure:5439: found /usr/bin/as
configure:5452: result: /usr/bin/as
configure:5462: checking for nm
configure:5480: found /usr/bin/nm
configure:5493: result: /usr/bin/nm
configure:5503: checking for objdump
configure:5521: found /usr/bin/objdump
configure:5534: result: /usr/bin/objdump
configure:5544: checking for gcc
configure:5562: found /usr/bin/gcc
configure:5575: result: /usr/bin/gcc
configure:5585: checking for g++
configure:5603: found /usr/bin/g++
configure:5616: result: /usr/bin/g++
configure:5625: checking for library containing iconv_open
configure:5656:  -o conftest    conftest.c  >&5
./configure: line 1576: -o: command not found
configure:5656: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* 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 iconv_open ();
| int
| main ()
| {
| return iconv_open ();
|   ;
|   return 0;
| }
configure:5656:  -o conftest    conftest.c -liconv   >&5
./configure: line 1576: -o: command not found
configure:5656: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* 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 iconv_open ();
| int
| main ()
| {
| return iconv_open ();
|   ;
|   return 0;
| }
configure:5673: result: no
configure:5680: WARNING: "No iconv support in toolchain. Will build libiconv."
configure:5695:  -o conftest    conftest.c  >&5
./configure: line 1576: -o: command not found
configure:5695: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <locale.h>
| int
| main ()
| {
| struct lconv* test=localeconv();
|   ;
|   return 0;
| }
configure:5698: WARNING: "No localeconv support in toolchain. Using replacement."
configure:5851: checking for aapt
configure:5869: found /home/iwbnis/android-sdk-linux/build-tools/28.0.3/aapt
configure:5882: result: /home/iwbnis/android-sdk-linux/build-tools/28.0.3/aapt
configure:5896: checking for dx
configure:5914: found /home/iwbnis/android-sdk-linux/build-tools/28.0.3/dx
configure:5927: result: /home/iwbnis/android-sdk-linux/build-tools/28.0.3/dx
configure:5941: checking for zipalign
configure:5959: found /home/iwbnis/android-sdk-linux/build-tools/28.0.3/zipalign
configure:5972: result: /home/iwbnis/android-sdk-linux/build-tools/28.0.3/zipalign
configure:5989: checking for unzip
configure:6005: found /usr/bin/unzip
configure:6017: result: yes
configure:6121:  -c -DANDROID -D__ANDROID_API__=21 -fexceptions -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fPIC -DPIC -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -Og -g -D_DEBUG  conftest.c >&5
./configure: line 1538: -c: command not found
configure:6121: $? = 127
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xbmc-depends"
| #define PACKAGE_TARNAME "xbmc-depends"
| #define PACKAGE_VERSION "2.00"
| #define PACKAGE_STRING "xbmc-depends 2.00"
| #define PACKAGE_BUGREPORT "http://trac.xbmc.org"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| int foo;
configure:6336: creating ./config.status

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

This file was extended by xbmc-depends config.status 2.00, which was
generated by GNU Autoconf 2.69.  Invocation command line was

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

on kodi

config.status:809: creating target/config.site
config.status:809: creating native/config.site.native
config.status:809: creating Makefile.include
config.status:809: creating target/Toolchain.cmake
config.status:809: creating target/config-binaddons.site
config.status:809: creating target/Toolchain_binaddons.cmake
config.status:809: creating target/cross-file.meson

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

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-linux-androideabi
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=arm-unknown-linux-androideabi
ac_cv_objext=o
ac_cv_path_AAPT=/home/iwbnis/android-sdk-linux/build-tools/28.0.3/aapt
ac_cv_path_AR_FOR_BUILD=/usr/bin/ar
ac_cv_path_AS_FOR_BUILD=/usr/bin/as
ac_cv_path_CC_FOR_BUILD=/usr/bin/gcc
ac_cv_path_CURL=/usr/bin/curl
ac_cv_path_CXX_FOR_BUILD=/usr/bin/g++
ac_cv_path_DX=/home/iwbnis/android-sdk-linux/build-tools/28.0.3/dx
ac_cv_path_LD_FOR_BUILD=/usr/bin/ld
ac_cv_path_NM_FOR_BUILD=/usr/bin/nm
ac_cv_path_OBJDUMP_FOR_BUILD=/usr/bin/objdump
ac_cv_path_RANLIB_FOR_BUILD=/usr/bin/ranlib
ac_cv_path_READELF_FOR_BUILD=/usr/bin/readelf
ac_cv_path_STRIP_FOR_BUILD=/usr/bin/strip
ac_cv_path_TAR=/bin/tar
ac_cv_path_ZIPALIGN=/home/iwbnis/android-sdk-linux/build-tools/28.0.3/zipalign
ac_cv_path_ac_pt_AR=/usr/bin/ar
ac_cv_path_ac_pt_AS=/usr/bin/as
ac_cv_path_ac_pt_LD=/usr/bin/ld
ac_cv_path_ac_pt_NM=/usr/bin/nm
ac_cv_path_ac_pt_OBJDUMP=/usr/bin/objdump
ac_cv_path_ac_pt_RANLIB=/usr/bin/ranlib
ac_cv_path_ac_pt_READELF=/usr/bin/readelf
ac_cv_path_ac_pt_STRIP=/usr/bin/strip
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_HAVE_CCACHE=no
ac_cv_prog_HAVE_UNZIP=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_iconv_open=no
ax_cv_cxx_compile_cxx11=no
ax_cv_cxx_compile_cxx11__std_cpp11=yes

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

AAPT='/home/iwbnis/android-sdk-linux/build-tools/28.0.3/aapt'
AR='/usr/bin/ar'
ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX -DTARGET_ANDROID'
AR_FOR_BUILD='/usr/bin/ar'
AS='/usr/bin/as'
AS_FOR_BUILD='/usr/bin/as'
CC=''
CCACHE=''
CC_FOR_BUILD='/usr/bin/gcc'
CFLAGS='-DANDROID -D__ANDROID_API__=21 -fexceptions -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fPIC -DPIC -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -Og -g -D_DEBUG'
CPP='/lib/cpp'
CPPFLAGS=''
CURL='/usr/bin/curl'
CXX11_SWITCH='-std=c++11'
CXX=''
CXXFLAGS='-g -O2 -std=c++11'
CXX_FOR_BUILD='/usr/bin/g++'
DEFS='-DPACKAGE_NAME=\"xbmc-depends\" -DPACKAGE_TARNAME=\"xbmc-depends\" -DPACKAGE_VERSION=\"2.00\" -DPACKAGE_STRING=\"xbmc-depends\ 2.00\" -DPACKAGE_BUGREPORT=\"http://trac.xbmc.org\" -DPACKAGE_URL=\"\"'
DX='/home/iwbnis/android-sdk-linux/build-tools/28.0.3/dx'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
HAVE_CCACHE='no'
HAVE_CXX11=''
HAVE_UNZIP='yes'
HAVE_ZIP=''
LD='/usr/bin/ld'
LDFLAGS=''
LD_FOR_BUILD='/usr/bin/ld'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
NATIVE_ARCH_DEFINES='-DTARGET_POSIX -DTARGET_LINUX -D_LINUX'
NM='/usr/bin/nm'
NM_FOR_BUILD='/usr/bin/nm'
OBJDUMP='/usr/bin/objdump'
OBJDUMP_FOR_BUILD='/usr/bin/objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='http://trac.xbmc.org'
PACKAGE_NAME='xbmc-depends'
PACKAGE_STRING='xbmc-depends 2.00'
PACKAGE_TARNAME='xbmc-depends'
PACKAGE_URL=''
PACKAGE_VERSION='2.00'
PATH_SEPARATOR=':'
RANLIB='/usr/bin/ranlib'
RANLIB_FOR_BUILD='/usr/bin/ranlib'
READELF='/usr/bin/readelf'
READELF_FOR_BUILD='/usr/bin/readelf'
SHELL='/bin/bash'
STRIP='/usr/bin/strip'
STRIP_FOR_BUILD='/usr/bin/strip'
TAR='/bin/tar'
ZIPALIGN='/home/iwbnis/android-sdk-linux/build-tools/28.0.3/zipalign'
ac_ct_CC=''
ac_ct_CXX=''
app_rendersystem=''
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux'
build_tools_path='/home/iwbnis/android-sdk-linux/tools:/home/iwbnis/android-sdk-linux/platform-tools:/home/iwbnis/android-sdk-linux/build-tools/28.0.3'
build_vendor='pc'
cross_compiling='yes'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
deps_dir='arm-linux-androideabi-21-debug'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
ffmpeg_options=''
has_zlib=''
host='arm-unknown-linux-androideabi'
host_alias='arm-linux-androideabi'
host_cpu='arm'
host_os='linux-androideabi'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
link_iconv='-liconv'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
native_platform_min_version=''
need_libiconv='1'
oldincludedir='/usr/include'
pdfdir='${docdir}'
platform_cflags='-DANDROID -D__ANDROID_API__=21 -fexceptions -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fPIC -DPIC -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -g -D_DEBUG '
platform_cflags_debug='-DANDROID -D__ANDROID_API__=21 -fexceptions -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fPIC -DPIC -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -g -D_DEBUG '
platform_cflags_release='-DANDROID -D__ANDROID_API__=21 -fexceptions -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fPIC -DPIC -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -DNDEBUG=1 -Os '
platform_cxxflags='-std=c++11 -DANDROID -D__ANDROID_API__=21 -fexceptions -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fPIC -DPIC -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -frtti -g -D_DEBUG '
platform_cxxflags_debug='-std=c++11 -DANDROID -D__ANDROID_API__=21 -fexceptions -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fPIC -DPIC -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -frtti -g -D_DEBUG '
platform_cxxflags_release='-std=c++11 -DANDROID -D__ANDROID_API__=21 -fexceptions -funwind-tables -fstack-protector-strong -no-canonical-prefixes -fPIC -DPIC -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon -frtti -DNDEBUG=1 -Os '
platform_includes='-I/home/iwbnis/xbmc-depends/arm-linux-androideabi-21-debug/include/android-21'
platform_ldflags='-Wl,--exclude-libs,libgcc.a -Wl,--exclude-libs,libatomic.a -L/home/iwbnis/xbmc-depends/arm-linux-androideabi-21-debug/lib/android-21 -Wl,--exclude-libs,libunwind.a  '
platform_os='android'
prefix='/home/iwbnis/xbmc-depends'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
target_platform=''
tool_dir='x86_64-linux-gnu-native'
use_build_toolchain=''
use_ccache='no'
use_cpu='armeabi-v7a'
use_debug='yes'
use_firmware=''
use_gplv3='yes'
use_host='arm-linux-androideabi'
use_ndk_api='21'
use_ndk_path='/home/iwbnis/android-ndk-r20b'
use_sdk_path='/home/iwbnis/android-sdk-linux'
use_tarballs='/home/iwbnis/xbmc-tarballs'
use_toolchain=''

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

/* confdefs.h */
#define PACKAGE_NAME "xbmc-depends"
#define PACKAGE_TARNAME "xbmc-depends"
#define PACKAGE_VERSION "2.00"
#define PACKAGE_STRING "xbmc-depends 2.00"
#define PACKAGE_BUGREPORT "http://trac.xbmc.org"
#define PACKAGE_URL ""

configure: exit 0
Reply
#2
(2019-11-18, 03:40)james739 Wrote: My log file is below:

Please use a pastebin website for your logs next time.
Apparently we need to use a bigger font for the "Do not post logs in the forum" remarks.
Reply
#3
(2019-11-18, 08:55)Klojum Wrote:
(2019-11-18, 03:40)james739 Wrote: My log file is below:

Please use a pastebin website for your logs next time.
Apparently we need to use a bigger font for the "Do not post logs in the forum" remarks. 
I will do that next time thank you. Do you know how to fix that fault?
Reply
#4
ok, i manage to fix it. For some reason when I gettext folder was missing in kodi-Leia/tools/depends/native. I deleted and download Kodi again.
git clone https://github.com/xbmc/xbmc kodi-Leia
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi 18.5 Makefile:8: recipe for target 'native/.installed-x86_64-linux-native' faile0