pascal writes:

El 09/01/11 17:04, Sam Varshavchik escribió:
pascal writes:

The output of make check is:
Making check in maildrop
make[1]: Entering directory `/home/pascal/courier-0.65.2.20110103/maildrop'
make  check-am
make[2]: Entering directory `/home/pascal/courier-0.65.2.20110103/maildrop'
./testsuite | cmp -s - ./testsuite.txt.idn
make[2]: *** [check-am] Error 1
make[2]: Leaving directory `/home/pascal/courier-0.65.2.20110103/maildrop'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/pascal/courier-0.65.2.20110103/maildrop'
make: *** [check-recursive] Error 1

thanks for any help or a clue to keep searching

As you can see from the above, the makefile in the maildrop directory runs the testsuite script, and compares its output to testsuite.txt.idn. There's a difference, hence the error.

Your next step is to run the testsuite script yourself, compare its output to testsuite.txt.idn, and see where the disrepancy is.

first, thanks for anserwing
Ok, i have tried it
pas...@spinoza:~/courier-0.65.2.20110103$ cd maildrop
pas...@spinoza:~/courier-0.65.2.20110103/maildrop$ ./testsuite> a
pas...@spinoza:~/courier-0.65.2.20110103/maildrop$ diff a testsuite.txt.idn
115c115
< On dom, 22 nov 2009 10:57:32 -0500,
---
 > On Sun, 22 Nov 2009 10:57:32 -0500,
it seems to me that there is no difference (did i make it right?)
pascal

For some reason your locale is affecting the testsuite output. Can you show the output from the following four commands:

locale
date
LANG=en_US.utf-8 date
LANG=en_US.utf8 date



Attachment: pgpZPFULWU4cd.pgp
Description: PGP signature

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to