Source: gcc-or1k-elf Version: 1.0.9 Severity: serious Tags: ftbfs Justification: fails to build from source (but built successfully in the past)
Dear maintainer, gcc-or1k-elf fails to build from source on all architectures. From my build log on amd64: | checking for sys/auxv.h... yes | checking for sys/file.h... yes | checking for sys/time.h... yes | checking for sys/mman.h... yes | checking for sys/resource.h... yes | checking for sys/param.h... yes | checking for sys/times.h... yes | checking for sys/stat.h... (cached) yes | checking for sys/locking.h... no | checking for direct.h... no | checking for malloc.h... yes | checking for langinfo.h... yes | checking for ldfcn.h... no | checking for locale.h... yes | checking for wchar.h... yes | checking for thread.h... no | checking for pthread.h... yes | checking for CHAR_BIT... yes | checking whether byte ordering is bigendian... no | checking how to run the C++ preprocessor... g++ -E | checking for unordered_map... yes | checking for tr1/unordered_map... yes | checking for ext/hash_map... yes | checking dependency style of g++... none | configure: error: no usable dependency style found | make[3]: *** [Makefile:4614: configure-gcc] Error 1 | make[3]: Leaving directory '/build/reproducible-path/gcc-or1k-elf-1.0.9/bld' | make[2]: *** [Makefile:1039: all] Error 2 | make[2]: Leaving directory '/build/reproducible-path/gcc-or1k-elf-1.0.9/bld' | make[1]: *** [debian/rules:75: override_dh_auto_build] Error 2 | make[1]: Leaving directory '/build/reproducible-path/gcc-or1k-elf-1.0.9' | make: *** [debian/rules:26: binary] Error 2 | dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 A full build log is available for riscv64 from buildd.d.o: https://buildd.debian.org/status/fetch.php?pkg=gcc-or1k-elf&arch=riscv64&ver=1.0.9&stamp=1737208800&raw=0 And on amd64 and armhf from reproducible builds: https://tests.reproducible-builds.org/debian/logs/unstable/amd64/gcc-or1k-elf_1.0.9.build2.log.gz https://tests.reproducible-builds.org/debian/logs/unstable/armhf/gcc-or1k-elf_1.0.9.build2.log.gz Regards Aurelien