From 8a962710371d3159ddc072ce8a7f6defc86ccdd8 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Tue, 14 Jul 2015 06:58:13 +0200 Subject: give verbose reason why dose-deb-coinstall fails --- bin/reproducible_create_meta_pkg_sets.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_create_meta_pkg_sets.sh') diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index c7d13770..99b45ab8 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -84,6 +84,7 @@ get_installable_set() { if [ $RESULT -ne 0 ] ; then rm -f $TMPFILE echo "Warning: dose-deb-coinstall cannot calculate the installable set for $1" + dose-deb-coinstall --explain --failures --deb-native-arch=$ARCH --bg=$PACKAGES --fg=${TMPFILE2} fi rm -f ${TMPFILE2} set -e -- cgit v1.2.3-54-g00ecf