5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] creating RPM
FromSent OnAttachments
Frederic MederySep 22, 2004 7:02 am 
Jay LeeSep 22, 2004 7:37 am 
Gordon MessmerSep 22, 2004 9:14 am 
Eduardo RoldanSep 22, 2004 9:29 am 
Frederic MederySep 22, 2004 11:27 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] creating RPMActions...
From:Frederic Medery (dist@LEXUM.UMontreal.CA)
Date:Sep 22, 2004 11:27:48 am
List:net.sourceforge.lists.courier-users

Frederic Medery System Administrator

LexUM, University of Montreal

I install and the uninstall the mgetty* packages. and it works. Thanks for all the other tips !!!

Frédéric Médery Administrateur Système LexUM, Université de Montréal

mede@lexum.umontreal.ca tel. : (514) 343-6111 #3288

Eduardo Roldan wrote:

On Wed, 2004-09-22 at 11:57, Frederic Medery wrote:

Hello , I'm using RH entreprise 3,

I followed the DOC and faq to create RPm files

I don't need fax stuff so I did : rpmbuild -ta --without fax courier-0.47.tar.bz2

I received : Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/courier-0.47-1.3AS-buildroot error: Installed (but unpackaged) file(s) found: /usr/lib/courier/share/courierwebadmin/admin-34fax.html /usr/lib/courier/share/courierwebadmin/admin-34fax.pl /usr/lib/courier/share/courierwebadmin/admin-35fax.html /usr/lib/courier/share/courierwebadmin/admin-35fax.pl /usr/lib/courier/share/faxmail/application-pdf.filter /usr/lib/courier/share/faxmail/application-postscript.filter /usr/lib/courier/share/faxmail/coverpage /usr/lib/courier/share/faxmail/image-gif.filter /usr/lib/courier/share/faxmail/image-jpeg.filter /usr/lib/courier/share/faxmail/image-png.filter /usr/lib/courier/share/faxmail/init /usr/lib/courier/share/faxmail/new_fax /usr/lib/courier/share/faxmail/text-plain.filter

RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib/courier/share/courierwebadmin/admin-34fax.html /usr/lib/courier/share/courierwebadmin/admin-34fax.pl /usr/lib/courier/share/courierwebadmin/admin-35fax.html /usr/lib/courier/share/courierwebadmin/admin-35fax.pl /usr/lib/courier/share/faxmail/application-pdf.filter /usr/lib/courier/share/faxmail/application-postscript.filter /usr/lib/courier/share/faxmail/coverpage /usr/lib/courier/share/faxmail/image-gif.filter /usr/lib/courier/share/faxmail/image-jpeg.filter /usr/lib/courier/share/faxmail/image-png.filter /usr/lib/courier/share/faxmail/init /usr/lib/courier/share/faxmail/new_fax /usr/lib/courier/share/faxmail/text-plain.filter

my .rpmmacros look likwe this :

%_topdir /home/frederic/rpm %_unpackaged_files_terminate_build 0

I don't know very much about rpm, but I think that the .spec file is overwriting the _unpackaged_files_terminate_build of your .rpmmacros. What I've done to remedy this was extract the courier.spec file from courier tarball and do an rpmbuild in the form:

rpmbuild -ba courier.spec

BUT before comment the _unpackaged_files_terminate_build at the top of the file.