Source: python-time-machine
Version: 3.5.0-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=python-time-machine&ver=3.5.0-1
...
powerpc64le-linux-gnu-gcc -g -O2 -Werror=implicit-function-declaration
-ffile-prefix-map=/build/reproducible-path/python-time-machine-3.5.0=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.14 -c src/_time_machine.c -o
build/temp.linux-ppc64le-cpython-314/src/_time_machine.o
-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
powerpc64le-linux-gnu-gcc: error: unrecognized command-line option
‘-mno-omit-leaf-frame-pointer’; did you mean ‘-fno-omit-frame-pointer’?
error: command '/usr/bin/powerpc64le-linux-gnu-gcc' failed with exit code 1
...
-fno-omit-frame-pointer is an architecture-independent gcc option,
-mno-omit-leaf-frame-pointer is an arm64/blackfin/x86 specific option.
BTW: i386/hurd-i386 FTBFS with a different error,
that looks related to 32-bit time_t.