DEBUG: Executing python function autotools_aclocals
DEBUG: SITE files ['endian-little', 'bit-64', 'arm-common', 'arm-64', 'common-linux', 'common-glibc', 'aarch64-linux', 'common']
DEBUG: Python function autotools_aclocals finished
DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75
aarch64-poky-linux-gcc -mcpu=cortex-a57+crc -mbranch-protection=standard -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/recipe-sysroot -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\" -DPACKAGE_VERSION=\"5.45.4\" -DPACKAGE_STRING=\"expect\ 5.45.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DBUILD_expect=/\*\*/ -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DUSE_TCL_STUBS=1 -DUSE_TCL_STUBS=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYSMACROS_H=1 -DHAVE_SYS_FCNTL_H=1 -DRETSIGTYPE=void -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DNO_UNION_WAIT=1 -DHAVE_OPENPTY=1 -DHAVE_MEMMOVE=1 -DHAVE_SYSCONF=1 -DHAVE_STRFTIME=1 -DHAVE_STRCHR=1 -DHAVE_TIMEZONE=1 -DHAVE_SIGLONGJMP=1 -DWNOHANG_BACKUP_VALUE= -DSELECT_MASK_TYPE=fd_set -DHAVE_TCSETATTR=1 -DPOSIX=1 -DHAVE_SGTTYB=1 -DHAVE_TERMIO=1 -DHAVE_TERMIOS=1 -DSETPGRP_VOID=1 -DHAVE_SV_TIMEZONE=1 -DHAVE_LONG_FILE_NAMES=1 -DTCL_DEBUGGER -DUSE_NON_CONST -DSCRIPTDIR=\"/usr/lib/expect5.45.4\" -DEXECSCRIPTDIR=\"/usr/lib/expect5.45.4\" -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" -I. -I"../expect5.45.4" -I"TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/recipe-sysroot/usr/include/tcl8.6" -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/expect5.45.4=/usr/src/debug/expect/5.45.4 -fdebug-prefix-map=TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/expect5.45.4=/usr/src/debug/expect/5.45.4 -fmacro-prefix-map=TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/build=/usr/src/debug/expect/5.45.4 -fdebug-prefix-map=TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/build=/usr/src/debug/expect/5.45.4 -fdebug-prefix-map=TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/recipe-sysroot-native= -pipe -O2 -fomit-frame-pointer -Wall -fPIC -c `echo ../expect5.45.4/exp_chan.c` -o exp_chan.o
(echo 'if {![package vsatisfies [package provide Tcl] 8.6]} {return}' ; \
echo 'package ifneeded Expect 5.45.4 \
[list load [file join $dir libexpect5.45.4.so]]'\
) > pkgIndex.tcl
../expect5.45.4/exp_chan.c:62:5: error: initialization of 'struct Tcl_ChannelTypeVersion_ *' from incompatible pointer type 'int (*)(void *, int)' [-Wincompatible-pointer-types]
62 | ExpBlockModeProc, /* Set blocking/nonblocking mode.*/
| ^~~~~~~~~~~~~~~~
../expect5.45.4/exp_chan.c:62:5: note: (near initialization for 'expChannelType.version')
../expect5.45.4/exp_chan.c: In function 'ExpGetHandleProc':
../expect5.45.4/exp_chan.c:440:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
440 | *handlePtr = (ClientData) esPtr->fdin;
| ^
../expect5.45.4/exp_chan.c:443:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
443 | *handlePtr = (ClientData) esPtr->fdin;
| ^
make: *** [Makefile:318: exp_chan.o] Error 1
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/temp/run.do_compile.1573275:182 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/temp/run.do_compile.1573275, line 182
#2: die, TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/temp/run.do_compile.1573275, line 166
#3: oe_runmake, TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/temp/run.do_compile.1573275, line 161
#4: autotools_do_compile, TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/temp/run.do_compile.1573275, line 156
#5: do_compile, TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/temp/run.do_compile.1573275, line 151
#6: main, TOPDIR/tmp/work/cortexa57-poky-linux/expect/5.45.4/temp/run.do_compile.1573275, line 195