[torqueusers] install torque on Solaris 10
Garrick Staples
garrick at clusterresources.com
Wed Oct 11 11:09:10 MDT 2006
On Wed, Oct 11, 2006 at 09:47:17AM +0200, St?phane Delmotte alleged:
> Hi
> I've installed pbs_server on a serveur linux in my laboratory.
> at the step I have no problem.
>
> after this I've tried to install torque on a computer node.
> I've put the source on a serveur on Solaris 10 (Intel)
> ./configure
> make
>
> at this point I've a error :
>
> if test "$dot_seen" = "no"; then \
> make "$target-am" || exit 1; \
> fi; test -z "$fail"
> *** Error code 1
> The following command caused the error:
> set fnord $MAKEFLAGS; amf=$2; \
> dot_seen=no; \
> target=`echo all-recursive | sed s/-recursive//`; \
> list='include lib server scheduler.cc resmom iff cmds tools '; for
> subdir in $
> list; do \
> echo "Making $target in $subdir"; \
> if test "$subdir" = "."; then \
> dot_seen=yes; \
> local_target="$target-am"; \
> else \
> local_target="$target"; \
> fi; \
> (cd $subdir && make $local_target) \
> || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
> done; \
> if test "$dot_seen" = "no"; then \
> make "$target-am" || exit 1; \
>
>
>
> I 've the same error if I tried to install torque on Solaris 10 (Sparc)
I think you missed the actual error message. Is it the one with
list_head? If so, grab the latest 2.1.3 snapshot.
More information about the torqueusers
mailing list