Package: src:pcp Version: 3.2.2-1 Severity: serious Tags: sid buster Apparently there are some issues building with the new Qt:
=== libpcp_qed === for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then /bin/echo === $d ===; /usr/bin/make --no-print-directory -C $d default || exit $?; fi; done === src === QT_SELECT=5 /usr/bin/qmake CONFIG+=release && /usr/bin/gawk --posix '$1 == "LIBS" { printf $1; for (i=2;i<=NF;i++) { if ($i~/^-L\//) { save=save " " $i; continue } else if (save!="" && $i~/^-l/) { printf " %s",save; save="" } printf " %s",$i } if (save!="") printf " %s",save; print ""; next } { print }' <Makefile >Makefile.fix && mv Makefile.fix Makefile && /usr/bin/make --no-print-directory -f Makefile Info: creating stash file /home/packages/tmp/pcp-3.12.2/src/libpcp_qed/src/.qmake.stash Project ERROR: Unknown module(s) in QT: svg GNUmakefile:13: recipe for target 'build-me' failed make[4]: *** [build-me] Error 3 GNUmakefile:21: recipe for target 'default' failed make[3]: *** [default] Error 2 GNUmakefile:129: recipe for target 'default_pcp' failed make[2]: *** [default_pcp] Error 2 make[2]: Leaving directory '/home/packages/tmp/pcp-3.12.2/src' GNUmakefile:49: recipe for target 'default_pcp' failed make[1]: *** [default_pcp] Error 2 make[1]: Leaving directory '/home/packages/tmp/pcp-3.12.2' debian/rules:152: recipe for target 'build-stamp' failed make: *** [build-stamp] Error 2