Package: pcp Version: 3.12.2 Severity: normal Dear Maintainer,
Since the addition of : * Default to building with Qt5 (closes: #875093) in 3.12.2, pcp doesn't seems to build properly missing libqt5svg5-dev in debian/control 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 /<<PKGBUILDDIR>>/src/libpcp_qed/src/.qmake.stash Project ERROR: Unknown module(s) in QT: svg