From efd16c63af1fcb391d86454065759e5e97797aef Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Tue, 20 Dec 2016 13:33:04 +0100 Subject: bin/find_dpkg_trigger_cycles.sh: Add solution to trigger cycle problems Signed-off-by: Holger Levsen --- bin/find_dpkg_trigger_cycles.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bin') diff --git a/bin/find_dpkg_trigger_cycles.sh b/bin/find_dpkg_trigger_cycles.sh index 4c98dde1..2dbc9832 100755 --- a/bin/find_dpkg_trigger_cycles.sh +++ b/bin/find_dpkg_trigger_cycles.sh @@ -321,6 +321,10 @@ state. But: unless C leaves the triggers-awaited state This creates the cycle if the packages are installed in a fitting order. + +These problems could be fixed by either letting A no longer depend on C or by +switching triggers to their -noawait variants. See the deb-triggers(5) man page +for an explanation of the different trigger control directives. END cat $DIRECTORY/result-file fi @@ -346,6 +350,10 @@ state. But: unless C leaves the triggers-awaited state This creates the cycle if the packages are installed in a fitting order. + +These problems could be fixed by either letting A no longer depend on C or by +switching triggers to their -noawait variants. See the deb-triggers(5) man page +for an explanation of the different trigger control directives. END cat $DIRECTORY/result-explicit fi -- cgit v1.2.3-70-g09d2