4 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier 0.52.2 RP...
FromSent OnAttachments
Sam VarshavchikDec 26, 2005 11:59 am 
Egbert JanJan 20, 2006 11:03 am 
Gordon MessmerJan 23, 2006 12:00 pm 
Egbert JanJan 23, 2006 12:37 pm 
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] Courier 0.52.2 RPMbuildActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Jan 23, 2006 12:00:37 pm
List:net.sourceforge.lists.courier-users

Egbert Jan wrote:

Changes needed in the spec file:

1 override the fax stuff with '$define with_fax 0'

2 Do NOT stop on unpackaged files $define_unpacked_files_terminate_build = 0 ... Re 1/2: still fax related files are installed but not packaged up.

Then what you should have done was simply remove or fix the "buildreq" for netpbm. Figure out what provides "giftopnm", for instance, on your platform.

3 Tell configure NOT to use caching by changing the './configure' line to: --cache-file=/dev/null ... Re 3: the cache mechanism in configure is broken as far as I'm concerned. Checking all kind of options that *should* not change is fine but PLEASE make it collapse multiple spaces into single space before comparing old and new. It errors out on the fact that '-O2 -pipe' is different than '-O2 -pipe'.

It doesn't error out on any platform that I've tested... What release of autoconf/automake are you using? If it's a bug, it's probably a bug in one of those packages.

4 Tell configure to look for the mime.types file in /etc/cups: --enable-mime=/etc/cups/mime.types ... Re 4: On my system (Mandriva 2006.0) the only mime.types file I could find was in /etc/cups.

It's provided by "mailcap" on Red Hat systems, at least. I'm not sure if the format of the file provided by cups is supported by Courier.