11 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Error compili...
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:Re: [courier-users] Re: Error compiling courier-imap-3.0.5Actions...
From:Brian Feeny (sig@shreve.net)
Date:Jun 29, 2004 3:45:43 pm
List:net.sourceforge.lists.courier-users

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.

Brian

On Jun 29, 2004, at 5:22 PM, Sam Varshavchik wrote:

Brian Feeny writes:

I am having a problem compiling courier-imap-3.0.5.tar.bz2 I am currently running courier-imap-2.0.0-1.8.0 with no problems, courier has always compiled just fine for me, but now we are trying to upgrade to 3.0.5. during the compilation i get the following at the end: INFO: LOGOUT, user=user1, ip=[127.0.0.1], headers=0, body=0 INFO: LOGIN, user=user1, ip=[127.0.0.1], protocol=IMAP INFO: LOGOUT, user=user1, ip=[127.0.0.1], headers=0, body=0 make[1]: *** [check-am] Error 1 make[1]: Leaving directory `/home/cust/s/i/signal/rpm/BUILD/courier-imap-3.0.5/imap' make: *** [check-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.62039 (%build)

This may happen if your current installation uses shared folders.

Temporarily turn off all shared folders, while building the new version.