open-mpi / hwloc

Hardware locality (hwloc)
https://www.open-mpi.org/projects/hwloc
Other
565 stars 173 forks source link

build hwloc with clang "--target=${target_host}" "--host=${target_host}" no work #666

Closed OPPO9008 closed 4 months ago

OPPO9008 commented 4 months ago

hwloc v2.10 github action ubutun-latest

CC=clang target_host=aarch64-linux-android

    ./configure \
    --prefix=${TARGET_DIR} \
    --host=${target_host} \
    --target=${target_host} \
    --disable-shared \
    --enable-static \
    --disable-io \
    --disable-libudev \
    --disable-libxml2 \
    && make -j 4 \
    && make install \
    && make clean
xmrig/lib-builder/build/build/hwloc/arm64-v8a/lib/libhwloc.a(topology.o) is incompatible with aarch64linux
2024-04-28T11:10:33.6242552Z ld.lld: error: /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/build/hwloc/arm64-v8a/lib/libhwloc.a(traversal.o) is incompatible with aarch64linux
2024-04-28T11:10:33.6246768Z ld.lld: error: /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/build/hwloc/arm64-v8a/lib/libhwloc.a(distances.o) is incompatible with aarch64linux
2024-04-28T11:10:33.6250248Z ld.lld: error: /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/build/hwloc/arm64-v8a/lib/libhwloc.a(memattrs.o) is incompatible with aarch64linux
2024-04-28T11:10:33.6253464Z ld.lld: error: /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/build/hwloc/arm64-v8a/lib/libhwloc.a(cpukinds.o) is incompatible with aarch64linux
2024-04-28T11:10:33.6256236Z ld.lld: error: /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/build/hwloc/arm64-v8a/lib/libhwloc.a(components.o) is incompatible with aarch64linux
2024-04-28T11:10:33.6258282Z ld.lld: error: /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/build/hwloc/arm64-v8a/lib/libhwloc.a(bind.o) is incompatible with aarch64linux
bgoglin commented 4 months ago

I never remember the correct way to cross-compile. What did it generate in libhwloc.a here? x86 code? What's your cross-compile toolchain names? gcc/ar/ld/... or arm-foo-blabla-gcc/ar/ld/... ?

sthibaul commented 4 months ago

And please also post your config.log, so we're sure what got detected and how.

OPPO9008 commented 4 months ago

I never remember the correct way to cross-compile. What did it generate in libhwloc.a here? x86 code? What's your cross-compile toolchain names? gcc/ar/ld/... or arm-foo-blabla-gcc/ar/ld/... ?

x86_64 , clang and add ./configure --target_host=aarch64-linux-android

OPPO9008 commented 4 months ago
autoreconf: export WARNINGS=
2024-05-02T11:36:15.3857734Z autoreconf: Entering directory '.'
2024-05-02T11:36:15.3862200Z autoreconf: configure.ac: not using Gettext
2024-05-02T11:36:16.3866498Z autoreconf: running: aclocal --force -I ./config
2024-05-02T11:36:17.5510857Z autoreconf: configure.ac: tracing
2024-05-02T11:36:18.1441632Z autoreconf: running: libtoolize --copy --force
2024-05-02T11:36:18.3041770Z libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, './config'.
2024-05-02T11:36:18.3042462Z libtoolize: copying file './config/ltmain.sh'
2024-05-02T11:36:18.3296380Z libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, './config'.
2024-05-02T11:36:18.3659725Z libtoolize: copying file './config/libtool.m4'
2024-05-02T11:36:18.3660704Z libtoolize: copying file './config/ltoptions.m4'
2024-05-02T11:36:18.4028219Z libtoolize: copying file './config/ltsugar.m4'
2024-05-02T11:36:18.4400204Z libtoolize: copying file './config/ltversion.m4'
2024-05-02T11:36:18.4768856Z libtoolize: copying file './config/lt~obsolete.m4'
2024-05-02T11:36:18.5149626Z autoreconf: configure.ac: not using Intltool
2024-05-02T11:36:18.5150403Z autoreconf: configure.ac: not using Gtkdoc
2024-05-02T11:36:18.5151394Z autoreconf: running: aclocal --force -I ./config
2024-05-02T11:36:19.6839208Z autoreconf: running: /usr/bin/autoconf --force
2024-05-02T11:36:20.4300328Z autoreconf: running: /usr/bin/autoheader --force
2024-05-02T11:36:21.0285002Z autoreconf: running: automake --add-missing --copy --force-missing
2024-05-02T11:36:21.3189093Z configure.ac:88: installing './config/ar-lib'
2024-05-02T11:36:21.3226930Z configure.ac:44: installing './config/compile'
2024-05-02T11:36:21.3276381Z configure.ac:37: installing './config/config.guess'
2024-05-02T11:36:21.3307362Z configure.ac:37: installing './config/config.sub'
2024-05-02T11:36:21.3337758Z configure.ac:40: installing './config/install-sh'
2024-05-02T11:36:21.3372309Z configure.ac:40: installing './config/missing'
2024-05-02T11:36:21.4209474Z contrib/misc/Makefile.am: installing './config/depcomp'
2024-05-02T11:36:21.5543206Z parallel-tests: installing './config/test-driver'
2024-05-02T11:36:22.2533245Z autoreconf: Leaving directory '.'
2024-05-02T11:36:22.2589243Z Checking whether configure needs patching for MacOS Big Sur libtool.m4 bug... no
2024-05-02T11:36:22.2608409Z building for arm
2024-05-02T11:36:22.3687011Z 
2024-05-02T11:36:22.3687324Z ###
2024-05-02T11:36:22.3687919Z ### Configuring hwloc distribution tarball
2024-05-02T11:36:22.3688736Z ### Startup tests
2024-05-02T11:36:22.3689152Z ###
2024-05-02T11:36:22.7085462Z checking build system type... x86_64-pc-linux-gnu
2024-05-02T11:36:22.7135263Z checking host system type... arm-unknown-linux-androideabi
2024-05-02T11:36:22.7186323Z checking target system type... arm-unknown-linux-androideabi
2024-05-02T11:36:22.7284333Z checking for a BSD-compatible install... /usr/bin/install -c
2024-05-02T11:36:22.7313414Z checking whether build environment is sane... yes
2024-05-02T11:36:22.7384667Z checking for arm-linux-androideabi-strip... no
2024-05-02T11:36:22.7388658Z checking for strip... strip
2024-05-02T11:36:22.7411494Z checking for a race-free mkdir -p... /usr/bin/mkdir -p
2024-05-02T11:36:22.7416021Z checking for gawk... gawk
2024-05-02T11:36:22.7485150Z checking whether make sets $(MAKE)... yes
2024-05-02T11:36:22.7543360Z checking whether make supports nested variables... yes
2024-05-02T11:36:22.7593540Z checking whether UID '1001' is supported by ustar format... yes
2024-05-02T11:36:22.7594584Z checking whether GID '127' is supported by ustar format... yes
2024-05-02T11:36:22.7732205Z checking how to create a ustar tar archive... gnutar
2024-05-02T11:36:22.7759949Z checking whether make supports nested variables... (cached) yes
2024-05-02T11:36:22.7838800Z checking whether make supports the include directive... yes (GNU style)
2024-05-02T11:36:22.7840939Z checking for arm-linux-androideabi-gcc... clang
2024-05-02T11:36:23.0374196Z checking whether the C compiler works... yes
2024-05-02T11:36:23.0375154Z checking for C compiler default output file name... a.out
2024-05-02T11:36:23.0961491Z checking for suffix of executables... 
2024-05-02T11:36:23.1774271Z checking whether we are cross compiling... no
2024-05-02T11:36:23.2076934Z checking for suffix of object files... o
2024-05-02T11:36:23.2355154Z checking whether the compiler supports GNU C... yes
2024-05-02T11:36:23.2644468Z checking whether clang accepts -g... yes
2024-05-02T11:36:23.3517636Z checking for clang option to enable C11 features... none needed
2024-05-02T11:36:23.4052405Z checking whether clang understands -c and -o together... yes
2024-05-02T11:36:23.4508275Z checking dependency style of clang... gcc3
2024-05-02T11:36:23.4836671Z checking for stdio.h... yes
2024-05-02T11:36:23.5324973Z checking for stdlib.h... yes
2024-05-02T11:36:23.5719538Z checking for string.h... yes
2024-05-02T11:36:23.6128922Z checking for inttypes.h... yes
2024-05-02T11:36:23.6520036Z checking for stdint.h... yes
2024-05-02T11:36:23.6905316Z checking for strings.h... yes
2024-05-02T11:36:23.7307268Z checking for sys/stat.h... yes
2024-05-02T11:36:23.7698137Z checking for sys/types.h... yes
2024-05-02T11:36:23.8140517Z checking for unistd.h... yes
2024-05-02T11:36:23.8572458Z checking for wchar.h... yes
2024-05-02T11:36:23.9022847Z checking for minix/config.h... no
2024-05-02T11:36:23.9450623Z checking whether it is safe to define __EXTENSIONS__... yes
2024-05-02T11:36:23.9785353Z checking whether _XOPEN_SOURCE should be defined... no
2024-05-02T11:36:23.9795359Z checking for arm-linux-androideabi-ar... no
2024-05-02T11:36:23.9800197Z checking for arm-linux-androideabi-lib... no
2024-05-02T11:36:23.9805020Z checking for arm-linux-androideabi-link... no
2024-05-02T11:36:23.9810942Z checking for ar... ar
2024-05-02T11:36:24.5612664Z checking the archiver (ar) interface... ar
2024-05-02T11:36:24.5921994Z checking how to print strings... printf
2024-05-02T11:36:24.5968163Z checking for a sed that does not truncate output... /usr/bin/sed
2024-05-02T11:36:24.6002602Z checking for grep that handles long lines and -e... /usr/bin/grep
2024-05-02T11:36:24.6020576Z checking for egrep... /usr/bin/grep -E
2024-05-02T11:36:24.6038681Z checking for fgrep... /usr/bin/grep -F
2024-05-02T11:36:24.6291989Z checking for ld used by clang... /usr/bin/ld
2024-05-02T11:36:24.6314896Z checking if the linker (/usr/bin/ld) is GNU ld... yes
2024-05-02T11:36:24.6322177Z checking for BSD- or MS-compatible name lister (nm)... no
2024-05-02T11:36:24.6328932Z checking for arm-linux-androideabi-dumpbin... no
2024-05-02T11:36:24.6333235Z checking for arm-linux-androideabi-link... no
2024-05-02T11:36:24.6337947Z checking for dumpbin... no
2024-05-02T11:36:24.6342670Z checking for link... link -dump
2024-05-02T11:36:24.7287293Z checking the name lister (nm) interface... BSD nm
2024-05-02T11:36:24.7288364Z checking whether ln -s works... yes
2024-05-02T11:36:24.7346429Z checking the maximum length of command line arguments... 3145728
2024-05-02T11:36:24.7377163Z checking how to convert x86_64-pc-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
2024-05-02T11:36:24.7378941Z checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
2024-05-02T11:36:24.7379762Z checking for /usr/bin/ld option to reload object files... -r
2024-05-02T11:36:24.7384719Z checking for arm-linux-androideabi-objdump... no
2024-05-02T11:36:24.7389317Z checking for objdump... objdump
2024-05-02T11:36:24.7392420Z checking how to recognize dependent libraries... pass_all
2024-05-02T11:36:24.7397959Z checking for arm-linux-androideabi-dlltool... no
2024-05-02T11:36:24.7402414Z checking for dlltool... no
2024-05-02T11:36:24.7403953Z checking how to associate runtime and link libraries... printf %s\n
2024-05-02T11:36:24.7405193Z checking for arm-linux-androideabi-ar... ar
2024-05-02T11:36:24.8164483Z checking for archiver @FILE support... @
2024-05-02T11:36:24.8165643Z checking for arm-linux-androideabi-strip... strip
2024-05-02T11:36:24.8172458Z checking for arm-linux-androideabi-ranlib... no
2024-05-02T11:36:24.8177397Z checking for ranlib... ranlib
2024-05-02T11:36:24.9664136Z checking command to parse nm output from clang object... ok
2024-05-02T11:36:24.9682418Z checking for sysroot... no
2024-05-02T11:36:24.9746020Z checking for a working dd... /usr/bin/dd
2024-05-02T11:36:24.9787043Z checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
2024-05-02T11:36:24.9795535Z checking for arm-linux-androideabi-mt... no
2024-05-02T11:36:24.9800278Z checking for mt... mt
2024-05-02T11:36:24.9852291Z checking if mt is a manifest tool... no
2024-05-02T11:36:25.0392936Z checking for dlfcn.h... yes
2024-05-02T11:36:25.0434398Z checking for objdir... .libs
2024-05-02T11:36:25.1714371Z checking if clang supports -fno-rtti -fno-exceptions... yes
2024-05-02T11:36:25.1715256Z checking for clang option to produce PIC... -fPIC -DPIC
2024-05-02T11:36:25.2048275Z checking if clang PIC flag -fPIC -DPIC works... yes
2024-05-02T11:36:25.3544529Z checking if clang static flag -static works... yes
2024-05-02T11:36:25.3961313Z checking if clang supports -c -o file.o... yes
2024-05-02T11:36:25.3962435Z checking if clang supports -c -o file.o... (cached) yes
2024-05-02T11:36:25.4245410Z checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
2024-05-02T11:36:25.4765132Z checking dynamic linker characteristics... Android linker
2024-05-02T11:36:25.4765942Z checking how to hardcode library paths into programs... immediate
2024-05-02T11:36:25.5488968Z checking for shl_load... no
2024-05-02T11:36:25.6073610Z checking for shl_load in -ldld... no
2024-05-02T11:36:25.6722576Z checking for dlopen... yes
2024-05-02T11:36:25.7432476Z checking whether a program can dlopen itself... yes
2024-05-02T11:36:25.8491562Z checking whether a statically linked program can dlopen itself... no
2024-05-02T11:36:25.8522422Z checking whether stripping libraries is possible... yes
2024-05-02T11:36:25.8523431Z checking if libtool supports shared libraries... yes
2024-05-02T11:36:25.8524218Z checking whether to build shared libraries... no
2024-05-02T11:36:25.8525331Z checking whether to build static libraries... yes
2024-05-02T11:36:25.8538787Z checking for arm-linux-androideabi-g++... no
2024-05-02T11:36:25.8544244Z checking for arm-linux-androideabi-c++... no
2024-05-02T11:36:25.8549408Z checking for arm-linux-androideabi-gpp... no
2024-05-02T11:36:25.8554644Z checking for arm-linux-androideabi-aCC... no
2024-05-02T11:36:25.8559858Z checking for arm-linux-androideabi-CC... no
2024-05-02T11:36:25.8565160Z checking for arm-linux-androideabi-cxx... no
2024-05-02T11:36:25.8570481Z checking for arm-linux-androideabi-cc++... no
2024-05-02T11:36:25.8575723Z checking for arm-linux-androideabi-cl.exe... no
2024-05-02T11:36:25.8580757Z checking for arm-linux-androideabi-FCC... no
2024-05-02T11:36:25.8586237Z checking for arm-linux-androideabi-KCC... no
2024-05-02T11:36:25.8591390Z checking for arm-linux-androideabi-RCC... no
2024-05-02T11:36:25.8596570Z checking for arm-linux-androideabi-xlC_r... no
2024-05-02T11:36:25.8601677Z checking for arm-linux-androideabi-xlC... no
2024-05-02T11:36:25.8607796Z checking for arm-linux-androideabi-clang++... no
2024-05-02T11:36:25.8612164Z checking for g++... g++
2024-05-02T11:36:25.9627078Z checking whether the compiler supports GNU C++... yes
2024-05-02T11:36:25.9807840Z checking whether g++ accepts -g... yes
2024-05-02T11:36:26.0855551Z checking for g++ option to enable C++11 features... none needed
2024-05-02T11:36:26.1178027Z checking dependency style of g++... gcc3
2024-05-02T11:36:26.1473351Z checking how to run the C++ preprocessor... g++ -E
2024-05-02T11:36:26.2410673Z checking for ld used by g++... /usr/bin/ld
2024-05-02T11:36:26.2433609Z checking if the linker (/usr/bin/ld) is GNU ld... yes
2024-05-02T11:36:26.2503853Z checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
2024-05-02T11:36:26.3145012Z checking for g++ option to produce PIC... -fPIC -DPIC
2024-05-02T11:36:26.3344384Z checking if g++ PIC flag -fPIC -DPIC works... yes
2024-05-02T11:36:26.4199085Z checking if g++ static flag -static works... yes
2024-05-02T11:36:26.4475444Z checking if g++ supports -c -o file.o... yes
2024-05-02T11:36:26.4476504Z checking if g++ supports -c -o file.o... (cached) yes
2024-05-02T11:36:26.4477668Z checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
2024-05-02T11:36:26.4478904Z checking dynamic linker characteristics... Android linker
2024-05-02T11:36:26.4479875Z checking how to hardcode library paths into programs... immediate
2024-05-02T11:36:26.4485618Z checking for arm-linux-androideabi-gcc... (cached) clang
2024-05-02T11:36:26.5705948Z checking whether the compiler supports GNU C... (cached) yes
2024-05-02T11:36:26.5707241Z checking whether clang accepts -g... (cached) yes
2024-05-02T11:36:26.5709198Z checking for clang option to enable C11 features... (cached) none needed
2024-05-02T11:36:26.5712230Z checking whether clang understands -c and -o together... (cached) yes
2024-05-02T11:36:26.5714697Z checking dependency style of clang... (cached) gcc3
2024-05-02T11:36:26.6724399Z checking for clang options needed to detect all undeclared functions... -fno-builtin
2024-05-02T11:36:26.6730190Z checking for arm-linux-androideabi-pkg-config... no
2024-05-02T11:36:26.6734511Z checking for pkg-config... /usr/bin/pkg-config
2024-05-02T11:36:26.6753414Z checking pkg-config is at least version 0.9.0... yes
2024-05-02T11:36:26.7327885Z checking how to run the C preprocessor... clang -E
2024-05-02T11:36:26.8709074Z checking for X... libraries , headers 
2024-05-02T11:36:26.8716868Z 
2024-05-02T11:36:26.8717048Z ###
2024-05-02T11:36:26.8717509Z ### Configuring hwloc core
2024-05-02T11:36:26.8717976Z ###
2024-05-02T11:36:26.8722367Z checking hwloc building mode... standalone
2024-05-02T11:36:26.8740931Z configure: hwloc builddir: /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc
2024-05-02T11:36:26.8742934Z configure: hwloc srcdir: /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc
2024-05-02T11:36:26.8775432Z checking for hwloc version... 2.10.1rc1-git
2024-05-02T11:36:26.8936218Z checking if want hwloc maintainer support... disabled
2024-05-02T11:36:26.8937154Z checking for hwloc directory prefix... (none)
2024-05-02T11:36:26.8960693Z checking for hwloc symbol prefix... hwloc_
2024-05-02T11:36:27.8734053Z checking for the C compiler vendor... gnu
2024-05-02T11:36:27.9564014Z checking size of void *... 8
2024-05-02T11:36:27.9567042Z checking which OS support to include... Linux
2024-05-02T11:36:27.9568510Z checking which CPU support to include... unknown
2024-05-02T11:36:28.0404173Z checking size of unsigned long... 8
2024-05-02T11:36:28.1242587Z checking size of unsigned int... 4
2024-05-02T11:36:28.1633960Z checking for __attribute__... yes
2024-05-02T11:36:28.1938816Z checking for __attribute__(aligned)... yes
2024-05-02T11:36:28.2248760Z checking for __attribute__(always_inline)... yes
2024-05-02T11:36:28.2566941Z checking for __attribute__(cold)... yes
2024-05-02T11:36:28.2885768Z checking for __attribute__(const)... yes
2024-05-02T11:36:28.3202849Z checking for __attribute__(deprecated)... yes
2024-05-02T11:36:28.3517506Z checking for __attribute__(constructor)... yes
2024-05-02T11:36:28.4225664Z checking for __attribute__(format)... yes
2024-05-02T11:36:28.4542188Z checking for __attribute__(hot)... yes
2024-05-02T11:36:28.4923915Z checking for __attribute__(malloc)... yes
2024-05-02T11:36:28.5230884Z checking for __attribute__(may_alias)... yes
2024-05-02T11:36:28.5539010Z checking for __attribute__(no_instrument_function)... yes
2024-05-02T11:36:28.6254024Z checking for __attribute__(nonnull)... yes
2024-05-02T11:36:28.6655107Z checking for __attribute__(noreturn)... yes
2024-05-02T11:36:28.6965002Z checking for __attribute__(packed)... yes
2024-05-02T11:36:28.7291413Z checking for __attribute__(pure)... yes
2024-05-02T11:36:28.7987287Z checking for __attribute__(sentinel)... yes
2024-05-02T11:36:28.8302327Z checking for __attribute__(unused)... yes
2024-05-02T11:36:28.9016645Z checking for __attribute__(warn_unused_result)... yes
2024-05-02T11:36:28.9332903Z checking for __attribute__(weak_alias)... yes
2024-05-02T11:36:29.0027763Z checking if clang supports -fvisibility=hidden... yes
2024-05-02T11:36:29.0029165Z checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
2024-05-02T11:36:29.0030702Z configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
2024-05-02T11:36:29.0351710Z checking whether the C compiler rejects function calls with too many arguments... yes
2024-05-02T11:36:29.0693557Z checking whether the C compiler rejects function calls with too few arguments... yes
2024-05-02T11:36:29.0707840Z checking whether to enable "picky" compiler mode... yes (default)
2024-05-02T11:36:29.1007612Z checking if gcc supports -Wdiscarded-qualifiers... no
2024-05-02T11:36:29.1300949Z checking if gcc supports -Wvariadic-macros... yes
2024-05-02T11:36:29.1595068Z checking if gcc supports -Wtype-limits... yes
2024-05-02T11:36:29.1902170Z checking if gcc supports -Wstack-usage=262144... no
2024-05-02T11:36:29.2185559Z checking if gcc supports -Wmissing-field-initializers... yes
2024-05-02T11:36:29.2475547Z checking if gcc supports -Wcast-function-type... yes
2024-05-02T11:36:29.2489727Z checking for unistd.h... (cached) yes
2024-05-02T11:36:29.2944387Z checking for dirent.h... yes
2024-05-02T11:36:29.2945159Z checking for strings.h... (cached) yes
2024-05-02T11:36:29.3398869Z checking for ctype.h... yes
2024-05-02T11:36:29.4102626Z checking for strcasecmp... yes
2024-05-02T11:36:29.4599155Z checking whether strcasecmp is declared... yes
2024-05-02T11:36:29.5069281Z checking whether function strcasecmp has a complete prototype... yes
2024-05-02T11:36:29.5774131Z checking for strncasecmp... yes
2024-05-02T11:36:29.6275332Z checking whether strncasecmp is declared... yes
2024-05-02T11:36:29.6747393Z checking whether function strncasecmp has a complete prototype... yes
2024-05-02T11:36:29.7414717Z checking for strftime... yes
2024-05-02T11:36:29.8073667Z checking for setlocale... yes
2024-05-02T11:36:29.8076075Z checking for stdint.h... (cached) yes
2024-05-02T11:36:29.8535015Z checking for sys/mman.h... yes
2024-05-02T11:36:29.8544413Z 
2024-05-02T11:36:29.8545179Z **** Linux-specific checks
2024-05-02T11:36:29.8928690Z checking whether sched_getcpu is declared... yes
2024-05-02T11:36:29.9305846Z checking whether sched_setaffinity is declared... yes
2024-05-02T11:36:29.9640701Z checking whether function sched_setaffinity has a complete prototype... yes
2024-05-02T11:36:29.9979248Z checking for old prototype of sched_setaffinity... no
2024-05-02T11:36:30.0669045Z checking for working CPU_SET... yes
2024-05-02T11:36:30.1344271Z checking for working CPU_SET_S... yes
2024-05-02T11:36:30.2046590Z checking for working syscall with 6 parameters... yes
2024-05-02T11:36:30.2057243Z **** end of Linux-specific checks
2024-05-02T11:36:30.2057608Z 
2024-05-02T11:36:30.2511170Z checking whether pthread_setaffinity_np is declared... yes
2024-05-02T11:36:30.2934421Z checking whether pthread_getaffinity_np is declared... yes
2024-05-02T11:36:30.3515915Z checking whether fabsf is declared... yes
2024-05-02T11:36:30.4255299Z checking for fabsf in -lm... yes
2024-05-02T11:36:30.4810550Z checking whether modff is declared... yes
2024-05-02T11:36:30.5537770Z checking for modff in -lm... yes
2024-05-02T11:36:30.5940422Z checking whether _SC_NPROCESSORS_ONLN is declared... yes
2024-05-02T11:36:30.6346456Z checking whether _SC_NPROCESSORS_CONF is declared... yes
2024-05-02T11:36:30.6762824Z checking whether _SC_NPROC_ONLN is declared... no
2024-05-02T11:36:30.7177902Z checking whether _SC_NPROC_CONF is declared... no
2024-05-02T11:36:30.7573827Z checking whether _SC_PAGESIZE is declared... yes
2024-05-02T11:36:30.7975402Z checking whether _SC_PAGE_SIZE is declared... yes
2024-05-02T11:36:30.8399018Z checking whether _SC_LARGE_PAGESIZE is declared... no
2024-05-02T11:36:30.8880697Z checking for mach/mach_init.h... no
2024-05-02T11:36:30.9357328Z checking for mach_init.h... no
2024-05-02T11:36:30.9834514Z checking for mach/mach_host.h... no
2024-05-02T11:36:31.0344073Z checking whether strtoull is declared... yes
2024-05-02T11:36:31.1277476Z checking for ssize_t... yes
2024-05-02T11:36:31.1783173Z checking whether snprintf is declared... yes
2024-05-02T11:36:31.2304843Z checking whether _strdup is declared... no
2024-05-02T11:36:31.2824735Z checking whether _putenv is declared... no
2024-05-02T11:36:31.3561937Z checking whether snprintf is correct... yes
2024-05-02T11:36:31.4094658Z checking whether getprogname is declared... no
2024-05-02T11:36:31.4608987Z checking whether getexecname is declared... no
2024-05-02T11:36:31.5315166Z checking for program_invocation_name... yes
2024-05-02T11:36:31.6004939Z checking for __progname... yes
2024-05-02T11:36:31.6767377Z checking for pthread_t... yes
2024-05-02T11:36:31.6770110Z checking for bash... /bin/bash
2024-05-02T11:36:31.7417866Z checking for ffs... yes
2024-05-02T11:36:31.7925978Z checking whether ffs is declared... yes
2024-05-02T11:36:31.8394915Z checking whether function ffs has a complete prototype... yes
2024-05-02T11:36:31.9283047Z checking for ffsl... yes
2024-05-02T11:36:31.9785982Z checking whether ffsl is declared... yes
2024-05-02T11:36:32.0257806Z checking whether function ffsl has a complete prototype... yes
2024-05-02T11:36:32.0979146Z checking for fls... no
2024-05-02T11:36:32.1692300Z checking for flsl... no
2024-05-02T11:36:32.2414372Z checking for clz... no
2024-05-02T11:36:32.3121887Z checking for clzl... no
2024-05-02T11:36:32.3786697Z checking for openat... yes
2024-05-02T11:36:32.4234107Z checking for malloc.h... yes
2024-05-02T11:36:32.4900021Z checking for getpagesize... yes
2024-05-02T11:36:32.5619981Z checking for memalign... yes
2024-05-02T11:36:32.6294195Z checking for posix_memalign... yes
2024-05-02T11:36:32.6739664Z checking for sys/utsname.h... yes
2024-05-02T11:36:32.7409105Z checking for uname... yes
2024-05-02T11:36:32.8072441Z checking for pthread_mutex_lock... yes
2024-05-02T11:36:32.8551618Z checking for valgrind/valgrind.h... no
2024-05-02T11:36:32.8932918Z checking whether RUNNING_ON_VALGRIND is declared... no
2024-05-02T11:36:32.8961593Z 
2024-05-02T11:36:32.8961942Z **** x86 CPUID configuration
2024-05-02T11:36:32.9529760Z checking for x86 cpuid... no
2024-05-02T11:36:32.9539276Z **** end of x86 CPUID configuration
2024-05-02T11:36:32.9539687Z 
2024-05-02T11:36:32.9540532Z **** component and plugin-specific configuration
2024-05-02T11:36:32.9541421Z checking if plugin support is enabled... no
2024-05-02T11:36:32.9597013Z checking components to build statically...  noos xml synthetic xml_nolibxml linux
2024-05-02T11:36:32.9617152Z checking components to build as plugins... 
2024-05-02T11:36:32.9618662Z **** end of component and plugin configuration
2024-05-02T11:36:32.9682771Z checking for diff... /usr/bin/diff
2024-05-02T11:36:32.9717035Z 
2024-05-02T11:36:32.9717365Z ###
2024-05-02T11:36:32.9717850Z ### Configuring hwloc documentation
2024-05-02T11:36:32.9718398Z ###
2024-05-02T11:36:32.9720481Z checking if this is a developer build... yes
2024-05-02T11:36:32.9726667Z checking for arm-linux-androideabi-doxygen... no
2024-05-02T11:36:32.9731798Z checking for doxygen... no
2024-05-02T11:36:32.9747038Z checking for arm-linux-androideabi-pdflatex... no
2024-05-02T11:36:32.9752016Z checking for pdflatex... no
2024-05-02T11:36:32.9757642Z checking for arm-linux-androideabi-makeindex... no
2024-05-02T11:36:32.9762638Z checking for makeindex... no
2024-05-02T11:36:32.9768127Z checking for arm-linux-androideabi-fig2dev... no
2024-05-02T11:36:32.9773047Z checking for fig2dev... no
2024-05-02T11:36:32.9778314Z checking for arm-linux-androideabi-gs... no
2024-05-02T11:36:32.9783794Z checking for gs... no
2024-05-02T11:36:32.9789087Z checking for arm-linux-androideabi-epstopdf... no
2024-05-02T11:36:32.9794147Z checking for epstopdf... no
2024-05-02T11:36:32.9794846Z checking if can build doxygen docs... no
2024-05-02T11:36:32.9800077Z checking for arm-linux-androideabi-w3m... no
2024-05-02T11:36:32.9804584Z checking for w3m... no
2024-05-02T11:36:32.9809490Z checking for arm-linux-androideabi-lynx... no
2024-05-02T11:36:32.9813940Z checking for lynx... no
2024-05-02T11:36:32.9814934Z checking if can build top-level README... no
2024-05-02T11:36:32.9815877Z checking if will build top-level README... no
2024-05-02T11:36:32.9816670Z checking if will build doxygen docs... no
2024-05-02T11:36:32.9817446Z checking if will install doxygen docs... no
2024-05-02T11:36:32.9826147Z 
2024-05-02T11:36:32.9826330Z ###
2024-05-02T11:36:32.9826849Z ### Configuring hwloc command line utilities
2024-05-02T11:36:32.9827312Z ###
2024-05-02T11:36:33.1154522Z checking for gethostbyname... yes
2024-05-02T11:36:33.1808380Z checking for connect... yes
2024-05-02T11:36:33.2460262Z checking for remove... yes
2024-05-02T11:36:33.3117831Z checking for shmat... yes
2024-05-02T11:36:33.3783361Z checking for IceConnectionNumber in -lICE... yes
2024-05-02T11:36:33.4271017Z checking for X11/Xlib.h... yes
2024-05-02T11:36:33.4971139Z checking for XOpenDisplay in -lX11... yes
2024-05-02T11:36:33.5373168Z checking for X11/Xutil.h... yes
2024-05-02T11:36:33.5821143Z checking for X11/keysym.h... yes
2024-05-02T11:36:33.6056058Z checking for CAIRO... yes
2024-05-02T11:36:33.6570260Z checking for cairo.h... yes
2024-05-02T11:36:33.7366420Z checking for cairo_fill... yes
2024-05-02T11:36:33.7367216Z checking for final CAIRO support... yes
2024-05-02T11:36:33.7618767Z checking whether lstopo Cairo/X11 interactive graphical output is supported... yes
2024-05-02T11:36:33.8333968Z checking for wchar_t... yes
2024-05-02T11:36:33.9010326Z checking for putwc... yes
2024-05-02T11:36:33.9477110Z checking for locale.h... yes
2024-05-02T11:36:33.9515575Z checking for setlocale... (cached) yes
2024-05-02T11:36:34.0164880Z checking for uselocale... yes
2024-05-02T11:36:34.0662695Z checking for xlocale.h... no
2024-05-02T11:36:34.1111543Z checking for langinfo.h... yes
2024-05-02T11:36:34.1763705Z checking for nl_langinfo... yes
2024-05-02T11:36:34.2632038Z checking termcap support using ncurses and ... no
2024-05-02T11:36:34.3450732Z checking termcap support using ncurses and -lncursesw... yes
2024-05-02T11:36:34.3480673Z checking whether diff accepts -u... yes
2024-05-02T11:36:34.3492102Z checking whether diff accepts -w... yes
2024-05-02T11:36:34.3915321Z checking whether bind is declared... yes
2024-05-02T11:36:34.4528957Z checking for bind in -lsocket... no
2024-05-02T11:36:34.5191894Z checking for isatty... yes
2024-05-02T11:36:34.5841382Z checking for tcgetpgrp... yes
2024-05-02T11:36:34.6283600Z checking for time.h... yes
2024-05-02T11:36:34.6944504Z checking for clock_gettime... yes
2024-05-02T11:36:34.6953605Z 
2024-05-02T11:36:34.6953788Z ###
2024-05-02T11:36:34.6954207Z ### Configuring tests
2024-05-02T11:36:34.6955601Z ###
2024-05-02T11:36:34.7610625Z checking for pthread_self in -lpthread... yes
2024-05-02T11:36:34.7679122Z checking for NUMA... no
2024-05-02T11:36:34.8267173Z checking for numa_available in -lnuma... no
2024-05-02T11:36:34.8268181Z checking for stdlib.h... (cached) yes
2024-05-02T11:36:34.8926419Z checking for mkstemp... yes
2024-05-02T11:36:34.9403489Z checking for infiniband/verbs.h... no
2024-05-02T11:36:34.9409110Z checking for xmllint... no
2024-05-02T11:36:34.9414101Z checking for bunzip2... bunzip2
2024-05-02T11:36:35.2111696Z checking if CXX works... yes
2024-05-02T11:36:35.2122823Z checking whether diff accepts -u... yes
2024-05-02T11:36:35.2137085Z 
2024-05-02T11:36:35.2137266Z ###
2024-05-02T11:36:35.2137780Z ### Performing final hwloc configuration
2024-05-02T11:36:35.2138331Z ###
2024-05-02T11:36:35.2454435Z checking that generated files are newer than configure... done
2024-05-02T11:36:35.2460646Z configure: creating ./config.status
2024-05-02T11:36:35.8766318Z config.status: creating Makefile
2024-05-02T11:36:35.8889607Z config.status: creating include/Makefile
2024-05-02T11:36:35.9049810Z config.status: creating hwloc/Makefile
2024-05-02T11:36:35.9215999Z config.status: creating doc/Makefile
2024-05-02T11:36:35.9391632Z config.status: creating doc/examples/Makefile
2024-05-02T11:36:35.9555010Z config.status: creating doc/doxygen-config.cfg
2024-05-02T11:36:35.9719256Z config.status: creating utils/Makefile
2024-05-02T11:36:35.9877494Z config.status: creating utils/hwloc/Makefile
2024-05-02T11:36:36.0047585Z config.status: creating utils/lstopo/Makefile
2024-05-02T11:36:36.0225608Z config.status: creating hwloc.pc
2024-05-02T11:36:36.0352807Z config.status: creating tests/Makefile
2024-05-02T11:36:36.0512522Z config.status: creating tests/hwloc/Makefile
2024-05-02T11:36:36.0693057Z config.status: creating tests/hwloc/linux/Makefile
2024-05-02T11:36:36.0859951Z config.status: creating tests/hwloc/linux/allowed/Makefile
2024-05-02T11:36:36.1019820Z config.status: creating tests/hwloc/linux/gather/Makefile
2024-05-02T11:36:36.1177918Z config.status: creating tests/hwloc/x86/Makefile
2024-05-02T11:36:36.1339949Z config.status: creating tests/hwloc/x86+linux/Makefile
2024-05-02T11:36:36.1499602Z config.status: creating tests/hwloc/xml/Makefile
2024-05-02T11:36:36.1660072Z config.status: creating tests/hwloc/ports/Makefile
2024-05-02T11:36:36.1824982Z config.status: creating tests/hwloc/rename/Makefile
2024-05-02T11:36:36.1980597Z config.status: creating tests/hwloc/linux/allowed/test-topology.sh
2024-05-02T11:36:36.2142627Z config.status: creating tests/hwloc/linux/gather/test-gather-topology.sh
2024-05-02T11:36:36.2305659Z config.status: creating tests/hwloc/linux/test-topology.sh
2024-05-02T11:36:36.2468525Z config.status: creating tests/hwloc/x86/test-topology.sh
2024-05-02T11:36:36.2632044Z config.status: creating tests/hwloc/x86+linux/test-topology.sh
2024-05-02T11:36:36.2794792Z config.status: creating tests/hwloc/xml/test-topology.sh
2024-05-02T11:36:36.2964941Z config.status: creating tests/hwloc/wrapper.sh
2024-05-02T11:36:36.3128807Z config.status: creating utils/hwloc/hwloc-compress-dir
2024-05-02T11:36:36.3293880Z config.status: creating utils/hwloc/hwloc-gather-topology
2024-05-02T11:36:36.3462077Z config.status: creating utils/hwloc/test-hwloc-annotate.sh
2024-05-02T11:36:36.3632380Z config.status: creating utils/hwloc/test-hwloc-calc.sh
2024-05-02T11:36:36.3800667Z config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
2024-05-02T11:36:36.3966400Z config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
2024-05-02T11:36:36.4134079Z config.status: creating utils/hwloc/test-hwloc-distrib.sh
2024-05-02T11:36:36.4299556Z config.status: creating utils/hwloc/test-hwloc-info.sh
2024-05-02T11:36:36.4465799Z config.status: creating utils/hwloc/test-build-custom-topology.sh
2024-05-02T11:36:36.4628899Z config.status: creating utils/hwloc/test-fake-plugin.sh
2024-05-02T11:36:36.4794339Z config.status: creating utils/hwloc/test-parsing-flags.sh
2024-05-02T11:36:36.4957422Z config.status: creating utils/hwloc/test-hwloc-dump-hwdata/Makefile
2024-05-02T11:36:36.5116724Z config.status: creating utils/hwloc/test-hwloc-dump-hwdata/test-hwloc-dump-hwdata.sh
2024-05-02T11:36:36.5280454Z config.status: creating utils/lstopo/test-lstopo.sh
2024-05-02T11:36:36.5446907Z config.status: creating utils/lstopo/test-lstopo-shmem.sh
2024-05-02T11:36:36.5612126Z config.status: creating contrib/hwloc-ps.www/Makefile
2024-05-02T11:36:36.5771054Z config.status: creating contrib/systemd/Makefile
2024-05-02T11:36:36.5928552Z config.status: creating contrib/completion/Makefile
2024-05-02T11:36:36.6086601Z config.status: creating contrib/misc/Makefile
2024-05-02T11:36:36.6246053Z config.status: creating contrib/windows/Makefile
2024-05-02T11:36:36.6403756Z config.status: creating include/private/autogen/config.h
2024-05-02T11:36:36.6559517Z config.status: creating include/hwloc/autogen/config.h
2024-05-02T11:36:36.6751962Z config.status: linking hwloc/topology-solaris.c to tests/hwloc/ports/topology-solaris.c
2024-05-02T11:36:36.6824479Z config.status: linking hwloc/topology-solaris-chiptype.c to tests/hwloc/ports/topology-solaris-chiptype.c
2024-05-02T11:36:36.6898074Z config.status: linking hwloc/topology-aix.c to tests/hwloc/ports/topology-aix.c
2024-05-02T11:36:36.6975072Z config.status: linking hwloc/topology-windows.c to tests/hwloc/ports/topology-windows.c
2024-05-02T11:36:36.7050471Z config.status: linking hwloc/topology-darwin.c to tests/hwloc/ports/topology-darwin.c
2024-05-02T11:36:36.7124393Z config.status: linking hwloc/topology-freebsd.c to tests/hwloc/ports/topology-freebsd.c
2024-05-02T11:36:36.7197979Z config.status: linking hwloc/topology-netbsd.c to tests/hwloc/ports/topology-netbsd.c
2024-05-02T11:36:36.7270989Z config.status: linking hwloc/topology-hpux.c to tests/hwloc/ports/topology-hpux.c
2024-05-02T11:36:36.7343439Z config.status: linking hwloc/topology-bgq.c to tests/hwloc/ports/topology-bgq.c
2024-05-02T11:36:36.7415963Z config.status: linking hwloc/topology-opencl.c to tests/hwloc/ports/topology-opencl.c
2024-05-02T11:36:36.7489568Z config.status: linking hwloc/topology-cuda.c to tests/hwloc/ports/topology-cuda.c
2024-05-02T11:36:36.7561858Z config.status: linking hwloc/topology-nvml.c to tests/hwloc/ports/topology-nvml.c
2024-05-02T11:36:36.7634378Z config.status: linking hwloc/topology-rsmi.c to tests/hwloc/ports/topology-rsmi.c
2024-05-02T11:36:36.7708747Z config.status: linking hwloc/topology-levelzero.c to tests/hwloc/ports/topology-levelzero.c
2024-05-02T11:36:36.7782101Z config.status: linking hwloc/topology-gl.c to tests/hwloc/ports/topology-gl.c
2024-05-02T11:36:36.7857377Z config.status: linking utils/lstopo/lstopo-windows.c to tests/hwloc/ports/lstopo-windows.c
2024-05-02T11:36:36.7930223Z config.status: linking utils/lstopo/lstopo-android.c to tests/hwloc/ports/lstopo-android.c
2024-05-02T11:36:36.7963054Z config.status: executing depfiles commands
2024-05-02T11:36:37.6784069Z config.status: executing libtool commands
2024-05-02T11:36:37.6889512Z config.status: executing chmoding-scripts commands
2024-05-02T11:36:37.6927588Z 
2024-05-02T11:36:37.6928139Z -----------------------------------------------------------------------------
2024-05-02T11:36:37.6929292Z Hwloc optional build support status (more details can be found above):
2024-05-02T11:36:37.6929990Z 
2024-05-02T11:36:37.6930295Z Probe / display I/O devices: no
2024-05-02T11:36:37.6939972Z Graphical output:            yes (Cairo)
2024-05-02T11:36:37.6940399Z XML input / output:          basic
2024-05-02T11:36:37.6951538Z Plugin support:              no
2024-05-02T11:36:37.6961999Z -----------------------------------------------------------------------------
sthibaul commented 4 months ago
2024-05-02T11:36:22.7840939Z checking for arm-linux-androideabi-gcc... clang

Ah, that is why, you need to give CC="clang --target=xxx"

In the gnu toolchain case, the command prefixes allow this to be automatic, but in the clang case that doesn't happen.

OPPO9008 commented 4 months ago
2024-05-02T11:36:22.7840939Z checking for arm-linux-androideabi-gcc... clang

Ah, that is why, you need to give CC="clang --target=xxx"

In the gnu toolchain case, the command prefixes allow this to be automatic, but in the clang case that doesn't happen.

configure: error: in `/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc':
2024-05-02T13:52:41.2940051Z configure: error: C compiler cannot create executables
2024-05-02T13:52:41.2941022Z See `config.log' for more details

https://github.com/OPPO9008/xmrig-for-android/actions/runs/8925004944

sthibaul commented 4 months ago

2024-05-02T13:52:41.2941022Z See `config.log' for more details

means we want to see config.log

OPPO9008 commented 4 months ago

2024-05-02T13:52:41.2941022Z See `config.log' for more details

means we want to see config.log

   $ ./configure --prefix=/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/build/hwloc/armeabi-v7a --host=armv7-linux-androideabi29 --target=armv7-linux-androideabi29 --disable-shared --enable-static --disable-io --disable-libudev --disable-libxml2 'CC=clang  --target=armv7-linux-androideabi29'
2024-05-02T15:05:47.2259971Z 
2024-05-02T15:05:47.2260223Z ## --------- ##
2024-05-02T15:05:47.2260633Z ## Platform. ##
2024-05-02T15:05:47.2261068Z ## --------- ##
2024-05-02T15:05:47.2261303Z 
2024-05-02T15:05:47.2261561Z hostname = fv-az849-631
2024-05-02T15:05:47.2262073Z uname -m = x86_64
2024-05-02T15:05:47.2262559Z uname -r = 6.5.0-1018-azure
2024-05-02T15:05:47.2263061Z uname -s = Linux
2024-05-02T15:05:47.2263866Z uname -v = #19~22.04.2-Ubuntu SMP Thu Mar 21 16:45:46 UTC 2024
2024-05-02T15:05:47.2264426Z 
2024-05-02T15:05:47.2264686Z /usr/bin/uname -p = x86_64
2024-05-02T15:05:47.2265245Z /bin/uname -X     = unknown
2024-05-02T15:05:47.2265904Z 
2024-05-02T15:05:47.2266155Z /bin/arch              = x86_64
2024-05-02T15:05:47.2266824Z /usr/bin/arch -k       = unknown
2024-05-02T15:05:47.2267410Z /usr/convex/getsysinfo = unknown
2024-05-02T15:05:47.2267976Z /usr/bin/hostinfo      = unknown
2024-05-02T15:05:47.2268532Z /bin/machine           = unknown
2024-05-02T15:05:47.2269095Z /usr/bin/oslevel       = unknown
2024-05-02T15:05:47.2269918Z /bin/universe          = unknown
2024-05-02T15:05:47.2270253Z 
2024-05-02T15:05:47.2271536Z PATH: /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/tool/arm/armv7-linux-androideabi29/bin/
2024-05-02T15:05:47.2272828Z PATH: /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/tool/arm/bin/
2024-05-02T15:05:47.2273535Z PATH: /opt/hostedtoolcache/node/20.12.2/x64/bin/
2024-05-02T15:05:47.2274125Z PATH: /opt/hostedtoolcache/Java_Adopt_jdk/11.0.23-9/x64/bin/
2024-05-02T15:05:47.2274601Z PATH: /opt/hostedtoolcache/ndk/r26/x64/
2024-05-02T15:05:47.2275040Z PATH: /opt/hostedtoolcache/Python/3.10.14/x64/bin/
2024-05-02T15:05:47.2275498Z PATH: /opt/hostedtoolcache/Python/3.10.14/x64/
2024-05-02T15:05:47.2275845Z PATH: /snap/bin/
2024-05-02T15:05:47.2276122Z PATH: /home/runner/.local/bin/
2024-05-02T15:05:47.2276421Z PATH: /opt/pipx_bin/
2024-05-02T15:05:47.2276710Z PATH: /home/runner/.cargo/bin/
2024-05-02T15:05:47.2277408Z PATH: /home/runner/.config/composer/vendor/bin/
2024-05-02T15:05:47.2277791Z PATH: /usr/local/.ghcup/bin/
2024-05-02T15:05:47.2278128Z PATH: /home/runner/.dotnet/tools/
2024-05-02T15:05:47.2278450Z PATH: /usr/local/sbin/
2024-05-02T15:05:47.2278723Z PATH: /usr/local/bin/
2024-05-02T15:05:47.2278970Z PATH: /usr/sbin/
2024-05-02T15:05:47.2279204Z PATH: /usr/bin/
2024-05-02T15:05:47.2279437Z PATH: /sbin/
2024-05-02T15:05:47.2279663Z PATH: /bin/
2024-05-02T15:05:47.2279886Z PATH: /usr/games/
2024-05-02T15:05:47.2280145Z PATH: /usr/local/games/
2024-05-02T15:05:47.2280411Z PATH: /snap/bin/
2024-05-02T15:05:47.2280556Z 
2024-05-02T15:05:47.2280564Z 
2024-05-02T15:05:47.2280709Z ## ----------- ##
2024-05-02T15:05:47.2280947Z ## Core tests. ##
2024-05-02T15:05:47.2281210Z ## ----------- ##
2024-05-02T15:05:47.2281347Z 
2024-05-02T15:05:47.2281934Z configure:3476: looking for aux files: ltmain.sh ar-lib compile missing install-sh config.guess config.sub
2024-05-02T15:05:47.2282604Z configure:3489:  trying ././config/
2024-05-02T15:05:47.2282996Z configure:3518:   ././config/ltmain.sh found
2024-05-02T15:05:47.2283452Z configure:3518:   ././config/ar-lib found
2024-05-02T15:05:47.2283854Z configure:3518:   ././config/compile found
2024-05-02T15:05:47.2284259Z configure:3518:   ././config/missing found
2024-05-02T15:05:47.2284707Z configure:3500:   ././config/install-sh found
2024-05-02T15:05:47.2285152Z configure:3518:   ././config/config.guess found
2024-05-02T15:05:47.2285595Z configure:3518:   ././config/config.sub found
2024-05-02T15:05:47.2286022Z configure:3651: checking build system type
2024-05-02T15:05:47.2286499Z configure:3666: result: x86_64-pc-linux-gnux32
2024-05-02T15:05:47.2286926Z configure:3686: checking host system type
2024-05-02T15:05:47.2287462Z configure:3700: result: armv7-unknown-linux-androideabi29
2024-05-02T15:05:47.2287951Z configure:3720: checking target system type
2024-05-02T15:05:47.2288489Z configure:3734: result: armv7-unknown-linux-androideabi29
2024-05-02T15:05:47.2289078Z configure:3779: checking for a BSD-compatible install
2024-05-02T15:05:47.2289568Z configure:3852: result: /usr/bin/install -c
2024-05-02T15:05:47.2290056Z configure:3863: checking whether build environment is sane
2024-05-02T15:05:47.2290476Z configure:3918: result: yes
2024-05-02T15:05:47.2290974Z configure:3974: checking for armv7-linux-androideabi29-strip
2024-05-02T15:05:47.2291419Z configure:4009: result: no
2024-05-02T15:05:47.2291746Z configure:4019: checking for strip
2024-05-02T15:05:47.2292099Z configure:4040: found /usr/bin/strip
2024-05-02T15:05:47.2292444Z configure:4051: result: strip
2024-05-02T15:05:47.2293096Z configure:4077: checking for a race-free mkdir -p
2024-05-02T15:05:47.2293602Z configure:4121: result: /usr/bin/mkdir -p
2024-05-02T15:05:47.2293980Z configure:4128: checking for gawk
2024-05-02T15:05:47.2294350Z configure:4149: found /usr/bin/gawk
2024-05-02T15:05:47.2294688Z configure:4160: result: gawk
2024-05-02T15:05:47.2295078Z configure:4171: checking whether make sets $(MAKE)
2024-05-02T15:05:47.2295617Z configure:4194: result: yes
2024-05-02T15:05:47.2296100Z configure:4224: checking whether make supports nested variables
2024-05-02T15:05:47.2296552Z configure:4242: result: yes
2024-05-02T15:05:47.2297114Z configure:4327: checking whether UID '1001' is supported by ustar format
2024-05-02T15:05:47.2297595Z configure:4330: result: yes
2024-05-02T15:05:47.2298142Z configure:4337: checking whether GID '127' is supported by ustar format
2024-05-02T15:05:47.2298624Z configure:4340: result: yes
2024-05-02T15:05:47.2299060Z configure:4348: checking how to create a ustar tar archive
2024-05-02T15:05:47.2299527Z configure:4359: tar --version
2024-05-02T15:05:47.2299829Z tar (GNU tar) 1.34
2024-05-02T15:05:47.2300193Z Copyright (C) 2021 Free Software Foundation, Inc.
2024-05-02T15:05:47.2300840Z License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
2024-05-02T15:05:47.2301530Z This is free software: you are free to change and redistribute it.
2024-05-02T15:05:47.2302103Z There is NO WARRANTY, to the extent permitted by law.
2024-05-02T15:05:47.2302411Z 
2024-05-02T15:05:47.2302582Z Written by John Gilmore and Jay Fenlason.
2024-05-02T15:05:47.2302938Z configure:4362: $? = 0
2024-05-02T15:05:47.2303592Z configure:4402: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
2024-05-02T15:05:47.2304145Z configure:4405: $? = 0
2024-05-02T15:05:47.2304499Z configure:4409: tar -xf - <conftest.tar
2024-05-02T15:05:47.2304840Z configure:4412: $? = 0
2024-05-02T15:05:47.2305149Z configure:4414: cat conftest.dir/file
2024-05-02T15:05:47.2305454Z GrepMe
2024-05-02T15:05:47.2305677Z configure:4417: $? = 0
2024-05-02T15:05:47.2305980Z configure:4431: result: gnutar
2024-05-02T15:05:47.2306578Z configure:4507: checking whether make supports nested variables
2024-05-02T15:05:47.2307144Z configure:4525: result: yes
2024-05-02T15:05:47.2307638Z configure:4556: checking whether make supports the include directive
2024-05-02T15:05:47.2308276Z configure:4571: make -f confmf.GNU && cat confinc.out
2024-05-02T15:05:47.2309222Z make[1]: Entering directory '/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc'
2024-05-02T15:05:47.2310419Z make[1]: Leaving directory '/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc'
2024-05-02T15:05:47.2311109Z this is the am__doit target
2024-05-02T15:05:47.2311408Z configure:4574: $? = 0
2024-05-02T15:05:47.2311730Z configure:4593: result: yes (GNU style)
2024-05-02T15:05:47.2312263Z configure:4624: checking for armv7-linux-androideabi29-gcc
2024-05-02T15:05:47.2312922Z configure:4656: result: clang  --target=armv7-linux-androideabi29
2024-05-02T15:05:47.2313459Z configure:5054: checking for C compiler version
2024-05-02T15:05:47.2314097Z configure:5063: clang  --target=armv7-linux-androideabi29 --version >&5
2024-05-02T15:05:47.2314650Z Ubuntu clang version 14.0.0-1ubuntu1.1
2024-05-02T15:05:47.2315078Z Target: armv7-unknown-linux-android29
2024-05-02T15:05:47.2315424Z Thread model: posix
2024-05-02T15:05:47.2315695Z InstalledDir: /usr/bin
2024-05-02T15:05:47.2315962Z configure:5074: $? = 0
2024-05-02T15:05:47.2316457Z configure:5063: clang  --target=armv7-linux-androideabi29 -v >&5
2024-05-02T15:05:47.2317508Z Ubuntu clang version 14.0.0-1ubuntu1.1
2024-05-02T15:05:47.2317957Z Target: armv7-unknown-linux-android29
2024-05-02T15:05:47.2318290Z Thread model: posix
2024-05-02T15:05:47.2318556Z InstalledDir: /usr/bin
2024-05-02T15:05:47.2318842Z configure:5074: $? = 0
2024-05-02T15:05:47.2319338Z configure:5063: clang  --target=armv7-linux-androideabi29 -V >&5
2024-05-02T15:05:47.2320198Z clang: error: argument to '-V' is missing (expected 1 value)
2024-05-02T15:05:47.2320664Z clang: error: no input files
2024-05-02T15:05:47.2320964Z configure:5074: $? = 1
2024-05-02T15:05:47.2321499Z configure:5063: clang  --target=armv7-linux-androideabi29 -qversion >&5
2024-05-02T15:05:47.2322219Z clang: error: unknown argument '-qversion'; did you mean '--version'?
2024-05-02T15:05:47.2322844Z clang: error: no input files
2024-05-02T15:05:47.2323137Z configure:5074: $? = 1
2024-05-02T15:05:47.2323664Z configure:5063: clang  --target=armv7-linux-androideabi29 -version >&5
2024-05-02T15:05:47.2324367Z clang: error: unknown argument '-version'; did you mean '--version'?
2024-05-02T15:05:47.2324839Z clang: error: no input files
2024-05-02T15:05:47.2325129Z configure:5074: $? = 1
2024-05-02T15:05:47.2325552Z configure:5094: checking whether the C compiler works
2024-05-02T15:05:47.2326334Z configure:5116: clang  --target=armv7-linux-androideabi29    conftest.c  >&5
2024-05-02T15:05:47.2326990Z /usr/bin/ld: unrecognised emulation mode: armelf_linux_eabi
2024-05-02T15:05:47.2327731Z Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 elf_iamcu elf_l1om elf_k1om i386pep i386pe
2024-05-02T15:05:47.2328777Z clang: error: linker command failed with exit code 1 (use -v to see invocation)
2024-05-02T15:05:47.2329379Z configure:5120: $? = 1
2024-05-02T15:05:47.2329660Z configure:5160: result: no
2024-05-02T15:05:47.2329980Z configure: failed program was:
2024-05-02T15:05:47.2330296Z | /* confdefs.h */
2024-05-02T15:05:47.2330600Z | #define PACKAGE_NAME "hwloc"
2024-05-02T15:05:47.2330958Z | #define PACKAGE_TARNAME "hwloc"
2024-05-02T15:05:47.2331371Z | #define PACKAGE_VERSION "2.10.1rc1-git"
2024-05-02T15:05:47.2331835Z | #define PACKAGE_STRING "hwloc 2.10.1rc1-git"
2024-05-02T15:05:47.2332465Z | #define PACKAGE_BUGREPORT "https://github.com/open-mpi/hwloc/issues"
2024-05-02T15:05:47.2332946Z | #define PACKAGE_URL ""
2024-05-02T15:05:47.2333232Z | #define PACKAGE "hwloc"
2024-05-02T15:05:47.2333583Z | #define VERSION "2.10.1rc1-git"
2024-05-02T15:05:47.2333908Z | /* end confdefs.h.  */
2024-05-02T15:05:47.2334166Z | 
2024-05-02T15:05:47.2334350Z | int
2024-05-02T15:05:47.2334564Z | main (void)
2024-05-02T15:05:47.2334781Z | {
2024-05-02T15:05:47.2334961Z | 
2024-05-02T15:05:47.2335147Z |   ;
2024-05-02T15:05:47.2335359Z |   return 0;
2024-05-02T15:05:47.2335584Z | }
2024-05-02T15:05:47.2336340Z configure:5165: error: in `/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc':
2024-05-02T15:05:47.2337162Z configure:5167: error: C compiler cannot create executables
2024-05-02T15:05:47.2337761Z See `config.log' for more details
2024-05-02T15:05:47.2337980Z 
2024-05-02T15:05:47.2338120Z ## ---------------- ##
2024-05-02T15:05:47.2338465Z ## Cache variables. ##
2024-05-02T15:05:47.2338774Z ## ---------------- ##
2024-05-02T15:05:47.2338933Z 
2024-05-02T15:05:47.2339113Z ac_cv_build=x86_64-pc-linux-gnux32
2024-05-02T15:05:47.2339428Z ac_cv_env_CCC_set=
2024-05-02T15:05:47.2339672Z ac_cv_env_CCC_value=
2024-05-02T15:05:47.2339929Z ac_cv_env_CC_set=set
2024-05-02T15:05:47.2340397Z ac_cv_env_CC_value='clang  --target=armv7-linux-androideabi29'
2024-05-02T15:05:47.2340835Z ac_cv_env_CFLAGS_set=
2024-05-02T15:05:47.2341098Z ac_cv_env_CFLAGS_value=
2024-05-02T15:05:47.2341377Z ac_cv_env_CPPFLAGS_set=
2024-05-02T15:05:47.2341657Z ac_cv_env_CPPFLAGS_value=
2024-05-02T15:05:47.2341934Z ac_cv_env_CPP_set=
2024-05-02T15:05:47.2342183Z ac_cv_env_CPP_value=
2024-05-02T15:05:47.2342464Z ac_cv_env_CUDA_VERSION_set=
2024-05-02T15:05:47.2342775Z ac_cv_env_CUDA_VERSION_value=
2024-05-02T15:05:47.2343069Z ac_cv_env_CXXCPP_set=
2024-05-02T15:05:47.2343332Z ac_cv_env_CXXCPP_value=
2024-05-02T15:05:47.2343602Z ac_cv_env_CXXFLAGS_set=
2024-05-02T15:05:47.2343880Z ac_cv_env_CXXFLAGS_value=
2024-05-02T15:05:47.2344154Z ac_cv_env_CXX_set=
2024-05-02T15:05:47.2344396Z ac_cv_env_CXX_value=
2024-05-02T15:05:47.2344656Z ac_cv_env_DIFF_set=
2024-05-02T15:05:47.2344910Z ac_cv_env_DIFF_value=
2024-05-02T15:05:47.2345165Z ac_cv_env_DOXYGEN_set=
2024-05-02T15:05:47.2345585Z ac_cv_env_DOXYGEN_value=
2024-05-02T15:05:47.2345876Z ac_cv_env_EPSTOPDF_set=
2024-05-02T15:05:47.2346152Z ac_cv_env_EPSTOPDF_value=
2024-05-02T15:05:47.2346424Z ac_cv_env_FIG2DEV_set=
2024-05-02T15:05:47.2346688Z ac_cv_env_FIG2DEV_value=
2024-05-02T15:05:47.2346955Z ac_cv_env_GS_set=
2024-05-02T15:05:47.2347200Z ac_cv_env_GS_value=
2024-05-02T15:05:47.2347600Z ac_cv_env_HWLOC_CAIRO_CFLAGS_set=
2024-05-02T15:05:47.2347953Z ac_cv_env_HWLOC_CAIRO_CFLAGS_value=
2024-05-02T15:05:47.2348303Z ac_cv_env_HWLOC_CAIRO_LIBS_set=
2024-05-02T15:05:47.2348637Z ac_cv_env_HWLOC_CAIRO_LIBS_value=
2024-05-02T15:05:47.2348974Z ac_cv_env_HWLOC_CUDART_CFLAGS_set=
2024-05-02T15:05:47.2349335Z ac_cv_env_HWLOC_CUDART_CFLAGS_value=
2024-05-02T15:05:47.2349691Z ac_cv_env_HWLOC_CUDART_LIBS_set=
2024-05-02T15:05:47.2350035Z ac_cv_env_HWLOC_CUDART_LIBS_value=
2024-05-02T15:05:47.2350375Z ac_cv_env_HWLOC_CUDA_CFLAGS_set=
2024-05-02T15:05:47.2350714Z ac_cv_env_HWLOC_CUDA_CFLAGS_value=
2024-05-02T15:05:47.2351057Z ac_cv_env_HWLOC_CUDA_LIBS_set=
2024-05-02T15:05:47.2351376Z ac_cv_env_HWLOC_CUDA_LIBS_value=
2024-05-02T15:05:47.2351721Z ac_cv_env_HWLOC_LEVELZERO_CFLAGS_set=
2024-05-02T15:05:47.2352101Z ac_cv_env_HWLOC_LEVELZERO_CFLAGS_value=
2024-05-02T15:05:47.2352475Z ac_cv_env_HWLOC_LEVELZERO_LIBS_set=
2024-05-02T15:05:47.2352831Z ac_cv_env_HWLOC_LEVELZERO_LIBS_value=
2024-05-02T15:05:47.2353195Z ac_cv_env_HWLOC_LIBXML2_CFLAGS_set=
2024-05-02T15:05:47.2353552Z ac_cv_env_HWLOC_LIBXML2_CFLAGS_value=
2024-05-02T15:05:47.2353908Z ac_cv_env_HWLOC_LIBXML2_LIBS_set=
2024-05-02T15:05:47.2354246Z ac_cv_env_HWLOC_LIBXML2_LIBS_value=
2024-05-02T15:05:47.2354569Z ac_cv_env_HWLOC_MS_LIB_set=
2024-05-02T15:05:47.2354865Z ac_cv_env_HWLOC_MS_LIB_value=
2024-05-02T15:05:47.2355190Z ac_cv_env_HWLOC_NUMA_CFLAGS_set=
2024-05-02T15:05:47.2355520Z ac_cv_env_HWLOC_NUMA_CFLAGS_value=
2024-05-02T15:05:47.2355860Z ac_cv_env_HWLOC_NUMA_LIBS_set=
2024-05-02T15:05:47.2356184Z ac_cv_env_HWLOC_NUMA_LIBS_value=
2024-05-02T15:05:47.2356533Z ac_cv_env_HWLOC_PCIACCESS_CFLAGS_set=
2024-05-02T15:05:47.2357079Z ac_cv_env_HWLOC_PCIACCESS_CFLAGS_value=
2024-05-02T15:05:47.2357554Z ac_cv_env_HWLOC_PCIACCESS_LIBS_set=
2024-05-02T15:05:47.2357919Z ac_cv_env_HWLOC_PCIACCESS_LIBS_value=
2024-05-02T15:05:47.2358244Z ac_cv_env_LDFLAGS_set=
2024-05-02T15:05:47.2358511Z ac_cv_env_LDFLAGS_value=
2024-05-02T15:05:47.2358785Z ac_cv_env_LIBS_set=
2024-05-02T15:05:47.2359050Z ac_cv_env_LIBS_value=
2024-05-02T15:05:47.2359349Z ac_cv_env_LT_SYS_LIBRARY_PATH_set=
2024-05-02T15:05:47.2359697Z ac_cv_env_LT_SYS_LIBRARY_PATH_value=
2024-05-02T15:05:47.2360019Z ac_cv_env_LYNX_set=
2024-05-02T15:05:47.2360273Z ac_cv_env_LYNX_value=
2024-05-02T15:05:47.2360537Z ac_cv_env_MAKEINDEX_set=
2024-05-02T15:05:47.2360826Z ac_cv_env_MAKEINDEX_value=
2024-05-02T15:05:47.2361116Z ac_cv_env_PDFLATEX_set=
2024-05-02T15:05:47.2361396Z ac_cv_env_PDFLATEX_value=
2024-05-02T15:05:47.2361675Z ac_cv_env_PKG_CONFIG_set=
2024-05-02T15:05:47.2361958Z ac_cv_env_PKG_CONFIG_value=
2024-05-02T15:05:47.2362258Z ac_cv_env_ROCM_VERSION_set=
2024-05-02T15:05:47.2362550Z ac_cv_env_ROCM_VERSION_value=
2024-05-02T15:05:47.2362834Z ac_cv_env_W3M_set=
2024-05-02T15:05:47.2363085Z ac_cv_env_W3M_value=
2024-05-02T15:05:47.2363345Z ac_cv_env_XMKMF_set=
2024-05-02T15:05:47.2363603Z ac_cv_env_XMKMF_value=
2024-05-02T15:05:47.2363869Z ac_cv_env_build_alias_set=
2024-05-02T15:05:47.2364163Z ac_cv_env_build_alias_value=
2024-05-02T15:05:47.2364468Z ac_cv_env_host_alias_set=set
2024-05-02T15:05:47.2364923Z ac_cv_env_host_alias_value=armv7-linux-androideabi29
2024-05-02T15:05:47.2365337Z ac_cv_env_target_alias_set=set
2024-05-02T15:05:47.2365794Z ac_cv_env_target_alias_value=armv7-linux-androideabi29
2024-05-02T15:05:47.2366315Z ac_cv_host=armv7-unknown-linux-androideabi29
2024-05-02T15:05:47.2366779Z ac_cv_path_install='/usr/bin/install -c'
2024-05-02T15:05:47.2367143Z ac_cv_path_mkdir=/usr/bin/mkdir
2024-05-02T15:05:47.2367445Z ac_cv_prog_AWK=gawk
2024-05-02T15:05:47.2367884Z ac_cv_prog_CC='clang  --target=armv7-linux-androideabi29'
2024-05-02T15:05:47.2368516Z ac_cv_prog_ac_ct_STRIP=strip
2024-05-02T15:05:47.2368823Z ac_cv_prog_make_make_set=yes
2024-05-02T15:05:47.2369250Z ac_cv_target=armv7-unknown-linux-androideabi29
2024-05-02T15:05:47.2369671Z am_cv_make_support_nested_variables=yes
2024-05-02T15:05:47.2370014Z am_cv_prog_tar_ustar=gnutar
2024-05-02T15:05:47.2370207Z 
2024-05-02T15:05:47.2370338Z ## ----------------- ##
2024-05-02T15:05:47.2370753Z ## Output variables. ##
2024-05-02T15:05:47.2371053Z ## ----------------- ##
2024-05-02T15:05:47.2371210Z 
2024-05-02T15:05:47.2372017Z ACLOCAL='${SHELL} '\''/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc/config/missing'\'' aclocal-1.16'
2024-05-02T15:05:47.2372830Z AMDEPBACKSLASH='\'
2024-05-02T15:05:47.2373098Z AMDEP_FALSE='#'
2024-05-02T15:05:47.2373340Z AMDEP_TRUE=''
2024-05-02T15:05:47.2373597Z AMTAR='$${TAR-tar}'
2024-05-02T15:05:47.2373854Z AM_BACKSLASH='\'
2024-05-02T15:05:47.2374188Z AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2024-05-02T15:05:47.2374564Z AM_DEFAULT_VERBOSITY='0'
2024-05-02T15:05:47.2374847Z AM_V='$(V)'
2024-05-02T15:05:47.2375059Z AR=''
2024-05-02T15:05:47.2375261Z AS=''
2024-05-02T15:05:47.2376137Z AUTOCONF='${SHELL} '\''/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc/config/missing'\'' autoconf'
2024-05-02T15:05:47.2377845Z AUTOHEADER='${SHELL} '\''/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc/config/missing'\'' autoheader'
2024-05-02T15:05:47.2379339Z AUTOMAKE='${SHELL} '\''/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc/config/missing'\'' automake-1.16'
2024-05-02T15:05:47.2380141Z AWK='gawk'
2024-05-02T15:05:47.2380382Z BASH='/bin/bash'
2024-05-02T15:05:47.2380621Z BUNZIPP=''
2024-05-02T15:05:47.2380972Z CC='clang  --target=armv7-linux-androideabi29'
2024-05-02T15:05:47.2381344Z CCDEPMODE=''
2024-05-02T15:05:47.2381573Z CFLAGS=''
2024-05-02T15:05:47.2381830Z CONFIGURE_DEPENDENCIES=''
2024-05-02T15:05:47.2382095Z CPP=''
2024-05-02T15:05:47.2382313Z CPPFLAGS=''
2024-05-02T15:05:47.2382554Z CSCOPE='cscope'
2024-05-02T15:05:47.2382798Z CTAGS='ctags'
2024-05-02T15:05:47.2383037Z CUDA_VERSION=''
2024-05-02T15:05:47.2383267Z CXX=''
2024-05-02T15:05:47.2383472Z CXXCPP=''
2024-05-02T15:05:47.2383687Z CXXDEPMODE=''
2024-05-02T15:05:47.2383918Z CXXFLAGS=''
2024-05-02T15:05:47.2384159Z CYGPATH_W='echo'
2024-05-02T15:05:47.2384402Z DEFS=''
2024-05-02T15:05:47.2384621Z DEPDIR='.deps'
2024-05-02T15:05:47.2384849Z DIFF=''
2024-05-02T15:05:47.2385057Z DLLTOOL=''
2024-05-02T15:05:47.2385266Z DOXYGEN=''
2024-05-02T15:05:47.2385481Z DSYMUTIL=''
2024-05-02T15:05:47.2385702Z DUMPBIN=''
2024-05-02T15:05:47.2385916Z ECHO_C=''
2024-05-02T15:05:47.2386131Z ECHO_N='-n'
2024-05-02T15:05:47.2386346Z ECHO_T=''
2024-05-02T15:05:47.2386557Z EGREP=''
2024-05-02T15:05:47.2386765Z EPSTOPDF=''
2024-05-02T15:05:47.2386997Z ETAGS='etags'
2024-05-02T15:05:47.2387225Z EXEEXT=''
2024-05-02T15:05:47.2387436Z FGREP=''
2024-05-02T15:05:47.2387642Z FIG2DEV=''
2024-05-02T15:05:47.2387860Z GREP=''
2024-05-02T15:05:47.2388065Z GS=''
2024-05-02T15:05:47.2388314Z HWLOC_BUILD_DOXYGEN_FALSE=''
2024-05-02T15:05:47.2388633Z HWLOC_BUILD_DOXYGEN_TRUE=''
2024-05-02T15:05:47.2388948Z HWLOC_BUILD_README_FALSE=''
2024-05-02T15:05:47.2389256Z HWLOC_BUILD_README_TRUE=''
2024-05-02T15:05:47.2389586Z HWLOC_BUILD_STANDALONE_FALSE=''
2024-05-02T15:05:47.2389940Z HWLOC_BUILD_STANDALONE_TRUE=''
2024-05-02T15:05:47.2390253Z HWLOC_CAIRO_CFLAGS=''
2024-05-02T15:05:47.2390532Z HWLOC_CAIRO_LIBS=''
2024-05-02T15:05:47.2390776Z HWLOC_CFLAGS=''
2024-05-02T15:05:47.2391029Z HWLOC_CPPFLAGS=''
2024-05-02T15:05:47.2391323Z HWLOC_CROSS_COMPILING_FALSE=''
2024-05-02T15:05:47.2391661Z HWLOC_CROSS_COMPILING_TRUE=''
2024-05-02T15:05:47.2391976Z HWLOC_CUDART_CFLAGS=''
2024-05-02T15:05:47.2392269Z HWLOC_CUDART_CPPFLAGS=''
2024-05-02T15:05:47.2392565Z HWLOC_CUDART_LDFLAGS=''
2024-05-02T15:05:47.2392853Z HWLOC_CUDART_LIBS=''
2024-05-02T15:05:47.2393161Z HWLOC_CUDA_BUILD_STATIC_FALSE=''
2024-05-02T15:05:47.2393666Z HWLOC_CUDA_BUILD_STATIC_TRUE=''
2024-05-02T15:05:47.2393997Z HWLOC_CUDA_CFLAGS=''
2024-05-02T15:05:47.2394275Z HWLOC_CUDA_CPPFLAGS=''
2024-05-02T15:05:47.2394551Z HWLOC_CUDA_LDFLAGS=''
2024-05-02T15:05:47.2394826Z HWLOC_CUDA_LIBS=''
2024-05-02T15:05:47.2395094Z HWLOC_DARWIN_LDFLAGS=''
2024-05-02T15:05:47.2395354Z HWLOC_DIFF_U=''
2024-05-02T15:05:47.2395593Z HWLOC_DIFF_W=''
2024-05-02T15:05:47.2395947Z HWLOC_DL_LIBS=''
2024-05-02T15:05:47.2396215Z HWLOC_EMBEDDED_CFLAGS=''
2024-05-02T15:05:47.2396515Z HWLOC_EMBEDDED_CPPFLAGS=''
2024-05-02T15:05:47.2396868Z HWLOC_EMBEDDED_LDADD=''
2024-05-02T15:05:47.2398350Z HWLOC_EMBEDDED_LDFLAGS=''
2024-05-02T15:05:47.2398665Z HWLOC_EMBEDDED_LIBS=''
2024-05-02T15:05:47.2398979Z HWLOC_GL_BUILD_STATIC_FALSE=''
2024-05-02T15:05:47.2399313Z HWLOC_GL_BUILD_STATIC_TRUE=''
2024-05-02T15:05:47.2399607Z HWLOC_GL_LIBS=''
2024-05-02T15:05:47.2399920Z HWLOC_HAVE_32BITS_PCI_DOMAIN_FALSE=''
2024-05-02T15:05:47.2400308Z HWLOC_HAVE_32BITS_PCI_DOMAIN_TRUE=''
2024-05-02T15:05:47.2400659Z HWLOC_HAVE_AIX_FALSE=''
2024-05-02T15:05:47.2400951Z HWLOC_HAVE_AIX_TRUE=''
2024-05-02T15:05:47.2401239Z HWLOC_HAVE_BGQ_FALSE=''
2024-05-02T15:05:47.2401519Z HWLOC_HAVE_BGQ_TRUE=''
2024-05-02T15:05:47.2401815Z HWLOC_HAVE_BUNZIPP_FALSE=''
2024-05-02T15:05:47.2402133Z HWLOC_HAVE_BUNZIPP_TRUE=''
2024-05-02T15:05:47.2402431Z HWLOC_HAVE_CAIRO_FALSE=''
2024-05-02T15:05:47.2402737Z HWLOC_HAVE_CAIRO_TRUE=''
2024-05-02T15:05:47.2403035Z HWLOC_HAVE_CUDART_FALSE=''
2024-05-02T15:05:47.2403339Z HWLOC_HAVE_CUDART_TRUE=''
2024-05-02T15:05:47.2403629Z HWLOC_HAVE_CUDA_FALSE=''
2024-05-02T15:05:47.2403923Z HWLOC_HAVE_CUDA_TRUE=''
2024-05-02T15:05:47.2404205Z HWLOC_HAVE_CXX_FALSE=''
2024-05-02T15:05:47.2404487Z HWLOC_HAVE_CXX_TRUE=''
2024-05-02T15:05:47.2404767Z HWLOC_HAVE_DARWIN_FALSE=''
2024-05-02T15:05:47.2405068Z HWLOC_HAVE_DARWIN_TRUE=''
2024-05-02T15:05:47.2405369Z HWLOC_HAVE_FREEBSD_FALSE=''
2024-05-02T15:05:47.2405682Z HWLOC_HAVE_FREEBSD_TRUE=''
2024-05-02T15:05:47.2405969Z HWLOC_HAVE_GCC_FALSE=''
2024-05-02T15:05:47.2406253Z HWLOC_HAVE_GCC_TRUE=''
2024-05-02T15:05:47.2406529Z HWLOC_HAVE_GL_FALSE=''
2024-05-02T15:05:47.2406796Z HWLOC_HAVE_GL_TRUE=''
2024-05-02T15:05:47.2407083Z HWLOC_HAVE_HPUX_FALSE=''
2024-05-02T15:05:47.2407376Z HWLOC_HAVE_HPUX_TRUE=''
2024-05-02T15:05:47.2407661Z HWLOC_HAVE_IRIX_FALSE=''
2024-05-02T15:05:47.2407943Z HWLOC_HAVE_IRIX_TRUE=''
2024-05-02T15:05:47.2408230Z HWLOC_HAVE_LEVELZERO=''
2024-05-02T15:05:47.2408525Z HWLOC_HAVE_LEVELZERO_FALSE=''
2024-05-02T15:05:47.2408875Z HWLOC_HAVE_LEVELZERO_TRUE=''
2024-05-02T15:05:47.2409212Z HWLOC_HAVE_LIBIBVERBS_FALSE=''
2024-05-02T15:05:47.2409543Z HWLOC_HAVE_LIBIBVERBS_TRUE=''
2024-05-02T15:05:47.2409856Z HWLOC_HAVE_LIBXML2=''
2024-05-02T15:05:47.2410270Z HWLOC_HAVE_LIBXML2_FALSE=''
2024-05-02T15:05:47.2410587Z HWLOC_HAVE_LIBXML2_TRUE=''
2024-05-02T15:05:47.2410960Z HWLOC_HAVE_LINUX=''
2024-05-02T15:05:47.2411255Z HWLOC_HAVE_LINUX_FALSE=''
2024-05-02T15:05:47.2411585Z HWLOC_HAVE_LINUX_LIBNUMA_FALSE=''
2024-05-02T15:05:47.2411944Z HWLOC_HAVE_LINUX_LIBNUMA_TRUE=''
2024-05-02T15:05:47.2412275Z HWLOC_HAVE_LINUX_TRUE=''
2024-05-02T15:05:47.2412579Z HWLOC_HAVE_MINGW32_FALSE=''
2024-05-02T15:05:47.2412886Z HWLOC_HAVE_MINGW32_TRUE=''
2024-05-02T15:05:47.2413191Z HWLOC_HAVE_MS_LIB_FALSE=''
2024-05-02T15:05:47.2413491Z HWLOC_HAVE_MS_LIB_TRUE=''
2024-05-02T15:05:47.2413791Z HWLOC_HAVE_NETBSD_FALSE=''
2024-05-02T15:05:47.2414080Z HWLOC_HAVE_NETBSD_TRUE=''
2024-05-02T15:05:47.2414372Z HWLOC_HAVE_NVML=''
2024-05-02T15:05:47.2414644Z HWLOC_HAVE_NVML_FALSE=''
2024-05-02T15:05:47.2414938Z HWLOC_HAVE_NVML_TRUE=''
2024-05-02T15:05:47.2415225Z HWLOC_HAVE_OPENAT_FALSE=''
2024-05-02T15:05:47.2415528Z HWLOC_HAVE_OPENAT_TRUE=''
2024-05-02T15:05:47.2415822Z HWLOC_HAVE_OPENCL=''
2024-05-02T15:05:47.2416114Z HWLOC_HAVE_OPENCL_FALSE=''
2024-05-02T15:05:47.2416407Z HWLOC_HAVE_OPENCL_TRUE=''
2024-05-02T15:05:47.2416726Z HWLOC_HAVE_PCIACCESS_FALSE=''
2024-05-02T15:05:47.2417053Z HWLOC_HAVE_PCIACCESS_TRUE=''
2024-05-02T15:05:47.2417371Z HWLOC_HAVE_PLUGINS_FALSE=''
2024-05-02T15:05:47.2418084Z HWLOC_HAVE_PLUGINS_TRUE=''
2024-05-02T15:05:47.2418417Z HWLOC_HAVE_PTHREAD_FALSE=''
2024-05-02T15:05:47.2418729Z HWLOC_HAVE_PTHREAD_TRUE=''
2024-05-02T15:05:47.2419018Z HWLOC_HAVE_RSMI=''
2024-05-02T15:05:47.2419284Z HWLOC_HAVE_RSMI_FALSE=''
2024-05-02T15:05:47.2419580Z HWLOC_HAVE_RSMI_TRUE=''
2024-05-02T15:05:47.2419916Z HWLOC_HAVE_SCHED_SETAFFINITY_FALSE=''
2024-05-02T15:05:47.2420466Z HWLOC_HAVE_SCHED_SETAFFINITY_TRUE=''
2024-05-02T15:05:47.2420818Z HWLOC_HAVE_SOLARIS_FALSE=''
2024-05-02T15:05:47.2421127Z HWLOC_HAVE_SOLARIS_TRUE=''
2024-05-02T15:05:47.2421424Z HWLOC_HAVE_USER32_FALSE=''
2024-05-02T15:05:47.2421711Z HWLOC_HAVE_USER32_TRUE=''
2024-05-02T15:05:47.2422009Z HWLOC_HAVE_WINDOWS_FALSE=''
2024-05-02T15:05:47.2422317Z HWLOC_HAVE_WINDOWS_TRUE=''
2024-05-02T15:05:47.2422608Z HWLOC_HAVE_X86_32_FALSE=''
2024-05-02T15:05:47.2422892Z HWLOC_HAVE_X86_32_TRUE=''
2024-05-02T15:05:47.2423185Z HWLOC_HAVE_X86_64_FALSE=''
2024-05-02T15:05:47.2423477Z HWLOC_HAVE_X86_64_TRUE=''
2024-05-02T15:05:47.2423772Z HWLOC_HAVE_X86_CPUID=''
2024-05-02T15:05:47.2424067Z HWLOC_HAVE_X86_CPUID_FALSE=''
2024-05-02T15:05:47.2424388Z HWLOC_HAVE_X86_CPUID_TRUE=''
2024-05-02T15:05:47.2424697Z HWLOC_HAVE_X86_FALSE=''
2024-05-02T15:05:47.2424978Z HWLOC_HAVE_X86_TRUE=''
2024-05-02T15:05:47.2425252Z HWLOC_IBVERBS_LIBS=''
2024-05-02T15:05:47.2425603Z HWLOC_INSTALL_DOXYGEN_FALSE=''
2024-05-02T15:05:47.2425937Z HWLOC_INSTALL_DOXYGEN_TRUE=''
2024-05-02T15:05:47.2426239Z HWLOC_LDFLAGS=''
2024-05-02T15:05:47.2426556Z HWLOC_LEVELZERO_BUILD_STATIC_FALSE=''
2024-05-02T15:05:47.2426943Z HWLOC_LEVELZERO_BUILD_STATIC_TRUE=''
2024-05-02T15:05:47.2427294Z HWLOC_LEVELZERO_CFLAGS=''
2024-05-02T15:05:47.2427583Z HWLOC_LEVELZERO_LIBS=''
2024-05-02T15:05:47.2427851Z HWLOC_LIBS=''
2024-05-02T15:05:47.2428108Z HWLOC_LIBS_PRIVATE=''
2024-05-02T15:05:47.2428391Z HWLOC_LIBXML2_CFLAGS=''
2024-05-02T15:05:47.2428668Z HWLOC_LIBXML2_LIBS=''
2024-05-02T15:05:47.2428940Z HWLOC_LTDL_LIBS=''
2024-05-02T15:05:47.2429187Z HWLOC_MS_LIB=''
2024-05-02T15:05:47.2429449Z HWLOC_MS_LIB_ARCH=''
2024-05-02T15:05:47.2429714Z HWLOC_NUMA_CFLAGS=''
2024-05-02T15:05:47.2429987Z HWLOC_NUMA_LIBS=''
2024-05-02T15:05:47.2430288Z HWLOC_NVML_BUILD_STATIC_FALSE=''
2024-05-02T15:05:47.2430636Z HWLOC_NVML_BUILD_STATIC_TRUE=''
2024-05-02T15:05:47.2430966Z HWLOC_NVML_CPPFLAGS=''
2024-05-02T15:05:47.2431250Z HWLOC_NVML_LDFLAGS=''
2024-05-02T15:05:47.2431518Z HWLOC_NVML_LIBS=''
2024-05-02T15:05:47.2431823Z HWLOC_OPENCL_BUILD_STATIC_FALSE=''
2024-05-02T15:05:47.2432193Z HWLOC_OPENCL_BUILD_STATIC_TRUE=''
2024-05-02T15:05:47.2432530Z HWLOC_OPENCL_CPPFLAGS=''
2024-05-02T15:05:47.2432832Z HWLOC_OPENCL_LDFLAGS=''
2024-05-02T15:05:47.2433110Z HWLOC_OPENCL_LIBS=''
2024-05-02T15:05:47.2433391Z HWLOC_PCIACCESS_CFLAGS=''
2024-05-02T15:05:47.2433687Z HWLOC_PCIACCESS_LIBS=''
2024-05-02T15:05:47.2434004Z HWLOC_PCI_BUILD_STATIC_FALSE=''
2024-05-02T15:05:47.2434349Z HWLOC_PCI_BUILD_STATIC_TRUE=''
2024-05-02T15:05:47.2434660Z HWLOC_PLUGINS_DIR=''
2024-05-02T15:05:47.2434939Z HWLOC_PLUGINS_PATH=''
2024-05-02T15:05:47.2435202Z HWLOC_PS_LIBS=''
2024-05-02T15:05:47.2435457Z HWLOC_RELEASE_DATE=''
2024-05-02T15:05:47.2435723Z HWLOC_REQUIRES=''
2024-05-02T15:05:47.2436023Z HWLOC_RSMI_BUILD_STATIC_FALSE=''
2024-05-02T15:05:47.2436372Z HWLOC_RSMI_BUILD_STATIC_TRUE=''
2024-05-02T15:05:47.2436698Z HWLOC_RSMI_CPPFLAGS=''
2024-05-02T15:05:47.2437282Z HWLOC_RSMI_LDFLAGS=''
2024-05-02T15:05:47.2437752Z HWLOC_RSMI_LIBS=''
2024-05-02T15:05:47.2438078Z HWLOC_TERMCAP_LIBS=''
2024-05-02T15:05:47.2438340Z HWLOC_VERSION=''
2024-05-02T15:05:47.2438606Z HWLOC_W3_GENERATOR=''
2024-05-02T15:05:47.2438882Z HWLOC_X11_CPPFLAGS=''
2024-05-02T15:05:47.2439140Z HWLOC_X11_LIBS=''
2024-05-02T15:05:47.2439457Z HWLOC_XML_LIBXML_BUILD_STATIC_FALSE=''
2024-05-02T15:05:47.2439854Z HWLOC_XML_LIBXML_BUILD_STATIC_TRUE=''
2024-05-02T15:05:47.2440208Z HWLOC_XML_LOCALIZED=''
2024-05-02T15:05:47.2440487Z HWLOC_runstatedir=''
2024-05-02T15:05:47.2440770Z HWLOC_top_builddir=''
2024-05-02T15:05:47.2441054Z HWLOC_top_srcdir=''
2024-05-02T15:05:47.2441567Z INSTALL_DATA='${INSTALL} -m 644'
2024-05-02T15:05:47.2441949Z INSTALL_PROGRAM='${INSTALL}'
2024-05-02T15:05:47.2442297Z INSTALL_SCRIPT='${INSTALL}'
2024-05-02T15:05:47.2442699Z INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
2024-05-02T15:05:47.2443040Z LD=''
2024-05-02T15:05:47.2443256Z LDFLAGS=''
2024-05-02T15:05:47.2443480Z LIBOBJS=''
2024-05-02T15:05:47.2443694Z LIBS=''
2024-05-02T15:05:47.2444047Z LIBTOOL=''
2024-05-02T15:05:47.2444266Z LIPO=''
2024-05-02T15:05:47.2444471Z LN_S=''
2024-05-02T15:05:47.2444688Z LTLIBOBJS=''
2024-05-02T15:05:47.2444941Z LT_SYS_LIBRARY_PATH=''
2024-05-02T15:05:47.2445200Z LYNX=''
2024-05-02T15:05:47.2445412Z MAKEINDEX=''
2024-05-02T15:05:47.2446323Z MAKEINFO='${SHELL} '\''/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc/config/missing'\'' makeinfo'
2024-05-02T15:05:47.2447103Z MANIFEST_TOOL=''
2024-05-02T15:05:47.2447402Z MKDIR_P='/usr/bin/mkdir -p'
2024-05-02T15:05:47.2447689Z NM=''
2024-05-02T15:05:47.2447889Z NMEDIT=''
2024-05-02T15:05:47.2448109Z OBJDUMP=''
2024-05-02T15:05:47.2448346Z OBJEXT=''
2024-05-02T15:05:47.2448569Z OTOOL64=''
2024-05-02T15:05:47.2448777Z OTOOL=''
2024-05-02T15:05:47.2449018Z PACKAGE='hwloc'
2024-05-02T15:05:47.2449475Z PACKAGE_BUGREPORT='https://github.com/open-mpi/hwloc/issues'
2024-05-02T15:05:47.2449941Z PACKAGE_NAME='hwloc'
2024-05-02T15:05:47.2450276Z PACKAGE_STRING='hwloc 2.10.1rc1-git'
2024-05-02T15:05:47.2450644Z PACKAGE_TARNAME='hwloc'
2024-05-02T15:05:47.2450920Z PACKAGE_URL=''
2024-05-02T15:05:47.2451223Z PACKAGE_VERSION='2.10.1rc1-git'
2024-05-02T15:05:47.2451562Z PATH_SEPARATOR=':'
2024-05-02T15:05:47.2451810Z PDFLATEX=''
2024-05-02T15:05:47.2452049Z PKG_CONFIG=''
2024-05-02T15:05:47.2452274Z RANLIB=''
2024-05-02T15:05:47.2452502Z ROCM_VERSION=''
2024-05-02T15:05:47.2452743Z SED=''
2024-05-02T15:05:47.2453078Z SET_MAKE=''
2024-05-02T15:05:47.2453332Z SHELL='/bin/bash'
2024-05-02T15:05:47.2453628Z STRIP='strip'
2024-05-02T15:05:47.2453989Z VERSION='2.10.1rc1-git'
2024-05-02T15:05:47.2454251Z W3M=''
2024-05-02T15:05:47.2454461Z XMKMF=''
2024-05-02T15:05:47.2454679Z XMLLINT=''
2024-05-02T15:05:47.2454900Z X_CFLAGS=''
2024-05-02T15:05:47.2455127Z X_EXTRA_LIBS=''
2024-05-02T15:05:47.2455367Z X_LIBS=''
2024-05-02T15:05:47.2455589Z X_PRE_LIBS=''
2024-05-02T15:05:47.2455822Z ac_ct_AR=''
2024-05-02T15:05:47.2456036Z ac_ct_CC=''
2024-05-02T15:05:47.2456258Z ac_ct_CXX=''
2024-05-02T15:05:47.2456495Z ac_ct_DUMPBIN=''
2024-05-02T15:05:47.2456749Z am__EXEEXT_FALSE=''
2024-05-02T15:05:47.2457012Z am__EXEEXT_TRUE=''
2024-05-02T15:05:47.2457285Z am__fastdepCC_FALSE=''
2024-05-02T15:05:47.2457571Z am__fastdepCC_TRUE=''
2024-05-02T15:05:47.2457854Z am__fastdepCXX_FALSE=''
2024-05-02T15:05:47.2458146Z am__fastdepCXX_TRUE=''
2024-05-02T15:05:47.2458439Z am__include='include'
2024-05-02T15:05:47.2458696Z am__isrc=''
2024-05-02T15:05:47.2458944Z am__leading_dot='.'
2024-05-02T15:05:47.2459213Z am__nodep='_no'
2024-05-02T15:05:47.2459448Z am__quote=''
2024-05-02T15:05:47.2459804Z am__tar='tar --format=ustar -chf - "$$tardir"'
2024-05-02T15:05:47.2460192Z am__untar='tar -xf -'
2024-05-02T15:05:47.2460495Z bindir='${exec_prefix}/bin'
2024-05-02T15:05:47.2460864Z build='x86_64-pc-linux-gnux32'
2024-05-02T15:05:47.2461155Z build_alias=''
2024-05-02T15:05:47.2461427Z build_cpu='x86_64'
2024-05-02T15:05:47.2461712Z build_os='linux-gnux32'
2024-05-02T15:05:47.2462006Z build_vendor='pc'
2024-05-02T15:05:47.2462288Z datadir='${datarootdir}'
2024-05-02T15:05:47.2462619Z datarootdir='${prefix}/share'
2024-05-02T15:05:47.2463049Z docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2024-05-02T15:05:47.2463435Z dvidir='${docdir}'
2024-05-02T15:05:47.2463704Z exec_prefix='NONE'
2024-05-02T15:05:47.2464066Z host='armv7-unknown-linux-androideabi29'
2024-05-02T15:05:47.2464514Z host_alias='armv7-linux-androideabi29'
2024-05-02T15:05:47.2464868Z host_cpu='armv7'
2024-05-02T15:05:47.2465157Z host_os='linux-androideabi29'
2024-05-02T15:05:47.2465481Z host_vendor='unknown'
2024-05-02T15:05:47.2465767Z htmldir='${docdir}'
2024-05-02T15:05:47.2466081Z includedir='${prefix}/include'
2024-05-02T15:05:47.2466612Z infodir='${datarootdir}/info'
2024-05-02T15:05:47.2467521Z install_sh='${SHELL} /home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/src/hwloc/config/install-sh'
2024-05-02T15:05:47.2468288Z libdir='${exec_prefix}/lib'
2024-05-02T15:05:47.2468655Z libexecdir='${exec_prefix}/libexec'
2024-05-02T15:05:47.2468989Z libhwloc_so_name=''
2024-05-02T15:05:47.2469386Z libhwloc_so_version=''
2024-05-02T15:05:47.2469730Z localedir='${datarootdir}/locale'
2024-05-02T15:05:47.2470092Z localstatedir='${prefix}/var'
2024-05-02T15:05:47.2470418Z mandir='${datarootdir}/man'
2024-05-02T15:05:47.2470737Z mkdir_p='$(MKDIR_P)'
2024-05-02T15:05:47.2471044Z oldincludedir='/usr/include'
2024-05-02T15:05:47.2471357Z pdfdir='${docdir}'
2024-05-02T15:05:47.2472127Z prefix='/home/runner/work/xmrig-for-android/xmrig-for-android/xmrig/lib-builder/build/build/hwloc/armeabi-v7a'
2024-05-02T15:05:47.2472992Z program_transform_name='s&^&armv7-linux-androideabi29-&'
2024-05-02T15:05:47.2473434Z psdir='${docdir}'
2024-05-02T15:05:47.2473752Z runstatedir='${localstatedir}/run'
2024-05-02T15:05:47.2474123Z sbindir='${exec_prefix}/sbin'
2024-05-02T15:05:47.2474481Z sharedstatedir='${prefix}/com'
2024-05-02T15:05:47.2474823Z sysconfdir='${prefix}/etc'
2024-05-02T15:05:47.2475217Z target='armv7-unknown-linux-androideabi29'
2024-05-02T15:05:47.2475678Z target_alias='armv7-linux-androideabi29'
2024-05-02T15:05:47.2476053Z target_cpu='armv7'
2024-05-02T15:05:47.2476371Z target_os='linux-androideabi29'
2024-05-02T15:05:47.2476710Z target_vendor='unknown'
2024-05-02T15:05:47.2476886Z 
2024-05-02T15:05:47.2477663Z ## ----------- ##
2024-05-02T15:05:47.2477934Z ## confdefs.h. ##
2024-05-02T15:05:47.2478208Z ## ----------- ##
2024-05-02T15:05:47.2478353Z 
2024-05-02T15:05:47.2478445Z /* confdefs.h */
2024-05-02T15:05:47.2478722Z #define PACKAGE_NAME "hwloc"
2024-05-02T15:05:47.2479061Z #define PACKAGE_TARNAME "hwloc"
2024-05-02T15:05:47.2479470Z #define PACKAGE_VERSION "2.10.1rc1-git"
2024-05-02T15:05:47.2479924Z #define PACKAGE_STRING "hwloc 2.10.1rc1-git"
2024-05-02T15:05:47.2480538Z #define PACKAGE_BUGREPORT "https://github.com/open-mpi/hwloc/issues"
2024-05-02T15:05:47.2481013Z #define PACKAGE_URL ""
2024-05-02T15:05:47.2481300Z #define PACKAGE "hwloc"
2024-05-02T15:05:47.2481635Z #define VERSION "2.10.1rc1-git"
2024-05-02T15:05:47.2481849Z 
2024-05-02T15:05:47.2481956Z configure: exit 77
sthibaul commented 4 months ago

2024-05-02T15:05:47.2326334Z configure:5116: clang --target=armv7-linux-androideabi29 conftest.c >&5 2024-05-02T15:05:47.2326990Z /usr/bin/ld: unrecognised emulation mode: armelf_linux_eabi

You apparently need to give more parameters to clang to tell it how to cross-link (possibly telling it to use lld instead of ld?). For a start, try to make sure how to cross-build int main(void) {} with clang, independently of the hwloc questions.