Control: forcemerge 1042434 -1 On Fri, Jul 28, 2023 at 10:15:37AM +0200, Sebastian Ramacher wrote: > Source: libcerf > Version: 2.3-1 > Severity: serious > Tags: ftbfs > Justification: fails to build from source (but built successfully in the past) > X-Debbugs-Cc: sramac...@debian.org > > https://buildd.debian.org/status/fetch.php?pkg=libcerf&arch=mipsel&ver=2.3-1&stamp=1690485564&raw=0 > > cd /<<PKGBUILDDIR>>/obj-mipsel-linux-gnu/lib && /usr/bin/cc -Dcerf_EXPORTS > -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -DNDEBUG > -std=gnu99 -fPIC -pedantic -Wall -Wno-sign-compare -fno-omit-frame-pointer > -march=native -O3 -MD -MT lib/CMakeFiles/cerf.dir/err_fcts.c.o -MF > CMakeFiles/cerf.dir/err_fcts.c.o.d -o CMakeFiles/cerf.dir/err_fcts.c.o -c > /<<PKGBUILDDIR>>/lib/err_fcts.c > cc1: error: ‘-march=mips1’ requires ‘-mfp32’ > cc1: error: ‘-march=mips1’ requires ‘-mfp32’ >...
This was effectively the same issue as #1042434, -march=native is known to be buggy on the oldest of the MIPS buildds. > Cheers cu Adrian