Hi All,

I am using coshell for the distributed C++ build system on both
sol8.sun4 and linux.i386 platforms.
But when get the following error messages, my build gets stall.

collect2: ld returned 1 exit status
make [opt.linux.i386-g++.GCC.3.3.3/static]: *** exit code 1 making cra
coshell:
: unknown op

Is there any workaround?

coshell> g

   version  coshell (AT&T Research) 2007-10-23
      mesg  /dev/tcp/172.16.96.23/40566
   profile  { . ./.profile; eval test -f \$ENV \&\& . \$ENV; }
>/dev/null 2>&1 </dev/null
      pump  /dev/tcp/172.16.96.23/40567
    remote  /u1/leesang/dev/etc/astssh
   service  /dev/fdp/local/coshell/user
     shell  /u1/build/dev/ext/ast-2008-11-04/arch/%s/bin/3d

    access  EXPIRED  joblimit  0             pid  15675         sys
4h00m
     clock  46m53s       jobs  9753         real  10h19m       user
2d00h
      cmds  9780      jobwait  0         running  3           users  599
   connect  0            open  22         shells  29         wakeup
1m00s
   fdtotal  256      override  0       shellwait  0

      busy  10m00s      grace  2m00s      percpu  2         peruser  24
     debug  0         maxidle  34Y00M    perhost  0            pool  23
   disable  0         maxload  4.00    perserver  128

coshell> j
JOB USR RID   PID   TIME HOST             LABEL
  5   8   1 29123 46m55s devybld002       make appl
 67  12   2   950 34m07s devybld002       make anal/pnl
 70  16   1   958 34m05s devybld002       make
opt.sol8.sun4-g++.GCC.3.3.3/static
coshell>

coshell> g

   version  coshell (AT&T Research) 2007-10-23
      mesg  /dev/tcp/172.16.96.46/34313
   profile  { . ./.profile; eval test -f \$ENV \&\& . \$ENV; }
>/dev/null 2>&1 </dev/null
      pump  /dev/tcp/172.16.96.46/34314
    remote  /u1/leesang/dev/etc/astssh
   service  /dev/fdp/local/coshell/user
     shell  /u1/build/dev/ext/ast-2008-11-04/arch/%s/bin/3d

    access  EXPIRED  joblimit  -128          pid  21168         sys
2h09m
     clock  2h33m        jobs  22597        real  4h13m        user
14h57m
      cmds  22860     jobwait  0         running  3           users
1698
   connect  0            open  25         shells  11         wakeup
1m00s
   fdtotal  1024     override  0       shellwait  0

      busy  10m00s      grace  2m00s      percpu  2         peruser  24
     debug  127       maxidle  34Y00M    perhost  0            pool  25
   disable  0         maxload  4.00    perserver  512

coshell> j
JOB USR RID   PID   TIME HOST             LABEL
442   9   1  1259  2h34m devyxsv005       make appl
504  13   2  2264  2h32m devyxsv005       make anal/pnl
507  21   1  2272  2h32m devyxsv005       make
opt.linux.i386-g++.GCC.3.3.3/static

devyxsv005{leesang}/u1/leesang=> cat /u1/leesang/dev/etc/astssh
#!/bin/ksh
F=.coshell_${1}$(/bin/uname -n)$$
> ~/${F}
chmod 644 ~/${F}
print - "export PATH=$AST_HOME/bin:$PATH" > ~/${F}
print - "export LD_LIBRARY_PATH=$AST_HOME/lib:$LD_LIBRARRY_PATH" >>
~/${F}
print - "export SHELL=${AST_HOME}/bin/ksh" >> ~/${F}
print - "${AST_HOME}/lib/ssd $1" >> ~/${F}
print - "$2" >> ~/${F}
print - rm -f ~/${F} >> ~/${F}
sed "s/3d/ksh/g" ~/${F} > ~/${F}$$
mv ~/${F}$$ ~/${F}
chmod 644 ~/${F}
print $AST_HOME | grep linux > /dev/null
if [ $? -eq 0 ]
then
        /usr/bin/ssh -o StrictHostKeyChecking=no -f $1 "/bin/ksh <
~/${F}"
else
        /usr/local/bin/ssh -o StrictHostKeyChecking=no -f $1 "/bin/ksh <
~/${F}"
fi

Thanks
Sang


THE INFORMATION CONTAINED IN THIS MESSAGE AND ANY ATTACHMENT MAY BE PRIVILEGED, 
CONFIDENTIAL, PROPRIETARY OR OTHERWISE PROTECTED FROM DISCLOSURE. If the reader 
of this message is not the intended recipient, you are hereby notified that any 
dissemination, distribution, copying or use of this message and any attachment 
is strictly prohibited. If you have received this message in error, please 
notify us immediately by replying to the message and permanently delete it from 
your computer and destroy any printout thereof.
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to