| From | Sent On | Attachments |
|---|---|---|
| Jaime Ventura | Aug 27, 2009 11:19 am | |
| Sam Varshavchik | Aug 27, 2009 3:21 pm | |
| Jaime Ventura | Aug 28, 2009 2:49 am | |
| Sam Varshavchik | Aug 28, 2009 4:10 am | |
| Sam Varshavchik | Aug 28, 2009 2:32 pm | |
| Jaime Ventura | Aug 31, 2009 3:45 am | |
| Sam Varshavchik | Aug 31, 2009 3:57 am | |
| Jaime Ventura | Aug 31, 2009 8:43 am | |
| Sam Varshavchik | Aug 31, 2009 2:52 pm |
| Subject: | Re: [courier-users] "make check" failles on CENTOS 5.3 | |
|---|---|---|
| From: | Jaime Ventura (jaim...@ipp.pt) | |
| Date: | Aug 28, 2009 2:49:44 am | |
| List: | net.sourceforge.lists.courier-users | |
Hi, Sam Thank you for your help. I forgot to mention that I've done that already, but know how to interpret that. Im not familiar with the IMAP protocol.
[jaimeventura@mailserver imap]$ LC_ALL=C; export LC_ALL; test "yes" = "yes" || exit 0; /bin/sh ./smaptestsuite | ./testsuitefix.pl | sort > testsuit-result.txt [jaimeventura@mailserver imap]$ diff testsuit-result.txt smaptestsuite.txt -du --- testsuit-result.txt 2009-08-28 05:56:49.000000000 +0100 +++ smaptestsuite.txt 2005-07-16 04:10:59.000000000 +0100 @@ -1594,7 +1594,7 @@ 001593 +OK Folder updated 001594 * BYE Courier-SMAP server shutting down 001595 +OK LOGOUT completed -001596 0 +001596 2 001597 +OK SMAP1 LOGIN Ok. 001598 +OK Folder deleted 001599 * EXISTS 1 @@ -1654,14 +1654,14 @@ 001653 +OK Folder closed 001654 * BYE Courier-SMAP server shutting down 001655 +OK LOGOUT completed -001656 2 +001656 11 001657 +OK SMAP1 LOGIN Ok. 001658 * EXISTS 1 001659 +OK Folder opened 001660 +OK Folder closed 001661 * BYE Courier-SMAP server shutting down 001662 +OK LOGOUT completed -001663 2 +001663 10 001664 +OK SMAP1 LOGIN Ok. 001665 * EXISTS 1 001666 +OK Folder opened [jaimeventura@mailserver imap]$
Thanks again.
Jaime
Sam Varshavchik wrote:
Jaime Ventura writes:
Hello, Im trying to install courier-imap on CENTOS 5.3. After a successfully "configure" and "make", "make check" failles :
INFO: LOGIN, user=confmdtest, ip=[127.0.0.1], port=[0], protocol=SMAP1 INFO: LOGOUT, user=confmdtest, ip=[127.0.0.1], headers=0, body=0, rcvd=2491, sent=6236, time=0 INFO: LOGIN, user=confmdtest, ip=[127.0.0.1], port=[0], protocol=SMAP1 INFO: LOGOUT, user=confmdtest, ip=[127.0.0.1], headers=0, body=0, rcvd=26, sent=610, time=0 make[2]: *** [check-am] Error 1 make[2]: Leaving directory `/home/jaimeventura/courier-imap-4.5.1/imap' make[1]: *** [check] Error 2 make[1]: Leaving directory `/home/jaimeventura/courier-imap-4.5.1/imap' make: *** [check-recursive] Error 1 [jaime@mailserver courier-imap-4.5.1]$
Ive tried to install an older version (3.0.8) and the result is quite similar, so I believe is something about CENTOS 5.3 and not courier-imap itself (I have it up and running on fedora core 2). I've read the "[Courier-imap] Courier-IMAP on CentOS 4.1 <http://markmail.org/message/swxfcoknewvpc6ru>" message thread which seamed a similar problem, but didnt work either.
Can someone give me some guidelines to debug this problem?
Looking at the Makefile and going through the above output would be your first step. If you save the output from make check and examine it, you'd see that the last command executed by make check is:
LC_ALL=C; export LC_ALL; test "yes" = "yes" || exit 0; /bin/sh ./smaptestsuite | ./testsuitefix.pl | sort | cmp -s - ./smaptestsuite.txt
So, as you see, the check is, basically, after setting up the environment to the C locale, is to run the smaptestsuite script, pipe it through testsuitefix.pl, sort it, then compare the result against the static file smaptestsuite.txt. If the output differs, the test fails.
So, your first logical step would be to generate the test output, in the same manner, and compare it against smaptestsuite.txt to see what's different.
------------------------------------------------------------------------
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
------------------------------------------------------------------------
_______________________________________________ courier-users mailing list cour...@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ courier-users mailing list cour...@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users





