[Piuparts-commits] [piuparts] 20/20: new known_problem: could not perform immediate configuration

Holger Levsen holger at moszumanska.debian.org
Sat Nov 23 20:23:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 3d0aa1db1989e2dedfb27b3d7c6d09c02c4c9dd3
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Nov 23 16:27:33 2013 +0100

    new known_problem: could not perform immediate configuration
    
    a bug in apt/squeeze that shows up in upgrades from squeeze->wheezy
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 known_problems/immediate_configuration_error.conf | 13 +++++++++++++
 piuparts-report.py                                |  1 +
 2 files changed, 14 insertions(+)

diff --git a/known_problems/immediate_configuration_error.conf b/known_problems/immediate_configuration_error.conf
new file mode 100644
index 0000000..e792e23
--- /dev/null
+++ b/known_problems/immediate_configuration_error.conf
@@ -0,0 +1,13 @@
+#
+# detect packages which failed because apt could not perform immediate configuration
+#
+PATTERN='E: Could not perform immediate configuration on'
+WHERE='fail bugged affected'
+ISSUE=0
+HEADER='Packages with failed logs because apt could not perform immediate configuration'
+HELPTEXT='
+<p>
+This is a bug in apt, but it has to be worked around in some packages.
+</p>
+
+'
diff --git a/piuparts-report.py b/piuparts-report.py
index 57624cb..00081f6 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -428,6 +428,7 @@ linktarget_by_template = [
     ("db_setup_error.tpl", "due to failing to setup a database"),
     ("insserv_error.tpl", "due to a problem with insserv"),
     ("problems_and_no_force_error.tpl", "due to not enough force being used"),
+    ("immediate_configuration_error.tpl", "due to apt could not perform immediate configuration"),
     ("pre_depends_error.tpl", "due to a problem with pre-depends"),
     ("pre_installation_script_error.tpl", "due to pre-installation maintainer script failed"),
     ("post_installation_script_error.tpl", "due to post-installation maintainer script failed"),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list