Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522148 - net-mail/dovecot-2.2.13-r1 - /usr/sbin/dovecot fails to find sieve plugin
Summary: net-mail/dovecot-2.2.13-r1 - /usr/sbin/dovecot fails to find sieve plugin
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Eray Aslan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-04 11:26 UTC by devnull
Modified: 2021-01-21 10:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dovecot-build.log.bz2 (dovecot-build.log.bz2,53.11 KB, application/x-bzip)
2014-09-04 12:33 UTC, devnull
Details

Note You need to log in before you can comment on or make changes to this bug.
Description devnull 2014-09-04 11:26:26 UTC
With the USE-flags "mysql sieve managesieve" pigeonhole sources 0.4.3 are fetched. This includes the editheader plugin, which, according to emerge output are build:

configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/example-config/Makefile
config.status: creating doc/example-config/conf.d/Makefile
config.status: creating doc/rfc/Makefile
config.status: creating src/Makefile
..
config.status: creating src/lib-sieve/plugins/editheader/Makefile
..


Making all in editheader
make[5]: Entering directory `/var/tmp/portage/net-mail/dovecot-2.2.13-r1/work/dovecot-2.2-pigeonhole-0.4.3/src/lib-sieve/plugins/editheader'
..
make[5]: Leaving directory `/var/tmp/portage/net-mail/dovecot-2.2.13-r1/work/dovecot-2.2-pigeonhole-0.4.3/src/lib-sieve/plugins/editheader'


But they can not be used and i also cant find any files from it in the filesystem, sieve fails with message:

Fatal: Plugin 'editheader' not found from directory /usr/lib64/dovecot/sieve


Reproducible: Always

Steps to Reproduce:
1. USE="sieve managesieve"
2. add "editheader" to sieve options or "sievec" a file that need the extension

if header :matches "Something" "*" {
addheader "Anything" "${1}";
deleteheader "Something";
}

sievec mod_header.sieve
sievec(root): Fatal: Plugin 'editheader' not found from directory /usr/lib64/dovecot/sieve
Actual Results:  
Fatal: Plugin 'editheader' not found from directory /usr/lib64/dovecot/sieve
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-09-04 11:56:13 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 2 devnull 2014-09-04 12:26:56 UTC
Portage 2.2.8-r1 (default/linux/amd64/13.0, gcc-4.7.3, glibc-2.19-r1, 2.6.32-19-pve x86_64)
=================================================================
System uname: Linux-2.6.32-19-pve-x86_64-Intel-R-_Xeon-R-_CPU_E5620_@_2.40GHz-with-gentoo-2.2
KiB Mem:     8388608 total,   3683580 free
KiB Swap:    2097152 total,   2097152 free
Timestamp of tree: Thu, 04 Sep 2014 04:00:01 +0000
ld GNU ld (GNU Binutils) 2.23.2
app-shells/bash:          4.2_p45
dev-lang/python:          2.7.7, 3.2.5-r6, 3.3.5-r1
dev-util/pkgconfig:       0.28-r1
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.69
sys-devel/automake:       1.11.1, 1.12.6, 1.13.4
sys-devel/binutils:       2.23.2
sys-devel/gcc:            4.7.3-r1
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /var/spool/munin-async/.ssh"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles getbinpkg merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j16"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--exclude-from=/etc/portage/rsync_excludes"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
USE="acl amd64 berkdb bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 mmx modules multilib ncurses nls nptl openmp pam pcre readline session sse sse2 ssl tcpd unicode zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, USE_PYTHON
Comment 3 devnull 2014-09-04 12:33:58 UTC
Created attachment 384192 [details]
dovecot-build.log.bz2
Comment 4 Rafał Mużyło 2014-09-04 16:14:49 UTC
Something pretty tricky might be happening here - if you read the log, you'll note editheader becomes a part of libdovecot-sieve.so, which gets installed into /usr/lib64/dovecot.

Lets try to figure things out.
First, try creating /usr/lib64/dovecot/sieve/ and symlinking libdovecot-sieve.so there.
Comment 5 devnull 2014-09-04 17:21:47 UTC
Ok, i did that:

dev sieve # pwd
/usr/lib64/dovecot/sieve
dev sieve # ln -s /usr/lib64/dovecot/libdovecot-sieve.so
dev sieve # sievec /etc/dovecot/mod_header.sieve
sievec(root): Fatal: Plugin 'editheader' not found from directory /usr/lib64/dovecot/sieve

Unfortunately that didnt change the situation.
Comment 6 devnull 2014-09-08 08:47:14 UTC
I just made some further tests, picked the pigeonhole sources, took the configure command that is invoked while compiling dovecot 

./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --disable-static --localstatedir=/var --enable-shared --with-dovecot=/usr/lib64/dovecot --with-managesieve

The .la / .so files are all differing in size, they are a bit bigger, but still, the error isnt changing at all.

dev dovecot # ls -la *sieve*{/,la,so}*
-rwxr-xr-x 1 root root    1106  4. Sep 12:36 lib90_sieve_plugin.la
-rwxr-xr-x 1 root root   22872  8. Sep 10:30 lib90_sieve_plugin.so
-rwxr-xr-x 1 root root    1062  4. Sep 12:36 libdovecot-sieve.la
-rwxr-xr-x 1 root root  592280  8. Sep 10:30 libdovecot-sieve.so.0.0.0
-rwxr-xr-x 1 root root  1092  4. Sep 12:36 lib90_sieve_extprograms_plugin.la
-rwxr-xr-x 1 root root 39672  8. Sep 10:30 lib90_sieve_extprograms_plugin.so

after manual build
-rwxr-xr-x 1 root root   1086  8. Sep 10:32 lib90_sieve_plugin.la
-rwxr-xr-x 1 root root  27825  8. Sep 10:32 lib90_sieve_plugin.so
-rwxr-xr-x 1 root root   1044  8. Sep 10:32 libdovecot-sieve.la
-rwxr-xr-x 1 root root 686239  8. Sep 10:32 libdovecot-sieve.so.0.0.0
-rwxr-xr-x 1 root root   1062  8. Sep 10:32 sieve/lib90_sieve_extprograms_plugin.la
-rwxr-xr-x 1 root root  49393  8. Sep 10:32 sieve/lib90_sieve_extprograms_plugin.so

I guess this is some kind of linking or placement problem. Please let me know if i can do anything in finding a solution for this problem.
Comment 7 devnull 2015-04-08 14:56:15 UTC
This problem still persists in 2.2.16 with pigeonhole 0.4.7. Ive made a bug report at dovecot mailinglist:

http://dovecot.org/pipermail/dovecot/2015-April/100429.html
Comment 8 Eray Aslan gentoo-dev 2021-01-21 10:57:52 UTC
https://dovecot.org/pipermail/dovecot/2015-April/100488.html

Closing.  Looks like a configuration error