Package: kuvert
Version: 2.0.10
Severity: normal

Hi az,

another bug (well, I guess).

Preface:
~ $ ls -l /var/log/kuvert
-rw-r--r-- 1 user user 0 Jan 28 22:11 /var/log/kuvert
~ $ echo foo >>/var/log/kuvert
~ $ cat /var/log/kuvert 
foo

So far, so good.

~ $ grep ^logfile .kuvert
logfile /var/log/kuvert
~ $ kuvert -d
reading config file
got config mail-on-error=user
got config identify=1
got config interval=20
got config can-detach=1
got config defaultaction=signonly
got config use-agent=1
Can't use an undefined value as a symbol reference at /usr/bin/kuvert line 914. 

Ok, logfile is the first option after "use-agent", if I put it further up,
say, after "identify":
~ $ kuvert -d
reading config file
got config mail-on-error=user
got config identify=1
Can't use an undefined value as a symbol reference at /usr/bin/kuvert line 914. 

If I just comment out the "logfile" option, kuvert works as expected.

strace-ing yields:
>~ $ strace kuvert -d 2>&1 | grep /var/log/kuvert
stat("/var/log/kuvert", {st_mode=S_IFREG|0644, st_size=8, ...}) = 0
stat("/var/log/kuvert", {st_mode=S_IFREG|0644, st_size=8, ...}) = 0

Config (~/.kuvert, sans private bits) is:
mail-on-error user
identify 1
interval 20
can-detach 1
defaultaction signonly
use-agent 1
logfile /var/log/kuvert
defaultkey 0x...

Config-file was unchanged from 2.0.9, re-installing 2.0.9 doesn't make any
difference, though, so I'm filing against 2.0.10.

Kind regards (+cheers!),
-robert



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

Kernel: Linux 3.12.6rw1 (SMP w/8 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages kuvert depends on:
ii  gnupg                           1.4.16-1
ii  libauthen-sasl-perl             2.1500-1
ii  libc6                           2.17-97
ii  libfile-slurp-perl              9999.19-4
ii  libmailtools-perl               2.12-1
ii  libmime-tools-perl              5.505-1
ii  libnet-server-mail-perl         0.21-1
ii  libnet-smtps-perl               0.03-1
ii  perl                            5.18.2-2
ii  postfix [mail-transport-agent]  2.10.2-1

kuvert recommends no packages.

Versions of packages kuvert suggests:
pn  keyutils  <none>

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to