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.