Your message dated Tue, 12 Jun 2012 09:05:26 +0800
with message-id
<CAFO3S42S0Zv-bD5q9ZDqGzMKwFkCba2AVnUVD=arfw8abrw...@mail.gmail.com>
and subject line Re: zfs-fuse: Use of set -u makes package uninstallable
has caused the Debian Bug report #675240,
regarding zfs-fuse: Use of set -u makes package uninstallable
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
675240: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675240
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: zfs-fuse
Version: 0.7.0-7
Severity: normal
Tags: patch
The daily upgrade today fails with:
Setting up zfs-fuse (0.7.0-7) ...
/lib/lsb/init-functions: line 428: FANCYTTY: unbound variable
invoke-rc.d: initscript zfs-fuse, action "restart" failed.
dpkg: error processing zfs-fuse (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
zfs-fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
The problem is due to this line in /etc/init.d/zfs-fuse
set -u # Error on uninitialized variabled
Also trouble is the next line:
set -e # Error on uncaught non-zero exit codes
Please remove both lines from the init script. Removing the set -u
line from the /etc/init.d/zfs-fuse is a workaround to enable the
package to be upgraded and installed.
Bob
--- End Message ---
--- Begin Message ---
Hello, Bob
This bug should be fixed by:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675162
Thanks.
--
Asias He
--- End Message ---