Package: piuparts
Version: 0.40
Severity: normal
Tags: patch

| 0m6.6s DEBUG: Command failed (status=1), but ignoring error: ['lsof', '-w', 
'+D', '/tmp/tmpSWQaVC']
| 0m6.7s ERROR: FAIL: Broken symlinks:
|   /etc/blkid.tab -> /dev/.blkid.tab

On Ubuntu, /etc/blkid.tab is a symlink to /dev/.blkid.tab which may not
exist (it's a cache file)

Let's ignore it. Patch attached.

SR

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 
'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages piuparts depends on:
ii  apt                        0.8.15.5      Advanced front-end for dpkg
ii  debootstrap                1.0.35        Bootstrap a basic Debian system
ii  lsb-release                3.2-27        Linux Standard Base version report
ii  lsof                       4.81.dfsg.1-1 List open files
ii  python                     2.6.7-3       interactive high-level object-orie
ii  python-debian              0.1.21        Python modules to work with Debian
ii  python-support             1.0.14        automated rebuilding support for P

piuparts recommends no packages.

Versions of packages piuparts suggests:
ii  ghostscript                  9.02~dfsg-3 interpreter for the PostScript lan
pn  python-rpy                   <none>      (no description available)

-- no debconf information
diff --git a/piuparts.py b/piuparts.py
index cae35ee..000e6a4 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -165,6 +165,7 @@ class Settings:
             "/etc/apt/trustdb.gpg",
             "/etc/apt/trusted.gpg",
             "/etc/apt/trusted.gpg~",
+            "/etc/blkid.tab",
             "/etc/crypttab",
             "/etc/exports",
             "/etc/group",

Reply via email to