DEBUG: Executing shell function do_compile
NOTE: make -j 10 -l 64 CC=gcc 
read -r VERSION <version && sed \
	  -e "s'#!/bin/bash'#!"'/bin/bash'\' \
	  -e s\''\(AWK\)=[^}]*'\''\1=\'\''awk\'\'\' \
	  -e s\''\(PKGVERSION\)=.*'\''\1=\'\''(tzcode) \'\'\' \
	  -e s\''\(REPORT_BUGS_TO\)=.*'\''\1=\'\''tz@iana.org\'\'\' \
	  -e s\''\(TZDIR\)=[^}]*'\''\1=\'\''/usr/share/zoneinfo\'\'\' \
	  -e s\''\(TZVERSION\)=.*'\''\1=\'"'$VERSION\\''" \
	  <tzselect.ksh >tzselect.out
printf '%s\n' >tzdir.h.out \
	  '#ifndef TZDEFAULT' \
	  '# define TZDEFAULT "/etc/localtime" /* default zone */' \
	  '#endif' \
	  '#ifndef TZDIR' \
	  '# define TZDIR "/usr/share/zoneinfo" /* TZif directory */' \
	  '#endif'
chmod +x tzselect.out
mv tzdir.h.out tzdir.h
read -r VERSION <version && printf '%s\n' \
	  'static char const PKGVERSION[]="(tzcode) ";' \
	  "static char const TZVERSION[]=\"$VERSION\";" \
	  'static char const REPORT_BUGS_TO[]="tz@iana.org";' \
	  >version.h.out
mv tzselect.out tzselect
gcc  -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include -O2 -pipe -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include  -c -o asctime.o asctime.c
mv version.h.out version.h
gcc  -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include -O2 -pipe -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include  -c -o difftime.o difftime.c
awk \
	  -v DATAFORM=main \
	  -v PACKRATDATA='' \
	  -v PACKRATLIST='' \
	  -f ziguard.awk \
	  africa antarctica asia australasia  europe northamerica southamerica etcetera factory backward  >main.zi.out
awk \
	  -v DATAFORM=vanguard \
	  -v PACKRATDATA='' \
	  -v PACKRATLIST='' \
	  -f ziguard.awk \
	  africa antarctica asia australasia  europe northamerica southamerica etcetera factory backward  >vanguard.zi.out
awk \
	  -v DATAFORM=rearguard \
	  -v PACKRATDATA='' \
	  -v PACKRATLIST='' \
	  -f ziguard.awk \
	  africa antarctica asia australasia  europe northamerica southamerica etcetera factory backward  >rearguard.zi.out
mv main.zi.out main.zi
gcc  -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include -O2 -pipe -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include  -c -o zic.o zic.c
gcc  -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include -O2 -pipe -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include  -c -o zdump.o zdump.c
gcc  -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include -O2 -pipe -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include  -c -o localtime.o localtime.c
gcc  -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include -O2 -pipe -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include  -c -o strftime.o strftime.c
read -r version <version && \
	  LC_ALL=C awk \
	    -v dataform='main' \
	    -v deps='ziguard.awk africa antarctica asia australasia  europe northamerica southamerica etcetera factory backward   zishrink.awk' \
	    -v redo='posix_right' \
	    -v version="$version" \
	    -f zishrink.awk \
	    main.zi >tzdata.zi.out
mv rearguard.zi.out rearguard.zi
mv vanguard.zi.out vanguard.zi
mv tzdata.zi.out tzdata.zi
gcc  -o zdump -isystemTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/include -O2 -pipe -LTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/lib                         -LTMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/lib                         -Wl,-rpath,TMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TMPDIR/work/x86_64-linux/tzcode-native/2025b/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TMPDIR/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -rtlib=libgcc --unwindlib=libgcc  zdump.o localtime.o strftime.o 
rm -f libtz.a
ar -rvU libtz.a localtime.o asctime.o difftime.o strftime.o
gcc: error: unrecognized command-line option ‘-rtlib=libgcc’
gcc: error: unrecognized command-line option ‘--unwindlib=libgcc’
make: *** [Makefile:731: zdump] Error 1
make: *** Waiting for unfinished jobs....
ar: non-deterministic mode requested
TOPDIR/sources/poky/scripts/native-intercept/ar: creating libtz.a
a - localtime.o
a - asctime.o
a - difftime.o
a - strftime.o
: libtz.a
ERROR: oe_runmake failed
WARNING: TMPDIR/work/x86_64-linux/tzcode-native/2025b/temp/run.do_compile.3393041:181 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TMPDIR/work/x86_64-linux/tzcode-native/2025b/temp/run.do_compile.3393041, line 181
	#2: die, TMPDIR/work/x86_64-linux/tzcode-native/2025b/temp/run.do_compile.3393041, line 166
	#3: oe_runmake, TMPDIR/work/x86_64-linux/tzcode-native/2025b/temp/run.do_compile.3393041, line 171
	#4: base_do_compile, TMPDIR/work/x86_64-linux/tzcode-native/2025b/temp/run.do_compile.3393041, line 149
	#5: do_compile, TMPDIR/work/x86_64-linux/tzcode-native/2025b/temp/run.do_compile.3393041, line 143
	#6: main, TMPDIR/work/x86_64-linux/tzcode-native/2025b/temp/run.do_compile.3393041, line 191

Error details

Submitted on:
18/06/25 07:12
Error type:
Recipe
Task:
do_compile
Recipe:
tzcode-native
Recipe version:
2025b-r0
Machine:
qemux86
Distro:
yoe
Build system:
x86_64-linux
Target system:
i686-yoe-linux
Host distro:
ubuntu-22.04/ubuntu-22.04
Branch:
HEAD
Commit:
1dbf680b7b7153cdefd357247139337f3c487fac
Build:
#208589
Submitter:
ab@rdk
Similar errors:
67
Open a bug