Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1057429: dovecot-sieve: sieve binaries abort with exit code 89 due to missing symbol

136 views
Skip to first unread message

Andreas Girlich

unread,
Dec 4, 2023, 4:40:04 PM12/4/23
to
Package: dovecot-sieve
Version: 1:2.3.19.1+dfsg1-2.1
Severity: important
Tags: upstream

Dear Maintainer,

* What led up to the situation?
Installed dovecot-sieve and compiling/testing simple sieve script
with sievec and sieve-test

* What exactly did you do (or not do) that was effective (or
ineffective)?

create simple sieve script:
~$ cat sieve
require "fileinto";
if header :contains "X-Spam-Flag" "YES" {
fileinto "Junk";
}

~$ sievec sieve
sievec(agi): Fatal: Couldn't load required plugin /usr/lib/dovecot/modules/lib90_sieve_plugin.so: dlopen() failed: /usr/lib/dovecot/modules/lib90_sieve_plugin.so: undefined symbol: mail_deliver_ctx_get_log_var_expand_table

* What was the outcome of this action?
sievec and sieve-test abort operation

* What outcome did you expect instead?
compiling simple sieve script


-- Package-specific info:

dovecot configuration
---------------------
# 2.3.19.1 (9b53102964): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.5.19 (4eae2f79)
# OS: Linux 6.1.0-13-amd64 x86_64 Debian 12.2 ext4
# Hostname: apu.don.error23.de
auth_username_format = %Ln
mail_location = maildir:/media/storage/mail/%u
mail_plugins = sieve
mail_privileged_group = mail
namespace inbox {
inbox = yes
location =
mailbox Drafts {
special_use = \Drafts
}
mailbox Junk {
special_use = \Junk
}
mailbox Sent {
special_use = \Sent
}
mailbox "Sent Messages" {
special_use = \Sent
}
mailbox Trash {
special_use = \Trash
}
prefix =
}
passdb {
driver = pam
}
plugin {
sieve = file:~/sieve;active=~/.dovecot.sieve
}
protocols = " imap lmtp"
service imap-login {
inet_listener imaps {
port = 993
ssl = yes
}
}
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0600
user = postfix
}
}
ssl_cert = </etc/dovecot/private/dovecot.pem
ssl_client_ca_dir = /etc/ssl/certs
ssl_dh = # hidden, use -P to show it
ssl_key = # hidden, use -P to show it
userdb {
driver = passwd
}
protocol lmtp {
mail_plugins = sieve
}

-- System Information:
Debian Release: 12.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-13-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dovecot-sieve depends on:
ii dovecot-core 1:2.3.19.1+dfsg1-2.1
ii libc6 2.36-9+deb12u3
ii ucf 3.0043+nmu1

dovecot-sieve recommends no packages.

dovecot-sieve suggests no packages.

Versions of packages dovecot-sieve is related to:
ii dovecot-core [dovecot-common] 1:2.3.19.1+dfsg1-2.1
pn dovecot-dev <none>
pn dovecot-gssapi <none>
ii dovecot-imapd 1:2.3.19.1+dfsg1-2.1
pn dovecot-ldap <none>
ii dovecot-lmtpd 1:2.3.19.1+dfsg1-2.1
pn dovecot-managesieved <none>
pn dovecot-mysql <none>
pn dovecot-pgsql <none>
pn dovecot-pop3d <none>
ii dovecot-sieve 1:2.3.19.1+dfsg1-2.1
pn dovecot-sqlite <none>

-- no debconf information
0 new messages