Displaying 20 results from an estimated 1000 matches similar to: "dovecot-sieve-1.0 (hg) does not build"
2006 Mar 09
1
Dovecot LDA doesn't build against 1.0beta3
Here's what I get. Btw I'm on Linux/UltraSparc:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -o deliver deliver.o duplicate.o imparse.o
mail-send.o map.o sieve-cmu.o smtpclient.o -Wl,--export-dynamic
libsieve/libsieve.a /root/luca/dovecot-1.0.beta3/src/lib-storage/register/libstorage-register.a
2009 Apr 26
0
Compiling dovecot-sieve-1.1.6 against dovecot-1.1.14
When attempting to compile dovecot-sieve-1.1.6 against dovecot-1.1.14
using the following command line to config...
G520X2:~/Temp/dovecot-sieve-1.1.6 root# ./configure --with-dovecot=../
dovecot-1.1.14
make fails with the following...
G520X2:~/Temp/dovecot-sieve-1.1.6 root# make
make all-recursive
Making all in src
Making all in libsieve
/bin/sh ../../libtool --tag=CC --mode=link gcc
2006 Jun 08
1
Problem Compiling Dovecot-LDA
I'm trying to setup Dovecot-LDA. I grab dovecot beta8 and compiled it
with the following options.
$ ./configure --without-deliver --with-mysql
$ make
# make install
It builds fine, and I have it running fine now.
I then tried to build dovecot-lda from cvs, with the following.
$ ./configure --with-dovecot=../dovecot-1.0.beta8/
$ make
and it then fails with the following
gcc -std=gnu99 -g
2006 Jun 16
2
Problem compile dovecot-sieve under Debian
I get the source from CVS:
# cvs -d :pserver:anonymous@dovecot.org:/home/cvs co dovecot-sieve
Edit configure.in to change
- AC_CONFIG_HEADERS([dsieve-config.h])
+ AC_CONFIG_HEADERS(dsieve-config.h)
Launch autogen.sh, and I have some errors:
configure.in: 4: `automake requires `AM_CONFIG_HEADER', not
`AC_CONFIG_HEADER'
configure.in: 11: automake requires `AM_PROG_LEX', not
2007 Dec 29
0
building dovecot-sieve against installed dovecot
Hi Timo,
may I request once more to consider the attached patch for dovecot
1.1, it enables the sieve plugin (incl. sievec and sieved, needed
for pysieved) to be built against an installed dovecot package, if
--enable-header-install additionally installs the liblib.a library
in the same directory as dovecot-config.
I have included this patch in the pkgsrc dovecot 1.1 package a while
ago.
Geert
2007 Jul 22
0
Dovecot don't compile
Hi,
I try to compile Dovecot with the *Ubuntu* patched sources but I got
this error during the compilation:
./.libs/libsieve.a(script.o): In function `sieve_script_parse':
/src/dovecot-1.0.rc17/dovecot-sieve/src/libsieve/script.c:140: undefined
reference to `yylineno'
./.libs/libsieve.a(sieve.o): In function `sieveerror':
/src/dovecot-1.0.rc17/dovecot-sieve/src/libsieve/sieve.y:568:
2018 Aug 10
2
Error compiling pigeonhole managesieve 0.4.24
Hi i have a problem compiling as mantioned on object of this mail: i'm
changing dovecot on my debian 6 from version 2.2.32 to 2.2.36 and
pigeonhole from 0.4.20 to 0.4.24
this is output of dovecot -n for listing versions installed
dovecot -n
# 2.2.32 (dfbe293d4): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.20 (7cd71ba)
# OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.10
i have
2006 Mar 20
1
LDA sieve library
Hello,
is the LDA linked against the Cyrus SIEVE library or against the fork at
libsieve.sourceforge.net ? It seems Cyrus SIEVE from src/libsieve/README
in the lda sources.
libsieve seems to be better suited for inclusion in non-cyrus software
and should be completely independent from libcyrus. The README for cyrus
version of libsieve also states that:
"It should compile without libcyrus,
2009 Aug 21
1
Help with building sieve
Am building sieve plugin on AIX. This is revision 1095:8010f1eb66b3. I
see the following error when doing the build:
rm -fr .libs/lib90_sieve_plugin.lax^M
mkdir .libs/lib90_sieve_plugin.lax^M
rm -fr .libs/lib90_sieve_plugin.lax/libsieve.a^M
mkdir .libs/lib90_sieve_plugin.lax/libsieve.a^M
(cd .libs/lib90_sieve_plugin.lax/libsieve.a && ar x /usr/sadmin/src/
2018 Feb 28
1
compile-error on pigeonhole
Hi!
I try to compile pigeonhole from git-sources and get this error:
libtool: link: gcc -std=gnu99 -g -O2 -fstack-protector-strong
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -fno-builtin-strfti
me -Wstrict-aliasing=2 -I../.. -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o
.libs/sievec
2009 Feb 02
3
libsieve problems / wishes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm trying libsieve (853:42e154b8792e) to cope with our current
installation, the following issues arise:
1) vacation addresses are compared case-sensitivly, e.g.:
vacation :addresses [ "Steffen.Kaiser at example.com" ] "";
it won't match "steffen.kaiser at ...".
attached patch makes a first shot
2008 May 05
1
libsieve support
Hi,
I was wondering - are there any plans on switching the sieve plug-in to use
libsieve (http://libsieve.sourceforge.net/)? The rationale of using this
library is simple - cmusieve codebase seems stagnant and libsieve promises to
implement some new sieve rfc drafts.
--
matik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type:
2010 Aug 16
5
pigeonhole
Hi,
I'm trying to compile the last mercurial release of dovecot-pigeonhole
2.0 and get this error:
gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast -Wstrict-aliasing=2 -I/usr/kerberos/include -o
.libs/sievec sievec.o -Wl,--export-dynamic
../../src/lib-sieve/.libs/libdovecot-sieve.so
2012 Dec 01
1
回复: 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto
Did you installed openssh?
Tobias Hachmer <lists at kokelnet.de>???
>Hello list,
>
>Although timos bugfix release this morning I can't build pigeonhole 0.3.3 for
>dovecot 2.1.12 successfully. I don't know if it is a new bug or if I do
>something wrong but with dovecot 2.1.10 all worked fine, with the same configure
>options.
>
>configure options (out of
2012 Nov 30
1
2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto
Hello list,
Although timos bugfix release this morning I can't build pigeonhole 0.3.3 for
dovecot 2.1.12 successfully. I don't know if it is a new bug or if I do
something wrong but with dovecot 2.1.10 all worked fine, with the same configure
options.
configure options (out of debian/rules for building debian package):
./configure --with-dovecot=/usr/lib/dovecot \
2010 Jul 20
1
Sieve Installation
Hallo
Versuche unter OpenSuse11.2, 64bit sieve zu installieren.
Konfig: OpensSuse 11.2, dovecot 1.2.9, postfix , spamassassin, amavis, mysql
Wenn ich versucht dovecot sieve zu ?bersetzen bekomme ich immer folgende
Fehlermeldung:
Mit freundlichem Gru?
Carsten Laun-De Lellis
Dipl.-Ing. Elektrotechnik
Certified Information Systems Auditor (CISA)
Hauptstrasse 13
D-67705 Trippstadt
Phone:
2002 Dec 01
1
Sieve
Hi all,
I'm using Dovecot for some months now, and I love it!
I also saw that there are 'plans' to integrate Sieve support.
Well, some days ago I saw the following on freshmeat:
libSieve - http://libsieve.sourceforge.net/
libSieve is a standalone library pulled from CMU's implementation
of their Sieve mail sorting library in the Cyrus mail server.
2009 Jul 06
1
libsieve compilation error on AIX 5.3
Dovecot revision: 9186:f70192e7ff3c
libsieve revision: 958:e86a81f4bf28
Using IBM c compiler version 8.
Trying to compile libsieve(64 bit mode if it matters):
"sieve-ast.c", line 302.9: 1506-045 (S) Undeclared identifier last.
"sieve-ast.c", line 302.9: 1506-045 (S) Undeclared identifier result.
"sieve-ast.c", line 320.9: 1506-275 (S) Unexpected text node
2011 Apr 08
1
Compiling Error with Dovecot 1.0.7 and Sieve 1.0.4
Hi,
I am having compiling issues with Sieve and I am not sure what the error
is stating.
[root at iosmail dovecot-sieve-1.0.4]# make
make all-recursive
make[1]: Entering directory `/home/jayw/Desktop/dovecot-sieve-1.0.4'
Making all in src
make[2]: Entering directory `/home/jayw/Desktop/dovecot-sieve-1.0.4/src'
Making all in libsieve
make[3]: Entering directory
2006 Jun 27
1
patch to make sieved compile & work
Hello,
attached you'll find a patch to make the Sieve decompiler located in
dovecot-sieve/src/libsieve compile & work.
To compile sieved I've extracted the two commands from the make process
for sievec, see the attached sieved.compile.sh.
Bye,
--
Steffen Kaiser
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sieved.patch.bz2
Type: