[torquedev] Looking for help with RPMs on TORQUE 4.0
Ken Nielson
knielson at adaptivecomputing.com
Mon Feb 6 12:12:22 MST 2012
----- Original Message -----
> From: "Michael Jennings" <mej at lbl.gov>
> To: torquedev at supercluster.org
> Sent: Monday, February 6, 2012 11:36:41 AM
> Subject: Re: [torquedev] Looking for help with RPMs on TORQUE 4.0
>
> On Monday, 06 February 2012, at 11:16:51 (-0700),
> Ken Nielson wrote:
>
> > Thanks for the patch. I am getting the following error message when
> > I do make rpm.
> >
> > rpmbuild --with syslog --define "torque_home/sdb/torque" --with scp
> > --without pam --without drmaa -tb torque-4.0.0.tar.gz
> > error: Failed dependencies:
> > /usr/bin/scp is needed by torque-4.0.0-1.cri.x86_64
> > make is needed by torque-4.0.0-1.cri.x86_64
> > make: *** [rpm] Error 1
> >
> > Is this something in my setup or is there an error in the script?
>
> Are you building on an RPM-based system? It strikes me as very odd
> that "make" wouldn't be installed, so the other possibility is that
> it
> isn't installed via RPM (or your RPM database is corrupt).
>
> What is the output of the following commands?
> rpm -q make
> rpm -qf `which scp`
> rpm -qf `which make`
>
> To force the build to happen anyway, add the --nodeps flag.
>
> Michael
>
Michael,
That is the problem.
Thanks
Ken
More information about the torquedev
mailing list