[Dovecot] Dovecot 2.0 RC1 and OpenBSD 4.7
Hello all,
I'm currently doing some tests with Dovecot 2.0 RC1 and OpenBSD4.7 (socppc or i386 architectures) and I can't compile it : I "./configure" with default options and then "make" :
$ make [...] Making all in doc Making all in man make: don't know how to make doveadm.1. Stop in /home/mail/dovecot-2.0.rc1/doc/man. *** Error code 1
Stop in /home/mail/dovecot-2.0.rc1/doc (line 386 of Makefile). *** Error code 1
Stop in /home/mail/dovecot-2.0.rc1 (line 505 of Makefile). *** Error code 1
Stop in /home/mail/dovecot-2.0.rc1 (line 328 of Makefile).
$
Is there any thing I can try ?
Thank you in advance, Denis
On 07/09/2010 10:36 PM D F wrote:
Hello all,
I'm currently doing some tests with Dovecot 2.0 RC1 and OpenBSD4.7 (socppc or i386 architectures) and I can't compile it : I "./configure" with default options and then "make" :
$ make [...] Making all in doc Making all in man make: don't know how to make doveadm.1. Stop in /home/mail/dovecot-2.0.rc1/doc/man.
Is there any thing I can try ?
Hum, tested it with my fmake in my OpenBSD 4.2, it worked for me. You are using make? Have you tried gmake?
Regards, Pascal
The trapper recommends today: face1e55.1019022@localdomain.org
On 07/09/2010 10:36 PM D F wrote:
Making all in man make: don't know how to make doveadm.1. Stop in /home/mail/dovecot-2.0.rc1/doc/man.
Should be fixed now: http://hg.dovecot.org/dovecot-2.0/rev/c1f72627d246 RC2, which will contain the fix, should be released withing the next 60 minutes.
Regards, Pascal
The trapper recommends today: f007ba11.1019023@localdomain.org
Hello Pascal,
It is much better when using "gmake" :) Anyway I still have the same issue with "make" and rc2.
Regards, Denis
On 07/10/2010 11:56 AM D F wrote:
Hello Pascal,
It is much better when using "gmake" :) Anyway I still have the same issue with "make" and rc2.
But this time make should have complained about a "GNUmake idiom". The Makefile is now even more explicit: http://hg.dovecot.org/dovecot-2.0/rev/96baed198b27
make (not gmake) was able to generate the manual pages in my OpenBSD 4.2.
Regards, Pascal
The trapper recommends today: beeffeed.1019119@localdomain.org
Hi,
is there a possibility to give the if cases a AND / OR sensetivity?
if header :comparator "i;ascii-casemap" :contains "X-Spam-Flag" "YES"
*AND NO *"X-Amavis-Alert" "INFECTED"{
fileinto "Spam";
stop;
} elsif header :comparator "i;ascii-casemap" :contains "X-Amavis-Alert"
"INFECTED" {
fileinto "Virus";
stop;
} else {
keep;
}
I know - I could turn the two cases arround and it would sort in Virus before Spam which would prevent Virusmails going into the Spam folder accidently but I'm just intested for some other cases.
Thanks
On Sat, 10 Jul 2010 19:38:34 +0200 "Leander S." <leander.schaefer@googlemail.com> wrote:
Hi,
is there a possibility to give the if cases a AND / OR sensetivity?
You know about anyof/allof in the sieve language, yes?
-- Perry E. Metzger perry@piermont.com
On szo, júl 10, 2010 at 19:27:42 +0200, Pascal Volk wrote:
On 07/10/2010 11:56 AM D F wrote:
Hello Pascal,
It is much better when using "gmake" :) Anyway I still have the same issue with "make" and rc2.
But this time make should have complained about a "GNUmake idiom". The Makefile is now even more explicit: http://hg.dovecot.org/dovecot-2.0/rev/96baed198b27
make (not gmake) was able to generate the manual pages in my OpenBSD 4.2.
But that is basically irrelevant. 4.2 is ages old, and not supported. You should upgrade if you want to test on OpenBSD.
Daniel
-- LÉVAI Dániel PGP key ID = 0x83B63A8F Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F
On 07/10/2010 08:06 PM LEVAI Daniel wrote:
But that is basically irrelevant. 4.2 is ages old, and not supported. You should upgrade if you want to test on OpenBSD.
ACK: 4.2 is old/unsupported. But I'm sure that my 4.2 installation is not the only one on this planet. And it helped to locate the problem. One fine day, when I have some time …
Regards, Pascal
The trapper recommends today: deadbeef.1019120@localdomain.org
2010/7/10, Pascal Volk <user+dovecot@localhost.localdomain.org>:
But this time make should have complained about a "GNUmake idiom".
That is true, it does ;-)
Making all in man Using $< in a non-suffix rule context is a GNUmake idiom (line 583 of Makefile) *** Error code 1
make (not gmake) was able to generate the manual pages in my OpenBSD 4.2.
participants (5)
-
D F
-
Leander S.
-
LEVAI Daniel
-
Pascal Volk
-
Perry E. Metzger