Package: dpkg
Version: 1.17.7
Severity: normal
Tags: patch

Since the recent upgrade in Sid there is now a daily message from cron.

  /etc/cron.daily/dpkg:
  cp: cannot stat '/var/lib/dpkg/arch': No such file or directory

Adding the following line avoids the error.

    dbfiles="arch status diversions statoverride"
    for db in $dbfiles ; do
+       test -f $dbdir/$db || continue
        if ! cmp -s dpkg.${db}.0 $dbdir/$db ; then

Bob

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages dpkg depends on:
ii  libbz2-1.0   1.0.6-5
ii  libc6        2.18-4
ii  liblzma5     5.1.1alpha+20120614-2
ii  libselinux1  2.2.2-1
ii  tar          1.27.1-2
ii  zlib1g       1:1.2.8.dfsg-1

dpkg recommends no packages.

Versions of packages dpkg suggests:
ii  apt  1.0.1

-- no debconf information


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to