John Hansen wrote:
On Jun 25, 2009, at 10:28 AM, John Hansen wrote:

nroff -man qmail-local.8 > qmail-local.0
/bin/sh: nroff: command not found
make: *** [qmail-local.0] Error 127
error: Bad exit status from /var/tmp/rpm-tmp.26371 (%build)
there's your first problem.

$ sudo yum -q provides '*/nroff'
groff-1.18.1.1-11.1.i386 : A document formatting system.
Matched from:
Filename    : /usr/bin/nroff
$

`yum install groff` and try again :)

Jake, perhaps you should add groff as a BuildRequires to the qmail- toaster SRPM?

-steve

Thanks. I installed groff, then ran the install script
(cnt5064-install-script.sh). Still returned dependency errors, so I ran the
rpm (rpmbuild --rebuild --with cnt5064 qmail-toaster-1.03-1.3.18.src.rpm)
separately, and it installed without errors. So, I then ran the install script
again, still returned dependency errors. It appears that the issue maybe with
what the script is looking for and what's installed. For example, exim is
looking for qmail-toaster, but qmail-toaster.x86_64 is what is installed.

error: Failed dependencies:
        exim conflicts with qmail-toaster-1.03-1.3.18.x86_64
error: Failed dependencies:
        qmail-toaster >= 1.03-1.3.18 is needed by 
qmail-pop3d-toaster-1.03-1.3.18.x86_64

Looks like the install scripts for x86_64 need a little tweaking. cnt5064-deps.sh should remove exim as well as sendmail.
# yum remove exim
should fix you up.

Installing courier-authlib-toaster . . .
Shall we continue? (yes, skip, quit) [y]/s/q:
Installing courier-authlib-toaster-0.59.2-1.3.10.src.rpm
error: Failed build dependencies:
        qmail-toaster >= 1.03-1.3.15 is needed by
courier-authlib-toaster-0.59.2-1.3.10.x86_64
error: File not found by glob:
/usr/src/redhat/RPMS/x86_64/courier-authlib-toaster*.rpm

Should I install each one independently?

I wouldn't. There no point in trying to install subsequent packages when you get an error though. Nearly every package depends on one or more of the preceding packages.

Should I revert back to CentOS 5 i386?

You could, but I don't think it's necessary. It'd be good for the project if you stayed with x86_64, because we could use a few more users on that platform. Believe me, you won't be alone there. Others are running on it just fine.

Thanks. JH


--
-Eric 'shubes'


---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]


Reply via email to