11 messages in net.sourceforge.lists.courier-users[courier-users] Re: Error compiling c...
FromSent OnAttachments
Brian FeenyJun 29, 2004 2:40 pm 
Sam VarshavchikJun 29, 2004 3:22 pm 
Brian FeenyJun 29, 2004 3:45 pm 
Sam VarshavchikJun 29, 2004 4:02 pm 
Brian FeenyJun 29, 2004 4:56 pm 
Brian FeenyJun 29, 2004 5:24 pm 
Brian FeenyJun 29, 2004 5:44 pm 
Sam VarshavchikJun 29, 2004 6:05 pm 
Brian FeenyJun 29, 2004 7:06 pm 
Brian FeenyJun 29, 2004 7:19 pm 
Martijn LievaartJul 1, 2004 1:41 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: Error compiling courier-imap-3.0.5Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jun 29, 2004 4:02:40 pm
List:net.sourceforge.lists.courier-users

Brian Feeny writes:

Sam,

Thanks for replying. We do not use "shared folders" here. Just plain vanilla maildir folders. I never see the SMAP tests run, so its like its dying around:

LC_ALL=C; export LC_ALL; $(srcdir)/testsuite | ./testsuitefix.pl | sort | cmp -s - $(srcdir)/testsuite.txt LC_ALL=C; export LC_ALL; test "yes" = "yes" || exit 0; /bin/sh $(srcdir)/smaptestsuite | ./testsuitefix.pl | sort | cmp -s - $(srcdir)/smaptestsuite.txt

under check-am.

I even stopped my current courier-imap processes and still go the error. Like I said, I dont believe I use shared-folders, and I am not sure how I would turn that off.

You can run 'make testsuite-smap | diff -U 3 testsuite.txt -' from the imap directory to compare the output of the testsuite, against the expected output, and go from there.