4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] rpm weirdness
FromSent OnAttachments
Stephen ArnoldOct 7, 2003 5:03 pm 
Anand BuddhdevOct 7, 2003 11:55 pm 
Jeff JansenOct 8, 2003 1:25 am 
Stephen ArnoldOct 8, 2003 9:32 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] rpm weirdnessActions...
From:Anand Buddhdev (ar@anand.org)
Date:Oct 7, 2003 11:55:43 pm
List:net.sourceforge.lists.courier-users

On 07 Oct 2003 17:03:01 -0700 Stephen Arnold wrote:

My rpm command line is:

rpm -ba --define 'xflags --enable-https --enable-workarounds-for-imap-client-bugs' courier.spec

Now, I read the INSTALL doc and other stuff, and it did say that "make check" would fail with the above options, and to do the "check" part first without the options, then configure again and build with these options.

How does this help when building rpms? It seems to me it's impossible to build an rpm (with the above options) if "make check" always fails.

What is the work-around I'm missing? I don't remember what I did last time (on the other machine) but I didn't run into this issue.

Can somebody please enlighten me?

If you want to build RPMs with --enable-workarounds-for-imap-client-bugs then you have to edit the spec file and remove the "make check" line. There's nothing else to do.