Source: jellyfish
Version: 2.2.6-2
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jellyfish.html
...
lib/.libs/jsoncpp.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
Makefile:1193: recipe for target 'libjellyfish-2.0.la' failed
make[2]: *** [libjellyfish-2.0.la] Error 1
jellyfish (2.2.6-2) unstable; urgency=medium
...
* debhelper 10
* Parallel builds seem to cause problems - use --no-parallel
%:
dh $@ --with autoreconf,python3 #--parallel
dh compat 10 does default to parallel,
explicit --no-parallel is required.